@charset "utf-8";
/*region 常用变量配置*/
/*endregion*/
/*region 模块配置*/
/*endregion*/
/*region 常用函数*/
/*endregion*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
time,
mark,
audio,
video,
input,
textarea,
tr,
th,
td,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Lucida Grande", Helvetica, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  color: #333;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #f5f5f5;
  min-width: 1200px;
  overflow-x: auto;
}
i,
em {
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
input {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
input,
textarea {
  line-height: 1.2em;
  outline: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: justify;
}
input::-webkit-input-placeholder {
  line-height: 1.2em;
}
.wrap {
  width: 100%;
  padding-top: 70px;
  min-width: 1200px;
}
/*region 常用布局*/
.clear-float:after {
  content: '';
  display: block;
  clear: both;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.flex-box {
  display: -moz-box !important;
  display: -webkit-box !important;
  display: box!important;
}
.box-flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
}
.inline-box {
  display: inline-block;
  vertical-align: middle;
}
.center-container {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.transition-def {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*endregion*/
/*region 幻灯片导航*/
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.slide-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.slide-nav .btn {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 35px;
  height: 90px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.slide-nav .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  width: 35px;
  height: 35px;
}
.slide-nav .btn.pre {
  left: 0;
}
.slide-nav .btn.pre:after {
  background: url("icon/icon_arrow_left.png") no-repeat center;
}
.slide-nav .btn.next {
  right: 0;
}
.slide-nav .btn.next:after {
  background: url("icon/icon_arrow_right.png") no-repeat center;
}
.slide-nav .btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
/*endregion*/
/*region 公用布局 header footer*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.header .logo-box {
  margin: 12px 20px;
}
.header .logo-box img {
  display: block;
}
.header .nav-box {
  display: block;
}
.header .nav-box .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.header .nav-box .item .nav-text {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0.25rem;
  color: #aeaeae;
  font-size: 1rem;
  line-height: 69px;
  height: 69px;
  text-align: center;
  cursor: pointer;
}
.header .nav-box .item .nav-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 2px;
  background: #019d3c;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .nav-box .item:hover .nav-text,
.header .nav-box .item.active .nav-text {
  color: #019d3c;
}
.header .nav-box .item:hover .nav-text:after,
.header .nav-box .item.active .nav-text:after {
  margin-left: -50%;
  width: 100%;
  background: #019d3c;
}
.footer {
  padding: 70px 0;
  background: #313131;
}
.footer .foot-box {
  margin: 0 40px;
}
.footer .foot-box .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
}
.footer .foot-box .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 1.875rem;
  background: #019d3c;
}
.footer .company-box {
  width: 380px;
  margin: 0 10px;
}
.footer .company-box .logo-box {
  display: block;
  margin-bottom: 10px;
}
.footer .company-box .logo-box img {
  display: block;
}
.footer .company-box .text {
  color: #828282;
  line-height: 2;
  margin-bottom: 10px;
}
.footer .company-box .text .icon-img {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.footer .company-box .text .icon-img img {
  display: inline-block;
}
.footer .company-box .img-box {
  display: block;
  margin-top: 30px;
}
.footer .company-box .img-box img {
  display: block;
}
.footer .contact-box {
  width: 420px;
}
.footer .contact-box .text {
  display: block;
  margin: 15px 0;
  color: #fff;
}
.footer .link-box {
  font-size: 0;
}
.footer .link-box .link-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  margin-right: 30px;
  color: #fff;
}
.footer .link-box .link-item:hover {
  text-decoration: underline;
}
.page-img-box {
  display: block;
  position: relative;
  height: 509px;
  overflow: hidden;
}
.page-img-box .img-box {
  position: absolute;
  width: 1920px;
  height: 509px;
  left: 50%;
  margin-left: -960px;
}
.page-img-box .img-box img {
  display: block;
  width: 100%;
}
.page-number-box {
  display: block;
  padding: 30px 0;
  text-align: center;
}
.page-number-box .jump-btn,
.page-number-box .num-btn {
  margin: 0 2px;
  padding: 9px 15px;
  color: #76838f;
  border: solid 1px #e4eaec;
  cursor: pointer;
}
.page-number-box .jump-btn:hover,
.page-number-box .num-btn:hover {
  background: #f5f5f5;
}
.page-number-box .jump-btn.active,
.page-number-box .num-btn.active {
  color: #fff;
  border: solid 1px #019d3c;
  background: #019d3c;
}
.page-number-box .jump-btn.disable,
.page-number-box .num-btn.disable {
  color: #ccd5db;
  cursor: default;
}
.page-number-box .jump-btn.disable:hover,
.page-number-box .num-btn.disable:hover {
  background: #fff;
}
.page-number-box .ellipsis {
  margin: 0 2px;
  font-size: 1.8rem;
  line-height: 1;
  color: #76838f;
}
/*endregion*/
/*region index 首页*/
.index-wrap {
  /*产品服务*/
  /*新闻动态*/
  /*公司简介*/
  /*典型客户*/
}
.index-wrap .slide-wrap .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-wrap .slide-wrap .slide-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-wrap .slide-wrap .slide-box .slide-sub-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.index-wrap .slide-wrap .container {
  display: table;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  text-align: center;
}
.index-wrap .slide-wrap .container .text-con {
  display: table-cell;
  vertical-align: top;
}
.index-wrap .slide-wrap .container .text-con.status3 .text-img {
  margin-top: 160px;
}
.index-wrap .slide-wrap .container .text-con .text-img {
  display: inline-block;
  margin-top: 240px;
}
.index-wrap .slide-wrap .container .text-con .text-img img {
  display: block;
}
.index-wrap .sub-wrap .title-box .text {
  display: block;
  margin-bottom: 11px;
  font-size: 2.25rem;
  line-height: 1;
  color: #019d3c;
  text-align: center;
}
.index-wrap .sub-wrap .btn-more {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 140px;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #019d3c;
  border: solid 1px #019d3c;
  border-radius: 2px;
  cursor: pointer;
}
.index-wrap .sub-wrap .btn-more:hover {
  background: #019d3c;
  color: #fff;
}
.index-wrap .pro-wrap {
  padding: 60px 0;
  background: #f5f5f5;
}
.index-wrap .pro-wrap .nav-box {
  display: block;
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
.index-wrap .pro-wrap .nav-box .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.125rem;
  padding: 0 1.375rem;
  font-size: 1rem;
  line-height: 2.28;
  background: #fff;
  cursor: pointer;
}
.index-wrap .pro-wrap .nav-box .item:hover {
  color: #019d3c;
}
.index-wrap .pro-wrap .nav-box .item.active {
  background: #019d3c;
  color: #fff;
}
.index-wrap .pro-wrap .nav-box .item.active:hover {
  color: #fff;
}
.index-wrap .pro-wrap .list-box {
  margin: 0 -15px;
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.index-wrap .pro-wrap .list-box .item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 15px;
  width: 380px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.index-wrap .pro-wrap .list-box .item .img-box {
  width: 100%;
  height: 213px;
  overflow: hidden;
}
.index-wrap .pro-wrap .list-box .item .img-box img {
  display: block;
  width: 100%;
}
.index-wrap .pro-wrap .list-box .item .text {
  display: block;
  font-size: 1.25rem;
  line-height: 3;
  color: #37474f;
  background: #fff;
}
.index-wrap .pro-wrap .list-box .item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-wrap .pro-wrap .list-box .item:hover .text {
  color: #019d3c;
}
.index-wrap .new-wrap {
  padding: 60px 0;
  background: #fff;
}
.index-wrap .new-wrap .nav-box {
  display: block;
  margin-top: 35px;
  font-size: 0;
}
.index-wrap .new-wrap .nav-box .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
  padding: 0 1.375rem;
  font-size: 1rem;
  line-height: 2.28;
  background: #fff;
  cursor: pointer;
}
.index-wrap .new-wrap .nav-box .item:hover {
  color: #019d3c;
}
.index-wrap .new-wrap .nav-box .item.active {
  background: #019d3c;
  color: #fff;
}
.index-wrap .new-wrap .nav-box .item.active:hover {
  color: #fff;
}
.index-wrap .new-wrap .list-box {
  margin: 0 -10px;
  margin-top: 20px;
  font-size: 0;
}
.index-wrap .new-wrap .list-box .item {
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px;
  width: 590px;
  cursor: pointer;
}
.index-wrap .new-wrap .list-box .item:hover .article-box .title {
  color: #019d3c;
}
.index-wrap .new-wrap .list-box .item .img-box {
  display: inline-block;
  vertical-align: top;
  width: 160px;
}
.index-wrap .new-wrap .list-box .item .img-box img {
  display: block;
  width: 100%;
}
.index-wrap .new-wrap .list-box .item .article-box {
  width: 430px;
  padding-left: 20px;
}
.index-wrap .new-wrap .list-box .item .article-box .date {
  display: block;
  color: #a6a6a6;
  font-size: 0.875rem;
  line-height: 2;
}
.index-wrap .new-wrap .list-box .item .article-box .title {
  display: block;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-wrap .new-wrap .list-box .item .article-box .line {
  position: relative;
  display: block;
  margin: 10px 0;
  height: 1px;
  background: #ddd;
}
.index-wrap .new-wrap .list-box .item .article-box .line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 1px;
  background: #000;
}
.index-wrap .new-wrap .list-box .item .article-box .text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #a6a6a6;
  height: 3em;
  overflow: hidden;
}
.index-wrap .comp-intro-wrap {
  padding: 68px 0;
  height: 438px;
  background: url("../images/bg_com_intro.jpg") no-repeat center;
}
.index-wrap .comp-intro-wrap .img-box {
  display: block;
  margin-right: 10px;
  width: 400px;
}
.index-wrap .comp-intro-wrap .img-box img {
  display: block;
  width: 100%;
}
.index-wrap .comp-intro-wrap .con-box {
  padding: 0 10px;
  width: 790px;
}
.index-wrap .comp-intro-wrap .con-box .title-box .text {
  margin-bottom: 6px;
  color: #fff;
  font-weight: 200;
  text-align: left;
}
.index-wrap .comp-intro-wrap .con-box .title-box .sub-text {
  display: block;
  color: #fff;
  font-size: 0.875rem;
}
.index-wrap .comp-intro-wrap .con-box .text-box {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 0.8125rem;
  line-height: 2;
  color: #fff;
}
.index-wrap .comp-intro-wrap .con-box .btn-more {
  display: block;
  margin-left: 0;
  color: #fff;
  border: solid 1px #fff;
}
.index-wrap .comp-intro-wrap .con-box .btn-more:hover {
  background: #fff;
  color: #333;
}
.index-wrap .clients-wrap {
  padding: 60px 0;
  background: #fff;
}
.index-wrap .clients-wrap .list-box {
  margin: 50px 0;
  padding: 0 60px;
  font-size: 0;
}
.index-wrap .clients-wrap .list-box .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  width: 330px;
  padding-left: 60px;
}
.index-wrap .clients-wrap .list-box .item:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 0;
  background: url("icon/icon_client.png") no-repeat center;
}
.index-wrap .clients-wrap .list-box .item .text {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.75;
}
.index-wrap .clients-wrap .list-box .item .sub-text {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #939393;
}
/*endregion*/
/*region 产品详情页*/
.product-wrap {
  padding-bottom: 30px;
}
.product-wrap .product-content .main-part {
  margin-top: 30px;
}
.product-wrap .product-content .main-part .cont-part {
  padding: 0 15px;
  width: 930px;
  background: #fff;
}
.product-wrap .product-content .main-part .cont-part h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
}
.product-wrap .product-content .main-part .cont-part h2,
.product-wrap .product-content .main-part .cont-part h3,
.product-wrap .product-content .main-part .cont-part h4,
.product-wrap .product-content .main-part .cont-part h5,
.product-wrap .product-content .main-part .cont-part h6 {
  font-size: 22px;
}
.product-wrap .product-content .main-part .cont-part p,
.product-wrap .product-content .main-part .cont-part li {
  font-size: 15px;
  line-height: 26px;
}
.product-wrap .product-content .main-part .cont-part p,
.product-wrap .product-content .main-part .cont-part ul {
  margin-top: 8px;
}
.product-wrap .product-content .main-part .cont-part ul {
  margin-left: 20px;
}
.product-wrap .product-content .main-part .cont-part li {
  list-style: disc;
}
.product-wrap .product-content .main-part .cont-part div {
  margin: 0 20px;
  margin-bottom: 30px;
}
.product-wrap .product-content .main-part .ywgl-part img {
  margin-top: 40px;
}
.product-wrap .product-content .main-part .zhgk-part .xtgn img {
  margin: 40px 0px 50px 100px;
}
.product-wrap .product-content .main-part .zhgk-part .jmgl img {
  display: block;
  margin: 40px 0px 50px 49px;
}
.product-wrap .product-content .main-part .zncrk-part .xttd img {
  margin-left: 75px;
}
.product-wrap .product-content .main-part .jjfa-part .fanr img {
  margin-left: 40px;
}
.product-wrap .product-content .main-part .jjfa-part .fatd p {
  margin-bottom: 10px;
}
.product-wrap .product-content .main-part .jjfa-part .dxal img {
  margin: 40px 0px 40px 46px;
}
.product-wrap .product-content .main-part .paging {
  padding: 28px 0;
  border-top: solid 1px #eee;
}
.product-wrap .product-content .main-part .paging a {
  display: inline-block;
  padding: 0 10px;
  line-height: 2;
  font-size: 0.875rem;
  font-weight: bold;
  border: solid 1px #eee;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-wrap .product-content .main-part .paging a:hover {
  color: #019d3c;
}
.product-wrap .product-content .main-part .ver-nav-bar,
.news-wrap .ver-nav-bar {
  margin-left: 30px;
  width: 240px;
  background: #fff;
}
.product-wrap .product-content .main-part .ver-nav-bar .search-box,
.news-wrap .ver-nav-bar .search-box {
  display: none;
  width: 230px;
  height: 33px;
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.product-wrap .product-content .main-part .ver-nav-bar .search-box input,
.news-wrap .ver-nav-bar .search-box input {
  display: inline-block;
  width: 184px;
  height: 30px;
  margin-left: 10px;
}
.product-wrap .product-content .main-part .ver-nav-bar .search-box button,
.news-wrap .ver-nav-bar .search-box button {
  display: inline-block;
  width: 30px;
  height: 26px;
  border: none;
  background-color: white;
  cursor: pointer;
  outline: none;
}
.product-wrap .product-content .main-part .ver-nav-bar .recommend,
.news-wrap .ver-nav-bar .recommend {
  margin-top: 30px;
  margin-left: 3px;
  padding: 0 10px;
}
.product-wrap .product-content .main-part .ver-nav-bar .recommend span,
.news-wrap .ver-nav-bar .recommend span {
  font-size: 1rem;
}
.product-wrap .product-content .main-part .ver-nav-bar .recommend ul li,
.news-wrap .ver-nav-bar .recommend ul li {
  margin-left: 0.9375rem;
  line-height: 2.6;
}
.product-wrap .product-content .main-part .ver-nav-bar .recommend ul li a,
.news-wrap .ver-nav-bar .recommend ul li a {
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-wrap .product-content .main-part .ver-nav-bar .recommend ul li a:hover,
.news-wrap .ver-nav-bar .recommend ul li a:hover {
  color: #019d3c;
}
/*endregion*/
/*region 产品服务列表页*/
.product-list-wrap .product-nav-bar,
.news-wrap .news-nav-bar {
  display: block;
  margin-top: 50px;
  text-align: left;
  font-size: 0;
}
.product-list-wrap .product-nav-bar .item,
.news-wrap .news-nav-bar .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.125rem;
  padding: 0 1.375rem;
  font-size: 1rem;
  line-height: 2.28;
  background: #fff;
  cursor: pointer;
}
.product-list-wrap .product-nav-bar .item:hover,
.news-wrap .news-nav-bar .item:hover {
  color: #019d3c;
}
.product-list-wrap .product-nav-bar .item.active,
.news-wrap .news-nav-bar .item.active {
  background: #019d3c;
  color: #fff;
}
.product-list-wrap .product-nav-bar .item.active:hover,
.news-wrap .news-nav-bar .item.active:hover {
  color: #fff;
}
.product-list-wrap .list-box {
  margin: 0 -10px;
  margin-top: 15px;
  font-size: 0;
  text-align: left;
}
.product-list-wrap .list-box .item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 10px;
  width: 285px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.product-list-wrap .list-box .item .img-box {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.product-list-wrap .list-box .item .img-box img {
  display: block;
  width: 100%;
}
.product-list-wrap .list-box .item .text {
  display: block;
  font-size: 1rem;
  line-height: 3;
  color: #37474f;
  background: #fff;
}
.product-list-wrap .list-box .item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list-wrap .list-box .item:hover .text {
  color: #019d3c;
}
/*endregion*/
/*region users-wrap 典型客户*/
.users-wrap {
  padding-bottom: 30px;
}
.users-wrap .center-container {
  margin-top: 30px;
  background: #fff;
}
.users-wrap .user-box {
  padding: 0 20px 30px 20px;
  text-align: center;
}
.users-wrap .user-box .title {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 2.0;
  color: #019d3c;
  text-align: center;
}
.users-wrap .user-box .title:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 2px;
  margin-left: -35px;
  background: #019d3c;
}
.users-wrap .user-box .table {
  margin-top: 20px;
  width: 100%;
}
.users-wrap .user-box .table td {
  position: relative;
  width: 25%;
  height: 4rem;
  text-align: left;
  vertical-align: middle;
}
.users-wrap .user-box .table td .icon-user {
  position: absolute;
  left: 0;
  top: 22px;
  width: 0;
  height: 0;
  border-left: solid 10px #019d3c;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent;
  display: inline-block;
  vertical-align: middle;
}
.users-wrap .user-box .table td .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
/*endregion*/
/*region 新闻动态列表页*/
.news-wrap .list-box {
  width: 930px;
  margin: 30px 0;
  background: #fff;
}
.news-wrap .list-box .item {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}
.news-wrap .list-box .item:hover .title {
  color: #019d3c;
}
.news-wrap .list-box .item .title {
  display: block;
  margin: 0 0 20px;
  font-size: 1.375rem;
}
.news-wrap .list-box .item .text {
  margin: 10px 0;
  font-size: 1rem;
  color: #5e7387;
}
.news-wrap .list-box .item .bot-box .date {
  font-size: 1rem;
  color: #a3afb7;
}
.news-wrap .list-box .item .bot-box .show-number {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 1rem;
  color: #a3afb7;
}
.news-wrap .list-box .item .bot-box .show-number:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  background: url("icon/icon_look.png") no-repeat center;
}
.news-wrap .list-box .item:last-child {
  border: none;
}
.news-wrap .detail-box {
  width: 930px;
  margin: 30px 0;
  padding: 20px;
  background: #fff;
}
.news-wrap .detail-box .title-box {
  border-bottom: solid 1px #eee;
}
.news-wrap .detail-box .title-box .title {
  display: block;
  margin: 0 0 10px;
  font-size: 1.375rem;
}
.news-wrap .detail-box .title-box .bot-box .date {
  font-size: 1rem;
  color: #a3afb7;
}
.news-wrap .detail-box .title-box .bot-box .show-number {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 1rem;
  color: #a3afb7;
}
.news-wrap .detail-box .title-box .bot-box .show-number:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  background: url("icon/icon_look.png") no-repeat center;
}
.news-wrap .detail-box .content-box {
  padding: 10px 0;
}
.news-wrap .detail-box .content-box p {
  text-indent: 2em;
  font-size: 1rem;
  line-height: 2;
  margin: 10px 0;
}
.news-wrap .detail-box .content-box img {
  display: block;
  margin: 15px auto;
}
.news-wrap .detail-box .paging {
  padding: 28px 0;
  border-top: solid 1px #eee;
}
.news-wrap .detail-box .paging a {
  display: inline-block;
  padding: 0 10px;
  line-height: 2;
  font-size: 0.875rem;
  font-weight: bold;
  border: solid 1px #eee;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news-wrap .detail-box .paging a:hover {
  color: #019d3c;
}
.news-wrap .ver-nav-bar {
  margin: 30px 0;
}
/*endregion*/
/*region 公司简介*/
.about-wrap .about-box {
  background: #fff;
  padding: 10px;
}
.about-wrap .about-box .title {
  font-size: 1.875rem;
  padding: 10px 0;
  color: #019d3c;
  display: block;
}
.about-wrap .about-box .text-box p {
  text-indent: 2em;
  font-size: 1rem;
  line-height: 2.25;
  margin-bottom: 15px;
}
.about-wrap .about-box .img-box {
  display: block;
  margin: 0 auto;
  width: 900px;
}
.about-wrap .about-box .list-box {
  font-size: 0;
}
.about-wrap .about-box .list-box .item {
  width: 300px;
}
.about-wrap .about-box .list-box .item .item-box-img {
  margin: 5px 15px;
  padding: 2px;
  border: solid 2px #eee;
  border-radius: 3px;
}
.about-wrap .about-box .list-box .item .item-box-img img {
  display: block;
  width: 100%;
  height: 380px;
}
.about-wrap .about-box .list-box .item .item-box-text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
/*endregion*/
/*region contact-wrap 联系我们*/
.contact-wrap .contact-box {
  margin: 30px auto;
  padding: 20px 15px;
  background: #fff;
}
.contact-wrap .contact-box .img-box {
  width: 410px;
}
.contact-wrap .contact-box .text-box {
  padding: 0 10px;
  width: 740px;
}
.contact-wrap .contact-box .text-box .title {
  margin-bottom: 10px;
  padding: 0 5px 10px;
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: solid 1px #019d3c;
}
.contact-wrap .contact-box .text-box .item {
  padding: 0 5px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}
/*endregion*/
/*# sourceMappingURL=Style.css.map */