@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_z84l67aexjk.eot');
  src: url('//at.alicdn.com/t/font_995532_z84l67aexjk.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_z84l67aexjk.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_z84l67aexjk.woff') format('woff'), url('//at.alicdn.com/t/font_995532_z84l67aexjk.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_z84l67aexjk.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
header {
  position: relative;
}
header .top {
  height: 94px;
  width: 1200px;
  margin: 0 auto;
}
header .top .logo {
  float: left;
  padding-top: 16px;
}
header .top .tel {
  float: right;
  margin-top: 23px;
}
header .top .tel .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 42px;
  color: #ffbb1c;
  margin-right: 10px;
}
header .top .tel .info {
  display: inline-block;
}
header .top .tel .info .p1 {
  color: #4d4d4d;
  font-size: 14px;
}
header .top .tel .info .p1 span {
  color: #bebebe;
}
header .top .tel .info .p2 {
  color: #032f5c;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}
header nav {
  width: 100%;
  height: 51px;
  background: #032f5c;
}
header nav > ul {
  width: 1200px;
  margin: 0 auto;
  display: table;
}
header nav > ul > li {
  display: table-cell;
  position: relative;
  text-align: center;
  height: 51px;
}
header nav > ul > li a {
  position: relative;
  z-index: 1;
  line-height: 51px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
header nav > ul > li .color {
  width: 100%;
  height: 0;
  background-color: #ffc847;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
header nav > ul > li:hover a,
header nav > ul > li.on a {
  color: #032f5c;
}
header nav > ul > li:hover .color,
header nav > ul > li.on .color {
  height: 100%;
}
header nav > ul > li .sub {
  position: absolute;
  width: 100%;
  height: 524px;
  left: 0;
  top: 130px;
  z-index: 3;
  background: rgba(12, 19, 92, 0.88);
  display: none;
}
header nav > ul > li .sub .cont dl {
  float: left;
  width: 230px;
  text-align: left;
  margin: 18px 127px;
}
header nav > ul > li .sub .cont dl dt {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #555a8d;
  height: 63px;
  margin-bottom: 10px;
  line-height: 61px;
}
header nav > ul > li .sub .cont dl dt a {
  color: #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav > ul > li .sub .cont dl dt a:hover {
  color: #2d8cf7;
}
header nav > ul > li .sub .cont dl dd a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 30px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav > ul > li .sub .cont dl dd a:hover {
  color: #fffc00;
}
header nav > ul > li .sub .cont dl:nth-child(1),
header nav > ul > li .sub .cont dl:nth-child(4) {
  margin-left: 0;
}
header nav > ul > li .sub .cont dl:nth-child(3n) {
  margin-right: 0;
}
header nav > ul > li .drop {
  position: absolute;
  top: 38px;
  z-index: 3;
  display: none;
  background: rgba(12, 19, 92, 0.88);
  padding: 15px 20px;
  left: -37.5px;
}
header nav > ul > li .drop a {
  display: block;
  width: 187px;
  text-align: center;
  font-size: 14px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #FFFFFF;
  height: 48px;
  border-bottom: 1px solid #575e91;
  line-height: 47px;
}
header nav > ul > li .drop a:last-child {
  border: none;
}
header nav > ul #searchBtn {
  background-color: #032f5c;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}
header nav > ul #searchBtn .iconfont {
  font-size: 18px;
  margin-right: 12px;
}
header .search {
  display: none;
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: absolute;
  top: 130px;
  z-index: 100;
  text-align: center;
  padding-top: 23px;
}
header .search .form {
  display: inline-block;
}
header .search .form input {
  vertical-align: middle;
  width: 845px;
  height: 50px;
  border: 1px solid #d2d2d2;
  text-indent: 1em;
  color: #999999;
  font-size: 14px;
}
header .search .form button {
  vertical-align: middle;
  background-color: #032f5c;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
header .search .form button .iconfont {
  color: #ffffff;
  font-size: 24px;
}
header .search .close {
  width: 98px;
  margin: 23px auto 0;
  height: 24px;
  background: #e5e5e5 url(../images/arrow.png) no-repeat center center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
}
.page {
  margin: 66px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev a {
  line-height: 26px;
}
.page ul li.next a {
  line-height: 26px;
}
.page ul .num.on,
.page ul .num:hover {
  background: #032f5c;
  border-color: #032f5c;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #ffffff;
}
.crumb {
  background: #f1f6ff;
  height: 63px;
}
.crumb .cont {
  width: 1200px;
  margin: 0 auto;
  line-height: 63px;
  color: #666666;
  font-size: 16px;
}
.crumb .cont .iconfont {
  font-size: 28px;
  margin-right: 10px;
  line-height: 63px;
}
.crumb .cont a {
  color: #666666;
  font-size: 16px;
  line-height: 63px;
}
footer {
  background-color: #062d55;
  margin-top: 61px;
  height: 232px;
  padding-top: 60px;
}
footer .cont .tel {
  margin-right: 56px;
  display: inline-block;
  vertical-align: middle;
}
footer .cont .tel .text .iconfont {
  font-size: 50px;
  color: #ffffff;
  margin-left: -20px;
}
footer .cont .tel .text .info {
  display: inline-block;
}
footer .cont .tel .text .info p {
  color: #ffffff;
  font-size: 14px;
}
footer .cont .tel .text .info span {
  color: #ffffff;
  font-size: 14px;
}
footer .cont .tel .phone {
  color: #ffcb51;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 20px;
}
footer .cont .cr {
  display: inline-block;
  vertical-align: middle;
}
footer .cont .cr .p1 {
  display: inline-block;
  width: 275px;
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
}
footer .cont .cr .p2 {
  display: inline-block;
  width: 414px;
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
}
footer .cont .cr .p3 {
  color: #a5b2bf;
  font-size: 14px;
  line-height: 1;
  margin-top: 16px;
}
footer .cont .cr .p3 a{
  color: #a5b2bf;
}

footer .cont .wechat {
  float: right;
}
footer .cont .wechat img {
  display: block;
  width: 124px;
  height: 124px;
}
