@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

.bold {
  font-weight: bold;
}

body {
  font-size: 14px;
  color: #333;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
}

img {
  display: block;
}

.container {
  width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}

.c-line-1 {
  line-height: 24px;
  height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.c-line-2 {
  line-height: 24px;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-line-3 {
  line-height: 24px;
  height: 72px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-line-4 {
  line-height: 24px;
  height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.f-8 {
  font-size: 8px;
}

.f-9 {
  font-size: 9px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-26 {
  font-size: 26px;
}

.f-27 {
  font-size: 27px;
}

.f-28 {
  font-size: 28px;
}

.f-29 {
  font-size: 29px;
}

.f-30 {
  font-size: 30px;
}

.f-31 {
  font-size: 31px;
}

.f-32 {
  font-size: 32px;
}

.f-33 {
  font-size: 33px;
}

.f-34 {
  font-size: 34px;
}

.f-35 {
  font-size: 35px;
}

.f-36 {
  font-size: 36px;
}

.f-37 {
  font-size: 37px;
}

.f-38 {
  font-size: 38px;
}

.f-39 {
  font-size: 39px;
}

.f-40 {
  font-size: 40px;
}

.c-0 {
  color: "#000" !important;
}

.c-1 {
  color: "#111" !important;
}

.c-2 {
  color: "#222" !important;
}

.c-3 {
  color: "#333" !important;
}

.c-4 {
  color: "#444" !important;
}

.c-5 {
  color: "#555" !important;
}

.c-6 {
  color: "#666" !important;
}

.c-7 {
  color: "#777" !important;
}

.c-8 {
  color: "#888" !important;
}

.c-9 {
  color: "#999" !important;
}

.lh-0 {
  line-height: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.radius-0 {
  border-radius: 0px;
  overflow: hidden;
}

.p-0 {
  padding: 0px !important;
}

.mh-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mv-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.ph-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.lh-5 {
  line-height: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

.p-5 {
  padding: 5px !important;
}

.mh-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mv-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.ph-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.p-10 {
  padding: 10px !important;
}

.mh-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mv-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ph-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.radius-15 {
  border-radius: 15px;
  overflow: hidden;
}

.p-15 {
  padding: 15px !important;
}

.mh-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mv-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ph-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.radius-20 {
  border-radius: 20px;
  overflow: hidden;
}

.p-20 {
  padding: 20px !important;
}

.mh-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mv-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.radius-25 {
  border-radius: 25px;
  overflow: hidden;
}

.p-25 {
  padding: 25px !important;
}

.mh-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mv-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.ph-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pv-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

.p-30 {
  padding: 30px !important;
}

.mh-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mv-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ph-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.radius-35 {
  border-radius: 35px;
  overflow: hidden;
}

.p-35 {
  padding: 35px !important;
}

.mh-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mv-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.ph-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pv-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.radius-40 {
  border-radius: 40px;
  overflow: hidden;
}

.p-40 {
  padding: 40px !important;
}

.mh-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mv-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.ph-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.radius-45 {
  border-radius: 45px;
  overflow: hidden;
}

.p-45 {
  padding: 45px !important;
}

.mh-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mv-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.ph-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pv-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.radius-50 {
  border-radius: 50px;
  overflow: hidden;
}

.p-50 {
  padding: 50px !important;
}

.mh-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mv-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.ph-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.m-auto {
  margin: 0 auto;
}

.text-xs {
  font-size: 12px;
  color: #B4B4B4;
}

.text-sm {
  font-size: 13px;
  color: #888;
}

.text-lg {
  font-size: 18px;
  color: #333;
}

.text-lger {
  font-size: 20px;
  color: #000;
}

.c-primary {
  color: #192E75 !important;
}

.bg-primary {
  background-color: #192E75 !important;
  color: #fff !important;
  border-color: #192E75 !important;
}

.bg-primary-l {
  background-color: rgba(25, 46, 117, 0.3) !important;
  color: #192E75;
}

.bf-primary {
  color: #192E75 !important;
  border-color: currentColor !important;
}

.c-success {
  color: #3AC788 !important;
}

.bg-success {
  background-color: #3AC788 !important;
  color: #fff !important;
  border-color: #3AC788 !important;
}

.bg-success-l {
  background-color: rgba(58, 199, 136, 0.3) !important;
  color: #3AC788;
}

.bf-success {
  color: #3AC788 !important;
  border-color: currentColor !important;
}

.c-warn {
  color: #ff8a00 !important;
}

.bg-warn {
  background-color: #ff8a00 !important;
  color: #fff !important;
  border-color: #ff8a00 !important;
}

.bg-warn-l {
  background-color: rgba(255, 138, 0, 0.3) !important;
  color: #ff8a00;
}

.bf-warn {
  color: #ff8a00 !important;
  border-color: currentColor !important;
}

.c-danger {
  color: #FB6262 !important;
}

.bg-danger {
  background-color: #FB6262 !important;
  color: #fff !important;
  border-color: #FB6262 !important;
}

.bg-danger-l {
  background-color: rgba(251, 98, 98, 0.3) !important;
  color: #FB6262;
}

.bf-danger {
  color: #FB6262 !important;
  border-color: currentColor !important;
}

.c-info {
  color: #30B7D7 !important;
}

.bg-info {
  background-color: #30B7D7 !important;
  color: #fff !important;
  border-color: #30B7D7 !important;
}

.bg-info-l {
  background-color: rgba(48, 183, 215, 0.3) !important;
  color: #30B7D7;
}

.bf-info {
  color: #30B7D7 !important;
  border-color: currentColor !important;
}

.c-gray {
  color: #f2f2f2 !important;
}

.bg-gray {
  background-color: #f2f2f2 !important;
  color: #fff !important;
  border-color: #f2f2f2 !important;
}

.bg-gray-l {
  background-color: rgba(242, 242, 242, 0.3) !important;
  color: #f2f2f2;
}

.bf-gray {
  color: #f2f2f2 !important;
  border-color: currentColor !important;
}

.c-gold {
  color: #7A5A22 !important;
}

.bg-gold {
  background-color: #7A5A22 !important;
  color: #fff !important;
  border-color: #7A5A22 !important;
}

.bg-gold-l {
  background-color: rgba(122, 90, 34, 0.3) !important;
  color: #7A5A22;
}

.bf-gold {
  color: #7A5A22 !important;
  border-color: currentColor !important;
}

.c-blue {
  color: #148DEA !important;
}

.bg-blue {
  background-color: #148DEA !important;
  color: #fff !important;
  border-color: #148DEA !important;
}

.bg-blue-l {
  background-color: rgba(20, 141, 234, 0.3) !important;
  color: #148DEA;
}

.bf-blue {
  color: #148DEA !important;
  border-color: currentColor !important;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.c-fff {
  color: #fff !important;
}

.c-gf {
  color: #e8e8e8;
}

.f-129 {
  font-size: 12px;
  color: #999;
}

.center {
  text-align: center;
}

.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-s {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.flex-ss {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.flex-e {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.tabs {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.tabs > li {
  line-height: 36px;
  cursor: pointer;
  margin-right: 20px;
}
.tabs > li:last-child {
  margin-right: 0;
}
.tabs > li.on {
  position: relative;
  color: #192E75;
}
.tabs > li.on::after {
  background: #ff8a00;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-333 {
  color: #333;
}

.c-999 {
  color: #999;
}

img.cover {
  object-fit: cover;
}
img.contain {
  object-fit: contain;
}

.jump-body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.jump-body .box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  min-width: 300px;
}
.jump-body .box img {
  margin: 0 auto;
  width: 50px;
}
.jump-body .box .tit {
  font-size: 16px;
  margin: 15px 0;
}
.jump-body .box .jump {
  font-size: 13px;
  color: #999;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
dt,
dl,
dd,
input,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, "Microsoft Yahei", "宋体";
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

input,
img {
  border: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}

.weiz {
  margin: 40px 0;
  line-height: 1;
  font-size: 16px;
  border-left: 3px solid #192E75;
  color: #999;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
}
.weiz a {
  color: #192E75;
}

.list-xm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-xm li {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  flex: 0 0 360px;
  margin-bottom: 40px;
}
.list-xm li:empty {
  box-shadow: none;
  margin: 0;
}
.list-xm li:hover h1 {
  color: #192E75;
  font-weight: bold;
}
.list-xm li a img {
  object-fit: contain;
  width: 360px;
  height: 260px;
}
.list-xm li a > div {
  padding: 15px;
}
.list-xm li a > div h1 {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}
.list-xm li a > div p {
  color: #999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
}

#s2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#s2 ul li {
  flex: 0 0 30%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}
#s2 ul li:hover a > :nth-child(2) {
  background-color: #192E75;
}
#s2 ul li a {
  position: relative;
  display: block;
}
#s2 ul li a img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}
#s2 ul li a > :nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 46, 117, 0.5);
  color: #fff;
  padding: 10px;
  text-align: center;
}

.text-container {
  font: normal 14px/34px "微软雅黑";
  overflow: hidden;
  color: #666;
}

.clear:after {
  content: "200B";
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
}

/***公用样式**/
.wrap {
  width: 1170px;
  margin: 0 auto;
}

.banner-index {
  text-align: center;
  font-size: 20px;
  position: relative;
}
.banner-index:hover .prev,
.banner-index:hover .next {
  display: flex;
}
.banner-index .img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.banner-index .prev,
.banner-index .next {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -35px;
  display: none;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background-color: rgba(25, 46, 117, 0.5);
}
.banner-index .prev .iconfont,
.banner-index .next .iconfont {
  font-size: 40px;
}
.banner-index .prev {
  left: 40px;
}
.banner-index .next {
  right: 40px;
}
.banner-index .c1 {
  font-family: fontface__思源宋体Heavy__16__670904834504;
  font-size: 80px;
  color: rgb(255, 255, 255);
  background-color: initial;
}
.banner-index .c2 {
  color: rgb(218, 218, 218);
}
.banner-index .bd li {
  position: relative;
}
.banner-index .bd li .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.h1-new {
  font-size: 36px;
  font-family: "微软雅黑";
  line-height: 1;
}
.h1-new div:nth-child(1) {
  color: #ddd;
  margin-bottom: -5px;
}
.h1-new div:nth-child(2) {
  font-weight: bold;
}

.head {
  background-color: #fff;
  position: relative;
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #192E75;
}
.head .wrap .navbar a:hover {
  color: #192E75;
}
.head .wrap .navbar > li {
  flex: 1;
}
.head .wrap .navbar > li:hover > .sub {
  transition: all 0.5s;
  height: 60px;
}
.head .wrap .navbar > li:hover > a span:nth-child(1) {
  top: 45px;
}
.head .wrap .navbar > li:hover > a span:nth-child(2) {
  top: 20px;
  color: #192E75;
}
.head .wrap .navbar > li.on span {
  color: #192E75 !important;
  font-weight: bold;
}
.head .wrap .navbar > li > a {
  display: block;
  padding: 40px 0;
  position: relative;
  width: 100%;
}
.head .wrap .navbar > li > a span {
  display: block;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.head .wrap .navbar > li > a span:nth-child(1) {
  top: 20px;
}
.head .wrap .navbar > li > a span:nth-child(2) {
  font-size: 14px;
  color: #666;
  top: 45px;
}
.head .wrap .navbar > li > .sub {
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.head .wrap .navbar > li > .sub ul {
  width: 1170px;
  display: flex;
  margin: 0 auto;
  justify-content: flex-end;
}
.head .wrap .navbar > li > .sub ul > li {
  position: relative;
}
.head .wrap .navbar > li > .sub ul > li::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #999;
  right: 0;
}
.head .wrap .navbar > li > .sub ul > li:last-child::after {
  content: none;
}
.head .wrap .navbar > li > .sub ul > li > a {
  display: block;
  line-height: 60px;
  padding: 0 20px;
}
.head .wrap .nav > li {
  flex: 1;
  position: relative;
}
.head .wrap .nav > li > a {
  display: block;
  height: 88px;
  line-height: 88px;
  font-size: 16px;
  text-align: center;
  color: inherit;
}
.head .wrap .nav > li.on > a {
  color: #192E75;
  font-weight: bold;
}
.head .wrap .nav > li.on:hover a {
  color: #fff !important;
}
.head .wrap .nav > li .up {
  display: inline-block;
}
.head .wrap .nav > li .down {
  display: none;
}
.head .wrap .nav > li:hover {
  background-color: #192E75;
  color: #fff !important;
}
.head .wrap .nav > li:hover .up {
  display: none;
}
.head .wrap .nav > li:hover .down {
  display: inline-block;
}
.head .wrap .nav > li:hover > ul {
  display: block;
}
.head .wrap .nav > li > ul {
  position: absolute;
  display: none;
  z-index: 99;
  left: 0;
  top: 88px;
  min-width: 120px;
  white-space: nowrap;
  background-color: #192E75;
  color: #fff;
  min-width: 200px;
}
.head .wrap .nav > li > ul li a {
  display: block;
  line-height: 40px;
  height: 40px;
  border: none;
  padding: 0 20px;
}
.head .wrap .nav > li > ul li a:hover {
  border: none;
  font-weight: bold;
}

.top .wrap {
  position: relative;
}

.top .logo {
  padding-top: 4px;
  float: left;
  max-height: 84px;
}

.top .nav {
  float: right;
}

.top .nav li {
  float: left;
  position: relative;
}

.top .nav li a {
  display: inline-block;
  height: 88px;
  line-height: 88px;
  font-size: 15px;
  text-align: center;
  color: #333;
  padding: 0 40px;
}

.top .nav li a:hover {
  color: #f06900;
}

.bottom {
  height: 238px;
  background: #f06900;
  border-top: 13px solid #2f8928;
  margin-top: 40px;
}

.link,
.footer {
  font-size: 14px;
  line-height: 26px;
  background: #262626;
  color: #eee;
  text-align: center;
  padding: 16px 250px;
}

.footer a {
  color: #666;
}

.title {
  width: 368px;
  margin: 0 auto;
  text-align: center;
}

.title .zhongwen {
  font: normal 23px/108px "微软雅黑";
  color: #f06900;
}

.title .yingwen {
  font: normal 17px/30px "微软雅黑";
  color: #b7b7b7;
  text-transform: uppercase;
}

.category {
  display: inline-block;
}

.category li {
  float: left;
}

.category li a:hover {
  font: normal 17px/65px "微软雅黑";
  color: #333;
  background: url(../images/catehover_07.jpg) no-repeat center bottom;
  display: inline-block;
  height: 100%;
}

.category li a {
  font: normal 17px/65px "微软雅黑";
  color: #333;
}

.category li span {
  padding: 0 36px;
}

.more {
  height: 41px;
  margin-bottom: 39px;
}

.more a {
  display: block;
  font: normal 17px/39px "微软雅黑";
  color: #333;
  width: 133px;
  height: 39px;
  float: right;
  border: 1px solid #ccc;
  text-align: center;
}

/* flexslider */
.flexslider {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.slides {
  position: relative;
  z-index: 1;
}

.slides li {
  height: 560px;
}

.slides li a {
  height: 100%;
  width: 100%;
  display: block;
}

.slides li img {
  height: 100%;
  width: 100%;
  display: block;
  float: left;
}

.flex-control-nav {
  display: none;
  position: absolute;
  bottom: 15px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 40px;
  overflow: hidden;
  background: url(../images/dot.png) right 0 no-repeat;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background-position: 0 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 35%;
}

.flex-direction-nav li a {
  display: block;
  width: 78px;
  height: 119px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flex-direction-nav li a.flex-prev {
  left: 0px;
  background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 0px;
  background: url(../images/next.png) center center no-repeat;
}

/*面包屑*/
.location {
  height: 56px;
  font-size: 12px;
  line-height: 56px;
  color: #fff;
  background: url(../images/nav_05.jpg) no-repeat center;
  border-radius: 10px 10px 0 0;
}

.location p {
  white-space: nowrap;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-align: right;
  line-height: 56px;
  padding-left: 16px;
  width: 813px;
  float: right;
}

.location a {
  line-height: 33px;
  color: #fff;
}

.location a:hover {
  font-weight: bold;
}

.tishi {
  font-size: 20px;
  line-height: 56px;
  color: #fff;
  padding-left: 20px;
  float: left;
  position: absolute;
}

.tishi span {
  font-size: 8px;
  text-transform: uppercase;
  word-spacing: 9px;
  display: none;
}

/*公司简介*/
.indexcom {
  background: #eaeaea;
}

.indexcom .title {
  height: 58px;
  width: auto;
  background: none;
  margin-bottom: 10px;
  text-align: left;
}

.indexcom .title .yingwen {
  font: bold 17px/32px "微软雅黑";
  color: #f06900;
  text-transform: capitalize;
  font-style: italic;
}

.indexcom .title .zhongwen {
  font: bold 28px/35px "微软雅黑";
  color: #333;
  padding-top: 0;
}

.inaboutcont {
  padding-top: 58px;
  position: relative;
}

.inaboutcont .comleft {
  color: #494949;
  width: 695px;
  position: relative;
  padding-left: 15px;
}

.inaboutcont .comleft h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
}

.inaboutcont .comleft .titleright {
  color: #fd4e23;
  font-size: 12px;
  line-height: 16px;
}

.inaboutcont .comleft .titleright:hover {
  text-decoration: underline;
}

.inaboutcont .comleft .titleright img {
  padding-left: 6px;
}

.inaboutcont .comleft p {
  font: normal 14px/34px "微软雅黑";
  overflow: hidden;
  color: #666;
}

.inaboutcont .comright {
  float: right;
  width: 410px;
  height: 290px;
  margin-right: 15px;
}

.inaboutcont .comright img {
  float: right;
  width: 410px;
  height: 290px;
}

/*关于我们*/
.banner {
  height: 235px;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.danyeleft {
  width: 214px;
  float: left;
}

.danyeright {
  width: 938px;
  float: right;
  padding-top: 31px;
  overflow: hidden;
}

.dantitle {
  height: 54px;
  margin-top: 31px;
  background: url(../images/dantitle_07.jpg) no-repeat center bottom;
  overflow: hidden;
  position: relative;
  text-align: center;
  position: relative;
}

.dantitle .zhongwen {
  font: normal 23px/54px "微软雅黑";
  color: #fff;
  height: 54px;
  width: 214px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}

.contact {
  background: center center/cover no-repeat;
  color: #fff;
  font-size: 15px;
}
.contact .wrap {
  align-items: flex-start;
}
.contact .wrap > div:nth-child(1) p {
  margin: 20px 0;
}
.contact input,
.contact textarea {
  background-color: #fff;
  padding: 0 15px;
  display: block;
  flex: 1;
}
.contact .form > .flex p {
  flex: 0 0 80px;
}
.contact input {
  height: 40px;
}
.contact .submit {
  background-color: #fff;
  color: #192E75;
  display: block;
  width: 100px;
  line-height: 40px;
  text-align: center;
}
.contact .submit:hover {
  background-color: #192E75;
  color: #fff;
}

.dantitle .yingwen {
  font: normal 16px/18px "微软雅黑";
  width: auto;
  padding: 0 4px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  background: #192E75;
  position: absolute;
  bottom: 27px;
  left: 91px;
  display: none;
}

.dantitle .xwtiaozuo {
  left: 102px;
}

.danyecatenav {
  border: 1px solid #dcdcdc;
  border-top: none;
  background: #fff;
}

.danyecatenav li {
  width: 213px;
  line-height: 39px;
  height: 39px;
  font-size: 15px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.danyecatenav li a {
  display: block;
  width: 193px;
  height: 39px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: -1px;
  top: 0;
  padding-left: 20px;
  background: url(../images/mx_21.jpg) no-repeat left top;
}

.danyecatenav li a:hover {
  color: #f06900;
  background: url(../images/xz_13.jpg) no-repeat left top;
}

.xwtjleft li a {
  display: block;
  width: 112px;
  height: 39px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: -1px;
  padding-left: 15px;
  background: url(../images/mx_21.jpg) no-repeat left top;
  font-size: 12px;
  float: left;
}

.xwtjleft li span {
  float: right;
  display: block;
  font-size: 12px;
  color: #555;
  padding-right: 7px;
  padding-left: 20px;
  margin-top: -10px;
}

.xwtjleft li:hover span {
  background: #f7f7f7;
}

.xwtjleft li:hover a {
  background: url(../images/xz_13.jpg) no-repeat left top;
}

.text-wrap {
  font: normal 14px/30px "微软雅黑";
  color: #333;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 4px 14px;
  margin-bottom: 78px;
  border-radius: 0 0 10px 10px;
}

.text-wrap a {
  color: #f06900;
}

.text-wrap a:hover {
  text-decoration: underline;
}

/***产品详情**/
.mainProduct li {
  width: 269px;
  height: 200px;
  float: left;
  margin-top: 30px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.mainProduct li .proshowimg {
  width: 100%;
  height: 100%;
}

.mainProduct li .proshowimg a {
  display: block;
  width: 100%;
  height: 100%;
}

.mainProduct li .proshowimg a img {
  display: block;
  width: 269px;
  height: 200px;
  object-fit: contain;
}

.mainProduct li h2 {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 33px;
  width: 100%;
}

.mainProduct li h2 a {
  display: block;
  width: 100%;
  height: 33px;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  background: url(../images/pro.png) repeat-x;
}

.mainProduct li h2 a:hover {
  text-decoration: none;
  background-color: #192E75;
}

.danyecatenav {
  padding-bottom: 10px;
  padding-top: 19px;
}

.pages {
  text-align: center;
  margin: 50px 0;
}
.pages ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages ul li {
  margin: 5px;
}
.pages ul li.active span {
  background-color: rgba(25, 46, 117, 0.5);
  color: #fff;
}
.pages ul li a,
.pages ul li span {
  display: block;
  line-height: 40px;
  border: 1px solid #ddd;
  padding: 0 20px;
}
.pages ul li a:hover,
.pages ul li span:hover {
  background-color: #192E75;
  color: #fff;
  border-color: #192E75;
}

/***联系我们**/
.mainAboutUs {
  background: url(../images/danbj_04.jpg);
}

/***新闻资讯**/
.newsul li {
  height: 35px;
}

.newsul li .titlea {
  font: normal 14px/35px "微软雅黑";
  color: #555;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 800px;
  padding-left: 15px;
  background: url(../images/newsbj_12.jpg) no-repeat left center;
}

.newsul li .titlea:hover {
  color: #f06900;
  text-decoration: none;
}

.newsul li .year {
  font-size: 10px;
  color: #998;
  width: 90px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: right;
  float: right;
}

/***新闻资讯详情**/
.text-wrap {
  margin-top: 50px;
}

.fwalneipcn h1 {
  text-align: center;
  font: normal 16px/28px "微软雅黑";
  color: #333;
  padding-top: 20px;
}
.fwalneipcn .fabutime {
  text-align: center;
  font: normal 12px/16px "微软雅黑";
  color: #999;
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.fwalneipcn img {
  display: block;
  max-width: 100%;
}

.sjbw {
  text-align: center;
  padding-bottom: 20px;
}

.fanye {
  margin-top: 22px;
  color: #9c9c9c;
  border: 1px dashed #dcdcdc;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fanye a {
  color: #333;
}

.fanye h3 {
  font-size: 12px;
  font-weight: normal;
  float: left;
}

.fanye a:hover {
  color: #f06900;
  text-decoration: none;
}

.relatitle {
  height: 42px;
  background: url(../images/nav_05.jpg) no-repeat center top;
  overflow: hidden;
}

.telat {
  font-size: 17px;
  line-height: 42px;
  padding-left: 10px;
  color: #fff;
}

.renewslist {
  padding: 22px 0px 0;
}

.renewslist li {
  height: 40px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
}

.renewslist li .jt {
  float: left;
  color: #f06900;
  padding-right: 22px;
}

.renewslist li a {
  line-height: 40px;
  float: left;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 746px;
}

.renewslist li a:hover {
  color: #f06900;
}

.renewslist li span {
  line-height: 40px;
  font-size: 14px;
  color: #999;
  float: right;
}

/***产品详情**/
.pcsuo {
  text-align: center;
}

.pcsuo img {
  width: auto;
  height: auto;
  display: inline;
}

.neinei img {
  width: auto;
  height: auto;
  display: inline;
}

/***首页**/
.indexnews .wrap {
  padding-top: 18px;
}

.indexnews {
  height: 574px;
  background: url(../images/indexnews_02.jpg) no-repeat center;
}

.indexnews .title .yingwen {
  color: #fff;
}

.indexnews .newsul {
  margin-left: -80px;
  height: 332px;
}

.indexnews .newsul li {
  width: 530px;
  margin-bottom: 58px;
  height: 100px;
  margin-left: 80px;
  float: left;
  position: relative;
}

.indexnews .newsul li .newsimga {
  display: block;
  width: 356px;
  height: 200px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.indexnews .newsul li .newsimga img {
  width: 100%;
  height: 100%;
}

.indexnews .newsul li .newsadd {
  position: absolute;
  left: 9px;
  top: 200px;
  font-size: 18px;
  line-height: 49px;
}

.indexnews .newsul li .newstitle {
  position: absolute;
  left: 15px;
  top: 0;
  color: #fff;
  line-height: 19px;
  font-size: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 334px;
}

.indexnews .newsul li .newstitle:hover {
  color: #fe6b01;
}

.indexnews .newsul li p {
  font-size: 14px;
  line-height: 29px;
  position: absolute;
  left: 15px;
  top: 36px;
  height: 60px;
  color: #fff;
  overflow: hidden;
}

.indexnews .gdnews {
  font-size: 14px;
  color: #fff;
  width: 166px;
  display: block;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 28px;
  margin: 0 auto;
}

.indexnews .newsul li span {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  right: 0px;
}

.indexnews .newsul li .newsckxq {
  position: absolute;
  color: #faca4b;
  bottom: -10px;
  font-size: 13px;
  right: 0px;
}

.indexnews .newsul li .newsckxq:hover {
  color: #fe6b01;
}

.indexab .title {
  background: none;
}

.indexab .title .yingwen {
  color: #fff;
}

.indexab .title .zhongwen {
  color: #fff;
  line-height: 100px;
}

.indexab .content p {
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  height: 245px;
  overflow: hidden;
}

.indexpro {
  background: #eaeaea;
  padding-top: 18px;
}

.procateul {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
}

.procateul a {
  font-size: 15px;
  color: #666;
  line-height: 40px;
  padding: 0 22px;
  white-space: nowrap;
}

.procateul a:hover {
  color: #fe6b01;
}

.prosul {
  margin-left: -42px;
  padding-bottom: 50px;
}

.prosul li {
  width: 261px;
  height: 270px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-left: 42px;
}

.prosul li p {
  color: #999;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.prosul li .proshowimg {
  width: 100%;
  height: 190px;
}

.prosul li .proshowimg a {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
}

.prosul li .proshowimg img {
  width: 100%;
  height: 100%;
}

.prosul li h2 {
  height: 30px;
  background: url(../images/pro.png) repeat-x;
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  line-height: 30px;
}

.prosul li h2 a {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
}

.prosul li h2:hover {
  background: url(../images/prohover.png) repeat-x;
}

.indexlink {
  height: 64px;
  background: #f06900;
}

.indexlink .lbj {
  display: inline-block;
  padding: 0 10px;
  width: 31px;
  font-size: 14px;
  line-height: 16px;
  background: #f06900;
  color: #fff;
  text-transform: uppercase;
}

.indexlink .sb {
  width: 86px;
}

.indexlink .zi {
  line-height: 64px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.indexlink .zi a {
  color: #fff;
  padding-left: 5px;
  font-weight: normal;
}

.indexab {
  background: left top/cover no-repeat;
}

.indexab form {
  display: block;
  width: 1170px;
  padding-top: 20px;
  position: relative;
}

.hx {
  position: relative;
  height: 64px;
}

.hx input {
  color: rgb(153, 153, 153);
  position: absolute;
  left: 0;
  top: 0;
  width: 496px;
  height: 38px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  text-indent: 1em;
  line-height: 38px;
}

.alert {
  font: normal 17px/58px "微软雅黑";
  color: #fff;
  display: none;
}

.indexab .title {
  padding-top: 17px;
}

.indexab h6 {
  font: normal 26px/50px "微软雅黑";
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
}

.textarea {
  width: 593px;
  height: 161px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  text-indent: 1em;
  line-height: 38px;
}

.bz {
  width: 340px;
}

.xk {
  width: 592px;
}

#hide {
  display: none;
}

.btn {
  display: block;
  width: 125px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  padding-left: 50px;
  background: url(../images/tj_09.jpg) no-repeat 125px center;
  background-color: #f0b74f;
}

.btn a {
  cursor: pointer;
}

.toptext .left {
  width: 500px;
  float: left;
}

.toptext .right {
  width: 590px;
  float: right;
}

.continfo p {
  font: normal 17px/56px "微软雅黑";
  color: #fff;
  text-align: left;
}

/***产品页面**/
/***新闻资讯**/
/***产品详情**/
.mainProductItem {
  height: 264px;
}

.danyecatenav .erjip {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 213px;
  height: auto;
  z-index: 45;
  display: none;
}

.danyecatenav .erjip a {
  float: none;
  font-size: 12px;
  color: #fff;
  width: 174px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/nav_05.jpg) left center;
  text-align: left;
  border-top: 1px solid #fff;
  position: static;
}

.danyecatenav .yijip:hover .erjip {
  display: block;
}

.danyecatenav .erjip a:hover {
  text-decoration: none;
  background: url(../images/nav_05.jpg) no-repeat center;
  font-weight: bold;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.ggt img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
