@charset "utf-8";
.clearjs {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%
}
body {
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 100px
}
.darkbg {
  background: #F5F7F9;
}
.whitebg {
  background: #fff;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all .6s
}
a:hover {
  color: #28863d
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
em, i {
  font-style: normal
}
img {
  vertical-align: middle;
  transition: all 1s
}
h1, h2, h3, h4, h5 {
  font-weight: 300
}
input, select, textarea {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  font-size: 14px
}
textarea {
  overflow: auto
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0
}
input::-ms-clear {
  display: none
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none
}
.clearfix:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fr{float: right;}
.green {
  color: #28863d;
}
.red {
  color: #C63232;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.index .container {
  max-width: 1420px
}
.pc {
  display: block
}
.wap {
  display: none
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
}
header > .container {
  max-width: 1440px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
header .logo img {
  height: 55px;
  width: auto
}
header nav ul li {
  float: left;
  padding: 0 15px
}
header nav ul li > a {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  font-size: 18px;
  position: relative;
  height: 100px;
  line-height: 100px;
  transition: all .3s
}
header nav ul li > a:after {
  content: '';
  width: 0;
  height: 3px;
  background: url(../img/nav-after.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .6s
}
header nav ul li:hover > a {
  color: #28863d
}
header nav ul li:hover > a:after {
  width: 100%
}
header nav ul li.on > a {
  color: #28863d
}
header nav ul li.on > a:after {
  width: 100%
}
header nav .nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
  width: 100%;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 50px 0 70px 0
}
header nav .nav-sub .info {
  max-width: 25%;
  float: left
}
header nav .nav-sub .info span {
  font-size: 30px;
  line-height: 40px
}
header nav .nav-sub .info p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 9px 0 43px 0
}
header nav .nav-sub .pic {
  width: 22%;
  float: left;
  margin-left: 3%
}
header nav .nav-sub .pic img {
  width: 100%;
  height: auto
}
header nav .nav-sub .nav {
  width: 20%;
  float: left;
  margin-left: 3%
}
header nav .nav-sub .nav a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #444;
  line-height: 56px;
  padding: 0 15px 0 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative
}
header nav .nav-sub .nav a:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 0;
  height: 1px;
  background: #28863d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .6s
}
header nav .nav-sub .nav a:after {
  content: "\e65f";
  font-family: "iconfont" !important;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666
}
header nav .nav-sub .nav a:hover {
  color: #28863d
}
header nav .nav-sub .nav a:hover:before {
  width: 100%
}
header nav .nav-sub .nav a:hover:after {
  color: #28863d
}
header .tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  width: 230px;
  justify-content: center;
  -webkit-justify-content: center;
}
header .tr li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
header .tr li .iconfont {
  display: block;
  color: #666;
  font-size: 20px;
}
header .tr .tel {
  padding-left: 15px;
  font-size: 22px;
  color: #1e753d;
}
header .tr .tel em {
  font-family: 'itc'
}
header .tr .yysel {
  margin-left: 20px;
  margin-top: 5px;
  position: relative
}
header .tr .yysel span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
  padding: 0 4px;
  cursor: pointer
}
header .tr .yysel span i {
  font-size: 12px;
  margin-left: 5px;
  transition: all .3s
}
header .tr .yysel .select {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all .6s
}
header .tr .yysel .select a {
  display: block;
  overflow: hidden;
  padding: 10px 20px
}
header .tr .yysel:hover span i {
  transform: rotate(180deg)
}
header .tr .yysel:hover .select {
  visibility: inherit;
  opacity: 1
}
header .navbut {
  display: none
}
.notop {
  padding-top: 80px
}
.notop nav ul li > a {
  height: 70px;
  line-height: 70px
}
.pad60 {
  padding: 60px 0;
}
.pad0 {
  padding: 0 !important;
}
.padb60 {
  padding-bottom: 60px;
}
.mart30 {
  margin-top: 30px;
}
.maintit {
  font-size: 38px;
  text-align: center;
  line-height: 2;
}
.maintit:after {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 2px;
  background: #666;
  content: '';
  margin: 10px auto;
}
.maintit span {
  position: relative;
}
.maintit span:after {
  overflow: hidden;
  font-family: "iconfont" !important;
  content: "\e618";
  font-size: 24px;
  position: absolute;
  right: -30px;
  top: -26px;
  transform: rotate(180deg);
}
.maintitwhite {
  color: #fff;
}
.maintitwhite:after {
  background: rgba(255, 255, 255, 0.5)
}
.rytit {
  font-size: 30px;
  text-align: center;
}
.rytit .iconfont {
  display: block;
  color: #ddd;
  margin: 15px auto 0;
  font-size: 24px;
  position: relative;
  width: 250px;
  z-index: 99999
}
.rytit span:after {
  display: block;
  width: 80px;
  height: 1px;
  background: #ddd;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.rytit span:before {
  display: block;
  width: 80px;
  height: 1px;
  background: #ddd;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2
}
.abctit {
  color: #fff;
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
}
.abctit .te {
  font-size: 18px;
  padding: 10px 0;
}
.facon {
  background: #fff;
  box-shadow: 0 2px 5px #d6d4d1;
  line-height: 2;
  margin-top: 38px;
  transition: all 0.3s;
  overflow: hidden;
}
.facon .rigcon {
  padding: 30px 60px;
}
.facon .rigcon .rigtit {
  color: #868686;
  font-size: 14px;
  text-align: center;
}
.facon .rigcon .rigtit:after {
  display: block;
  overflow: hidden;
  width: 37px;
  height: 2px;
  background: #C8C8C8;
  content: '';
  margin: 20px auto 0;
  transition: all 0.5s;
}
.facon .rigcon .rigtit .tit {
  font-size: 30px;
  font-weight: bold;
}
.facon .rigcon .rigtit .en {
  font-size: 12px;
  text-transform: uppercase;
}
.facon .rigcon .rigtext {
  font-size: 16px;
  color: #868686;
  padding-top: 20px;
}
.order2 {
  order: 2;
}
.facon:hover {
  box-shadow: 0 2px 5px rgba(31, 129, 59, 0.5);
  transform: translateY(-10px);
}
.facon:hover .rigcon .rigtit:after {
  width: 80px;
  background: #28863d;
}
.main-system {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
.sys-con {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.3s;
}.sys-con .sys-bd-pic img{max-width: 100%;}
.sys-con a:hover {
  transform: translateY(-5px);
}
.sys-con a:hover span:after {
  width: 50px;
  background: #28863d;
}
.sys-text {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 0 80px;
  font-size: 16px;
  margin: 20px auto;
  height: 100%;
}
.sys-bd {
  margin: 10px;
  width: 48%;
  float: left;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sys-bd-text {
  padding: 30px;
  font-size: 24px;
  color: #514F4F;
}
.sys-bd-text span:after {
  display: block;
  overflow: hidden;
  width: 23px;
  height: 2px;
  background: #AAAAAA;
  content: '';
  margin: 20px 0;
  transition: all 0.3s;
}
.abtit {
  margin-bottom: 20px;
  font-size: 24px;
  color: #7B7B7B;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
}
.abtit span {
  font-size: 36px;
  padding-right: 8px;
  color: #333;
  display: inline-block;
}
.abtit span:after {
  display: block;
  overflow: hidden;
  height: 2px;
  background: #28863d;
  content: '';
}
.abtit i {
  padding-top: 12px;
}
.ableft {
  padding-right: 80px;
  font-size: 16px;
  color: #666;
  line-height: 1.8
}
.main-rongyu {
  background: url(../img/bg2.jpg) no-repeat center top;
}
.ryzs {
  height: 100%;
  margin: 30px auto 0;
  background: #fff;
  overflow: hidden;
  padding: 50px;
  position: relative;
}
.ryzs .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  width: 20%;
}
.ryzs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ryzs .swiper-slide img:hover {
  transform: scale(1.05);
}
.swiper {
  --swiper-theme-color: #28863d; /* 设置Swiper风格 */
  --swiper-navigation-color: #dddddd; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px; /* 设置按钮大小 */
}
.news-con {
  margin-top: 50px;
}
.newsleft {
  display: block;
  position: relative;
  width: 574px;
  overflow: hidden;
  transition: all 0.3s;
}
.newsleft p {
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px;
  width: 100%;
}
.newsleft img:hover {
  transform: scale(1.05);
}
.newsright {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 55%;
}
.newsright a {
  border: 1px solid #ddd;
  padding: 15px;
  display: flex;
  border-radius: 8px;
  margin: 10px 0;
  transition: all 0.3s;
}
.newsright a .left {
  width: 120px;
  font-size: 60px;
  text-align: center;
  color: #868686;
  border-right: 1px solid #868686;
  margin-right: 20px;
}
.newsright a .right {
  font-size: 16px;
  line-height: 1.8;
  color: #868686;
  width: 82%;
}
.newsright a .right .tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.newsright a:hover {
  background: #28863d;
  color: #fff;
}
.newsright a:hover .right, .newsright a:hover .right .tit, .newsright a:hover .left {
  color: #fff;
}
.newsright a:hover .left {
  border-right: 1px solid #fff;
}
.zb-list-news {
  overflow: hidden;
  margin: -30px
}
.zb-list-news .pic {
  overflow: hidden;
  height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.zb-list-news .pic img {
  width: 100%;
}
.zb-list-news li {
  width: 33.33333333%;
  float: left;
  padding: 20px;
  transition: all 0.3s;
}
.zb-list-news li a {
  box-shadow: 5px 5px 5px #ddd;
  display: block;
  overflow: hidden
}
.zb-list-news li .text {
  padding: 15px;
  color: #666;
  line-height: 1.8;
  font-size: 14px;
}
.zb-list-news li .text .tit {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zb-list-news li span:after {
  display: block;
  overflow: hidden;
  width: 36px;
  height: 1px;
  background: #EA5452;
  content: '';
  margin: 5px 0;
}
.zb-list-news li:hover {
  transform: translateY(-10px);
}
.pic {
  overflow: hidden;
}
.pic img:hover {
  transform: scale(1.05);
}
.zb-list-case {
  overflow: hidden;
  margin: -30px
}
.zb-list-case li {
  width: 33.33333333%;
  float: left;
  padding: 20px
}
.zb-list-ry {
  overflow: hidden;
  margin: -10px;
}
.zb-list-ry li {
  width: 20%;
  padding: 10px
}
.zb-list-case li a {
  box-shadow: 5px 5px 5px #ddd;
  display: block;
  overflow: hidden
}
.zb-list-case li .pic {
  overflow: hidden;
  position: relative
}
.zb-list-case li .pic img {
  width: 100%;
  height: auto;
  transition: all .5s
}
.zb-list-case li .pic i {
  display: none;
}
.zb-list-case li .pic:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "\e658";
  font-family: "iconfont" !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(13, 64, 159, 0.6);
  color: #fff;
  font-size: 60px;
  opacity: 0;
  transition: all .5s
}
.zb-list-case li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 56px;
  padding: 0 40px 0 20px;
  transition: all .5s;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.zb-list-case li:hover i {
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -70%);
  color: #fff;
  z-index: 9999999999;
  font-size: 16px;
}
.zb-list-case li:hover .pic img {
  transform: scale(1.05)
}
.zb-list-case li:hover .pic:after {
  opacity: 1
}
.zb-list-case li:hover span {
  background: #154084;
  color: #fff
}
.justrig {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.position {
  padding-right: 10px;
  font-size: 16px;
}
.position .iconfont:before {
  padding-right: 5px;
}
.abt-pic {
  text-align: center;
  width: 493px;
}
.abt-pic img {
  padding-bottom: 15px;
}
.abt-text {
  padding-left: 30px;
  line-height: 2;
  font-size: 16px;
}
.abt-text h1 {
  font-size: 38px;
  color: #113883;
  font-weight: bold;
}
.abt-text .titen {
  font-size: 85px;
  color: #CCCCCC;
  height: 55px;
  overflow: hidden;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.box-fuwuzongzhi {
  background: url(../img/abtbg.jpg) center top no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.box-fuwuzongzhi ul {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  margin: -25px -25px 0 -25px
}
.box-fuwuzongzhi ul li {
  width: 240px;
  padding: 25px
}
.box-fuwuzongzhi ul li .box {
  padding: 50px 30px;
  background: #fff;
  transition: all .6s
}
.box-fuwuzongzhi ul li .iconfont {
  font-size: 60px;
  color: #868686;
}
.box-fuwuzongzhi ul li span {
  font-size: 24px;
  display: block;
  padding: 20px 0 12px 0
}
.box-fuwuzongzhi ul li p {
  opacity: .6;
  text-transform: uppercase
}
.box-fuwuzongzhi ul li:hover .box {
  background: #154084;
  color: #fff;
  box-shadow: 0 0 15px #fff;
  border-radius: 10px
}
.box-fuwuzongzhi ul li:hover .box .iconfont {
  color: #fff;
}
.box-contact {
  overflow: hidden;
  margin: -10px;
  margin-top: 30px;
}
.box-contact li:hover {
  transform: translateY(-10px);
}
.box-contact li {
  width: 25%;
  transition: all 0.3s;
  float: left;
  padding: 10px;
  text-align: center;
  color: #6f6f6f;
  font-size: 18px
}
.box-contact li .box {
  background: #f3f3f3;
  padding: 35px 0
}
.box-contact li .iconfont {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  background: #989898;
  font-size: 30px;
  color: #fff
}
.box-contact li span {
  font-size: 24px;
  color: #494949;
  display: block;
  margin-top: 30px
}
.box-contact li span:after {
  content: '';
  display: block;
  overflow: hidden;
  margin: 10px auto 12px auto;
  height: 1px;
  background: #818181;
  width: 12px
}
.box-contact li .text {
  font-size: 24px;
  color: #6f6f6f
}
.box-contact li img {
  height: 142px;
  width: auto;
  margin-bottom: 10px
}
#bdmap {
  height: 500px;
  font-size: 12px;
  line-height: 24px;
}
#bdmap img {
  transition: all 0s
}
#bdmap h4 {
  color: #0066cb;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px
}

.main-msg {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.msg-left {
  background: url(../img/msg.jpg) no-repeat center center;
  width: 960px;
  height: 688px;
  position: relative;
}
.msg-left-con {
  position: absolute;
  left: 65%;
  top: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
  transform: translate(-65%, -50%);
}
.msg-left-con .tit {
  font-size: 60px;
}
.msg-left-con .titen:after {
  display: block;
  overflow: hidden;
  width: 95px;
  height: 2px;
  background: #fff;
  content: '';
  margin-top: 20px;
}
.msg-right {
  background: #f2f2f2;
  padding: 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
}
.in-form {
  padding-left: 30px;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.in-form input[type=text], .in-form select, .in-form textarea, .in-form input[type=file] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  color: #666;
  margin-bottom: 8px;
  font-size: 14px;
}
.in-form label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.in-form input[type=submit] {
  background-color: #154084;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 700px;
  margin-top: 15px;
}
.in-form input[type=submit]:hover {
  background-color: #45a049;
}
.in-form .tips {
  color: #666;
  padding-bottom: 30px;
}
.in-form .col-75 {
  width: 700px;
  margin: 10px 0;
  position: relative;
}
.in-form .col-75 .iconfont {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #ccc;
  font-size: 20px;
}
.in-form .row:after {
  content: "";
  display: table;
  clear: both;
}
.main-artbody {
  margin: 30px auto;
}
.main-artbody .container {
  padding: 30px;
}
.main-artbody .tit {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.main-artbody .catit {
  font-size: 24px;
  text-align: center;
  padding-top: 15px;
}
.main-artbody .ms {
  color: #666;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0 15px;
  border-bottom: 1px solid #ddd;
}
.main-artbody .ms span {
  padding: 0 20px;
  position: relative;
}
.main-artbody .ms .iconfont:before {
  font-size: 18px;
  position: absolute;
  left: -5px;
  top: -2px;
}
.artbody {
  line-height: 2;
  font-size: 16px;
  color: #555;
}
.artbody h2{font-size: 22px;  border-left: 3px solid #1e753d; padding-left: 5px; line-height: 1.4; margin: 5px 0;}

.artbody img {
  max-width: 100%;
  padding: 3px 0;
}
.copyright {
  background: #F0F0F0;
  color: #666;
  font-size: 14px;
  max-width: 800px;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 30px auto 0;
}
.view-more {
  background: #fff;
  overflow: hidden
}
.view-more li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1
}
.view-more li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px
}
.view-more .iconfont {
  color: #ccc;
  font-size: 18px;
}
.view-more li i {
  margin: 0 10px
}
.view-more li:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5
}
.main-xgcase {
  margin-bottom: 30px;
  height: 100%;
  overflow: hidden;
}
.main-xgcase .container {
  padding: 30px;
}
.main-xgcase .zb-list-case {
  margin: 0;
}
.casetit {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.casetit .fr{font-size: 16px;}
.casetit span:after {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 2px;
  background: #28863d;
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
}
.case img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main-pro .container {
  height: 100%;
  overflow: hidden;
}
.proleft {
  border-radius: 10px;
  background: #28863d;
  width: 260px;
  padding: 10px;
  float: left;
}
.proleft .protit {
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 15px 0;
}
.proleft .prolan {
  background: #fff;
}
.proleft .protit .cn {
  font-weight: bold;
  letter-spacing: 5px;
}
.proleft .protit .en {
  font-size: 14px;
}
.proleft .prolan {
  line-height: 65px;
  padding: 10px;
}
.proleft .prolan a {
  font-size: 18px;
}
.proleft .prolan li {
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
}
.proleft .prolan li.on a, .proleft .prolan li.on a:before {
  color: #28863d;
}
.proleft .prolan li .iconfont:before {
  color: #666;
  margin-right: 8px;
  font-size: 18px;
}
.proleft .prolan li:hover {
  background: #28863d;
}
.proleft .prolan li:hover a, .proleft .prolan li:hover .iconfont:before {
  color: #fff;
}
.proleft .prolan li:last-child {
  border-bottom: none;
}
.main-pro .proright {
  float: right;
  width: 1150px;
}
.main-pro .proright .proprolist {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proprolist li {
  width: 32%;
  padding: 20px 10px;
  background: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  z-index: 99;
  float: left;
  margin-bottom: 20px
}
.proprolist li img {
  max-width: 100%; margin-bottom: 15px;
}
.proprolist li .tit {
  font-size: 16px;
  font-weight: bold;
}
.proprolist li .ms {
  color: #666;
}
.proprolist li .lan {
  background: rgba(76, 76, 76, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
}
.proprolist li i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 38px;
  color: #ddd;
}
.proprolist li .myhide {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #28863d;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.7s;
}
.proprolist li .myhide a {
  font-size: 20px;
  color: #fff;
  z-index: 9999
}
.proprolist li .myhide a:before {
  color: #fff;
  font-size: 60px;
  display: block;
}
.proprolist li:hover .myhide {
  opacity: 1;
}
.view-pro {
  width: 500px;
  float: left;
  height: 100%;
}
.view-pro .flexmain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 30px 0
}
.view-pro .flexmain .left {
  width: 100%;
}
.view-pro .flexmain .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 30px
}
.view-pro .flexmain .right .tit {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4
}
.view-pro .flexmain .right .text {
  line-height: 1.8;
  color: #666
}
.view-pro .probanbig {
  cursor: pointer;
  position: relative;
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 5px;

}
.view-pro .probanbig img {
  max-width: 100%;
}
.view-pro .probansmall {
  padding: 0 35px;
  position: relative;
  margin-top: 15px
}
.view-pro .probansmall .swiper-slide {
  cursor: pointer
}
.view-pro .probansmall .swiper-slide img {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}
.view-pro .probansmall .swiper-slide-thumb-active img {
  border-color: #0053a9
}
.view-pro .probansmall .arrow-left, .view-pro .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #999;
  cursor: pointer;
  outline: 0
}
.view-pro .probansmall .arrow-left:hover, .view-pro .probansmall .arrow-right:hover {
  color: #0053a9
}
.view-pro .probansmall .arrow-left {
  left: 0px
}
.view-pro .probansmall .arrow-right {
  right: 0px
}
.view-pro .probansmall .swiper-button-disabled {
  cursor: not-allowed;
  opacity: .3
}
.pro-text {
  width: 610px;
  float: right;
  line-height: 1.8;
}
.pro-text .tit {
  font-size: 24px;
  font-weight: bold;
}
.pro-text .hd {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.pro-text .hd i {
  font-size: 24px;
  font-weight: normal;
  margin-left: 10px;
}
.pro-text .hide {
  display: none;
  position: absolute;
  top: -40px;
  right: 220px;
  box-shadow: 0 0 5px #ccc;
  padding: 5px;
  z-index: 99999;
  background: #fff;
}
.pro-text .hide img {
  width: 100px;
  height: auto
}
.pro-text .hd:hover .hide {
  display: block
}
.pro-text .ms {
  font-size: 16px;
  line-height: 2.3;
}
.prodeatil {
  line-height: 50px;
  background: #F3F3F3;
  font-size: 20px;
  padding-left: 15px;
  border-left: 2px solid #28863d;
  clear: both;
  margin: 20px 0;
}
.protel {
  color: #666;
  font-size: 16px;
  margin-top: 30px;
}
.protel .left {
  position: relative;
  padding-left: 58px;
  line-height: 1.3;
  float: left;
}
.protel .left:before {
  color: #C63232;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: -5px;
}
.protel .red {
  font-size: 28px;
  font-weight: bold;
}
.protel .onchat {
  background: #C63232;
  width: 120px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  display: block;
  float: right;
  text-align: center;
  margin-top: 8px;
}
.protel .onchat:hover {
  background: #28863d
}
footer {
  background: #7E7E7E;
  color: rgba(255, 255, 255, 0.6)
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
footer a:hover {
  color: #fff
}
footer .top {
  padding: 60px 0
}
footer .top .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
footer .top .cont ul li {
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 22px;
}
footer .top .cont ul li em {
  font-family: 'itc';
  font-size: 26px;
  color: #fff;
  line-height: 1;
  padding-bottom: 18px;
  display: block;
}
footer .top .cont ul li p {
  font-size: 16px;
  padding-top: 8px;
}
footer .top .ewm {
  margin: 0 -15px;
  overflow: hidden;
  width: 26%
}
footer .top .ewm li {
  float: left;
  width: 50%;
  padding: 0 15px;
  text-align: center
}
footer .top .ewm li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px
}
footer .tit {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
  position: relative;
}
footer .tit a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
footer .tit a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  display: block;
  overflow: hidden;
  width: 30px;
  height: 1px;
  background: #28863d;
}
footer .top .nav ul {
  line-height: 30px
}
footer .bottom {
  background: #727272;
  font-size: 16px;
  position: relative;
  border-top: 1px solid #B0B0B0;
  z-index: 5555
}
footer .bottom > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 4;
}
footer .bottom .right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
footer .bottom .right a {
  padding-left: 8px;
}
.fixed-kefu {
  z-index: 8888;
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 64px;
  transition: all .6s
}
.fixed-kefu .click {
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px 0 0 5px;
  right: 64px;
  background: transparent url(../img/kefu-open.png) no-repeat center left;
  position: absolute
}
.fixed-kefu ul li {
  margin-bottom: 10px;
  position: relative;
  background-color: #b5b5b5;
  border-radius: 5px
}
.fixed-kefu ul li a {
  display: block;
  overflow: hidden;
  transition: all .6s;
  cursor: pointer;
  position: relative;
  height: 64px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  background-position: center 12px;
  background-repeat: no-repeat;
  font-size: 13px
}
.fixed-kefu ul li .zx {
  background-image: url(../img/kefu-zx.png)
}
.fixed-kefu ul li .qq {
  background-image: url(../img/kefu-qq.png)
}
.fixed-kefu ul li .bj {
  background-image: url(../img/kefu-bj.png)
}
.fixed-kefu ul li .top {
  background-image: url(../img/kefu-top.png);
  background-position: center 18px
}
.fixed-kefu ul li .hide {
  display: none
}
.fixed-kefu ul li:hover {
  background: url(../img/ins-after.png) no-repeat;
  background-size: cover
}
.fixed-kefu ul li:hover .hide {
  display: block
}
.fixed-kefu ul .ewm a {
  background-image: url(../img/kefu-ewm.png);
  background-position: center center
}
.fixed-kefu ul .ewm .hide {
  right: 74px;
  position: absolute;
  top: -35px;
  background: #fff;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 150px;
  z-index: 999
}
.fixed-kefu ul .ewm .hide img {
  width: 100%;
  height: auto;
  margin-bottom: 5px
}
.fixed-kefu.close {
  right: -64px
}
.web-more {
  display: block;
  overflow: hidden;
  color: #fff;
  width: 160px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  border: 0;
  background: #28863d;
  position: relative;
  transition: all .6s;
  cursor: pointer;
  margin-top: 25px;
}
.web-more:before {
  left: -90%;
  transition: all .6s;
  content: " ";
  background: url(../img/btn-before.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute
}
.web-more em {
  display: inline-block;
  transition: all .5s;
  background: url(../img/inpro-mo1.png) no-repeat center right;
  padding-right: 46px
}
.web-more:hover {
  color: #fff
}
.web-more:hover:before {
  left: 0%
}
.web-more:hover em {
  transform: translateX(300%)
}
.web-but {
  display: block;
  overflow: hidden;
  margin: 30px auto 0 auto;
  color: #fff;
  width: 160px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
  background: url(../img/index-btn.png) no-repeat center;
  background-size: cover;
  position: relative;
  transition: all .6s;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(2, 123, 143, 0.3)
}
.web-but:hover {
  color: #fff
}
.web-tit {
  font-size: 36px;
  line-height: 40px;
  text-align: center
}
.web-tit:after {
  display: block;
  content: '';
  height: 2px;
  background: #28863d;
  margin: 25px auto 30px auto;
  width: 30px
}
.web-prne {
  position: relative;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.web-prne .prev, .web-prne .next {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  max-width: 40%;
  line-height: 38px
}
.web-prne .prev i, .web-prne .next i {
  display: block;
  overflow: hidden;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #858e90;
  transition: all .6s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #e5eaeb;
  background-size: cover
}
.web-prne .prev span, .web-prne .next span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}
.web-prne .prev:hover i, .web-prne .next:hover i {
  background: url(../img/pagee-ba.png) no-repeat center;
  color: #fff
}
.web-prne .next {
  flex-direction: row-reverse;
  text-align: right
}
.web-prne .menu {
  padding: 0 10px
}
.web-prne .menu img {
  height: 16px;
  width: auto
}
.web-body {
  color: #666;
  overflow: hidden;
  line-height: 1.8
}
.web-body img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto
}
.banner {
  position: relative
}
.banner a {
  display: block;
  overflow: hidden
}
.banner a img {
  width: 100%;
  height: auto
}
.banner .banner-next, .banner .banner-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: all .6s;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 5px
}
.banner .banner-next:hover, .banner .banner-prev:hover {
  background-color: rgba(2, 119, 142, 0.5)
}
.banner .banner-next {
  right: 5%
}
.banner .banner-prev {
  left: 5%
}
.banner .banner-num {
  position: absolute;
  bottom: 20px !important;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}
.banner .banner-num .swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: #fff;
  transition: all .6s;
  border-radius: 10px;
  opacity: .7
}
.banner .banner-num .swiper-pagination-bullet-active {
  background: #28863d;
  width: 50px
}
.banner:hover .banner-next, .banner:hover .banner-prev {
  opacity: 1
}
.nbanner-pic {
  width: 100%;
  height: 490px;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 2;
  background-size: cover;
}
.nbanner-pic .btit {
  font-size: 45px;
}
.nbanner-pic .ben {
  font-size: 20px;
}
.nav-column .ulcolum {
  line-height: 85px;
  background: #fff;
  width: 1440px;
  margin: -40px auto 0;
  box-shadow: 0 2px 5px #d6d4d1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.nav-column .ulcolum li {
  padding: 0 50px;
}
.nav-column .ulcolum li.on, .nav-column .ulcolum li:hover {
  background-image: linear-gradient(145deg, #28863d, #003692);
}
.nav-column .ulcolum li.on a, .nav-column .ulcolum li:hover a {
  color: #fff;
  background: url("../img/menubai.png") no-repeat 0 center;
}
.nav-column .ulcolum li a {
  font-size: 18px;
  background: url("../img/menu.png") no-repeat 0 center;
  padding-left: 20px;
  color: #333;
}
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0 0 0;
  clear: both;
}
.pagination li {
  padding: 0 5px
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9
}
.pagination li a:hover {
  background: #28863d;
  color: #fff;
  border-color: #28863d
}
.pagination li.active span {
  cursor: default;
  background: #28863d;
  color: #fff;
  border-color: #28863d
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed
}
/*search*/
.search {
  position: relative;
  display: block;
}
.searchph {
  opacity: 0;
  transition: all .8s;
  display: none;
}
.search:hover .searchph {
  position: absolute;
  display: block;
  opacity: 1;
}
.searchph form {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.key_btn {
  width: 20%;
  height: 35px;
  border: none;
  background: url("../img/iconsear.png") no-repeat center;
}
.key_txt {
  width: 78%;
  height: 35px;
  background: none;
  padding: 0 12px;
  font-size: 16px;
  color: #000;
  border: none;
}
.wap {
  display: none;
}
.bg_in_pro {
  margin: -10px;
  overflow: hidden;
}
.bg_in_pro li {
  width: 33.3333%;
  float: left;
  padding: 10px;
}
.bg_in_pro li a {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 15px;
  position: relative;
}
.bg_in_pro li a:before, .bg_in_pro li a:after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  opacity: 0;
}
.bg_in_pro li a:before {
  top: 0px;
  left: 0px;
  border-left: 4px solid #28863d;
  border-top: 4px solid #28863d;
}
.bg_in_pro li a:after {
  right: 0px;
  bottom: 0px;
  border-right: 4px solid #28863d;
  border-bottom: 4px solid #28863d;
}
.bg_in_pro li .pic {
  overflow: hidden;
  height: 290px;
  position: relative;
}
.bg_in_pro li .pic img {
  height: 290px;
  width: auto;
  transition: all 0.3s;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0px;
}
.bg_in_pro li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 0 0;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
.bg_in_pro li:hover a:before, .bg_in_pro li:hover a:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.bg_in_pro li:hover .pic img {
  opacity: 0.8;
}
.fixed-bottom-nav{display:none;}