body {
  font-family: "Microsoft YaHei", '微软雅黑', "Microsoft JhengHei", '华文细黑', 'STHeiti', 'MingLiu';
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.clear-fix::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.language {
  float: right;
  padding-top: 4px;
}
.language > div {
  margin-bottom: 6px;
}
.language > div img {
  width: 45px;
  height: auto;
}
.language > div span {
  margin-left: 5px;
}
.language > div:last-child {
  margin-bottom: 0;
}
.head {
  height: 110px;
  background-color: #fff;
}
.head .logo {
  padding: 18px 0;
  float: left;
}
.head .logo img {
  float: left;
}
.head .logo .company {
  float: left;
  padding: 7px 0;
  margin-left: 18px;
}
.head .logo .company div {
  color: #1c3691;
  font-size: 24px;
  font-weight: bold;
}
.head .logo .company span {
  font-size: 12px;
  color: #000;
}
.head .contact {
  float: right;
  padding: 31px 0;
  margin-right: 35px;
}
.head .contact > div {
  float: left;
}
.head .contact .phone_icon {
  padding: 5px;
}
.head .contact .phone_num {
  color: #0e4386;
}
.head .contact .phone_num span {
  font-size: 16px;
}
.head .contact .phone_num div {
  font-size: 22px;
  margin-top: -3px;
}
.nav {
  background-color: #0e4386;
}
.nav .nav_list {
  height: 55px;
  display: flex;
  align-items: center;
}
.nav .nav_list > li {
  height: 55px;
  position: relative;
  flex: 1;
  line-height: 55px;
  text-align: center;
  box-sizing: border-box;
}
.nav .nav_list > li a {
  color: #fff;
  font-size: 21px;
  padding-bottom: 11px;
}
.nav .nav_list > li .subnav {
  display: none;
  min-width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #06479c;
  z-index: 999;
}
.nav .nav_list > li .subnav li {
  height: 55px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
}
.nav .nav_list > li .subnav li a {
  display: block;
  font-size: 18px;
  padding: 0 10px;
  box-sizing: border-box;
}
.nav .nav_list > li .subnav li a p {
  white-space: nowrap;
}
.nav .nav_list > li .subnav li:last-child {
  border-bottom: 0;
}
.nav .nav_list > li .subnav li:hover {
  background-color: #fff;
}
.nav .nav_list > li .subnav li:hover a {
  color: #0e4386;
}
.nav .nav_list .cur > a {
  border-bottom: 3px solid #fff;
}
.foot {
  margin-top: 148px;
  height: 178px;
  background-color: #0e4386;
  color: #fff;
}
.foot .w {
  position: relative;
}
.foot .company_info {
  padding-top: 38px;
  float: left;
}
.foot .company_info h1 {
  font-size: 52px;
  font-weight: bolder;
}
.foot .company_info .address {
  padding-top: 20px;
}
.foot .other {
  position: absolute;
  top: 48px;
  right: 0;
}
.foot .other .foot_nav li {
  float: left;
  margin-left: 32px;
  font-size: 16px;
}
.foot .other .foot_nav li a {
  color: #fff;
}
.foot .other .foot_nav li a:hover {
  color: #ddd;
}
.foot .other .copyright {
  padding: 20px 0 18px;
  text-align: right;
}
.foot .other .icons {
  float: right;
}
.foot .other .icons > div {
  float: left;
  margin-left: 15px;
}
.foot .other .icons > div img {
  cursor: pointer;
}
.foot .other .icons > div img:hover {
  margin-top: -5px;
}
#pagination {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 30px;
  overflow: hidden;
}
#pagination span {
  padding: 10px 15px;
  background: #dddede;
  color: #bababa;
  margin: 0 2px;
  border: 1px solid #ccc;
}
#pagination a {
  background: #fff;
  padding: 10px 15px;
  color: #333;
  margin: 0 2px;
  border: 1px solid #eee;
  display: inline-block;
}
#pagination .active {
  background: #1c3691;
  color: #fff;
}
