/*
 .Top002344 为demo编号
 */
/*nav-trigger start*/
.Top002344 .nav-trigger { position: absolute; top: 50%; right: 2%; transform: translateY(-50%); width: 25px; height: 25px; overflow: hidden; white-space: nowrap; /* hide text */ color: transparent;  z-index: 3; cursor: pointer;}
.Top002344 .nav-trigger span, .Top002344 .nav-trigger span::before, .Top002344 .nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute; display: inline-block; height: 3px; width: 24px; background: #2e3233;
}
.Top002344 .nav-trigger span {
  /* line in the center */
  position: absolute; top: 50%; right: 0; margin-top: -2px; -webkit-transition: background 0.3s 0.3s; -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.Top002344 .nav-trigger span::before, .Top002344 .nav-trigger span::after {
  /* other 2 lines */
  content: ''; right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.Top002344 .nav-trigger span::before {top: -6px;}
.Top002344 .nav-trigger span::after {top: 6px;}
.Top002344 .nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.Top002344 .nav-trigger.nav-is-visible span::before, .Top002344 .nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233;
}
.Top002344 .nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
  -moz-transform: translateX(0px) translateY(8px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(8px) rotate(45deg);
  -o-transform: translateX(0px) translateY(8px) rotate(45deg);
  transform: translateX(0px) translateY(8px) rotate(45deg);
}
.Top002344 .nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -moz-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-4px) rotate(-45deg);
  -o-transform: translateX(0) translateY(-4px) rotate(-45deg);
  transform: translateX(0) translateY(-4px) rotate(-45deg);
}
@media only screen and (min-width: 900px) {
  .Top002344 .nav-trigger { display: none;}
}
/*nav-trigger end*/

.Top002344{ position: relative; z-index: 999; box-shadow: 0 3px 3px 0 rgba(0,0,0,.15); -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);}
.Top002344 .auto{ position: relative; margin: 0 auto; max-width: 1200px;}
.Top002344 .logo{ float: left; max-width: 286px; padding: 7px 0;position: relative}
.Top002344 .logo span{font-size: 14px;margin-top: -10px;position: absolute;right: -0px;bottom:-2px;color: #006e3f}
.Top002344 .tel{float:right;color:#006E3F;padding: 7px 0;position: relative;top:16px;}
.Top002344 .tel h2{font-size:16px;font-weight: normal;color:#222;padding:0;margin:0;font-family: "黑体"}
.Top002344 .tel h2 i{content: '';display: inline-block;width:16px;height:16px;background:url(../images/Top002344-tel.png) no-repeat center;position: relative;top:2px;}
.Top002344 .tel p{font-size:30px;padding:0;margin:0;font-weight: 900;}


/*search start*/
.Top002344 .search{ float: right; position:relative; width: 34px; height: 34px; margin-top: 37px;}
.Top002344 .searchbtn,.Top002344 .searchbox .btn{ display:block;background:url(../images/Top002344-searchicon.png) 0 0; width: 34px; height: 34px; position: absolute; top: 50%; right: 0;}
.Top002344 .searchbtn{width: 34px; height: 34px;top: -12px; right: 0;border: 1px solid #006e3f; border-radius: 50%;}
.Top002344 .searchbox{ display: none;  width: 100%; position: relative; background-color: #fff; position: absolute; top: 100%;  right: 0; box-shadow:0 0 10px 0 rgba(240,133,6,.5) inset; -webkit-box-shadow:0 0 10px 0 rgba(240,133,6,.5) inset;  padding:10px;}
.Top002344 .searchbox .input{ width: 100%; height: 28px; line-height: 28px; border: none; padding-left: 10px; color: #999;}
.Top002344 .searchbox .input.focus{ color: #666;}
.Top002344 .searchbox .btn{ border: none; cursor: pointer; margin-top: -17px; right: 10px;}
.Top002344 .top-language {position: absolute;right: 46px;top: 33%;}
.Top002344 .top-language a{ display:block; float:left; width:34px; line-height:34px; text-align:center; margin-left:10px;}
.Top002344 .top-language a:hover,
.Top002344 .top-language a.on{ color:#fff; border-radius:50%;background:#006e3f;}
/*search end*/

/*.nav start*/
.Top002344 .nav li>a{ font-size: 15px; color: #666;}
@media only screen and (max-width: 899px) {
  .Top002344 .logo{ width: 60%; padding: 5px 0;}
  .Top002344 .search{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%); margin-top: 0;width: 30px; height: 30px;}
  .Top002344 .searchbtn{ background-size: 100% 100%; width: 30px; height: 30px; }
  .Top002344 .nav{ background-color: #006e3f; padding: 15px 0; text-align: center;display: none; position: absolute; top: 100%; left: 0; width: 100%;}
  .Top002344 .nav li:nth-child(2n){ background-color: #f28e13;}
  .Top002344 .nav li>a{ color: #fff; padding: 10px; display: block;}
}
@media only screen and (max-width: 1200px) {
  .Top002344 .auto{ padding-left:2% ; padding-right: 2%;}
}
@media only screen and (min-width: 900px) {
  .Top002344 .search{ margin-top: 27px;}

  .Top002344 .logo{ width: 25%; padding: 0px 0;}
  .Top002344 nav{width:100%;}
  .Top002344 nav,.Top002344 nav>*{ float: left;}
  .Top002344 nav{position: relative;}
  .Top002344 nav ul{}
  .Top002344 .nav li{ float: left;position: relative;}
  .Top002344 .nav li>a{ padding: 22px 8px; display: block;-webkit-transition:color 0.3s ease-out; -moz-transition: color 0.3s ease-out;  transition: color 0.3s ease-out; position: relative;}
  .Top002344 .nav li>a:after{ content: ""; position: absolute; bottom: 0; left: 0; height: 0; width: 100%; background: #006e3f; transition: height .3s ease-in-out;-webkit-transition: height .3s ease-in-out; z-index: 1;}
  .Top002344 .nav li>a span{ position: relative; z-index: 2;}
  .Top002344 .nav li.onnav>a,.Top002344 .nav li >a:hover{}
  .Top002344 .nav li.onnav>a:after,.Top002344 .nav li>a:hover:after{ height: 5%;}
  
  .Top002344 .nav li .sub{ width:130%; left:-15%;  overflow:hidden;position: absolute;background-color:rgba(255,255,255,1);transition: transform 0.3s 0.3s;display: none;}
  .Top002344 .nav li:hover .sub{ display:block;}
  .Top002344 .nav li .sub-menu{ padding:15px; text-align:center;}
  .Top002344 .nav li .sub-menu dt{ border-bottom:1px solid #e8e8e8;padding:10px 0;}
  .Top002344 .nav li .sub-menu dt:last-child{ border-bottom:0;}
  .Top002344 .nav li .sub-menu dt a{color:#666; transition:0.3s;}
  .Top002344 .nav li .sub-menu dt a:hover{ background:none; color:#006E3F; }

.Top002344 .tel{float:right;color:#006E3F;position: relative;top:0px;}
  .Top002344 .tel h2{font-size:15px;font-weight: normal;color:#222;padding:0;margin:0;font-family: "黑体"}
.Top002344 .tel p{font-size:22px;padding:0;margin:0;font-weight: 900;}
.Top002344 .logo span{font-size: 12px;margin-top: -10px;position: absolute;right: 8px;bottom:-2px;color: #006e3f}
.Top002344 .top-language {position: absolute;right: 66px;top: 24%;}

}
@media only screen and (min-width: 1024px) {
  .Top002344 .nav li>a{ padding:26px 26px; }
  .Top002344 .logo{ padding-top: 20px}
  .Top002344 .search{ margin-top: 37px;}
  .Top002344 .top-language {position: absolute;right: 66px;top: 33%;}
  .Top002344 .tel{float:right;color:#006E3F;padding: 7px 0;position: relative;top:16px;}
.Top002344 .tel h2{font-size:15px;font-weight: normal;color:#222;padding:0;margin:0;font-family: "黑体"}
.Top002344 .tel p{font-size:26px;padding:0;margin:0;font-weight: 900;}
}
@media only screen and (min-width: 1200px) {
  .Top002344 .nav li>a{ padding:28px 38px 28px; }
  .Top002344 .search{  margin-left: 25px;}
  .Top002344 .top-language {position: absolute;right: 46px;top: 33%;}
  .Top002344 .logo span{font-size: 14px;margin-top: -4px;position: absolute;right: -0px;bottom:2px;color: #006e3f}
  .Top002344 .tel{float:right;color:#006E3F;padding: 7px 0;position: relative;top:16px;}
.Top002344 .tel h2{font-size:16px;font-weight: normal;color:#222;padding:0;margin:0;font-family: "黑体"}
.Top002344 .tel h2 i{content: '';display: inline-block;width:16px;height:16px;background:url(../images/Top002344-tel.png) no-repeat center;position: relative;top:2px;}
.Top002344 .tel p{font-size:30px;padding:0;margin:0;font-weight: 900;}
}

@media(max-width:900px){
  .Top002344 .tel{display: none;}
.Top002344 .logo span{position: absolute;right: -0px;bottom: 2px;}
.Top002344 .nav li .sub{display: none;}
.Top002344 .nav li.aon .sub{display: block;}
  .Top002344 .nav li .sub-menu dt a{color:#e8e8e8; transition:0.3s;}
  .Top002344 .nav li .sub-menu dt a:hover{ background:none; color:#fff; }
.Top002344 .search{ position: absolute; top: -16px;}
  .Top002344 .top-language {position: absolute;right: 106px;top:-46px;}
  .Top002344 .nav-trigger {position: absolute;top: -28px;}
}
@media(max-width:414px){
.Top002344 .logo span{position: absolute;right: -2px;bottom: 4px;font-size: 12px;}
.Top002344 .search{ position: absolute; right: 38px; top: -20px; transform: translateY(-50%); margin-top: 6px;width: 30px; height: 30px;}
.Top002344 .top-language {position: absolute;right: 72px;top: -40px;}
.Top002344 .top-language a{ width:30px; line-height:30px; text-align:center;}
.Top002344 .top-language a:nth-child(2){margin-left:4px;}
.Top002344 .top-language a.on{display: block;}
}
@media(max-width:375px){
.Top002344 .logo span{position: absolute;right: -10px;bottom: 4px;font-size: 12px;}
.Top002344 .search{ position: absolute; right: 38px; top: -22px; transform: translateY(-50%); margin-top: 6px;width: 30px; height: 30px;}
.Top002344 .top-language {position: absolute;right: 72px;top: -42;}
.Top002344 .top-language a{ width:30px; line-height:30px; text-align:center;}
.Top002344 .top-language a:nth-child(2){margin-left:4px;}
.Top002344 .top-language a.on{display: block;}
}
/*.nav end*/
/*
 .Banner002345 为demo编号
 */
.Banner002345{}
.Banner002345{ position: relative; overflow: hidden;}
.Banner002345 .bx-wrapper{ position:relative; z-index:1;}
.Banner002345 .bx-viewport{ z-index:1;}
.Banner002345 li a{ display:block; }
.Banner002345 li img{ display:block; width:140%; position: relative; left: -20%; max-width: none; }
.Banner002345 .bx-pager{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; z-index:10;}
.Banner002345 .bx-pager div{ display:inline-block; width: 20px; height: 20px; padding: 6px; overflow: hidden;}
.Banner002345 .bx-pager div a{ display:block; width:8px; height:8px; position: relative; background-color:#FFFFFF; -moz-opacity:0.8;  opacity: 0.8; filter:alpha(opacity=80); border-radius:100%; text-indent: 9999px; transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a:after{ content:""; position: absolute; left: 50%; top: 50%; width: 0; height: 0;  border-radius: 50%; display: block; opacity: 0;transition: all .3s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a.active{position: relative;}
.Banner002345 .bx-pager div a.active:after{ opacity: 1;left: -5px; top: -5px; width: 18px; height: 18px;border: 1px solid #fff;}
.Banner002345 .bx-controls-direction{ display: none;}

@media(min-width:768px){
.Banner002345 li img{width:100%; left: 0; max-width: 100%;}
.Banner002345 .bx-pager{ bottom:40px;}
.Banner002345 .bx-controls-direction{ display: block;}
.Banner002345 .bx-controls-direction a {position:absolute; top:50%; z-index: 6; text-indent: 99999px; overflow: hidden; margin-top:-25px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms; background: #fff;}
.Banner002345 .bx-controls-direction .bx-prev {left:-50px;background:url(../images/Banner002345-prev.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction .bx-next {right:-50px;background:url(../images/Banner002345-next.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction.on .bx-prev {left:120px;}
.Banner002345 .bx-controls-direction.on .bx-next {right:120px;}
}

/*
 .Floor000834 为demo编号
 */
.Floor000834{ padding-bottom:2.5%;padding-top: 1%}
.Floor000834 .auto{ max-width:1200px;}
.Floor000834 .titl{ text-align: center; font-size: 30px; color: #006e3f; padding: 3% 0 0px;border-bottom: 1px solid #eee;margin-bottom: 30px;}
.Floor000834 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #a5c6b8;margin-bottom: 10px}
.Floor000834 .titl i{width: 50px;height: 2px;background: #006e3f;display: block;margin: auto;}
.Floor000834 h1{ padding-top:3%; line-height:35px; font-size:30px; margin:0; font-weight:normal; color:#404040;}
.Floor000834 h1 a{ float:right; background:url(../images/Floor000834-a_more.jpg) no-repeat right center; padding-right:15px; font-size:14px; color:#757575;}
.Floor000834 h1 a:hover{ text-decoration:underline;}
.Floor000834 li{ float:left; overflow:hidden; width:32%; margin-right:2%; position:relative; margin-bottom:2.5%;border: 1px solid #ddd}
.Floor000834 li:nth-child(3n){ margin-right:0;}
.Floor000834 li a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Floor000834 li figure{ padding-bottom:57%; transition:all ease 0.5s;height: 190px}
.Floor000834 li p{position: absolute ;margin:0; left:0; bottom:0%; width:100%; height:50px; line-height:50px; padding:0px 30px 0 15px; color:#fff; font-size:18px;z-index: 99;background: rgba(0,0,0,0.5);font-weight: bold}
.Floor000834 li:hover figure{ transform:scale(1.2);}
.Floor000834 li .table{width:100%; height:100%;position: absolute;background-color:rgba(0, 110, 63, 0.85); opacity:0; transition:all ease-in-out 0.3s;z-index: 9;top: 0;left: 0;}
.Floor000834 li .table_cell{ display:table-cell; vertical-align:middle; color:#fff; text-align:center; padding-left:5%; padding-right:5%;}
.Floor000834 li h3{ font-size:16px; margin:50px 0 0 0;}
.Floor000834 li h5{ font-size:12px; line-height:22px; overflow:hidden; margin-bottom:10px;font-weight: normal;text-align: center}
.Floor000834 li h5::before{ position:absolute; content:'...'; width:100%; line-height:5px; left:0; bottom:-10px; color:#fff;}
.Floor000834 li span{ position:relative;display:inline-block; background:url(../images/Floor001878-more.png) no-repeat center center/contain; width:37px; height:37px;}
.Floor000834 li:hover .table{ opacity:1;}
.Floor000834 li:hover p{opacity: 0}
@media(max-width:768px){
.Floor000834 li{ width:49%; margin-right:2%; margin-top:2%;}
.Floor000834 li:nth-child(4n){ margin-right:2%;}
.Floor000834 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.Floor000834 h1{ font-size:20px;}
.Floor000834 li p{ position:relative; background:none; color:#333; text-align: center; font-size:14px; padding:0;}
.Floor000834 li:hover figure{ transform:scale(1);}
}


/*Floor001764 */
.Floor001764{padding:1% 0 3%;}
.Floor001764 .titl{ text-align: center; font-size: 30px; color: #006e3f; padding: 3% 0 0px;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.Floor001764 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #a5c6b8;margin-bottom: 10px}
.Floor001764 .titl i{width: 50px;height: 2px;background: #006e3f;display: block;margin: auto;}
.Floor001764 .nav {padding: 0 2.5% 5%}
.Floor001764 .nav li{list-style: none;width: 16%;float: left;margin-right: 0.8%;text-align: center;}
.Floor001764 .nav li span{font-size: 16px;padding: 10px 4%;font-family: "黑体"}
.Floor001764 .nav li:hover span,
.Floor001764 .nav li.aon span{background: #006e3f;color: #fff;border-radius: 3px}
.Floor001764 .nav li:last-child{margin-right: 0}
.Floor001764 .ul li{ position:relative;text-align:center;}
.Floor001764 .ul li i{ z-index:4; position:absolute; width:30px; height:30px; border:1px solid #5d5d5d;}
.Floor001764 .ul li i.t_l,
.Floor001764 .ul li i.b_l{ left:0; border-right:0;}
.Floor001764 .ul li i.t_r,
.Floor001764 .ul li i.b_r{ right:0;border-left:0;}
.Floor001764 .ul li i.t_l,
.Floor001764 .ul li i.t_r{ top:0; border-bottom:0;}
.Floor001764 .ul li i.b_l,
.Floor001764 .ul li i.b_r{ bottom:0; border-top:0;}
.Floor001764 .ul li:hover i{ display:none;}
.Floor001764 .ul li a{ position:absolute; right:0; bottom:0; border:1px solid #dcdcdc; left:0; top:0; z-index:3; }
.Floor001764 .ul li a:hover{ border-width:2px; border-color:#006e3f;}
.Floor001764 .ul li figure{ padding-bottom:100%; background-size:contain; background-color:#fff;}
.Floor001764 .ul li img{ display:none;}
.Floor001764 .ul li p{color:#555; padding:25px 0;margin:0; background-color:#fff;font-size: 16px;}
.Floor001764 .ul li span{height:29px; line-height:29px; padding:0 10px 0 25px;  position:absolute; top:0; right:0; background:url(../images/Floor001764-hot.png) no-repeat; color:#fff;}


.Floor001764 .bx-controls-direction{ text-align:center; padding-top:3%;}


.Floor001764 .bx-controls-direction a{ display:inline-block; position:relative;width:38px; height:38px; border:1px solid #b5b5b5; color:#3a3a3a;  margin:0 1px;background:#fff;}
.Floor001764 .bx-controls-direction a:hover{ color:#fff; background:#006e3f; border-color:#fff;}
.Floor001764 .bx-controls-direction a span{ color:#000; font-size:18px; position:absolute; left:50%; top:50%; margin-left:-9px; margin-top:-9px;}
.Floor001764 .bx-controls-direction a:hover span{color: #fff}
@media(max-width:1150px){
.Floor001764 .nav li span{font-size: 15px;padding: 10px 2%;font-family: "黑体"}
}
@media(max-width:1050px){
.Floor001764 .nav li span{font-size: 14px;padding: 10px 2%;font-family: "黑体"}
}
@media(max-width:768px){
.Floor001764 h1{ background-size:auto 30px; padding-top:40px;}
}

@media(max-width:480px){
  .Floor001764 h1{ background-size:auto 25px; padding-top:30px;}
.Floor001764 .nav {padding: 0 2.5% 5%;margin-bottom: 30px;}
.Floor001764 .nav li{list-style: none;width: 49%;float: left;margin-right: 2%;text-align: center;display: none;}
.Floor001764 .nav li:first-child,.Floor001764 .nav li:nth-child(6){display: block;}
.Floor001764 .nav li span{font-size: 14px;padding: 10px 10%;font-family: "黑体"}
}



/*Floor001878*/
.Floor001878{background:url(../images/Floor001764-bg.jpg); padding:1% 0 2%;}
.Floor001878 .titl{ text-align: center; font-size: 30px; color: #006e3f; padding: 3% 0 0px;border-bottom: 1px solid #eee;margin-bottom: 30px;}
.Floor001878 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #a5c6b8;margin-bottom: 10px}
.Floor001878 .titl i{width: 50px;height: 2px;background: #006e3f;display: block;margin: auto;}
.Floor001878 li{ float:left; width:32%; text-align:center; margin-right:2%; position:relative;}
.Floor001878 li:nth-child(3),.Floor001878 li:nth-child(6){ margin-right:0;}
.Floor001878 li figure{ position:relative; overflow:hidden;}
.Floor001878 li figure a{position:absolute; left:0; top:0; height:100%; width:100%; z-index:3;}
.Floor001878 li figure a i{ position:absolute; color:#fff; font-style:normal; width:100%; left:0; text-align:center; padding-top:40px; line-height:24px; top:50%; margin-top:-32px; background:url(../images/Floor001878-more.png) no-repeat center top; transform:translateY(-300%);opacity:0;transition:0.3s;}
.Floor001878 li figure::before{ position:absolute; content:''; left:0px; top:0px; bottom:0px; right:0px;background:rgba(0,110,64,0.75); opacity:0; transition:0.3s;}
.Floor001878 li:hover figure::before{ opacity:1;}
.Floor001878 li:hover figure a i{ opacity:1;transform:translateY(0);}
.Floor001878 li figure img{ display:block; width:100%;}

.Floor001878 li h2,
.Floor001878 li p{margin:0;}
.Floor001878 li h2{ font-size:18px; padding-top:18px; padding-bottom:28px;color: #555;font-weight: normal}
.Floor001878 li h2 a:hover{ color:#006e3f;}
.Floor001878 li p{color:#999; }
.Floor001878 li p:after{ width:82px; height:1px; background-color:#3f3f3f; margin:0 auto; display:block; content:''; margin-top:3%;}
@media(max-width:1000px){
.Floor001878 li{ width:23.5%; margin-right:2%;}
}
@media(max-width:768px){
.Floor001878 .title{ padding:55px 0 30px 0; background-position:center top; text-align:center;}
.Floor001878 li{ margin-bottom:20px; width:49%;}
.Floor001878 li figure{ max-width:300px; margin:0 auto;}
.Floor001878 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.Floor001878 li{ margin-right:0; width:auto; float:none;}
}







/*
 .Bottom002440 为demo编号
 */
.Bottom002440{ background: #323232; color: #799098;}
@media only screen and (min-width:1200px ) {
	.Bottom002440{ padding-left: 30px; padding-right: 30px;}
}
@media only screen and (min-width:1600px ) {
	.Bottom002440{ padding-left: 50px; padding-right: 50px;}
}
.Bottom002440 a{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}

.Bottom002440>.auto{ padding-top: 2%; padding-bottom: 0%;}
.Bottom002440 .nav .dl dt{ padding-bottom:15px;}
.Bottom002440 .nav .dl dt a{ color:#fff; font-size:18px; line-height:24px;}
.Bottom002440 .nav .dl dd{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.Bottom002440 .nav .dl dd a{ display:block; line-height:24px; color: #777;}
.Bottom002440 .nav .dl dd a:hover{ color: #fff;}
.Bottom002440 .nav .dl dd a:hover:before{ background: #fff;}
@media only screen and (min-width:768px ) {
.Bottom002440 .nav{ float:left; width: 70%;}
.Bottom002440 .nav .dl{ float:left; width: 16%; min-height: 200px; padding: 15px 5% 15px 0;}
}
@media only screen and (max-width:767px ) {
	.Bottom002440 .nav .dl{border-bottom: 1px solid #1a5d74;}
	.Bottom002440 .nav .dl dt{ position: relative; margin-bottom: 0; margin-top: 10px;}
	.Bottom002440 .nav .dl dt:after{ position: absolute; content: ""; display: block; background: url(../images/Bottom002440-bottom_arrow.png) no-repeat right top; width: 11px; right: 3%; height: 20px; top: 50%; margin-top: -10px; transition: transform .5s ease-in;}
	.Bottom002440 .nav .dl dt.on:after{ transform: rotate(90deg);}
    .Bottom002440 .nav .dl .two{ display: none;background-color: #034257; padding: 15px;}
}


@media only screen and (min-width:768px ) {
.Bottom002440 .info{ float:right; width: 25%; text-align: right;}
}
@media only screen and (max-width:767px ) {
	.Bottom002440 .info{ padding: 3% 0;}
	.Bottom002440 .info>*{ text-align: center !important;}
}

.Bottom002440 .weixinbox{ margin: 10px 0 10px auto;}
.Bottom002440 .weixinbox dd{ display: inline-block; width: 48%; max-width: 100px; margin-left: 10px;}
.Bottom002440 .weixinbox dd span{ display: block; text-align: center; padding-top: 5px;color: #eee}
@media only screen and (max-width:767px ) {
	.Bottom002440 .info .weixinbox{ margin: 10px auto;}
}
.Bottom002440 .share{ padding: 10% 0 5%;}
.Bottom002440 .share >*{ display: inline-block;}
.Bottom002440 .share a{ width:35px; height:35px; border-radius: 50%; background: #555; text-align: center; line-height: 35px; color: #8e8e8e; font-size: 24px; margin-left: 5px; position: relative;}
.Bottom002440 .share a:before{ content: ""; position: absolute; top: 50%; margin-top: -10px; left: 50%;  margin-left: -12px;width: 25px; height: 20px; background: url(../images/Bottom002440-share_icon.png) no-repeat;}
.Bottom002440 .share a.weixin:before{ background-position: 0 0;}
.Bottom002440 .share a.sina:before{ background-position: right 0; margin-left: -14px;}
.Bottom002440 .share a:hover{ background: #888;}
@media only screen and (max-width:767px ) {
	.Bottom002440 .share{ padding: 20px 0 0;}
}

.Bottom002440 footer{ line-height:24px; position: relative; border-top: 1px solid #555; padding: 20px 0; }
@media only screen and (max-width:767px ) {
	.Bottom002440 footer{ text-align: center;}
}
.Bottom002440 footer a{ color: #eee;}
.Bottom002440 footer a:hover{ color: #fff;}
.Bottom002440 footer .links a{ display:inline-block; position: relative;}
.Bottom002440 footer .links a+a{ margin-left: 20px;}
.Bottom002440 footer .links a+a:before{ content: ""; left: -10px; position: absolute;  height: 50%; top: 25%; width: 1px; display: block; background: #777; }
@media only screen and (min-width:768px ) {
	.Bottom002440 footer .links{ float: left;}
}
.Bottom002440 footer .copyright{ margin: 0;}
@media only screen and (min-width:768px ) {
	.Bottom002440 footer .copyright{ float: right;color: #eee}
}

/*
 .Floor001289 为demo编号
 */
.Floor001289{ padding:1% 0 3%;}
.Floor001289 .titl{ text-align: center; font-size: 30px; color: #006e3f; padding: 3% 0 0px;border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.Floor001289 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #a5c6b8;margin-bottom: 10px}
.Floor001289 .titl i{width: 50px;height: 2px;background: #006e3f;display: block;margin: auto;}
.Floor001289 li{ float:left; width:32%; margin-right:2%;}
.Floor001289 li:last-child{ margin-right:0;}
.Floor001289 li img{ display:block; width:100%;}
.Floor001289 li div{ border:1px solid #eee; background-color:#fff; text-align:center; padding:0 5% 8%; transition:0.4s;}
.Floor001289 li time{ margin:0 auto; margin-top:-30px; background-color:#006e3f; display:inline-block; width:60px; height:60px; border:2px solid #fff; color:#fff; font-size:12px;}
.Floor001289 li time span{ display:block; font-size:24px; padding:2px 0;} 
.Floor001289 li h3{ font-size:16px; font-weight:normal;}
.Floor001289 li h3 a:hover{ color:#11502b;}
.Floor001289 li p{ line-height:18px; height:36px; overflow:hidden;}
.Floor001289 .more{ text-align:center; padding-top:2%;}
.Floor001289 .more a{ text-align:left; display:inline-block; width:150px; height:36px; line-height:36px; color:#555; padding-left:25px; font-size:16px; border-radius:36px; background:url(../images/Floor001289-more.gif) no-repeat 90% center #fff; border:1px solid #b5b5b5;}
.Floor001289 .more:hover a{color: #fff;background:url(../images/Floor001289-more_hover.gif) no-repeat 90% center #006e3f; border:2px solid #006e3f;}
.Floor001289 li:hover div{ background-color:#11502b;color:#fff;}
.Floor001289 li:hover div a{ color:#fff;}
@media(max-width:640px){
.Floor001289 li{ float:none; width:auto; max-width:80%; margin:0 auto !important; margin-bottom:3% !important; }
}
@media(max-width:375px){
.Floor001289 li{max-width:90%;} 
}

/*
 .Floor077077 为demo编号
 */
.Floor077077{ padding:1% 0 4%;}
.Floor077077 .titl{ text-align: center; font-size: 30px; color: #006e3f; border-bottom: 1px solid #ddd;margin-bottom: 30px;}
.Floor077077 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #a5c6b8;margin-bottom: 10px}
.Floor077077 .titl i{width: 50px;height: 2px;background: #006e3f;display: block;margin: auto;}
.Floor077077 .pic{ width: 100%; }

/*
 .Floor000895 为demo编号
 */
.Floor000895{ padding:1% 0 4%;background:url(../images/Floor001289-bg.jpg);}
.Floor000895 .titl{ text-align: center; font-size: 30px; color: #006e3f; padding: 3% 0 0px;border-bottom: 1px solid #eee;margin-bottom: 30px;}
.Floor000895 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #a5c6b8;margin-bottom: 10px}
.Floor000895 .titl i{width: 50px;height: 2px;background: #006e3f;display: block;margin: auto;}
.Floor000895 .title span::before{ position:absolute; content:''; width:32px; height:3px; background-color:#343434; left:0; top:0;}
.Floor000895 .nav {padding: 0 0% 5%}
.Floor000895 .nav li{list-style: none;width: 17%;float: left;margin-right: 1.6%;text-align: center;}
.Floor000895 .nav li span{font-size: 16px;padding: 6px 0%;font-family: "黑体";display: block;}
.Floor000895 .nav li:hover,
.Floor000895 .nav li.aon span{background: #006e3f;color: #fff;border-radius: 3px}
.Floor000895 .nav li:hover span a,
.Floor000895 .nav li.aon span a{color: #fff;}
.Floor000895 .nav li:last-child{margin-right: 0;width: 7%}
.Floor000895 .ul li{ position:relative; float:left; width:32%; margin-right:2%; background-color:#ddd;}
.Floor000895 .ul li a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Floor000895 .ul li:nth-child(3n){ margin-right:0;}
.Floor000895 .ul li div{ position:relative; background-color:#f7f7f7; padding:20px;border: 1px solid #ddd}
.Floor000895 .ul li div::before{ background:url(../images/Floor000895-a_more.png) no-repeat center center; background-size:contain; width:33px; height:33px; position:absolute; content:''; right:20px; top:50%; margin-top:-16px;}
.Floor000895 .ul li h1,
.Floor000895 .ul li h2{ margin:0;  font-size:16px;font-weight:normal;text-align: center;}
.Floor000895 .ul li figure{ padding-bottom:85%;border: 1px solid #ddd;border-bottom: none}
.Floor000895 .ul li h2{ color:#b8b8b8; position:relative;padding-bottom:10px;}
.Floor000895 .ul li h2::before{ position:absolute; content:''; left:40.5%; bottom:0; width:66px; height:2px; background-color:#8e919b;}
.Floor000895 .ul li:hover div::before{ background-image:url(../images/Floor000895-a_more_hover.png);}
.Floor000895 .ul li:hover div{background: #11502b}
.Floor000895 .ul li:hover h1{ color: #fff;}
.Floor000895 .ul li:hover h2{ color: #fce1c2; }
.Floor000895 .ul li:hover h2::before{ background-color:#f5a100;}
@media(max-width:768px){
.Floor000895 .ul li div{padding:10px;}
.Floor000895 .ul li div::before{ width:25px; height:25px; right:10px;margin-top:-12px;}
.Floor000895 .ul li h1,
.Floor000895 .ul li h2{ font-size:14px;padding-right:30px;}
}
@media(max-width:480px){
.Floor000895 .ul li{ float:none; width:auto; margin-right:0; margin-bottom:3%;}
.Floor000895 .title{ font-size:24px;}
.Floor000895 .title span{ display:block; line-height:30px; font-size:12px;}

.Floor000895 .nav {padding: 0 2.5% 5%;margin-bottom: 30px;}
.Floor000895 .nav li{list-style: none;width: 49%;float: left;margin-right: 2%;text-align: center;display: none;}
.Floor000895 .nav li:last-child{margin-right: 0;width: 49%}
.Floor000895 .nav li:first-child,.Floor000895 .nav li:nth-child(6){display: block;}
.Floor000895 .nav li span{font-size: 14px;padding: 6px 0%;font-family: "黑体";display: block;}

}


/*
 .Floor000952 为demo编号1
 */
.Floor000952{ background:url(../images/Floor001764-bg.jpg) no-repeat bottom center; padding:0 0 3% 0;}
.Floor000952 .auto_1200{padding:0;}
.Floor000952 .titl{ text-align: center; font-size: 30px; color: #006e3f; padding: 3% 0 0px;border-bottom: 1px solid #eee;margin-bottom: 30px;}
.Floor000952 .titl p{  margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 5px; color: #a5c6b8;margin-bottom: 10px}
.Floor000952 .titl i{width: 50px;height: 2px;background: #006e3f;display: block;margin: auto;}
.Floor000952 .nav {padding: 0 0% 3% 22%}
.Floor000952 .nav li{list-style: none;width: 16%;float: left;margin-right: 20px;text-align: center;}
.Floor000952 .nav li span{font-size: 16px;padding: 6px 0%;font-family: "黑体";display: block}
.Floor000952 .nav li:hover span,
.Floor000952 .nav li.aon span{background: #006e3f;color: #fff;border-radius: 3px}
.Floor000952 .nav li:last-child{margin-right: 0}
.Floor000952 h2{ color:#cacaca; font-size:18px; margin:0;}
.Floor000952 p{ color:#C5C5C5; margin:0;}
.Floor000952 p a{ color:red;}
.Floor000952 .list_copy li{ margin-bottom:15px; position:relative;}
.Floor000952 .list_copy li img{ width:100%;}
.Floor000952 .bx-wrapper{ position:relative; z-index:1;}
.Floor000952 .bx-viewport{ position:relative; z-index:1;overflow:hidden;}
.Floor000952 .bx-pager{ display:none;}
.Floor000952 .bx-controls-direction a{ position:absolute; top:50%; margin-top:-18px; width:36px; height:36px; border:2px solid #fff; border-radius:50%; overflow:hidden; line-height:100px; z-index:10;}
.Floor000952 .bx-controls-direction a:hover{ border-color:#11502b;}
.Floor000952 .bx-controls-direction a::before,
.Floor000952 .bx-controls-direction a::after{ position:absolute; content:''; left:15px; top:5px; width:2px; height:15px; background-color:#fff;}
.Floor000952 .bx-controls-direction a::before{ transform:rotate(-45deg);}
.Floor000952 .bx-controls-direction a::after{transform:rotate(45deg); top:15px;}
.Floor000952 .bx-controls-direction a:hover::before,
.Floor000952 .bx-controls-direction a:hover::after{background-color:#11502b;}
.Floor000952 .bx-controls-direction a.bx-prev{ left:10px;}
.Floor000952 .bx-controls-direction a.bx-next{ right:10px;}
.Floor000952 .bx-controls-direction a.bx-prev::before{ transform:rotate(45deg);}
.Floor000952 .bx-controls-direction a.bx-prev::after{transform:rotate(-45deg);}

@media(max-width:768px){
.Floor000952 h1{ font-size:20px;}
.Floor000952 h2{ font-size:15px;}
	}
@media(max-width:480px){
.Floor000952 h1{ font-size:18px;}
.Floor000952 h2{ font-size:14px;}
.Floor000952 p{ font-size:12px;}
.Floor000952 .nav {padding: 0 0% 5% 0;margin:0 2%;}
.Floor000952 .nav li{list-style: none;width: 23.5%;float: left;margin-right: 2%;text-align: center;}
.Floor000952 .nav li span{font-size: 14px;padding: 6px 0%;font-family: "黑体";display: block}
}




/*
 .Banner002291 为demo编号
 */
.Banner002291 { overflow: hidden;}
.Banner002291 span{ display: none;}
.Banner002291 img{ max-width: none; width: 155%; margin-left: -27.5%;}
@media only screen and (min-width: 768px) {
	.Banner002291 img{ width: 150%; margin-left: -25%;}
}
@media only screen and (min-width: 1024px) {
	.Banner002291 img{ width: 140%; margin-left: -20%;}
}
@media only screen and (min-width: 1200px) {
	.Banner002291{ height: 320px;}
  .Banner002291_1{ height: auto;}
	.Banner002291 img{ display: none;}
	.Banner002291 span{ display: block; background-position: center; background-repeat: no-repeat; max-height: 320px; width: 100%;height:100%;}
}
.Banner002291_1 img{ max-width: 100%; width: 100%;display: block;margin-left: 0%;}
@media(max-width:1200px){
.Banner002291_1 img{display: none;}
}
/*
 .Menu000840 为demo编号   
 */
.Menu000840{ margin-top:2%; }
.Menu000840 ul{ border:1px solid #ddd;}
.Menu000840 header{ background:url(../images/Menu000840-logo.png)no-repeat right #11502b; text-align:left; color:#fff; font-size:26px; padding:25px 0 10px;padding-left: 40px;}
.Menu000840 header span{ color:#fff; font-size:18px; display:block; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; padding:5px 0;}
.Menu000840 li{ line-height:40px;} 
.Menu000840 li:last-child{padding-bottom: 20px;}
.Menu000840 li a{ padding-left:15%; font-size:15px; position:relative;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; display:block;}
.Menu000840 li a::before{ position:absolute; content:''; width:0; height:0; border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #bababa; left:8%; top:50%; margin-top:-4px;}
.Menu000840 li:hover{ background-color:#ebebeb;}
.Menu000840 li a.aon,
.Menu000840 li:hover a{ color:#11502b; font-weight:bold;background-color:#ebebeb;}
.Menu000840 li a.aon::before,
.Menu000840 li:hover a::before{ border-left-color:#11502b;}
@media(max-width:768px){
.Menu000840 header{ font-size:24px; padding:10px 0;}
.Menu000840 header span{ font-size:15px;}
.Menu000840 ul{ overflow:hidden;}
.Menu000840 li{ line-height:40px; padding-left:10px; float:left; width:33.3333333%;} 
.Menu000840 li a{font-size:14px; padding-left:10px;}
}

/*
 .Location003 为demo编号
 */
.Location003{border-top:1px solid #c7c7c7; margin:50px 0 20px; line-height:28px;height:28px;}
.Location003 em{ float: right; font-style:normal; background:url(../images/Location003_icon.png) no-repeat 15px center #fff; padding-left:40px; font-size:14px; margin-top:-14px;color: #555}

/*
Timeline001915   大事记
*/
.Timeline001915{ padding-bottom:4%;}
.Timeline001915 .columnName{ padding:4% 0; line-height:normal; text-align:center; font-size:61px; color:#c20f00; text-transform:uppercase;}
.Timeline001915 .columnName span{ display:block; color:#353535; font-size:30px; padding:10px 0 15px;}
.Timeline001915 .columnName:after{ display:block; content:''; margin:0 auto; width:40px; height:2px; background-color:#c20f00;}
.Timeline001915 .list{ background:url(../images/Timeline001915-logo.png) no-repeat center top; padding-top:60px;}
.Timeline001915 .list ul{ background:url(../images/Timeline001915-ul.jpg) repeat-y center top; padding:54px 0;}
.Timeline001915 li{ padding-left:50%; background:url(../images/Timeline001915-li.png) no-repeat center top; padding-top:10px; padding-bottom:10px;}
.Timeline001915 li div{ padding-left:36px;}
.Timeline001915 li div p{ line-height:24px;font-family:'黑体';font-size: 14px;color: #555}
.Timeline001915 ul li:nth-child(2n){ text-align:right; padding-left:0; padding-right:50%;}
.Timeline001915 ul li:nth-child(2n) div{padding-left:0; padding-right:36px;}
.Timeline001915 li time{ display:block; color:#11502b; font-size:18px; border-top:1px solid #e1e1e4;}
.Timeline001915 li time:before{ display:block; margin:-3px 0 10px 0; content:''; background-color:#11502b; width:20px; height:5px;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:right;}
.Timeline001915 ul li:nth-child(2n) time span{ clear:both; display:block;}
.Timeline001915 ol{ text-align:center;}
.Timeline001915 ol a{ display:inline-block; width:142px; height:30px; line-height:30px; text-align:center; background-color:#11502b; color:#fff; font-size:14px; border-radius:5px;}
@media(max-width:1000px){
.Timeline001915 .columnName{ font-size:45px;}
.Timeline001915 .columnName span{ font-size:24px;}
}
@media(max-width:640px){
.Timeline001915 .columnName{ font-size:30px;}
.Timeline001915 .columnName span{ font-size:20px;}
}
@media(max-width:480px){
.Timeline001915 .list{ background-position: left top; padding-left:20px;}
.Timeline001915 .list ul{ background-position: 8px top;}
.Timeline001915 li{ padding:0 !important; background-position: left top;}
.Timeline001915 li div{ padding:10px 10px 10px 36px !important;}
.Timeline001915 ul li:nth-child(2n){ text-align:left;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:none;}
}



/*
PicList001954   企业文化
*/
.PicList001954{ padding:0% 0 2%;}
.PicList001954 ul{ float:right; border-bottom:1px solid #e5e5e5;}
.PicList001954 li{ padding-bottom:5%;}
.PicList001954 li h1{ margin:0; border-bottom:1px solid #ebe5e0;   position:relative;}
.PicList001954 li h1 a{ color:#11502b; font-size:20px; padding-right:120px;}
.PicList001954 li h1:after{ display:block; content:'';height:2px; margin-top:20px;background-color:#11502b; width:40px;}
.PicList001954 li pre{ margin:3% 0; color:#555; font-size:14px;}
.PicList001954 li figure{}
.PicList001954 li figure img{ display:block; width:100%;}
@media(max-width:640px){
.PicList001954 .ad,
.PicList001954 ul{ float:none; width:auto;}
.PicList001954 .ad{ text-align:center; padding-bottom:3%;}
.PicList001954 .ad img{ width:auto;}
}


/*
 .RighInfo002226 为demo编号  公司理念
 */
.RighInfo002226{ padding:0% 0;}
.RighInfo002226 .dl{color:#11502b;}
.RighInfo002226 .dl .h4{ font-size:18px; margin:0;}
.RighInfo002226 .dl .h4::after{content: '';width: 50px;height: 2px;background: #11502b;display: block;margin-top: 10px}
.RighInfo002226 .dl .con{ font-size:15px; padding:15px 0 20px; line-height:2.25;color: #555;}
.RighInfo002226 .word{ float:left;}
.RighInfo002226 .pic{ float:right;}



/*
 .PicList002239 为demo编号   荣誉资质
 */
.PicList002239{ padding:0% 0;}
.PicList002239 li{ border-bottom: 1px solid #e3e3e3; margin-bottom: 3%; float:left; }
@media(min-width:769px){
.PicList002239 li{margin-right:5%; width:30%; }
.PicList002239 li:nth-child(3n){ margin-right:0;}
}
.PicList002239 li .Ispic{ padding-bottom:68%; background-size:contain;}
.PicList002239 li dl{ position:relative; margin:0 10px; line-height:50px;}
.PicList002239 li dd{ position:absolute; right:0; top:0; color: #999;}
.PicList002239 li dt{font-size: 16px; color: #555;text-align: center}
@media(max-width:768px){
.PicList002239 li{ width:48%; margin-right:4%;}
.PicList002239 li:nth-child(2n){ margin-right:0;}
}
/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:3% 0;}
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#11502b; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin-left:-1px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ padding:0; width:44px; background:url(../images/Page002046-a_prev.gif) no-repeat center center; overflow:hidden; line-height:1000px; height:38px;}
.Page002046 .Pages .a_next{ background-image:url(../images/Page002046-a_next.gif);}
@media(max-width:640px){
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
.Page002046 .Pages a{padding:0 5px; }
}



/*
 .PicList001647 为demo编号  服务团队
 */
.PicList001647 li{ float:left; margin-right:2%; width:32%; margin-top:0%;margin-bottom:2%;}
.PicList001647 li:nth-child(3),.PicList001647 li:nth-child(6),.PicList001647 li:nth-child(9){margin-right:0;}
.PicList001647 li figure{ position:relative;}
.PicList001647 li figure img{ width:100%;}
.PicList001647 li a.Ispic{ padding-bottom:100%; display:block; background-size:contain;cursor: default;}
.PicList001647 li *{margin:0;}
.PicList001647 li p{ font-size:12px; color:#999; height:40px; overflow:hidden; line-height:20px;}
.PicList001647 li h1{ font-size:18px; font-weight:normal; padding-top:5%; padding-bottom:3%;text-align: center;}

@media(max-width:640px){
.PicList001647 li{ float:left; margin-right:2%; width:49%;}
.PicList001647 li:nth-child(2n){ margin-right:0;}
.PicList001647 li:nth-child(2n+1){ clear:left;}
.PicList001647 li h1{ font-size:16px;}
}


/*
 .PicList001396 为demo编号  解决方案
 */
.PicList001396 ul li{padding: 30px 0; border-bottom: 1px solid #d8d8d8; overflow:hidden;}
.PicList001396 ul li:nth-child(1){padding-top: 0}
.PicList001396 ul li .dot{font-size: 16px; color: #353535; font-weight: bold;}
.PicList001396 ul li .dot:hover{color: #11502b;}
.PicList001396 ul li p{color: #727272; height: 48px; overflow: hidden; line-height: 24px;}
.PicList001396 ul li .pic{width: 20%; float: left;}
.PicList001396 ul li .pic img{display: block; width: 100%;}
.PicList001396 ul li .more{width: 122px; height: 34px; line-height: 34px; color: #fff; text-align: center;  display: inline-block;background: #11502b}
.PicList001396 ul li figure{float: right; width: 78%;}
@media(max-width: 640px){
.PicList001396 ul li .pic {width: 40%;}  
.PicList001396 ul li figure { width: 58%;}
}
@media(max-width: 375px){
.PicList001396 ul li .pic,
.PicList001396 ul li figure{ float:none; width:auto;}
.PicList001396 ul li figure{ padding-top:3%;}
}



/*
 .PicList000762 为demo编号   产品中心
 */
.PicList000762{ padding-top:0%;}
.PicList000762 li{ float:left; width:32%; margin-right:2%; margin-bottom:3%; }
.PicList000762 li:nth-child(3n){ margin-right:0;}
.PicList000762 li a{ display:block;transition:all ease-in-out 0.3s;}
.PicList000762 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%; background-color:#f8f8f8;}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:contain;; padding-bottom:62%;}
.PicList000762 li a:hover{ }
.PicList000762 li a:hover h2{color:#fff; background-color:#11502b;}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(3n){ margin-right:2%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}


/*
.PicList001395 为demo编号   服务应用
 */
.PicList001395{ padding-top:0%;}
.PicList001395 li{width: 32%; float: left; margin:0 2% 3% 0; text-align: center;}
.PicList001395 li:nth-child(3n){ margin-right:0;}
.PicList001395 li div{padding-bottom: 74%; position: relative; overflow: hidden;}
.PicList001395 li figure{background-position:center center; background-repeat:no-repeat; background-size:cover;transition:0.3s;position:absolute; left:0; top:0; right:0; bottom:0;}
.PicList001395 li .dot{color: #353535; font-weight: bold; font-size: 16px;  margin-top: 10px;}
.PicList001395 li p{display: block; color: #727272; text-align: left; height: 48px; overflow: hidden; font-size: 12px; line-height: 24px;}
.PicList001395 li .more{width: 122px; height: 34px; line-height: 34px; color: #fff; text-align: center;background:#11502b;display: inline-block;}
.PicList001395 li:hover figure{transform: scale(1.3);}
@media (max-width: 768px){
.PicList001395 li{width: 49%;}
.PicList001395 li:nth-child(3n){ margin-right:2%;}
.PicList001395 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:320px){
.PicList001395 li{ float:none; margin-right:0 !important; width:auto;}
}



/*
 .PicList001759 为demo编号  新闻中心
 */
.PicList001759{ padding-top:0%;}
.PicList001759 li{ padding-bottom:3%;  }
.PicList001759 li a{ position:relative; display:block; background-color:#f7f7f7; color:#333; overflow:hidden; padding:26px 20px 26px 267px; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s;transition:0.3s;}
.PicList001759 li a:hover{ background-color:#11502b;}
.PicList001759 li time{ color:#919191; text-align:center; position:absolute; left:20px; top:35px;}
.PicList001759 li time span{ display:block; color:#5c5c5c; border-bottom:1px solid #919191; line-height:normal; font-size:35px;}
.PicList001759 li img{ position:absolute; left:97px; top:26px; width:144px; height:87px;}
.PicList001759 li h5{ margin:0; font-size:16px; color:#333; padding-bottom:10px;}
.PicList001759 li i{ display:block; width:27px; height:1px; background-color:#635e5b;}
.PicList001759 li p{ margin-bottom:0; font-size:12px; line-height:20px; height:40px; overflow:hidden;}
.PicList001759 li a:hover *{ color:#fff !important;}
.PicList001759 li a:hover i{ background-color:#fff;}
.PicList001759 li a:hover time span{ border-bottom-color:#fff;}
@media(max-width:480px){
.PicList001759 li a{ padding:15px 15px 15px 97px;}
.PicList001759 li img{ position:relative; left:0; top:0; width:100%; height:auto; display:block;}
.PicList001759 li h5{ margin-top:3%;}
}



/*
.Map002516 为demo编号  联系方式
 */
.Map002516 h3{font-size: 24px;color: #11502b}	
.Map002516 .map{border: 1px solid #ECECEC;padding: 5px;}
.Map002516 .map #allmap{ height:360px;}
.Map002516 .map #allmap *{ box-sizing:content-box;}
.Map002516 .map #allmap img{ max-width:none;}
@media(min-width:641px){
.Map002516 .ul_con{padding-top: 1%}
.Map002516 .ul_con li{ float:left; width:50%; padding:1% 2% 3%;}
}
.Map002516 .ul_con li div{ padding-left:50px; background-repeat:no-repeat; background-position:left center;font-size: 14px;}
.Map002516 .ul_con li.location div{ background-image:url(../images/Map002516_address.png);}
.Map002516 .ul_con li.call div{ background-image:url(../images/Map002516_call.png);}
.Map002516 .ul_con li.fax div{ background-image:url(../images/Map002516_fax.png);}
.Map002516 .ul_con li.email div{ background-image:url(../images/Map002516_email.png);}
.Map002516 .ul_con li p{ margin:0; border-bottom:1px solid #efefef; padding-bottom:5px; margin-bottom:5px; color:
#333; font-size:16px;}
.Map002516 .ul_con li:nth-child(2n+1){ clear:left;}
@media(max-width:640px){
.Map002516 .ul_con li{ padding:10px;}
.Map002516 .ul_con li:nth-child(2n){ background:#f5f5f5;}
.Map002516 .map #allmap{ height:280px;}
}


/*
.Form002219 为demo编号  在线留言
 */
.Form002219{ padding-bottom:5%;}
.Form002219 form{width: 60%;float: left}
.Form002219 .pic{width: 38%;float: right}
.Form002219 dl{ width:48%; float:left; padding-left:55px; min-height:40px; position:relative; margin-bottom:15px;padding-right: 20px;margin-right: 20px}
.Form002219 dl.odd{padding-left: 54px;margin-right: 0;}
.Form002219 dl.odd2{width: 96%;padding-right: 0;}
.Form002219 dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0; width:70px; text-align:left; line-height:40px;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:200px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.Form002219 .submitbtn{ color:#fff; background-color:#11502b;} 
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*Form002219 End*/



/****多级栏目
 .Menu000371 为demo编号
 */
.Menu000371{ border:1px solid #e9e9e9;margin-top: 30px;}
.Menu000371 header{ background:url(../images/Menu000840-logo.png)no-repeat right #11502b; text-align:left; color:#fff; font-size:26px; padding:25px 0 10px;padding-left: 40px;}
.Menu000371 header span{ color:#fff; font-size:18px; display:block; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; padding:5px 0;}
.Menu000371 ul{}
.Menu000371 li{}
.Menu000371 li a{ display:block; line-height:40px; padding-left:30px;}
.Menu000371 li h4{ margin:0; font-weight:normal;font-size: 15px;}
.Menu000371 li h4 a{ background:url(../images/Menu000371-h4_a.jpg) no-repeat 10px center;}
.Menu000371 li h4 a:hover,
.Menu000371 li h4.on a{ background-image:url(../images/Menu000371-h4_aon.png); color:#11502b; font-weight:bold;background-color:#ebebeb;}
.Menu000371 li ol{ display:none;background-color: #f8f8f8;}
.Menu000371 li ol li{ padding-top:5px;}
.Menu000371 li ol li a{ color:#666; line-height:30px;font-size: 14px;}
.Menu000371 li ol li a:hover,.Menu000371 li ol li a.aon{ color:#11502B;font-weight: bold;}



/*****新闻详情
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:3% 0;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header p span{font-size: 12px;padding: 0 15px}
.RighInfo002228 .single-header h1{ color:#000; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#666; font-size:16px; margin:0; font-weight:normal; position:relative;}
.RighInfo002228 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.RighInfo002228 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; color:#666; padding-top:2%;}
.RighInfo002228 .single-content .right{float: right;text-indent: 0;color: #999}
.RighInfo002228 .single-content .left{float: left;text-indent: 0;color: #999}
.RighInfo002228 .single-content .right:hover,.RighInfo002228 .single-content .left:hover{color:#cf000d}
.RighInfo002228 .single-content .list{border-top: 1px solid #e3e3e3;margin-top:2%;font-size: 12px;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
.RighInfo002228 div.back{text-align: center;margin:0 auto;}
@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
}
@media screen and (min-width:465px){
    .RighInfo002228 .col2{ width:48%;}
  .RighInfo002228 .fr{ float:right;}
  .RighInfo002228 .col2+.col2{ margin-top:0;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
  .RighInfo002228 .single-header h3{ font-size:18px;}
  .RighInfo002228 .single-content p{ padding:15px 0;line-height: 30px;} 
  .RighInfo002228 .single-header h3:after{ background-color:#e3e3e3; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:30px;}
}


/*****产品详情
 .RighInfo001108 为demo编号
 */
.RighInfo001108 .pic{ float:left; width:40%;padding:4px;border:1px solid #e8e8e8; border-radius: 2px;}
.RighInfo001108 .pic img{ width:100%;}
.RighInfo001108 .txt{ float:right; width:57%; padding-right:2%; color:#333;}
.RighInfo001108 .txt h1{ font-size:18px; font-weight:normal;}
.RighInfo001108 .txt dl{ border-top:1px solid #d9d9d9; padding:3% 0; border-bottom:1px solid #d9d9d9;}
.RighInfo001108 .txt dd{ line-height:26px; padding:5px 0;}
.RighInfo001108 .txt p{ line-height:36px;}
.RighInfo001108 .txt .contact{ padding:3% 0;}
.RighInfo001108 .txt .contact a{ color:#11502B; width:120px; text-align:center; border:1px solid #11502B; border-radius:30px; line-height:34px; display:inline-block;}
.RighInfo001108 .txt .contact a:hover{ background-color:#11502B; color:#fff;}
.RighInfo001108 .tab{ margin-top:3%; background-color:#e8e8e8; overflow:hidden; font-weight:bold;}
.RighInfo001108 .tab span{ cursor:pointer; display:inline-block; padding:0 3%; line-height:48px;}
.RighInfo001108 .tab span.on{ background-color:#11502B; color:#fff;}
.RighInfo001108 .tab_info{ padding:2%;}

.RighInfo001108 .tab_info li{float:left;margin-right: 1%;width:32.6666%;margin-bottom:2%;list-style: none;}
.RighInfo001108 .tab_info li:nth-child(3n){margin-right: 0%;}
.RighInfo001108 .tab_info li img{width:100%;display: none;}
.RighInfo001108 .tab_info li div{ padding-bottom: 67%; position: relative; overflow: hidden;}
.RighInfo001108 .tab_info li figure{ position:absolute; left:0; top:0; right:0; bottom:0; transition:0.3s;}
.RighInfo001108 .tab_info li a:hover figure{transform: scale(1.3);}
.RighInfo001108 .tab_info li span{display: block;text-align: center;font-size: 15px;color:#666;padding-top: 10px;}

@media(max-width:480px){
.RighInfo001108 .pic,
.RighInfo001108 .txt{ float:none; width:auto;}
}


/*
.TextList002322
*/
.TextList002322{ padding: 2% 0;}
.TextList002322 .list li{ position: relative; padding: 10px 100px 10px 0; line-height: 22px;}
.TextList002322 .list li *{ color: #999;}
.TextList002322 .list li time{ position: absolute; right: 0; top: 10px; display: block;}
.TextList002322 .list li a{position: relative; display: block; width: 100%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; padding-left: 15px; }
.TextList002322 .list li a:before{ display: table; content: ">"; position: absolute; left: 0; top: 0; height: 100%; width: 20px;}
.TextList002322 .list li a:hover{ color: #2196f3;}
@media only screen and (max-width:767px ) { .TextList002322{ padding: 20px 3%;} }

.law p{font-size: 16px;color: #666;line-height: 2;text-align: justify;text-indent: 2em;}

ul.site li{margin-bottom: 16px;list-style: none;}
ul.site li strong a{font-size: 16px;color:#333;padding-right: 10px;}
ul.site li span a{font-size: 15px;color:#666;}


/*PicList002171 */
.PicList002171{ padding-top:3%;}
.PicList002171 li{ float:left; width:22.75%; margin-right:3%; margin-bottom:3%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(17,80,43,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:18px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}


.flexslider {
  margin: 0px auto ;
  position: relative;
  width: 100%;
  padding-bottom: 40.167%;
  overflow: hidden;
  zoom: 1;
}

.flexslider .slides li {
  width: 100%;
  height: 100%;
}

.flex-direction-nav a {
  width: 70px;
  height: 70px;
  line-height: 99em;
  overflow: hidden;
  margin: -35px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  border-radius: 35px;
}

.flex-direction-nav .flex-next {
  background-position: 0 -70px;
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
  background-position: 0 0;
}

.flexslider .slides a img {
  width: 100%;
  height: 482px;
  display: block;
}
@media(max-width:1200px){
.flexslider .slides a img {
  margin:0 auto;
  text-align: center;
  width: 90%;
  height: auto;
  display: block;
  overflow: hidden;
}
}
@media(max-width:800px){
.flexslider .slides a img {
  margin:0 auto;
  text-align: center;
  display: block;
  overflow: hidden;
}
}
@media(max-width:480px){
.flexslider .slides a img {
  margin:0 auto;
  text-align: center;
  display: block;
  overflow: hidden;
}
}