<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
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;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.clear:after {
  display: block;
  content: '';
  clear: both;
}

header .top {
  padding: 16px 0;
}

header .top .cont {
  display: flex;
  align-items: center;
  width: 1220px;
  margin: 0 auto;
}

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;
  width: 1220px;
  margin: 0 auto;
}

header .nav ul li {
  line-height: 48px;
  position: relative;
  flex: 1;
  text-align: center;
}

header .nav ul li&gt;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 {
  width: 1220px;
  margin: 0 auto;
}

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

.item_tit {
  text-align: center;
  background: url(../images/line1.png) no-repeat center 80px;
}

.item_tit p {
  font-size: 14px;
  color: #bfbfbf;
  text-transform: uppercase;
}

.item_tit h3 {
  font-size: 30px;
  color: #014b31;
  font-weight: bold;
  line-height: 50px;
}

.item_tit a {
  display: block;
  width: 73px;
  height: 24px;
  background: url(../images/more.png) no-repeat center center;
  margin: 0 auto;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}

/*产品*/
.pro {
  width: 1100px;
  margin: 30px auto 0;
}

.pro .sort {
  height: 96px;
  border: 2px solid #014b31;
  margin-top: 46px;
}

.pro .sort:after {
  display: block;
  content: '';
  clear: both;
}

.pro .sort .tit {
  width: 143px;
  height: 96px;
  float: left;
  background: #014b31;
  text-align: center;
  color: #ffffff;
}

.pro .sort .tit p {
  font-size: 22px;
  padding-top: 20px;
}

.pro .sort .tit span {
  font-size: 14px;
  text-transform: uppercase;
}

.pro .sort ul {
  float: left;
  margin-left: 35px;
}

.pro .sort ul li {
  height: 96px;
  line-height: 96px;
  margin: 0 5px;
  display: inline-block;
}

.pro .sort ul li a {
  font-size: 16px;
  color: #333333;
}

.pro .sort ul li .iconfont {
  font-size: 14px;
  color: #014b31;
  margin-right: 10px;
}

.pro .list ul {
  margin: 20px -5px 0;
}

.pro .list ul:after {
  display: block;
  content: '';
  clear: both;
}

.pro .list ul li {
  width: 360px;
  height: 315px;
  float: left;
  margin: 13px 5px;
}

.pro .list ul li .pic {
  width: 346px;
  height: 257px;
  line-height: 257px;
  padding: 6px;
  border: 1px solid #e6e6e6;
}

.pro .list ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pro .list ul li p {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 9px;
  background: #f3f7fc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pro .list ul li p a {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}

.pro .list ul li p:hover {
  background: #014b31;
}

.pro .list ul li p:hover a {
  color: #FFFFFF;
}

/*案例*/
.case {
  padding: 30px 0;
  background: #f2f2f2;
  margin-top: 50px;
}

.case .cont {
  width: 1100px;
  margin: 0 auto;
}

.case .cont:after {
  display: block;
  content: '';
  clear: both;
}

.case .fr {
  width: 550px;
  height: 435px;
  margin-top: 30px;
  float: left;
  position: relative;
}

.case .fr .pic {
  width: 100%;
  height: 100%;
}

.case .fr .pic img {
  width: 100%;
  height: 100%;
}

.case .fr p {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.case .fr p a {
  font-size: 14px;
  color: #FFFFFF;
}

.case ul {
  float: right;
  width: 540px;
  margin-top: 30px;
}

.case ul li {
  width: 263px;
  height: 208px;
  position: relative;
  margin-bottom: 18px;
}

.case ul li .pic {
  width: 100%;
  height: 100%;
}

.case ul li .pic img {
  width: 100%;
  height: 100%;
}

.case ul li p {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.case ul li p a {
  font-size: 14px;
  color: #FFFFFF;
}

.case ul li:nth-child(odd) {
  float: left;
}

.case ul li:nth-child(even) {
  float: right;
}

/*关于我们*/
.about {
  width: 100%;
  height: 421px;
  background: url(../images/about.jpg) no-repeat center center;
}

.about .cont {
  width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
}

.about .cont:after {
  display: block;
  content: '';
  clear: both;
}

.about .pic {
  width: 191px;
  height: 336px;
  border: 2px solid #729bdd;
  position: relative;
  float: left;
}

.about .pic p {
  text-align: center;
  height: 57px;
  line-height: 57px;
  font-size: 18px;
  color: #FFFFFF;
}

.about .pic p span {
  font-size: 14px;
  margin-left: 10px;
}

.about .pic .bd {
  width: 202px;
  height: 242px;
  position: absolute;
  left: 45px;
  top: 57px;
}

.about .pic .bd ul li {
  width: 100%;
  height: 242px;
}

.about .pic .bd ul li img {
  width: 100%;
  height: 100%;
}

.about .pic&gt;span {
  display: block;
  width: 14px;
  height: 28px;
  background: #afcbf9;
  color: #014b31;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 175px;
}

.about .pic&gt;span.prev {
  left: 11px;
}

.about .pic&gt;span.next {
  right: -84px;
}

.about .txt {
  width: 788px;
  height: 290px;
  position: relative;
  float: right;
}

.about .txt h3 {
  font-size: 23px;
  color: rgba(255, 255, 255, 0.23);
  text-transform: uppercase;
}

.about .txt h3 span {
  font-size: 35px;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 15px;
}

.about .txt h2 {
  font-size: 23px;
  color: #FFFFFF;
  line-height: 68px;
}

.about .txt p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}

.about .txt a {
  display: block;
  width: 100px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about .txt:after {
  display: block;
  content: '';
  width: 686px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  bottom: 16px;
  left: 0;
  position: absolute;
}

/*案例图*/
.company {
  width: 1100px;
  margin: 60px auto 0;
  position: relative;
}

.company .title {
  border-bottom: 1px solid #dbdbdb;
  height: 48px;
  line-height: 48px;
}

.company .title:after {
  display: block;
  content: '';
  clear: both;
}

.company .title p {
  float: left;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  height: 48px;
}

.company .title p span {
  font-size: 12px;
  color: #8c8584;
  margin-left: 10px;
}

.company .title p:before {
  display: block;
  content: '';
  width: 5px;
  height: 18px;
  background: #014b31;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  margin: 15px 10px 0 0;
}

.company .title a {
  float: right;
  font-size: 12px;
  color: #8e8b8a;
}

.company .title .iconfont {
  font-size: 13px;
  color: #014b31;
}

.company .bd {
  width: 1100px;
  overflow: hidden;
}

.company .bd ul li {
  width: 255px;
  height: 225px;
  float: left;
  margin: 29px 13px 0;
  text-align: center;
}

.company .bd ul li .photo {
  width: 100%;
  height: 191px;
  margin-bottom: 13px;
}

.company .bd ul li .photo img {
  width: 100%;
  height: 100%;
}

.company .bd ul li&gt;a {
  font-size: 14px;
  color: #333333;
}

.company button {
  border: none;
  outline: none;
  width: 17px;
  height: 34px;
  background: #cdcdcd;
  color: #FFFFFF;
  cursor: pointer;
  top: 50%;
  position: absolute;
}

.company button.prev {
  left: -40px;
}

.company button.next {
  right: -40px;
}

.company button:hover {
  background: #014b31;
}

/*新闻*/
.mid {
  width: 100%;
  padding: 50px 0;
  background: #f3f3f3;
  margin-top: 40px;
}

.mid .cont {
  width: 1100px;
  margin: 0 auto;
}

.mid .cont:after {
  display: block;
  content: '';
  clear: both;
}

.mid .tit {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
}

.mid .tit:after {
  display: block;
  content: '';
  clear: both;
}

.mid .tit p {
  font-size: 12px;
  color: #999999;
  float: left;
  text-transform: uppercase;
}

.mid .tit p span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}

.mid .tit p:before {
  display: block;
  content: '';
  width: 5px;
  height: 16px;
  background: #014b31;
  float: left;
  margin: 16px 10px 0 0;
}

.mid .tit a {
  font-size: 12px;
  float: right;
  color: #666666;
}

.news {
  width: 322px;
  float: left;
  margin-right: 60px;
}

.news img {
  width: 100%;
  height: 93px;
  margin-bottom: 10px;
}

.news ul li {
  height: 34px;
  line-height: 34px;
  background: url(../images/icon.jpg) left center no-repeat;
  padding-left: 26px;
}

.news ul li a {
  font-size: 14px;
  color: #666666;
}

.news ul li a:hover {
  color: #014b31;
}

.news ul li span {
  font-size: 14px;
  color: #666666;
  float: right;
}

.ans {
  float: right;
  width: 322px;
}

.ans ul li {
  height: 74px;
  padding: 7px 0 15px 10px;
  border-bottom: 1px dashed #dbdbdb;
}

.ans ul li a {
  font-size: 14px;
  color: #333333;
  background: url(../images/wen.png) left top no-repeat;
  padding-left: 40px;
  line-height: 20px;
}

.ans ul li a:hover {
  color: #014b31;
}

.ans ul li p {
  font-size: 12px;
  color: #999999;
  padding-left: 40px;
  background: url(../images/da.png) left top no-repeat;
  line-height: 20px;
  margin-top: 12px;
}

.paper {
  width: 1220px;
  margin: 60px auto;
  min-height: 500px;
}

.paper:after {
  display: block;
  content: "";
  clear: both;
}

.page .cont {
  margin-top: 30px;
  line-height: 26px;
}

/*侧导航*/
.side {
  width: 209px;
  border: 1px solid #000;
  float: left;
  background: url(../images/sp.jpg) no-repeat left bottom;
  padding-bottom: 94px;
}

.side .side_c .tit {
  width: 100%;
  height: 58px;
  background: #014b31;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}

.side .side_c .tit span {
  color: rgba(255, 255, 255, 0.25);
}

.side .side_c ul {
  padding: 10px 13px;
}

.side .side_c ul li {
  height: 50px;
  border-bottom: 1px dashed #cdcdcd;
  line-height: 50px;
  text-indent: 27px;
  position: relative;
}

.side .side_c ul li a {
  font-size: 15px;
  color: #444444;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side .side_c ul li span {
  display: block;
  width: 211px;
  background: #014b31;
  height: 42px;
  opacity: 0;
  position: absolute;
  left: -14px;
  top: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side .side_c ul li span:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 21px solid transparent;
  border-left: 13px solid #ffffff;
  border-top: 21px solid transparent;
}

.side .side_c ul li span:after {
  position: absolute;
  right: -13px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 21px solid transparent;
  border-left: 13px solid #014b31;
  border-top: 21px solid transparent;
}

.side .side_c ul li:hover span,
.side .side_c ul li.on span {
  opacity: 1;
}

.side .side_c ul li:hover a,
.side .side_c ul li.on a {
  color: #FFFFFF;
  font-weight: bold;
}

.side .side_p {
  padding: 0 13px 20px;
  margin-top: 56px;
}

.side .side_p .tit {
  border-bottom: 5px solid #0c0c0c;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

.side .side_p .tit p {
  color: #028dd7;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #0c0c0c;
}

.side .side_p .tit p span {
  font-weight: bold;
  color: #0c0c0c;
  font-size: 18px;
  margin-right: 5px;
}

.side .side_p&gt;p {
  font-size: 12px;
  color: #444444;
  line-height: 24px;
}

.side .side_p&gt;p .iconfont {
  color: #76bced;
  margin-right: 5px;
}

.side .side_p&gt;p span {
  font-size: 14px;
  color: #76bced;
  font-weight: bold;
}

/*面包屑导航*/
.navigation {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #d3d3d3;
}

.navigation:after {
  display: block;
  content: '';
  clear: both;
}

.navigation .s1 {
  font-size: 18px;
  color: #014b31;
  position: relative;
}

.navigation .s1:after {
  display: block;
  width: 45px;
  height: 4px;
  background: #014b31;
  content: '';
  position: absolute;
  bottom: -7px;
}

.navigation p {
  float: right;
  font-size: 12px;
  color: #999999;
}

.navigation p a {
  color: #999999;
}

.navigation p span {
  color: #014b31;
}

.product,
.page,
.news_list,
.detail {
  width: 964px;
  float: right;
}

/*产品列表*/
.product ul {
  margin-top: 30px;
}

.product ul:after {
  display: block;
  content: '';
  clear: both;
}

.product ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  text-align: center;
}

.product ul li:nth-child(3n) {
  margin-right: 0;
}

.product ul li .photo {
  display: block;
  width: 100%;
  height: 240px;
  font-size: 0;
  margin-bottom: 10px;
}

.product ul li .photo img {
  width: 100%;
  height: 100%;
}

.product ul li .name {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

.product ul li .name:hover {
  color: #014b31;
}

.product ul li .txt {
  font-size: 12px;
  color: #555555;
  line-height: 24px;
  height: 48px;
  text-indent: 2em;
  text-align: left;
}

.product ul li .more {
  border-style: dashed;
  border-color: #d2d2d2;
  border-width: 1px 0 1px 0;
  height: 23px;
  line-height: 23px;
  margin-top: 15px;
}

.product ul li .more a {
  font-size: 12px;
  color: #555555;
}

.product ul li .more a:hover {
  color: #014b31;
}

/*新闻列表*/
.news_list .fr {
  width: 100%;
  margin-top: 10px;
  padding: 30px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.news_list .fr .photo {
  width: 258px;
  height: 158px;
  float: left;
  font-size: 0;
}

.news_list .fr .photo img {
  width: 100%;
  height: 100%;
}

.news_list .fr .txt {
  position: relative;
  margin-left: 300px;
  height: 158px;
}

.news_list .fr .txt .name {
  font-size: 15px;
  color: #444444;
  font-weight: bold;
}

.news_list .fr .txt .name:hover {
  color: #014b31;
}

.news_list .fr .txt span {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
}

.news_list .fr .txt .iconfont {
  margin-right: 10px;
}

.news_list .fr .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}

.news_list .fr .txt .more {
  display: block;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #FFFFFF;
  background: #d43031;
  position: absolute;
  bottom: 0;
}

.news_list ul li {
  padding: 29px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.news_list ul li .date {
  width: 88px;
  height: 88px;
  border: 1px solid #dcdcdc;
  float: left;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news_list ul li .date p {
  font-size: 35px;
  font-weight: bold;
  color: #666666;
  font-family: arial;
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news_list ul li .date span {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.8);
  font-family: arial;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news_list ul li .txt {
  height: 90px;
  margin-left: 120px;
}

.news_list ul li .txt .name {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news_list ul li .txt .name:hover {
  color: #014b31;
}

.news_list ul li .txt .more {
  display: block;
  float: right;
  text-align: center;
  width: 64px;
  height: 16px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #888888;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news_list ul li .txt .more:hover {
  background: #014b31;
  color: #FFFFFF;
  border-color: #014b31;
}

.news_list ul li .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}

.news_list ul li:hover .date {
  background: #014b31;
  border-color: #014b31;
}

.news_list ul li:hover .date p {
  color: #FFFFFF;
}

.news_list ul li:hover .date span {
  color: rgba(255, 255, 255, 0.8);
}

/*翻页*/
.pagination {
  width: 100%;
  margin: 30px 0;
}

.pagination:after {
  display: block;
  content: '';
  clear: both;
}

.pagination .prev {
  width: 39px;
  height: 24px;
  border: 1px solid #b8b8b8;
  text-align: center;
  cursor: pointer;
  float: left;
}

.pagination .next {
  width: 39px;
  height: 24px;
  border: 1px solid #b8b8b8;
  text-align: center;
  cursor: pointer;
  float: right;
}

.pagination .num {
  margin-left: 41px;
  margin-right: 41px;
  height: 26px;
  position: relative;
}

.pagination .num .num_list {
  position: absolute;
  text-align: center;
  background: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.pagination .num a {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #b8b8b8;
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin: 0 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .num a.on,
.pagination .num a:hover {
  background: #014b31;
  border-color: #014b31;
  color: #FFFFFF;
}

.pagination .num:after {
  display: block;
  width: 100%;
  content: '';
  height: 1px;
  background: #e6e5e5;
  position: relative;
  top: 13px;
  z-index: -1;
}

.pagination .iconfont {
  font-size: 24px;
  color: #888888;
}

/*详情页*/
.detail .view {
  padding: 30px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.detail .view h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
}

.detail .photo {
  width: 100%;
  margin: 20px 0;
  line-height: 0;
  text-align: center;
}

.detail .photo img {
  max-width: 100%;
}

.detail .view .date {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #666666;
}

.detail .view .date span {
  margin: 0 10px;
}

.detail .viewbox {
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em;
  margin-top: 30px;
}

.detail .pager {
  width: 100%;
  margin: 20px auto;
}

.detail .pager p {
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #777;
  overflow: hidden;
}

.detail .pager a {
  color: #777;
}

.detail .pager a:hover {
  color: #014b31;
  text-decoration: underline;
}

/*表单*/
.form {
  width: 100%;
  padding-top: 55px;
}

.form_tit {
  width: 100%;
  text-align: center;
}

.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}

.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}

.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}

.layui-form {
  width: 830px;
  margin: 50px auto 0;
}

.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}

.layui-form table {
  width: 100%;
}

.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}

.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}

.layui-form .new input {
  width: 674px;
}

.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}

.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}

.form ul {
  width: 100%;
  text-align: center;
}

.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}

.form ul li input {
  width: 100%;
  height: 100%;
}

/* all */
::-webkit-input-placeholder {
  color: #dedede;
}

::-moz-placeholder {
  color: #dedede;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #dedede;
}

/* ie */
input:-moz-placeholder {
  color: #dedede;
}

/* individual: webkit */
.form td input::-webkit-input-placeholder {
  color: #dedede;
}

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

.form td input::-webkit-input-placeholder {
  color: #dedede;
}

/* individual: mozilla */
.form td input::-moz-placeholder {
  color: #dedede;
}

.form td input::-moz-placeholder {
  color: #dedede;
}

.form td input::-moz-placeholder {
  color: #dedede;
}

/*地图*/
.map {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}

.map img {
  max-width: unset;
}

.BMap_bubble_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.BMap_bubble_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}

.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #014b31;
  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 {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.float:hover {
  right: 0;
}

.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}</pre></body></html>