﻿@charset "utf-8";
/*Unicode编码*/
/*微软雅黑*/
/*宋体*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
* {
  word-wrap: break-word;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
  color: #666;
  background-color: #ededed;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
img {
  border: none;
}
html,
body {
  height: 100%;
}
.top_wrap {
  width: 100%;
  /* background-color: #fff; */
}
.top_wrap .top {
  width: 1110px;
  margin: 0 auto;
}
.top_wrap .top:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top_wrap .top .logo {
  float: left;
}
.top_wrap .top .slide {
  float: right;
}
.top_wrap .top .slide .tel {
  display: block;
  /* margin-top: 34px; */
}
.nav_wrap {
  position: relative;
  background-color: #1A3F76;
  z-index: 10;
}
.nav_wrap .nav {
  width: 1110px;
  margin: 0 auto;
}
.nav_wrap .nav ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.nav_wrap .nav ul li {
  position: relative;
  float: left;
  display: block;
  width: 110px;
}
.nav_wrap .nav ul li.onhover {
  background-color: #8599B5;
}
.nav_wrap .nav ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.nav_wrap .nav ul li a:hover {
  background-color: #8599B5;
}
.nav_wrap .nav ul li a.current {
  background-color: #8599B5;
}
.nav_wrap .nav ul li .subnav {
  position: absolute;
  left: 0;
  top: 48px;
  display: block;
  background-color: #1E4278;
  display: none;
  width: 200px;
  z-index: 50;
}
.nav_wrap .nav ul li .subnav a {
  border-bottom: 1px solid #1E4278;
}
.nav_wrap .nav ul li .subnav a:last-child {
  border-bottom: none;
}
.nav_wrap .nav ul li .subnav a:hover {
  background-color: #547099;
}
.foot_wrap {
background:#fff;

}
.foot_wrap .foot {
  position: relative;
  width: 1110px;
  margin: 0 auto;
  color: #e5e5e5;
  margin:0px auto;
  line-height: 24px;
  padding:20px;
}
.foot_wrap .foot:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot_wrap .foot .information {
  float: left;
  padding-left:20px;
 line-height:56px;
 color:#518bc4;

}
.foot_wrap .foot .copyright {
  float: right;
  text-align: right;
  padding-right: 150px;
}
.foot_wrap .foot .qcode {
  position: absolute;
  top: 24px;
  right: 0;
}
.foot_wrap .foot .qcode span {
  display: block;
  float: left;
  margin-left: 10px;
}
.foot_wrap .foot .qcode span img {
  width: 60px;
}
.foot_wrap .foot .qcode span p {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 36px;
}
.back_top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 64px;
  height: 59px;
  cursor: pointer;
  display: none;
}
.dh1{text-align:center;background:#1A3F76;line-height:50px;}
.dh1 a{color:#fff;}