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: 1220px;
  margin: 0 auto;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
li .pic {
  overflow: hidden;
}
li .pic img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .top {
  padding: 16px 0;
}
header .top .cont {
  display: flex;
  align-items: center;
}
header .top .cont .line {
  width: 1px;
  height: 72px;
  margin: 0 16px;
  background-color: #989898;
}
header .top .cont .text {
  line-height: 2;
}
header .top .cont .text p {
  color: #454545;
  font-size: 20px;
}
header .top .cont .text span {
  color: #000000;
  font-size: 16px;
}
header .top .cont .contact {
  margin-left: auto;
  padding-left: 60px;
  background: url(../images/tel.png) no-repeat left center;
}
header .top .cont .contact p {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
header .top .cont .contact p span {
  color: #014b31;
  font-size: 28px;
  font-weight: bold;
}
header .nav {
  background-color: #014b31;
}
header .nav ul {
  display: flex;
}
header .nav ul li {
  line-height: 48px;
  position: relative;
  flex: 1;
  text-align: center;
}
header .nav ul li > a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
}
header .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 48px;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #014b31;
}
header .nav ul li .drop a {
  display: block;
  line-height: 3;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .nav ul li .drop a:last-child {
  border: none;
}
header .nav ul li.active {
  background-color: #01422b;
}
header .nav ul li:hover {
  background-color: #01422b;
}
header .nav ul li:hover .drop {
  display: block;
}
.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 {
  background-color: #313131;
  display: flex;
  flex-direction: column;
}
footer .top .cont .information {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}
footer .top .cont .information .info .tel {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
footer .top .cont .information .info .tel .text {
  margin-left: 12px;
}
footer .top .cont .information .info .tel .text span {
  color: #818181;
  font-size: 14px;
}
footer .top .cont .information .info .tel .text p {
  color: #aa8753;
  font-size: 24px;
}
footer .top .cont .information .contact h3 {
  color: #fff;
  font-size: 18px;
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1;
  border-left: 4px solid #fff;
}
footer .top .cont .information .contact .navs {
  display: flex;
  flex-wrap: wrap;
}
footer .top .cont .information .contact .navs a {
  color: #fff;
  font-size: 14px;
  width: 33.33333%;
  line-height: 2;
}
footer .top .cont .information .contact p {
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
}
footer .top .cont .information .contact p img {
  margin-right: 10px;
}
footer .top .cont .information .contact p span {
  color: #ffe400;
  font-size: 20px;
  font-weight: bold;
}
footer .top .cont .information .contact p a {
  color: #fff;
  text-decoration: underline;
}
footer .top .cont .information .wechat {
  display: flex;
  align-items: center;
}
footer .top .cont .information .wechat p {
  color: #6d6d6d;
  font-size: 14px;
  width: 14px;
  line-height: 1;
  margin-right: 1em;
}
footer .top .cont .information .wechat img {
  width: 137px;
  height: 137px;
  border: 3px solid #fff;
}
footer .cr {
  margin-top: auto;
  color: #6d6d6d;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .cr a {
  color: #6d6d6d;
  text-decoration: underline;
}
.index-container .index-title .cont {
  text-align: center;
}
.index-container .index-title .cont h3 {
  color: #666666;
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
}
.index-container .index-title .cont .cn {
  display: flex;
  line-height: 2;
  align-items: center;
}
.index-container .index-title .cont .cn h2 {
  color: #333333;
  font-size: 30px;
  padding: 0 2em;
}
.index-container .index-title .cont .cn .lines {
  flex: 1;
  display: flex;
  align-items: center;
}
.index-container .index-title .cont .cn .lines .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #014b31;
}
.index-container .index-title .cont .cn .lines .line {
  flex: 1;
  height: 2px;
}
.index-container .index-title .cont .cn .lines .line.left {
  background-image: linear-gradient(to right, rgba(1, 75, 49, 0), #014b31);
}
.index-container .index-title .cont .cn .lines .line.right {
  background-image: linear-gradient(to right, #014b31, rgba(1, 75, 49, 0));
}
.index-container .index-1 {
  padding: 50px 0;
}
.index-container .index-1 .pro-list {
  display: flex;
  margin-top: 40px;
}
.index-container .index-1 .pro-list .pro-nav {
  width: 272px;
  flex-shrink: 0;
  display: flex;
  border-radius: 7px;
  flex-direction: column;
  border: 1px solid #014b31;
  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);
}
.index-container .index-1 .pro-list .pro-nav .pro-title {
  height: 124px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #014b31;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-container .index-1 .pro-list .pro-nav .pro-title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.index-container .index-1 .pro-list .pro-nav .pro-title span {
  color: #fff;
  font-size: 16px;
}
.index-container .index-1 .pro-list .pro-nav ul {
  padding: 10px;
}
.index-container .index-1 .pro-list .pro-nav ul li {
  display: flex;
  align-items: center;
  line-height: 54px;
  padding: 0 16px;
  position: relative;
  border-bottom: 1px dashed #ededed;
}
.index-container .index-1 .pro-list .pro-nav ul li::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-color: #014b31;
  transition: all 0.33s linear;
  border-radius: 5px;
}
.index-container .index-1 .pro-list .pro-nav ul li a {
  color: #5a5a5a;
  font-size: 18px;
  margin-left: 1em;
  flex: 1;
  display: block;
  position: relative;
  transition: all 0.33s linear;
}
.index-container .index-1 .pro-list .pro-nav ul li.active::before {
  right: 0;
  width: 100%;
}
.index-container .index-1 .pro-list .pro-nav ul li.active a {
  color: #fff;
}
.index-container .index-1 .pro-list .pro-nav .tel {
  margin-top: auto;
  padding: 16px 0 16px 62px;
  margin: auto 10px 10px;
  border-radius: 6px;
  background: #014b31 url(../images/tel1.png) no-repeat 12px center;
}
.index-container .index-1 .pro-list .pro-nav .tel span {
  color: #b2b2b2;
  font-size: 16px;
}
.index-container .index-1 .pro-list .pro-nav .tel h3 {
  color: #f2f500;
  font-size: 26px;
  font-weight: bold;
}
.index-container .index-1 .pro-list .pro-grid {
  margin-left: 27px;
  flex: 1;
}
.index-container .index-1 .pro-list .pro-grid ul {
  display: flex;
  flex-wrap: wrap;
}
.index-container .index-1 .pro-list .pro-grid ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 17px;
  padding: 7px;
  background-color: #dcdfe8;
  transition: all 0.33s linear;
  border-radius: 5px;
}
.index-container .index-1 .pro-list .pro-grid ul li:nth-child(7),
.index-container .index-1 .pro-list .pro-grid ul li:nth-child(8),
.index-container .index-1 .pro-list .pro-grid ul li:nth-child(9) {
  margin-bottom: 0;
}
.index-container .index-1 .pro-list .pro-grid ul li .pic {
  display: block;
  height: 214px;
}
.index-container .index-1 .pro-list .pro-grid ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-container .index-1 .pro-list .pro-grid ul li .tit {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 3;
  display: block;
  text-align: center;
  transition: all 0.33s linear;
}
.index-container .index-1 .pro-list .pro-grid ul li:nth-child(3n) {
  margin-right: 0;
}
.index-container .index-1 .pro-list .pro-grid ul li:hover {
  background-color: #014b31;
}
.index-container .index-1 .pro-list .pro-grid ul li:hover .tit {
  color: #fff;
}
.index-container .index-2 {
  width: 100%;
  height: 772px;
  padding-top: 64px;
  background: url(../images/bg.jpg) no-repeat center center;
}
.index-container .index-2 .index-title h2 {
  color: #fff;
  font-size: 48px;
}
.index-container .index-2 .index-title h2 span {
  color: #ffe400;
}
.index-container .index-2 .index-title .en {
  color: #fff;
  font-size: 34px;
  margin-top: 24px;
}
.index-container .index-2 .about {
  margin-top: 60px;
  text-align: center;
  padding: 24px 100px 117px;
  background-color: rgba(22, 70, 154, 0.9);
}
.index-container .index-2 .about .desc {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.index-container .index-2 .about h3 {
  display: flex;
  align-items: center;
  color: #ffba00;
  font-size: 24px;
  font-weight: bold;
  line-height: 3;
  justify-content: space-between;
}
.index-container .index-2 .about h3 span {
  margin: 0 1em;
}
.index-container .index-2 .about h3 .lines {
  flex: 1;
  display: flex;
  align-items: center;
}
.index-container .index-2 .about h3 .lines .line {
  flex: 1;
  height: 1px;
  background-color: #3d65ab;
}
.index-container .index-2 .about h3 .lines .round {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3d65ab;
}
.index-container .index-2 .about .en {
  color: #3f6dbd;
  font-size: 12px;
  text-transform: uppercase;
}
.index-container .index-2 ul {
  display: flex;
  padding: 0 100px;
  margin-top: -89px;
  justify-content: space-between;
}
.index-container .index-2 {
  width: 100%;
  height: 708px;
  background: url(../images/issue.jpg) no-repeat center center;
}
.index-container .index-3 {
  width: 100%;
  height: 1835px;
  background: url(../images/why.jpg) no-repeat center center;
}
.index-container .index-4 {
  width: 100%;
  height: 550px;
  padding-top: 55px;
  background: url(../images/bg.png) no-repeat center center;
}
.index-container .index-4 .solution {
  margin-top: 40px;
}
.index-container .index-4 .solution .bd ul li {
  width: 288px;
  height: 232px;
  margin-left: 12px;
  position: relative;
}
.index-container .index-4 .solution .bd ul li .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.index-container .index-4 .solution .bd ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-container .index-4 .solution .bd ul li .tit {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(1, 75, 49, 0.8);
}
.index-container .index-4 .solution .hd {
  margin-top: 20px;
}
.index-container .index-4 .solution .hd ul {
  display: flex;
  font-size: 0;
  justify-content: center;
}
.index-container .index-4 .solution .hd ul li {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #afafaf;
}
.index-container .index-4 .solution .hd ul li.on {
  background-color: #014b31;
}
.index-container .index-5 {
  padding: 60px 0;
}
.index-container .index-5 > .cont {
  display: flex;
  margin-top: 50px;
}
.index-container .index-5 > .cont ul {
  width: 50%;
  flex-shrink: 0;
  border-top: 1px solid #e0e0e0;
}
.index-container .index-5 > .cont ul li {
  display: flex;
  height: 135px;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.index-container .index-5 > .cont ul li .date {
  text-align: right;
  margin: 0 24px;
  line-height: 1.6;
}
.index-container .index-5 > .cont ul li .date .y {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.index-container .index-5 > .cont ul li .date .md {
  color: #999999;
  font-size: 16px;
}
.index-container .index-5 > .cont ul li .info .tit {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.index-container .index-5 > .cont ul li .info .desc {
  color: #999999;
  font-size: 14PX;
  line-height: 24px;
  margin-top: 12px;
}
.index-container .index-5 > .cont ul li:hover .tit {
  color: #014b31;
}
.index-container .index-5 > .cont .recommend {
  flex: 1;
  margin-left: 52px;
  background-color: #f2f2f2;
  padding: 36px;
}
.index-container .index-5 > .cont .recommend .rec-news {
  display: flex;
  height: 100%;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
.index-container .index-5 > .cont .recommend .rec-news .tit {
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.index-container .index-5 > .cont .recommend .rec-news .pic {
  height: 240px;
  width: 100%;
}
.index-container .index-5 > .cont .recommend .rec-news .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-container .index-5 > .cont .recommend .rec-news .more {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #014b31;
  line-height: 1;
  padding: 0.5em 2em;
}
