.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;
}

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;
}

.cont {
  width: 1200px;
  margin: 0 auto;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

header {
  width: 100%;
  background-color: #fff;
}

header .top {
  line-height: 36px;
  background: #154a93;
}

header .top .cont {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #9a9a9a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top .cont .left {
  color: #fff;
}

header .top .cont .right {
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top .cont .right a {
  color: #fff;
  padding: 0 12px;
}

header .top .cont .right .wechat {
  position: relative;
}

header .top .cont .right .wechat img {
  opacity: 0;
  position: absolute;
  left: 50%;
  width: 108px;
  height: 108px;
  padding: 4px;
  background-color: #fff;
  top: -108px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
  -webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

header .top .cont .right .wechat:hover img {
  opacity: 1;
  top: 36px;
}

header>.navs .cont {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header>.navs .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header>.navs .cont ul li {
  position: relative;
  text-align: center;
  line-height: 90px;
}

header>.navs .cont ul li>a {
  display: block;
  color: #333333;
  font-size: 16px;
  padding: 0 12px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

header>.navs .cont ul li>a .iconfont {
  margin-left: 5px;
}

header>.navs .cont ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(21, 74, 147, 0.9);
  -webkit-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}

header>.navs .cont ul li .drop a {
  display: block;
  line-height: 3;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 1em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header>.navs .cont ul li .drop a:last-child {
  border: none;
}

header>.navs .cont ul li::before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background-color: #d90606;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

header>.navs .cont ul li:hover>a {
  color: #d90606;
}

header>.navs .cont ul li:hover::before {
  width: 100%;
  left: 0;
}

header>.navs .cont ul li.active>a {
  color: #d90606;
}

header>.navs .cont ul li.active::before {
  width: 100%;
  left: 0;
}

header>.navs .cont .tel {
  text-align: right;
}

header>.navs .cont .tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #010101;
  font-size: 12px;
  line-height: 1.5;
}

header>.navs .cont .tel p .iconfont {
  color: #d90606;
  font-size: 18px;
  margin-right: 9px;
}

header>.navs .cont .tel h3 {
  color: #154a93;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}

.banner .bd {
  position: relative;
  z-index: 0;
}

.banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}

.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}

.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}

.banner .hd ul li {
  margin: 0 6px;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.banner .hd ul li.on {
  width: 42px;
}

footer {
  width: 100%;
  height: 344px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(404.png) no-repeat center center;
}

footer .top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer .top .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .top .cont .left .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

footer .top .cont .left .title h3 {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

footer .top .cont .left .title span {
  color: #717171;
  font-size: 16px;
  text-transform: uppercase;
}

footer .top .cont .left .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

footer .top .cont .left .tel .iconfont {
  font-size: 48px;
  color: #656565;
  margin-right: 20px;
}

footer .top .cont .left .tel .text span {
  color: #818181;
  font-size: 14px;
  line-height: 1.5;
}

footer .top .cont .left .tel .text p {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

footer .top .cont .middle p {
  color: #cbcbcb;
  font-size: 14px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .top .cont .middle p .iconfont {
  color: #fff;
  font-size: 24px;
  margin-right: 20px;
}

footer .top .cont .right .wechats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .top .cont .right .wechats .wechat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .top .cont .right .wechats .wechat p {
  color: #6d6d6d;
  font-size: 14px;
  width: 14px;
  line-height: 1.2;
  margin-right: 1em;
}

footer .top .cont .right .wechats .wechat img {
  width: 126px;
  height: 126px;
  background: #fff;
  padding: 3px;
}

footer .top .cont .right .wechats .wechat:last-child {
  margin-left: 20px;
}

footer .cr {
  margin-top: auto;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.5;
  padding: 1em 0;
  text-align: center;
  border-top: 1px solid #404040;
}

footer .cr a {
  color: #6d6d6d;
  text-decoration: underline;
}