﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6бbug */
* html body {
  overflow: visible;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* body */
body {
  color: #757575;
  font-size: 12px;
  line-height: 24px;
  font-family: "微软雅黑";
  background: #FFF
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 12px;
  /*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
  text-decoration: none;
}

a:hover {
  color: #07783c;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

input {
  vertical-align: middle;
  font-size: 12px;
  outline: none
}

iframe {
  border: 0
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body img {
  border: 0 none;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -528px;
  z-index: 10000;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}

.headWrap {
  height: 30px;
  width: auto;
  background: #363636;
  color: #a9a9a9;
  font-size: 12px;
  line-height: 30px;
}

.headWrap .head {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.headWrap .head .headRight {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 15px
}

.headWrap .head .headRight img {
  margin-left: 10px;
  margin-top: -2px;
  margin-right: 5px;
}

/*网站头部*/
.top-T_Wrap {
  width: auto;
  height: 130px;
}

.top-T {
  width: 1200px;
  margin: 0 auto;
  height: 130px;
  overflow: hidden;
  position: relative
}

.top-T .logoL {
  width: 238px;
  margin-top: 20px;
  height: 90px;
  overflow: hidden;
  color: #898989;
  position: relative
}



/***********nav*******/
.nav {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #f6f6f6;
  margin: 0 auto;
  height: 125px;
}

.nav li {
  float: left;
  display: inline;
}

.nav li a {
  width: 110px;
  height: 130px;
  border-right: 1px solid #f6f6f6;
  line-height: 130px;
  text-align: center;
  font-size: 16px;
  color: #383838;
  display: block;
}

.nav li a:hover,
.nav li .cur {
  background: url(../images/navlia.png) center center no-repeat;
  color: #FFF
}

/*********************************公共头部结束*******************************/


.js-silder {
  position: relative;
  height: 500px
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.silder-main-img a {
  display: block;
  height: 100%
}

.silder-main-img img {
  width: 100%;
}

.js-silder-ctrl {
  position: absolute;
  bottom: 5px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
  position: absolute;
  top: 0;
  display: none;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "宋体";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
  left: 0;
  text-align: left;
}

.silder-ctrl-next {
  right: 0;
  text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.silder-ctrl-prev>span {
  display: none;
  left: 0;
}

.silder-ctrl-next>span {
  display: none;
  right: 0;
}

.silder-ctrl-con {
  display: inline-block;
  width: 10px;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  background-color: #e4e4e4;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.silder-ctrl-con.active>span {
  background-color: #facf00;
}

@media (max-width: 768px) {

  .silder-ctrl-prev,
  .silder-ctrl-next {
    width: 10%;
    font-size: 26px;
    margin-top: -25px;
  }

  .silder-ctrl-con {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }

  .silder-ctrl-con>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}

/*产品中心*/

.homeProWrap {
  overflow: hidden;
  background: url(../images/probj.jpg) center top no-repeat #FFF;
  min-height: 940px
}

.homeProWrap .homePro {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden
}

.homeProWrap .homePro .homePro_bt {
  text-align: center;
  padding: 50px 0 0;
  font-size: 14px;
  color: #979797;
  position: relative;
  line-height: 36px;
}

.homeProWrap .homePro .homePro_bt span {
  font-size: 30px;
  color: #434343;
  display: block;
  margin-bottom: 10px;
}

.homeProWrap .homePro .homePro_bt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #c80000;
  margin: auto;
  width: 60px;
  top: 90px
}


.RightBOx {
  width: 840px;
  float: right;
  overflow: hidden;
}

.RightBOx li {
  float: left;
  width: 275px;
  overflow: hidden;
  margin-bottom: 20px;
}

.RightBOx li .img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: 2px solid #f6f6f6;
  background: #f6f6f6;
  border-bottom: 0;
}

.RightBOx li .img img {
  width: 250px;
  height: 250px;
  display: block;
}

.RightBOx li .txt {
  width: 250px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  background: #f6f6f6;
  border: 2px solid #f6f6f6;
  border-top: 0;
}

.RightBOx li .txt a {
  color: #323232;
  font-size: 14px;
  font-weight: bold
}

.RightBOx li .txt a:hover {
  color: #ff0000
}

.RightBOx li .text {
  width: 230px;
  height: 50px;
  line-height: 18px;
  overflow: hidden;
  margin: 0 auto;
  background: #f6f6f6;
  border: 2px solid #f6f6f6;
  font-size: 12px;
  padding: 5px 10px;
  color: #878787;
  border-top: 1px dashed #e2e2e2
}

.RightBOx li .text span {
  display: block;
  color: #d1d1d1;
  font-size: 10px;
}

.inPRO {
  width: 1100px;
  margin: 20px auto 20px;
  overflow: hidden;
}

.LeftBox {
  width: 235px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.LeftBox .Lefttitle {
  width: 235px;
  height: 110px
}

.LeftBox .LeftList {
  width: 235px;
  overflow: hidden;
  margin: 4px auto 0;
}

.LeftBox .LeftList li {
  overflow: hidden;
  background: #ebebeb;
  height: 57px;
  line-height: 57px;
  margin-bottom: 4px;
}

.LeftBox .LeftList li a {
  color: #3f3f3f;
  display: block;
  font-size: 16px;
  text-align: center;
}

.LeftBox .LeftList li a:hover,
.LeftBox .LeftList li a.cur {
  background: url(../images/lefta.jpg) center center no-repeat;
  background-size: 100% 100%;
  color: #FFF
}



.in_pro {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 10px
}

.content {
  height: 1300px;
  width: auto;
  background: url(../images/newbj.jpg) center center no-repeat
}

.about_bt {
  text-align: center;
  padding-top: 50px;
}

.about_bt strong {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #262626;
  line-height: 30px;
  margin-bottom: 10px;
}

.about_bt i {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #434343
}

.about_bt p {
  display: block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  position: relative;
  background: url(../images/xian.png) center center no-repeat;
  width: 750px;
  margin: 0 auto;
  color: #434343
}

.about {
  width: 645px;
  height: 254px;
  line-height: 36px;
  margin: 50px auto 0;
  background: url(../images/about.png) left center no-repeat;
  color: #3b4750;
  font-size: 14px;
  padding-left: 455px;
  position: relative
}

.about .morea {
  font-size: 14px;
  color: #323232;
  font-weight: bold
}

.about .moreb {
  color: #3b4750;
  font-size: 14px;
  display: block
}

/*新闻中心*/


.news_bt {
  height: 42px;
  line-height: 42px;
  padding-left: 5px;
  background: url(../images/xian03.png) left bottom no-repeat;
  position: relative;
  font-size: 22px;
  color: #FFF;
}

.news_bt span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-style: italic;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif
}

.news_bt a {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF
}

.news {
  width: 1148px;
  margin: 50px auto;
  height: 358px;
  background: url(../images/news02.png) center center no-repeat;
  overflow: hidden
}

.news .news_R {
  width: 700px;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
  overflow: hidden
}


.news_R_nr {
  padding: 10px 0 15px;
  overflow: hidden
}

.news_R_nr li {
  height: 34px;
  width: 330px;
  position: relative;
  border-bottom: 1px dashed #0b6636;
  overflow: hidden;
  float: left;
  line-height: 34px;
  margin-bottom: 10px;
}

.news_R_nr li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #a8c8b5;
}

.news_R_nr li a {
  padding-left: 13px;
  height: 48px;
  font-size: 14px;
  overflow: hidden;
  background: url(../Images/o.png) left center no-repeat;
  display: block;
  color: #FFF;
  margin-right: 80px;
}

.news_R_nr li a:hover {
  text-decoration: underline
}



.news .news_L {
  width: 350px;
  float: right;
  padding-right: 20px;
  padding-top: 20px;
}

.news .news_L .news_L_nr {
  width: 350px;
  margin: 10px 0 5px;
  overflow: hidden;
  height: 260px;
  overflow: hidden
}

.news .news_L .news_L_nr li {
  width: 350px;
  text-align: left;
  border-bottom: 1px dashed #4a9e71;
  padding-bottom: 15px;
  margin: 0 auto 10px;
}

.news .news_L .news_L_nr li .wen {
  background: url(../Images/wen.png) left center no-repeat;
  margin-bottom: 5px;
  padding-left: 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.news .news_L .news_L_nr li .da {
  background: url(../Images/da.png) left top no-repeat;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.5);
}


/*生产车间*/

.Cooperation_bt {
  text-align: center;
}

.Cooperation_nr {
  width: 1100px;
  overflow: hidden;
  margin: 40px auto 0
}

.Cooperation_nr .bd {
  position: relative;
}

.Cooperation_nr .bd .next,
.Cooperation_nr .bd .prev {
  display: block;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 80px
}

.Cooperation_nr .bd .prev {
  left: 0;
  background: url(../Images/left.png) left center no-repeat;
}

.Cooperation_nr .bd .next {
  right: 0;
  background: url(../Images/right.png) left center no-repeat;
}

.Cooperation_nr .scrollWrap {
  padding-left: 30px;
}

.Cooperation_nr ul {
  overflow: hidden;
  zoom: 1;
}

.Cooperation_nr li {
  width: 250px;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline;
}

.Cooperation_nr li .pic a {
  display: block;
}

.Cooperation_nr li .pic {
  position: relative;
  display: block;
  overflow: hidden;
  width: 250px;
  height: 190px;
}

.Cooperation_nr li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.coopMore {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 40px auto 0;
  color: #808080;
  border: 1px solid #808080;
  font-size: 12px;
  display: block
}

.coopMore:hover {
  color: #07763b;
  border: 1px solid #07763b
}

/*内页样式*/



.right {
  width: 820px;
  float: right;
  overflow: hidden;
  padding-bottom: 10px;
}

.right .right-bt {
  width: 820px;
  height: 35px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  line-height: 35px;
}

.right .right-bt .nybtL {
  color: #07783c;
  display: inline-block;
  height: 34px;
  padding: 0 5px;
  border-bottom: 2px solid #07783c;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden
}

.right .right-bt .nybtR {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  height: 35px;
  padding-right: 10px;
  line-height: 35px;
  overflow: hidden;
  color: #737373
}

.right .right-bt .nybtR a:nth-last-child(1) {
  color: #07783c
}

.right .right-bt a {
  color: #09255d
}

.right .right-bt a:hover {
  color: #07783c
}



.ny-right-news {
  width: auto;
  margin: 0 auto;
  padding: 10px 0
}

.ny-right-news li {
  width: auto;
  height: 40px;
  line-height: 32px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px dashed #CCC;
  overflow: hidden
}

.ny-right-news li a {
  background: url(../Images/o.png) left center no-repeat;
  padding-left: 15px;
}

.ny-right-news li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #737373;
}

.ny-right-news ul {
  margin-bottom: 20px;
}


.ny-right-news h1 {
  font-size: 16px;
  width: 820px;
  float: left;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 820px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  color: #737373
}

/*荣誉*/
.ny-right-honor {
  width: 820px;
  padding: 10px 0;
  overflow: hidden
}

.ny-right-honor li {
  width: 205px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left
}

.ny-right-honor li .pic {
  width: 180px;
  margin: 0 auto;
  border: 1px solid #CCC;
  position: relative
}

.ny-right-honor li .pic a {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
}

.ny-right-honor li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.ny-right-honor li .txt {
  width: 180px;
  margin: 0 auto;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  text-align: center
}

.ny-right-honor li .txt a {
  color: #919191;
}

.ny-right-honor li .txt a:hover {
  color: #ff0000
}


/*内页****产品****样式*****/
.ny-right-pro {
  width: 820px;
  padding: 10px 0;
  overflow: hidden
}

.ny-right-pro li {
  width: 205px;
  margin-bottom: 20px;
  line-height: 32px;
  float: left;
}

.ny-right-pro li .pic {
  width: 180px;
  margin: 0 auto;
  border: 1px solid #CCC;
  position: relative
}

.ny-right-pro li .pic a {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
}

.ny-right-pro li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.ny-right-pro li .txt {
  width: 180px;
  margin: 0 auto;
  overflow: hidden;
  height: 42px;
  line-height: 24px;
  text-align: center
}

.ny-right-pro li .txt a {
  color: #919191;
}

.ny-right-pro li .txt a:hover {
  color: #ff0000
}

/*常见问题*/
.problem {
  width: 900px;
  margin: 0 auto;
  height: 750px;
}

.problem .problemtitle {
  padding: 20px 0 0 30px;
  height: 40px;
  line-height: 40px;
  background: url(../images/tais.png) no-repeat left 30px
}

.problem .problemtitle span {
  float: left;
  font-size: 28px;
  color: #07783c
}

.problem li {
  width: 380px;
  float: left;
  margin: 20px 0 0 20px;
}

.problem li .textT {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #07783c;
  font-weight: bold;
  background: #f8fbff url(../images/xqq.png) no-repeat 20px center;
  border: 1px solid #07783c;
  text-indent: 54px;
}

.problem li .textB {
  padding: 20px 32px 30px 53px;
  font-size: 14px;
  color: #555;
  line-height: 26px;
  height: 104px;
  background: #f9f9f9 url(../images/xqa.png) no-repeat 20px 22px
}

/*为什么选择我们*/
.why {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.why .whytitle {
  padding: 20px 0 0 30px;
  height: 40px;
  line-height: 40px;
  background: url(../images/tais.png) no-repeat left 30px
}

.why .whytitle span {
  float: left;
  font-size: 28px;
  color: #07783c
}

.why .text {
  font-size: 14px;
  color: #555;
  line-height: 26px;
  margin-top: 24px;
}

.why img {
  padding-top: 20px;
}

/*为您服务*/
.service {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 240px;
}

.service .servicetitle {
  padding: 10px 0;
  height: 10px;
  line-height: 10px;
}

.service .servicetitle span {
  font-size: 28px;
}

.service li {
  width: 200px;
  float: left
}

.service li a {
  display: block;
  width: 180px;
  margin: 0 auto;
  height: 130px;
  text-align: center;
  background: #f9f9f9;
  font-size: 16px;
  padding-top: 30px;
}

.service li a:hover {
  color: #07783c
}

.service li a img {
  margin-bottom: 10px
}

/*产品页推荐产品*/
.Relatedpro {
  width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}

.Relatedpro .protitle {
  padding: 10px 0;
  height: 10px;
  line-height: 10px;
}

.Relatedpro .protitle span {
  float: left;
  font-size: 28px;
}

.Related {
  width: 1200px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.Related li {
  width: 205px;
  float: left
}

.Related li .Related_box {
  width: 195px;
  margin: 0 auto;
  border: 1px solid #e6e6e6
}

.Related li .pic {
  width: 240px;
  margin: 0 auto;
}

.Related li .pic img {
  max-width: 100%;
  max-height: 100%;
}

.Related li .text {
  display: block;
  width: 205px;
  height: 40px;
  line-height: 18px;
  font-size: 14px;
  margin: 0 auto;
}

.Related li .Related_box>a:hover,
.Related li .Related_box:hover>a {
  background: #07783c;
  color: #FFF;
}

.jqzoom {
  width: 600px;
  height: 600px;
  border: 1px solid #E4E4E4;
  /* float: left; */
  position: relative;
  margin: 0 auto 20px;
}

.jqzoom img {
  width: 600px;
  height: 600px;
}

.ny-right-about h1 {
  width: 820px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center
}

/*========================插件===========================*/
#preview {
  float: left;
  margin-top: 10px;
  display: inline;
  width: 250px;
}

.pro-top {
  width: 770px;
  margin: 0 auto;
  height: 390px;
}

.pro-top-r {
  float: right;
  width: 440px;
  height: 240px
}

.pro-top-r h1 {
  font-size: 14px;
  color: #F00;
  margin-top: 10px;
}

/*===========================================插件END======================================================*/



.proproperty {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin-top: 20px;
  width: 820px;
  border-bottom: 1px solid #e2e2e2;
  height: 30px;
}

.proproperty li {
  float: left;
  height: 30px;
  background-image: url(../Images/t2.jpg);
  cursor: pointer;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  float: left;
  line-height: 30px;
  color: #FFF;
  width: 75px;
}

.proproperty li.cur {
  background-image: url(../Images/t1.jpg);
}

.procontent {
  width: 820px;
  float: right;
  padding: 10px 0;
}

.dispaly {
  display: none
}


.pageleft {
  float: left
}

.pageright {
  float: right
}


.linksWrap {
  background: url(../images/xian04.png) left bottom repeat-x #363636;
  padding: 15px 0;
  line-height: 30px;
}

.links {
  width: 1100px;
  margin: 0 auto;
  color: #b7b7b7;
  position: relative;
  overflow: hidden
}

.links span {
  font-size: 16px;
  padding-right: 10px;
}

.links span i {
  font-size: 14px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif
}

.links a {
  color: #b7b7b7;
  font-size: 14px;
  margin-right: 10px;
}

.links a:hover {
  text-decoration: underline;
  color: #FFF
}

/*footer*/

.footerWrap {
  width: auto;
  background: #363636
}

.footer {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  position: relative
}

.footer li {
  width: 580px;
  overflow: hidden;
  float: left;
  background: url(../images/xian02.png) right center no-repeat;
  color: #9a9a9a;
  line-height: 28px;
}

.footer li strong {
  display: block;
  color: #FFF;
  font-size: 16px;
  padding-bottom: 9px;
  margin-bottom: 8px;
  position: relative
}

.footer li strong:after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  background: #c80000;
  width: 60px;
  bottom: 0
}



.footer li .TextA {
  width: 180px;
  float: left
}

.footer li .TextB {
  width: 260px;
  float: left
}

.footer li.act02 {
  width: 240px;
  background: url(../images/xian05.png) right center repeat-y;
}

.footer li p {
  width: 100px;
  line-height: 26px;
  height: 26px;
  float: left
}

.footer a {
  font-size: 14px;
  color: #9a9a9a;
}

.footer a:hover {
  text-decoration: underline;
  color: #FFF
}

.footer .ewm {
  position: absolute;
  top: 20px;
  right: 0;
  width: 202px;
  height: 134px;
  background: url(../images/ewm.png) center center no-repeat
}

.copyWrap {
  background: #131313;
  height: 40px;
}

.copy {
  font-size: 14px;
  position: relative;
  color: #5b5b5b;
  width: 1100px;
  margin: 0 auto;
  line-height: 40px;
}

.copy i {
  position: absolute;
  right: 0;
  top: 0
}


/*翻页*/
.pageNavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-pagenavi {
  CLEAR: both;
}

.wp-pagenavi A {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  FONT-WEIGHT: bold
}


/*新内页样式*/
.Loc_navigation {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  width: 1200px;
  margin: 30px auto 0;
  position: relative;
  font-size: 14px
}

.Loc_navigation a {
  font-size: 14px;
  color: #000
}

.Loc_navigation a:hover {
  color: #07783c
}

.Loc_navigation span {
  font-family: '宋体'
}

/*内页样式*/
.nyContent {
  width: 1200px;
  margin: 15px auto 0;
  overflow: hidden
}

.nyContent .nyLeft {
  width: 190px;
  float: left;
  background: #FFF;
  margin-bottom: 50px;
}

.nycaseList .nyLeft {
  width: 190px;
  float: left;
  background: #FFF;
  margin-bottom: 50px;
}

.nyContent .nyCenter {
  float: left;
  width: 970px;
  margin-left: 40px;
}

.nyContent .nyRight {
  width: 270px;
  float: right;
  margin-bottom: 40px;
}

.nyContent .nyRightAbout {
  width: 970px;
  float: right
}

/**左侧**/
.nyContent .nyLeft .nyLeftBox {
  width: 190px;
  transition: all .5s;
  position: inherit;
  top: 0
}

.nyContent .nyLeft .Lefttitle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #07783c;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  font-weight: bold
}

.nyContent .nyLeft .LeftList li {
  margin: 10px 0;
  line-height: 50px;
  text-align: center;
}

.nyContent .nyLeft .LeftList li a {
  font-size: 16px;
  border: 1px solid #e6e6e6;
  background: #FFF;
  color: #4c4c4c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block
}

.nyContent .nyLeft .LeftList li a:hover,
.nyContent .nyLeft .LeftList li a.cur {
  border: 1px solid #07783c;
  color: #07783c
}

.nycaseList .nyLeft .nyLeftBox {
  width: 190px;
  transition: all .5s;
  position: inherit;
  top: 0
}

.nycaseList .nyLeft .Lefttitle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #07783c;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  font-weight: bold
}

.nycaseList .nyLeft .LeftList li {
  margin: 10px 0;
  line-height: 50px;
  text-align: center;
}

.nycaseList .nyLeft .LeftList li a {
  font-size: 16px;
  border: 1px solid #e6e6e6;
  background: #FFF;
  color: #4c4c4c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block
}

.nycaseList .nyLeft .LeftList li a:hover,
.nycaseList .nyLeft .LeftList li a.cur {
  border: 1px solid #07783c;
  color: #07783c
}

/***成功案例****/
.nycaseList {
  width: 1200px;
  margin: 15px auto 0;
  overflow: hidden
}

.caseList {
  width: 980px;
  float: right;
  overflow: hidden
}

.caseList li {
  width: 300px;
  float: left;
  margin: 0 10px 20px;
}

.caseList li a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative
}

.caseList li .pic {
  width: 300px;
  border: 1px solid #ededed;
  margin: 0 auto;
}

.caseList li .txt {
  text-align: center;
  height: 45px;
  line-height: 45px;
}

.caseList li a strong {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20%;
  text-align: center;
  margin: auto;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  z-index: 22;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}

/**列表页浮动导航**/
.nyContent .nyLeft .FloatNav {
  position: fixed;
  top: 150px;
  z-index: 99;
}

.nycaseList .nyLeft .FloatNav {
  position: fixed;
  top: 150px;
  z-index: 99;
}

.nyContent .nyRight .Right_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 270px;
}

.nyContent .nyRight .Righttitle {
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold
}

.nyContent .nyRight .Righttitle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #07783c
}

.nyContent .nyRight .RightList {
  padding: 0 10px 10px
}

.nyContent .nyRight .RightList .pic {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  display: block;
}

.nyContent .nyRight .RightList .pic img {
  height: 140px;
}

.nyContent .nyRight .RightList a:hover {
  color: #07783c
}

.nyContent .nyRight .Right_box_pro {
  background: #FFF
}

.nyContent .nyRight .Right_box_pro a {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 26px
}

.nyContent .nyRight .Right_box_pro a img {
  border: 1px solid #f8f8f8;
  display: block;
  max-width: 99%
}

.nyContent .nyRight .Right_box_pro .RightList {
  padding: 0
}

.ny-right-about {
  width: auto;
  overflow: hidden;
  margin: 0 auto;
  min-height: 400px;
  margin-bottom: 80px;
  font-size: 14px;
  color: #474747
}

/**内新闻列表**/
.ny-right-news {
  width: auto;
  margin: 0 auto;
  padding: 0 0;
  min-height: 300px;
}

.ny-right-news ul {
  margin-bottom: 20px;
}

.ny-right-news li .pic {
  width: 190px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #f8f8f8;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ny-right-news li .pic img {
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: -50%;
  top: 0;
  bottom: 0;
  right: -50%;
}

.ny-right-news li .text {
  line-height: 40px;
  position: relative;
  color: #4c4c4c
}

.ny-right-news li .text .bt {
  display: block;
  word-break: break-all;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #1a1a1a;
  position: relative;
  font-weight: normal;
}

.ny-right-news li .text .btfot {
  color: #4c4c4c;
  font-size: 12px;
}

.ny-right-news li .text .btfot .v {
  background: url("../images/i02.png") left center no-repeat;
  padding-left: 25px;
  position: absolute;
  left: 70px;
  bottom: 0;
}

.ny-right-news li .text .btfot .fotsh {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer
}

.ny-right-news li .text .btfot .fotsh .s {
  background: url("../images/i03.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-pro2 li .text .btfot .fotsh {
  left: 10px;
}

.ny-right-news li .text .btfot .fotsh .pare1 {
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 0 5px 10px;
  position: absolute;
  left: -25px;
  top: 24px;
  width: 90px;
  background: #fff;
  z-index: 10
}

.ny-right-news li .text .btfot .fotsh .pare1 a {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}

.ny-right-news li .text .btfot .fotsh .pare1 a.p_weixin {
  background: url("../images/share/sh01.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .text .btfot .fotsh .pare1 a.p_sqq {
  background: url("../images/share/sh03.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .text .btfot .fotsh .pare1 a.p_tsina {
  background: url("../images/share/sh02.png") left center no-repeat;
  padding-left: 25px;
}

.ny-right-news li .text .btfot .fotsh .pare1:after {
  content: '';
  position: absolute;
  left: 43px;
  top: -4px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #FFF
}

.ny-right-news li .text .btfot .fotsh:hover .pare1 {
  display: block;
}

.ny-right-news li .text .btfot .d {
  margin-left: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.ny-right-pro2 li .text .btfot .d {
  right: 20px;
  top: 50px;
}

.ny-right-news li:hover>.text .bt {
  color: #07783c
}

.ny-right-pro li .text .btfot .d {
  margin-left: 0
}

.ny-right-pro li .pic {
  width: 240px;
  height: 240px;
  border: 1px solid #f8f8f8
}

.ny-right-pro li .text {
  margin-left: 260px;
  min-height: 240px;
  margin-right: 10px
}

.ny-right-pro li .text .nr {
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c
}

.ny-right-pro2 ul {
  float: left
}

.ny-right-pro2 li {
  width: 300px;
  height: 100%;
  padding: 0;
  float: left;
  margin: 0 10px 20px;
  border: 1px solid #f2f2f2
}

.ny-right-pro2 li .pic {
  width: 280px;
  height: 280px;
  top: 0;
  margin: 0 auto;
  position: inherit
}

.ny-right-pro2 li .text {
  width: 280px;
  margin: 10px auto;
  height: 90px
}

.ny-right-pro2 li .text .btfot .d {
  float: left
}

.ny-right-pro2 li:hover {
  background: none;
  border: 1px solid #07783c
}

.nyShowLeft {
  width: 930px;
  float: left;
  padding-top: 20px;
}

.nyShowLeft .ShowNewsTitle {
  font-size: 36px;
  line-height: 50px;
  color: #1a1a1a;
  margin-bottom: 40px
}

.nyShowLeft .ShowProTitle {
  width: 600px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 15px;
  color: #1a1a1a
}

.nyShowLeft .ShowNewsBox {
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft {
  transition: all .5s;
  position: inherit;
  top: 0;
  float: left;
  width: 110px;
  padding-right: 30px;
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData {
  text-align: center;
  font-family: "Arial";
  color: #1a1a1a;
  font-size: 36px;
  overflow: hidden
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p {
  display: block;
  line-height: 36px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData p span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
  vertical-align: bottom;
  position: relative;
  z-index: 6
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .newsData i {
  display: block;
  font-size: 18px;
  margin-top: 10px
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author {
  text-align: center;
  color: #808080;
  line-height: 20px;
  margin-top: 30px;
  font-size: 14px
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft .author span {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #07783c;
  color: #FFF
}

.nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
  position: fixed;
  top: 130px;
  z-index: 12
}

.NewsRight.FloatNav {
  position: fixed;
  top: 90px;
  z-index: 12
}

.shareWrap {
  position: relative
}

.shareWrap .gb_res_t {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  margin-top: 40px
}

.shareWrap .gb_res_t:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto
}

.shareWrap .gb_res_t span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
  vertical-align: bottom;
  position: relative;
  z-index: 6
}

.shareWrap .bdsharebuttonbox {
  position: relative
}

.shareWrap .bdsharebuttonbox a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #cccccc;
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto 10px;
  display: block;
  position: relative
}

.shareWrap .bdsharebuttonbox a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 5
}

.shareWrap .bdsharebuttonbox .bds_tsina:after {
  background: url(../images/share/x01.png) no-repeat center center;
  background-size: 25px
}

.shareWrap .bdsharebuttonbox .bds_weixin:after {
  background: url(../images/share/x02.png) no-repeat center center;
  background-size: 22px
}

.shareWrap .bdsharebuttonbox .bds_sqq:after {
  background: url(../images/share/x03.png) no-repeat center center;
  background-size: 22px
}

.shareWrap .bdsharebuttonbox a:before {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  transition: all 0.3s;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0)
}

.shareWrap .bdsharebuttonbox a:hover:before {
  background: #f00;
  width: 50px;
  height: 50px;
  transform: scale(1)
}

.shareWrap .bdsharebuttonbox a.bds_tsina:hover:before {
  background: #f56467
}

.shareWrap .bdsharebuttonbox a.bds_weixin:hover:before {
  background: #8dc81b
}

.shareWrap .bdsharebuttonbox a.bds_sqq:hover:before {
  background: #68a5e1
}

.shareWrap .bdsharebuttonbox li.wx:hover .qrcodeBox {
  display: block
}

.shareWrap .bdsharebuttonbox .qrcodeBox {
  text-align: center;
  position: absolute;
  left: 100px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  top: -60px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10
}

.shareWrap .bdsharebuttonbox .qrcodeBox canvas {
  width: 140px !important;
  margin: 0 auto
}

.shareWrap .bdsharebuttonbox .qrcodeBox .title {
  font-size: 14px;
  margin-bottom: 10px
}

.nyShowLeft .ShowNewsBox .NewsBoxRight {
  float: right;
  width: 750px;
  margin-right: 40px;
  min-height: 500px
}

.nyShowLeft .ShowNewsBox .NewsBoxRight p img {
  width: 100%;
}

.ny-news-nr {
  width: auto;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 20px
}

.ny-news-nr a {
  color: #2310e5;
  font-size: 14px;
  text-decoration: underline
}

.ny-news-nr img {
  max-width: 100%;
  height: auto !important
}

.MainPicture {
  margin-bottom: 10px
}

.MainPicture img {
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #e7e7e7
}

.newsOther {
  margin: 10px 0;
  font-size: 14px;
  color: #000
}

.newsOther a {
  font-size: 14px;
  line-height: 30px;
  color: #000
}

.newsOther a:hover {
  color: #07783c
}

/*推荐产品*/
.RecProducts {
  line-height: 70px;
  border-top: 1px solid #e6e6e6;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold
}

.RecProducts:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #07783c
}

.RecProductsList {
  width: auto;
  overflow: hidden;
}

.RecProductsList li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}

.RecProductsList li .LiBox {
  width: auto;
  margin: 0 5px;
  overflow: hidden;
  text-align: center
}

.RecProductsList li .LiBox .pic {
  width: atuo;
  overflow: hidden;
  background: #FFF;
  text-align: center;
  position: relative
}

.RecProductsList li .LiBox .pic a {
  display: block;
  border: 1px solid #e8e8e8;
}

.RecProductsList li .LiBox .pic img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block
}

.RecProductsList li .LiBox .text {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 5px 0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #999999
}

.SubnavWrap {
  background: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid #e6e6e6
}

.Subnav {
  height: 62px;
  width: 85%;
  margin: 0 auto;
  position: relative
}

.Subnav .SubLogo {
  display: block;
  width: 280px;
  background: url("../images/logo03.png") no-repeat left center;
  background-size: auto 50px;
  height: 100%
}

.Subnav .SubnavBox {
  border: 1px solid #fff;
  border-bottom: 0;
  position: absolute;
  width: 40px;
  padding-left: 22px;
  padding-top: 22px;
  height: 39px;
  left: 260px;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 100;
  cursor: pointer
}

.Subnav .SubnavBox .more-icon {
  display: inline-block;
  width: 20px;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s
}

.Subnav .SubnavBox .more-icon i {
  display: block;
  width: 20px;
  height: 10px;
  position: relative
}

.Subnav .SubnavBox .more-icon .box-t:before,
.Subnav .SubnavBox .more-icon .box-t:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #9a9a9a;
  transition: transform .3s 0.3s;
  -webkit-transition: transform .3s 0.3s
}

.Subnav .SubnavBox .more-icon .box-t:after {
  left: 10px
}

.Subnav .SubnavBox .more-icon .box-b:before,
.Subnav .SubnavBox .more-icon .box-b:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #9a9a9a
}

.Subnav .SubnavBox .more-icon .box-b:after {
  left: 10px
}

.Subnav .SubnavBox:hover .more-icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg)
}

.Subnav .SubnavBox:hover .more-icon .box-t:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.Subnav .SubnavBox:hover .box-t:before,
.Subnav .SubnavBox:hover .box-t:after {
  background: #07783c
}

.Subnav .SubnavBox:hover .box-b:before,
.Subnav .SubnavBox:hover .box-b:after {
  background: #07783c
}

.Subnav .SubnavBox .SubTowNav {
  border: 1px solid #e6e6e6;
  display: none;
  width: 330px;
  position: absolute;
  top: 61px;
  left: -1px;
  z-index: 101;
  background: #FFF
}

.Subnav .SubnavBox .SubTowNav .ProBox {
  margin: 0 auto;
  padding: 25px 0 25px;
  overflow: hidden
}

.Subnav .SubnavBox .SubTowNav .ProBox .T {
  float: left;
  width: 110px;
  text-align: center
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a {
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #808080;
  font-size: 14px
}

.Subnav .SubnavBox .SubTowNav .ProBox .T a:hover {
  color: #07783c
}

.Subnav .SubnavBox:hover .SubTowNav {
  display: block
}

.Subnav .SubnavBox:hover {
  border: 1px solid #e6e6e6;
  border-bottom: 0
}

.Subnav .SubnavBox:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  z-index: 1022
}

.Subnav .SubnavText {
  position: absolute;
  left: 330px;
  top: 0;
  line-height: 60px;
  font-size: 18px;
  color: #1a1a1a;
  margin: auto;
  z-index: 10
}

.show-postion .nyShowLeft .ShowNewsBox .NewsBoxLeft.FloatNav {
  top: 90px;
  margin-top: 0 !important;
}