.backInfo {
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-box {
  height: 143px;
  background-color: #fff;
  overflow: hidden;
}
.top-box .t-tel {
  padding-top: 43px;
}
.top-box .t-tel .link {
  text-align: right;
  margin-bottom: 10px;
}
.top-box .t-tel .wechat {
  display: inline-block;
  width: 95px;
  height: 28px;
  line-height: 28px;
  padding-right: 12px;
  text-align: right;
  background-image: url("../images/wechat.png");
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: #66bb31;
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
}
.top-box .t-tel .t-info {
  padding-left: 42px;
  background-image: url("../images/phone.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.top-box .t-tel .t-info .sm {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.top-box .t-tel .t-info .sm em {
  text-transform: uppercase;
  font-size: 24px;
  color: #1c4281;
  font-weight: bold;
  display: block;
}
.top-box .t-tel .t-info .num {
  font-size: 30px;
  color: #1c4281;
  font-weight: bold;
}
.top-box .t-tel .search-box {
  width: 217px;
  height: 38px;
  margin-left: 7px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.top-box .t-tel .search-box input {
  width: 170px;
  height: 36px;
  line-height: 36px;
  text-indent: 10px;
  font-size: 14px;
  color: #999;
  border: none;
}
.top-box .t-tel .search-box .search-btn {
  display: inline-block;
  width: 46px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c4281;
  border: none;
  border-radius: 0 3px 3px 0;
}
/********导航+焦点图********/
.page-box {
  background-color: #66bb31;
  height: 460px;
  -webkit-box-shadow: inset 0 3px 5px #549828;
  -moz-box-shadow: inset 0 3px 5px #549828;
  box-shadow: inset 0 3px 5px #549828;
  /*焦点图*/
}
.page-box .list-nav .list-item {
  float: left;
  position: relative;
}
.page-box .list-nav .list-item:first-child > a {
  background-image: none;
}
.page-box .list-nav .list-item:hover > a,
.page-box .list-nav .list-item.active > a {
  background: #1c4281;
  -webkit-box-shadow: inset 0px 5px 5px -2px #18366a;
  -moz-box-shadow: inset 0px 5px 5px -2px #18366a;
  box-shadow: inset 0px 5px 5px -2px #18366a;
}
.page-box .list-nav .list-item > a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #449d0c;
  background-image: url("../images/line.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff;
  -webkit-box-shadow: inset 0px 5px 5px -2px #387f0a;
  -moz-box-shadow: inset 0px 5px 5px -2px #387f0a;
  box-shadow: inset 0px 5px 5px -2px #387f0a;
}
.page-box .list-nav .list-item .sec-box {
  position: absolute;
  display: none;
  left: 0;
  min-height: 46px;
  line-height: 46px;
  background-color: #1c4281;
  z-index: 8;
}
.page-box .list-nav .list-item .sec-box .sec-menu {
  margin: 0 20px;
}
.page-box .list-nav .list-item .sec-box li {
  display: inline-block;
  padding: 0 10px;
}
.page-box .list-nav .list-item .sec-box li a {
  font-size: 14px;
  color: #fff;
}
.page-box .list-nav .list-item .sec-box li a:hover {
  color: #81e542;
}
.page-box .banner-box {
  position: relative;
  z-index: 0;
  margin-top: 25px;
}
.page-box .banner-box .m-slide {
  position: relative;
  width: 100%;
}
.page-box .banner-box .m-slide .scroll-box {
  overflow: hidden;
  height: 472px;
  width: 100%;
}
.page-box .banner-box .m-slide .scroll-box li {
  width: 100%;
  height: 472px;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-box .banner-box .m-slide .scroll-box li a {
  display: block;
  height: 472px;
  -webkit-box-shadow: 0 0px 3px #a0a0a0;
  -moz-box-shadow: 0 0px 3px #a0a0a0;
  box-shadow: 0 0px 3px #a0a0a0;
}
.page-box .banner-box .slider {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.page-box .banner-box .slider li {
  width: 12px;
  height: 12px;
  background: #bcbcbc;
  display: inline-block;
  margin: 0 5px;
  line-height: 45px;
  overflow: hidden;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.page-box .banner-box .slider li.active {
  background: #66bb31;
}
.page-box .set_message {
  position: absolute;
  display: inline-block;
  top: 100px;
  right: -31px;
  width: 13px;
  height: 65px;
  padding: 33px 9px 10px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  background-color: #1c4281;
  background-image: url("../images/edit.png");
  background-position: center 10px;
  background-repeat: no-repeat;
  text-align: center;
}
.page-box .set_message:hover {
  background-color: #1b4891;
}
.main-box {
  margin-top: 90px;
}
.m-title {
  position: relative;
  padding-top: 10px;
  height: 64px;
  overflow: hidden;
}
.m-title:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}
.m-title .inner-title {
  position: relative;
  font-size: 0;
}
.m-title .inner-title span {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: absolute;
  top: 9px;
  left: 34px;
  line-height: 24px;
}
.m-title .inner-title em {
  display: block;
  line-height: 60px;
  font-family: "SimHei";
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.m-title .inner-title em:first-letter {
  font-size: 64px;
  margin-right: 3px;
}
.m-title .more {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 83px;
  font-size: 14px;
  color: #000;
}
.m-title .more .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #1c4281;
  background-image: url("../images/arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}
.m-title .more:hover .icon {
  background-color: #4bab0e;
}
/*产品展示*/
.m-product .pro-nav {
  height: 50px;
  overflow: hidden;
  background-color: #4bab0e;
}
.m-product .pro-nav a {
  display: block;
  float: left;
  padding: 0 40px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.m-product .pro-nav a.active {
  background-color: #1c4281;
  background-image: url("../images/up_tip.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.m-product .pro-content {
  background-color: #fff;
  border-bottom: 4px solid #c3c3c3;
  height: 260px;
}
.m-product .pro-content dd {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-product .pro-content dd .pro-list,
.m-product .pro-content dd .caroufredsel_wrapper {
  overflow: hidden;
  height: 260px !important;
  width: 1000% !important;
}
.m-product .pro-content dd .pro-list {
  width: 10000% !important;
}
.m-product .pro-content dd .slider a {
  position: absolute;
  display: block;
  width: 26px;
  height: 47px;
  top: 35%;
}
.m-product .pro-content dd .slider a.prev {
  left: 0;
  background-image: url("../images/pro_left_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m-product .pro-content dd .slider a.prev:hover {
  background-image: url("../images/pro_arrow_leftActive.png");
}
.m-product .pro-content dd .slider a.next {
  right: 0;
  background-image: url("../images/pro_right_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m-product .pro-content dd .slider a.next:hover {
  background-image: url("../images/pro_arrow_rightActive.png");
}
.pro-list li {
  float: left;
  text-align: center;
  border-left: 1px solid #efefef;
  background-color: #fff;
}
.pro-list li:first-child {
  border: none;
}
.pro-list li a {
  display: block;
  width: 284px;
  height: 261px;
}
.pro-list li a:hover {
  color: #1c4281;
}
.pro-list li a .img {
  width: 265px;
  height: 183px;
  margin: 20px auto 10px;
}
.pro-list li a p {
  line-height: 50px;
}
/*关于我们*/
.a-info {
  width: 697px;
  height: 255px;
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-bottom: 3px solid #c3c3c3;
  border-top: 1px solid #dbdada;
  background-color: #fff;
  padding: 20px 26px 28px 12px;
}
.a-info .title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 8px;
}
.a-info .title em {
  color: #4bab0e;
}
.a-info .img {
  width: 267px;
  height: 201px;
}
.a-info .info {
  margin-left: 292px;
}
.a-info .info .content {
  padding-top: 23px;
  height: 102px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px;
  color: #666;
}
.a-info .info .link {
  margin-top: 42px;
}
.a-info .info .link a {
  display: inline-block;
  width: 108px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #1c4281;
}
.a-info .info .link a:hover {
  background-color: #4bab0e;
}
.a-picBox {
  width: 391px;
  height: 275px;
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-bottom: 3px solid #c3c3c3;
  border-top: 1px solid #dbdada;
  background-color: #fff;
  padding-top: 28px;
  position: relative;
}
.a-picBox .picbox {
  width: 288px;
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
}
.a-picBox .picbox li {
  float: left;
}
.a-picBox .picbox li a {
  display: block;
  text-align: center;
}
.a-picBox .picbox li a .img {
  width: 288px;
  height: 216px;
}
.a-picBox .picbox li a p {
  line-height: 46px;
  font-size: 16px;
  color: #666;
}
.a-picBox .slider a {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 31px;
  top: 40%;
}
.a-picBox .slider a.prev {
  left: 15px;
  background-image: url("../images/abt_leftArrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.a-picBox .slider a.prev:hover {
  background-image: url("../images/abt_leftActive.png");
}
.a-picBox .slider a.next {
  right: 15px;
  background-image: url("../images/abt_rightArrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.a-picBox .slider a.next:hover {
  background-image: url("../images/abt_rightActive.png");
}
/*应用案例*/
.m-case .page {
  height: 323px;
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-bottom: 3px solid #c3c3c3;
  border-top: 1px solid #dbdada;
}
.page {
  overflow: hidden;
}
.page .case-item {
  display: block;
  float: left;
  width: 262px;
  height: 286px;
  overflow: hidden;
  text-align: center;
  padding: 11px 11px 26px;
  background-color: #fff;
}
.page .case-item.gray {
  background-color: #efefef;
}
.page .case-item .img {
  width: 264px;
  height: 198px;
  margin: 0 auto;
  overflow: hidden;
}
.page .case-item:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.page .case-item .info .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 6px 0;
}
.page .case-item .info .content {
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
/*公司新闻*/
.m-mespage {
  margin: 37px auto 20px;
  height: 359px;
  overflow: hidden;
}
.m-mespage .box {
  height: 356px;
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-bottom: 2px solid #c3c3c3;
  border-top: 1px solid #dbdada;
  background-color: #fff;
}
.m-news,
.m-tec,
.m-contact {
  overflow: hidden;
  height: 356px;
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-bottom: 2px solid #c3c3c3;
  border-top: 1px solid #dbdada;
  background-color: #fff;
}
.m-news .m-title,
.m-tec .m-title,
.m-contact .m-title {
  height: 60px;
  padding: 0 11px;
  background-color: #4bab0e;
}
.m-news .m-title .inner-title span,
.m-tec .m-title .inner-title span,
.m-contact .m-title .inner-title span,
.m-news .m-title .inner-title em,
.m-tec .m-title .inner-title em,
.m-contact .m-title .inner-title em {
  color: #fff;
}
.m-news .m-title .more,
.m-tec .m-title .more,
.m-contact .m-title .more {
  color: #fff;
}
.m-news .m-title .more .icon,
.m-tec .m-title .more .icon,
.m-contact .m-title .more .icon {
  background-color: #4bab0e;
}
.m-news .m-title .more:hover,
.m-tec .m-title .more:hover,
.m-contact .m-title .more:hover {
  color: #1c4281;
}
.m-news .m-title .more,
.m-tec .m-title .more,
.m-contact .m-title .more {
  right: 11px;
  line-height: 60px;
}
.m-news .m-title .more .icon,
.m-tec .m-title .more .icon,
.m-contact .m-title .more .icon {
  margin-left: 3px;
  background-image: url("../images/optarrow.png");
}
.m-news {
  width: 447px;
  float: left;
}
.m-news .news-list {
  padding: 18px;
}
.news-list {
  padding: 18px;
}
.news-list a {
  display: block;
}
.news-list li {
  margin-top: 17px;
  height: 119px;
  overflow: hidden;
  background-color: #fff;
}
.news-list li:first-child {
  margin: 0;
}
.news-list li:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.news-list .img {
  width: 159px;
  height: 119px;
  float: left;
}
.news-list .img img {
  vertical-align: middle;
  width: 100%;
}
.news-list .img:hover {
  -webkit-filter: brightness(0.8);
}
.news-list .info {
  padding-top: 13px;
  margin-left: 180px;
  line-height: 24px;
}
.news-list .info .title {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.news-list .info .title:hover {
  color: #4bab0e;
}
.news-list .info .content {
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
/****技术专题*****/
.m-tec {
  width: 323px;
  float: left;
  margin: 0 18px;
}
.m-tec .tec-list {
  padding: 28px 20px 36px;
}
.tec-list li {
  margin: 18px 0;
}
.tec-list li:first-child {
  margin-top: 0;
}
.tec-list a {
  display: block;
  font-size: 14px;
  color: #333;
  padding-left: 16px;
  position: relative;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.tec-list a:before {
  content: '•';
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
  left: 0;
  position: absolute;
}
.tec-list a:hover {
  color: #4bab0e;
}
/*联系我们*/
.m-contact {
  width: 323px;
}
.m-contact .m-title {
  background-color: #1c4281;
}
.m-contact .m-title .more .icon {
  background-color: #1c4281;
}
.m-contact .m-title .more:hover {
  color: #4bab0e;
}
.m-contact .page {
  padding: 19px 17px;
}
.m-contact .page .img {
  border: 1px solid #eaeaea;
}
.m-contact .page .img img {
  max-width: 100%;
}
.m-contact .page .info {
  margin-top: 5px;
}
.m-contact .page .info label {
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  padding-left: 37px;
}
.m-contact .page .info .tel label {
  background-image: url("../images/c-phone.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.m-contact .page .info .tel span {
  display: block;
  margin: 6px 0;
  font-size: 30px;
  color: #1c4281;
  font-weight: bold;
}
.m-contact .page .info .addr label {
  background-image: url("../images/c-addr.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.m-contact .page .info .addr span {
  display: block;
  margin: 6px 0;
  font-size: 16px;
  color: #333;
}
/*合作伙伴*/
.m-shadow {
  background-color: #fff;
  box-shadow: 0 -3px 3px #ddd;
  position: relative;
}
.m-partner .m-title .icon {
  background-color: #b2b2b2;
}
.m-partner .partner-list {
  margin: 26px 50px 34px;
  height: 121px;
  overflow: hidden;
}
.m-partner .partner-list li {
  float: left;
  margin: 0 6px;
}
.m-partner .partner-list li .img {
  display: block;
  width: 161px;
  height: 121px;
}
.m-partner .slider a {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 70px;
  top: 48%;
}
.m-partner .slider a.prev {
  left: 0;
  background-image: url("../images/p_leftArrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m-partner .slider a.prev:hover {
  background-image: url("../images/p_leftActive.png");
}
.m-partner .slider a.next {
  right: 0px;
  background-image: url("../images/p_rightArrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.m-partner .slider a.next:hover {
  background-image: url("../images/p_rightActive.png");
}
/*底部*/
.footer {
  background-color: #499a16;
}
.footer .ft-top {
  padding: 47px 0;
  color: #fff;
}
.footer .ft-top .ft-tel {
  float: left;
}
.footer .ft-top .ft-tel .code img {
  width: 144px;
  height: 144px;
}
.footer .ft-top .ft-tel .tel-box {
  margin-left: 160px;
  margin-top: 9px;
}
.footer .ft-top .ft-tel .tel-box .tel {
  padding-left: 42px;
  background-image: url("../images/phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/w_phone.png");
}
.footer .ft-top .ft-tel .tel-box .tel .sm {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.footer .ft-top .ft-tel .tel-box .tel .sm em {
  text-transform: uppercase;
  font-size: 24px;
  color: #1c4281;
  font-weight: bold;
  display: block;
}
.footer .ft-top .ft-tel .tel-box .tel .num {
  font-size: 45px;
  color: #1c4281;
  font-weight: bold;
}
.footer .ft-top .ft-tel .tel-box .tel * {
  color: #fff !important;
}
.footer .ft-top .ft-tel .tel-box .link {
  margin-top: 19px;
}
.footer .ft-top .ft-tel .tel-box .link a {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-color: #4bab0e;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .ft-top .ft-tel .tel-box .link a:hover {
  background-color: #1c4281;
}
.footer .ft-top .ft-tel .tel-box .link .wechat {
  background-image: url("../images/f-wechat.png");
}
.footer .ft-top .ft-tel .tel-box .link .qq {
  background-image: url("../images/qq.png");
}
.footer .ft-top .ft-tel .tel-box .link .webo {
  background-image: url("../images/webo.png");
}
.footer .ft-top .link-group {
  float: right;
}
.footer .ft-top .link-group .item {
  width: 88px;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.footer .ft-top .link-group .item h2 {
  font-size: 18px;
  margin-bottom: 25px;
}
.footer .ft-top .link-group .item a {
  display: block;
  font-size: 14px;
  color: #c4daba;
  line-height: 24px;
}
.footer .ft-top .link-group .item a:hover {
  color: #1c4281;
}
.footer .copyright {
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 14px;
  color: #b3d0a6;
}
.footer .client-link {
  height: 50px;
  margin-bottom: 36px;
  background-color: #4bab0e;
  line-height: 50px;
  color: #fff;
}
.footer .client-link .title {
  display: inline-block;
  float: left;
  width: 110px;
  background-color: #1c4281;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-image: url("../images/cur.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.footer .client-link .box {
  margin-left: 110px;
}
.footer .client-link .box a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin: 0 15px;
}
.footer .client-link .box a:hover {
  color: #1c4281;
}
/*浮动链接*/
.m-client {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  margin-top: -86px;
  width: 42px;
}
.m-client li {
  margin-bottom: 1px;
  width: 42px;
  height: 42px;
}
.m-client li .u-box {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.m-client li .u-a {
  position: relative;
  display: block;
  padding-left: 42px;
  height: 42px;
  background: #4bab0e;
  color: #fff;
  text-align: center;
  zoom: 1;
}
.m-client li .u-a:hover {
  background-image: url(../images/bg-client-hover.png);
  background-color: #1c4281;
}
.m-client li .icoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 14px;
}
.m-client .client-text .text {
  position: absolute;
  top: 0;
  left: 44px;
  padding: 0 15px 0 5px;
  white-space: nowrap;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
}
.m-client li.child-2 .ico {
  background-position: 0 -42px;
}
.m-client li.child-3 .ico {
  background-position: 0 -84px;
}
.m-client li.child-4 .ico {
  background-position: 0 -126px;
}
.m-client li .ico {
  display: block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  background: url(../images/ico-client.png) no-repeat;
}
.m-client .goTop a {
  display: block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1c4281 url(../images/ico-client.png) 0 -168px no-repeat;
}
.m-client .goTop a:hover {
  background-color: #1c4281;
}
.m-client .client-weixin .erwei {
  position: absolute;
  right: 100%;
  bottom: -62px;
  display: none;
  margin-right: 7px;
  padding: 3px;
  background: #fff;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
.m-client .client-weixin .erwei img {
  width: 71px;
  height: 71px;
  border: 1px solid #dbdbdb;
  padding: 2px;
}
/******************内页*********************/
.inner .page-box {
  height: 300px;
}
.inner .static-banner {
  height: 309px;
  -webkit-box-shadow: 0 0px 3px #a0a0a0;
  -moz-box-shadow: 0 0px 3px #a0a0a0;
  box-shadow: 0 0px 3px #a0a0a0;
}
.inner .static-banner .page-title {
  display: inline-block;
  margin-left: 140px;
  margin-top: 108px;
}
.inner .static-banner .page-title h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 42px;
}
.inner .static-banner .page-title em {
  text-transform: uppercase;
  font-size: 18px;
  color: #66cc33;
  line-height: 30px;
}
.inner .static-banner .page-title:after {
  content: '';
  display: block;
  width: 37px;
  height: 5px;
  background-color: #66cc33;
}
.inner .main-box {
  margin: 110px auto 40px;
}
.inner .m-shadow {
  text-align: right;
}
.inner .u-content {
  margin: 0;
}
.bshare-custom a {
  padding-left: 0 !important;
}
.u-menubox {
  width: 269px;
}
.u-menubox .u-title-box {
  background-color: #67bd1d;
  position: relative;
  font-size: 0;
  height: 60px;
  padding: 0 18px;
}
.u-menubox .u-title-box span {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: absolute;
  top: 9px;
  left: 34px;
  line-height: 24px;
}
.u-menubox .u-title-box em {
  display: block;
  line-height: 60px;
  font-family: "SimHei";
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.u-menubox .u-title-box em:first-letter {
  font-size: 64px;
  margin-right: 3px;
}
.u-menubox .u-title-box span {
  left: 53px;
  color: #fff;
}
.u-menubox .u-title-box em {
  color: #fff;
}
.u-menubox .u-menulist {
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-bottom: 3px solid #c3c3c3;
  border-top: 1px solid #dbdada;
  background-color: #fff;
  margin-bottom: 14px;
}
.u-menubox .u-menulist > li {
  line-height: 47px;
  position: relative;
}
.u-menubox .u-menulist > li > a {
  display: block;
  padding-left: 15px;
  border-left: 20px solid #fff;
  height: 47px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}
.u-menubox .u-menulist > li.active,
.u-menubox .u-menulist > li:hover {
  background-color: #1c4281;
}
.u-menubox .u-menulist > li.active > a,
.u-menubox .u-menulist > li:hover > a {
  border-color: #67bd1d;
  color: #fff;
  background-image: url("../images/inner-cur.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.u-menubox .u-menulist > li:hover .sec-box {
  display: block;
}
.u-menubox .u-menulist > li .sec-box {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 153px;
  left: 267px;
  background-color: #1c4281;
}
.u-menubox .u-menulist > li .sec-box .sec-menu {
  margin: 9px 27px;
  line-height: 36px;
}
.u-menubox .u-menulist > li .sec-box a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.u-menubox .u-menulist > li .sec-box a:hover {
  color: #86f12a;
}
.u-menubox .u-telbox {
  background-color: #fff;
}
.u-menubox .u-telbox .title-box {
  background-color: #1c4281;
  padding: 11px;
  overflow: hidden;
}
.u-menubox .u-telbox .title-box img {
  width: 104px;
  height: 104px;
}
.u-menubox .u-telbox .title-box .title {
  padding-top: 25px;
  margin-left: 120px;
}
.u-menubox .u-telbox .title-box .title p {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.u-menubox .u-telbox .title-box .title em {
  font-size: 16px;
  color: #9ec0e5;
  text-transform: uppercase;
}
.u-menubox .u-telbox .tel-box {
  border-right: 1px solid #dbdada;
  border-left: 1px solid #dbdada;
  border-bottom: 3px solid #c3c3c3;
  border-top: 1px solid #dbdada;
  padding: 12px;
}
.u-menubox .u-telbox .tel-box .tel {
  background-image: url("../images/inner-phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  color: #333;
  line-height: 30px;
}
.u-menubox .u-telbox .tel-box .tel em {
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
.u-menubox .u-telbox .tel-box .tel label {
  font-size: 30px;
  font-weight: bold;
}
.u-menubox .u-telbox .tel-box .link {
  margin-top: 19px;
  margin-top: 5px;
  padding: 0 15px;
}
.u-menubox .u-telbox .tel-box .link a {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-color: #4bab0e;
  background-position: center;
  background-repeat: no-repeat;
}
.u-menubox .u-telbox .tel-box .link a:hover {
  background-color: #1c4281;
}
.u-menubox .u-telbox .tel-box .link .wechat {
  background-image: url("../images/f-wechat.png");
}
.u-menubox .u-telbox .tel-box .link .qq {
  background-image: url("../images/qq.png");
}
.u-menubox .u-telbox .tel-box .link .webo {
  background-image: url("../images/webo.png");
}
.u-menubox .u-telbox .tel-box .link a {
  margin: 0 8px;
}
.u-menubox .u-telbox .tel-box .info {
  margin-top: 5px;
}
.u-menubox .u-telbox .tel-box .info p {
  position: relative;
  font-size: 16px;
  color: #000;
  padding-left: 43px;
  line-height: 28px;
}
.u-menubox .u-telbox .tel-box .info p label {
  position: absolute;
  line-height: 28px;
  left: -2px;
}
.u-page {
  margin-left: 296px;
}
.u-page .up-title {
  overflow: hidden;
  line-height: 60px;
}
.u-page .up-title .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  float: left;
}
.u-page .up-title .up-nav {
  float: right;
}
.u-page .up-title .up-nav li {
  float: left;
  margin: 0 3px;
  font-size: 14px;
  color: #333;
}
.u-page .up-title .up-nav li.home {
  background-image: url("../images/inner-title-cur.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
}
.u-page .up-title .up-nav li:hover a {
  color: #4bab0e;
}
.u-content {
  margin-bottom: 20px;
}
.u-content .border {
  border-left: 1px solid #ebebeb !important;
}
.u-content .pro-list li {
  border-right: 1px solid #ebebeb;
  border-left: none;
  border-top: 1px solid #ebebeb;
  margin-bottom: 14px;
  border-bottom: 4px solid #c3c3c3;
  position: relative;
}
.u-content .pro-list li:hover {
  border-bottom-color: #4bab0e;
  -webkit-filter: brightness(0.9);
}
.u-content .pro-list li a {
  width: 280px;
  height: 240px;
}
.u-content .case-item {
  border-right: 1px solid #ebebeb;
  border-left: none;
  border-top: 1px solid #ebebeb;
  margin-bottom: 14px;
  border-bottom: 4px solid #c3c3c3;
  position: relative;
  width: 258px;
}
.u-content .case-item .img {
  width: 258px;
}
.u-content .news-list {
  padding: 0;
  padding-bottom: 15px;
}
.u-content .news-list li {
  border: 1px solid #efefef;
  border-bottom: 3px solid #dbdbdb;
}
.u-content .news-list .info {
  padding-right: 10px;
}
.u-content .news-list .info .content {
  height: 70px;
}
.u-content .tec-list {
  padding-bottom: 15px;
}
.u-content .tec-list li {
  height: 37px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-bottom: 3px solid #dbdbdb;
  margin: 10px 0;
  padding: 0 10px;
}
.u-content .tec-list li a {
  height: 37px;
  line-height: 37px;
  overflow: hidden;
}
.u-content .s-detailbox {
  text-align: center;
  padding-bottom: 12px;
  color: #a6a6a6;
  font-size: 12px;
}
.u-content .s-detailbox h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.u-content .detail-img {
  text-align: center;
  margin: 10px 0;
}
.u-content .s-content {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.m-scene {
  background-color: #fff;
  height: 440px;
  border-bottom: 3px solid #c3c3c3;
  position: relative;
}
.overflow-hidden {
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.imgBox {
  position: relative;
  zoom: 1;
  height: 431px;
  padding: 6px;
  width: 572px;
  margin: 0 auto;
}
.imgBox li {
  float: left;
  _display: inline;
  overflow: hidden;
  height: 431px;
}
.imgBox li a {
  display: block;
  height: 100%;
  text-align: center;
}
.imgBox li a img {
  max-width: 100%;
  max-height: 100%;
}
.pageBox {
  width: 122px;
  position: absolute;
  bottom: 3px;
  right: 5px;
  overflow: hidden;
}
.pageBox li {
  float: left;
  display: inline;
  width: 122px;
  height: 92px;
  overflow: hidden;
}
.pageBox li a {
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.pageBox li.selected {
  border-color: #4bab0e;
}
.pageBox li img {
  max-width: 100%;
  max-height: 100%;
}
.m-imgbox .carousel-btn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  z-index: 100;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.m-imgbox .carousel-btn .btn {
  display: block;
  width: 30px;
  height: 70px;
  background: center no-repeat;
}
.m-imgbox .j-carousel-prev {
  left: 55px;
}
.m-imgbox .j-carousel-prev .btn {
  background-image: url("../images/p_leftArrow.png");
}
.m-imgbox .j-carousel-prev:hover .btn {
  background-image: url("../images/p_leftActive.png");
}
.m-imgbox .j-carousel-next {
  right: 55px;
}
.m-imgbox .j-carousel-next .btn {
  background-image: url("../images/p_rightArrow.png");
}
.m-imgbox .j-carousel-next:hover .btn {
  background-image: url("../images/p_rightActive.png");
}
.pro-infobox .group-title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #bcbcbc;
  cursor: pointer;
  font-size: 24px;
  color: #333;
}
.pro-infobox .group-title em {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/xg.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 23px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.pro-infobox .group-title.slide em {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pro-infobox .group-content {
  display: none;
  line-height: 36px;
  padding: 10px 0;
}
.sub-share {
  padding: 10px 0;
  color: #999;
  line-height: 27px;
  height: 27px;
}
.sub-share .bdsharebuttonbox {
  float: right;
}
.sub-share .bdshare-button-style0-16 {
  zoom: 1;
}
.sub-share .bdshare-button-style0-16 .bds_more {
  float: left;
  color: #666;
  background-position: 0 0;
}
.sub-share .bdshare-button-style0-16 .bds_qzone {
  background-position: 0 -52px;
}
.sub-share .bdshare-button-style0-16 .bds_tsina {
  background-position: 0 -104px;
}
.sub-share .bdshare-button-style0-16 .bds_tqq {
  background-position: 0 -260px;
}
.sub-share .bdshare-button-style0-16 .bds_renren {
  background-position: 0 -208px;
}
.sub-share .bdshare-button-style0-16 .bds_weixin {
  background-position: 0 -1612px;
}
.sub-share .bdshare-button-style0-16 a,
.sub-share .bdshare-button-style0-16 .bds_more {
  float: left;
  font-size: 12px;
  padding-left: 17px;
  line-height: 16px;
  height: 16px;
  background-image: url(../images/icons_0_16.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
}
/*搜索*/
.bd {
  border-bottom: 1px solid #e0ddde;
  padding: 60px 0 60px 0;
}
.bd .inputs {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.bd .inputs .text {
  float: left;
  width: 331px;
  border: 1px solid #4bab0e;
  height: 15px;
  border-right: 0;
  background: #FFF;
  padding: 5px 3px;
}
.bd .inputs .btn {
  float: left;
  width: 60px;
  border: 0;
  background: #4bab0e;
  height: 27px;
  line-height: 27px;
  border: 1px solid #4bab0e;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}
.pt {
  background: url(../images/search-no.png) 30px center no-repeat;
  height: 240px;
  padding: 115px 0 0 250px;
  width: 50%;
  margin: 0 auto;
}
.pt h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}
.pt h3 span {
  color: #4bab0e;
}
.pt p {
  color: #333;
}
/*在线留言*/
.sub-message {
  padding: 50px 30px;
  background: #FFF;
  color: #333;
  font-family: "microsoft yahei";
}
.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #c00;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
  font-size: 14px;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
}
.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #E1E1E1;
  background: #FFF;
}
.sub-message .m-form {
  border: 1px solid #e0e0e0;
  background: #f5f3f3;
}
.sub-message .m-submit .btn {
  color: #fff;
  background: #4bab0e;
}
