@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: 14px;
  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: 92px;
  width: 1200px;
  margin: 0 auto;
}
header .top .logo {
  float: left;
  padding-top: 23px;
}
header .top .line {
  float: left;
  width: 1px;
  height: 46px;
  border-left: 1px solid #d4d4d4;
  margin: 23px 29px 0;
}
header .top > p {
  float: left;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  padding-top: 21px;
}
header .top .tel {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  /*margin-top: 43px;*/
}
header .top .tel .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #0066af;
  margin-right: 10px;
}
header .top .tel p {
  display: inline-block;
  vertical-align: top;
  color: #0066af;
  font-size: 18px;
  line-height: 20px;
}
header .top .tel p span {
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
}
header nav {
  width: 100%;
  height: 45px;
  background: #ededed;
}
header nav > ul {
  width: 1200px;
  margin: 0 auto;
  display: table;
}
header nav > ul > li {
  display: table-cell;
  text-align: center;
  height: 45px;
}
header nav > ul > li:hover .sub {
  display: block;
}
header nav > ul > li .sub {
  position: absolute;
  left: 50%;
  width: 130px;
  background: #fff;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  top: 44px;
  transform: translateX(-50%);
}
header nav > ul > li .sub > a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
}
header nav > ul > li .sub > a:hover {
  background: #0066af;
  color: #fff;
}
header nav > ul > li > a {
  line-height: 45px;
  color: #333333;
  font-size: 18px;
  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:hover > a,
header nav > ul > li.on > a {
  color: #0066af;
}
header nav > ul #searchBtn {
  background-color: #0066af;
  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: #0066af;
  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: #0066af;
  border-color: #0066af;
}
.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 {
  width: 100%;
  background: #333333;
  padding-top: 35px;
}
.footer .wrap {
  position: relative;
}
.footer .f-wrap {
  display: flex;
  padding-bottom: 35px;
}
.footer .f-wrap .middle {
  width: 340px;
  box-sizing: border-box;
  height: 179px;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .f-wrap .middle ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #BABABA;
  margin-top: 27px;
}
.footer .f-wrap .middle ul li {
  margin: 0 30px;
  line-height: 45px;
}
.footer .f-wrap .middle ul li:nth-child(3n+1) {
  margin-left: 0;
}
.footer .f-wrap .middle ul li:hover a {
  font-weight: 700;
}
.footer .f-wrap .middle ul li a {
  color: #BABABA;
}
.footer .f-wrap .left {
  width: 417px;
  height: 179px;
  padding: 0 42px;
  display: flex;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .f-wrap .left .erwei {
  margin-top: 30px;
}
.footer .f-wrap .left .erwei img {
  width: 96px;
  height: 96px;
}
.footer .f-wrap .left .erwei p {
  font-size: 14px;
  color: #AAAAAA;
}
.footer .f-wrap .left .tel {
  margin-top: 30px;
  margin-left: 40px;
  text-align: left;
}
.footer .f-wrap .left .tel p:nth-child(1) {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.48);
}
.footer .f-wrap .left .tel p:nth-child(1) .iconfont {
  font-size: 22px;
  margin-right: 10px;
}
.footer .f-wrap .left .tel p:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 7px;
}
.footer .f-wrap .left .tel p:nth-child(3) {
  font-size: 14px;
  color: #BABABA;
  margin-top: 7px;
}
.footer .f-wrap .right {
  margin-top: 30px;
  width: 430px;
  padding-top: 10px;
  padding-left: 40px;
  box-sizing: border-box;
}
.footer .f-wrap .right > div {
  font-size: 14px;
  color: #BABABA;
  display: flex;
  align-items: flex-start;
  line-height: 36px;
}
.footer .f-wrap .right > div .iconfont {
  font-size: 20px;
  margin-right: 12px;
  font-size: 26px;
  position: relative;
}
.footer .f-wrap .right > div span:nth-child(2) {
  max-width: 350px;
}
.copy-right {
  height: 63px;
  line-height: 63px;
  font-size: 14px;
  color: #CACACA;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}
.copy-right a {
  color: #CACACA;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #0066af;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  box-sizing: initial;
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
