@charset "UTF-8";
@font-face {
  font-family: 'Rail';
  src: url("fonts/RailroadGothic.eot");
  src: url("fonts/RailroadGothic.eot") format("embedded-opentype"), url("fonts/RailroadGothic.woff2") format("woff2"), url("fonts/RailroadGothic.woff") format("woff"), url("fonts/RailroadGothic.ttf") format("truetype"), url("fonts/RailroadGothic.svg#RailroadGothic") format("svg");
}
@font-face {
  font-family: 'dinlight';
  src: url("fonts/dinlight.eot");
  src: url("fonts/dinlight.eot") format("embedded-opentype"), url("fonts/dinlight.woff2") format("woff2"), url("fonts/dinlight.woff") format("woff"), url("fonts/dinlight.ttf") format("truetype"), url("fonts/dinlight.svg#dinlight") format("svg");
}
a {
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
}

a:hover {
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
}

.ovh-f {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

li {
  list-style-type: none;
}

a {
  display: block;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

a:hover {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  max-width:30%;
  margin:0 auto;
}




.pagination  a{
  position: relative;
  display: block;
  padding: 0.02rem 0.03rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #797979;
  background-color: #fff;
  border: 1px solid #dee2e6;
  left: 30%;
  margin-right: 1%;
}

.pagination a:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #1f833a;
  border-color: #dee2e6;
}



/*.pagination li{

}

.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.02rem 0.03rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #797979;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #1f833a;
  border-color: #dee2e6;
}

.pagination .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1f833a;
  border-color: #007bff;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination .pull-right{
  
}*/




/*.container {
    min-width: 992px !important;
  }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color:red;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
*/

.online {
  position: fixed;
  bottom: 150px;
  right: 10px;
  width: 60px;
  z-index: 999;
  color: #999;
}
.online a {
  color: #666;
}
.online a:hover {
  text-decoration: none;
}
.online dl {
  background: #1f833a;
  padding: 10px 5px;
  margin-bottom: 1px;
  position: relative;
}
.online dl dd {
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.online dl dd i {
  font-size: 25px;
}
.online dl:hover {
  background: #1781bd;
}
.online dl dt {
  position: absolute;
  top: 0px;
  right: 60px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  display: none;
  padding: 10px 15px;
  font-weight: normal;
}
.online dl dt h3 {
  display: block;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.online dl dt h3 i {
  margin-right: 5px;
}
.online dl dt h3 span {
  float: right;
  cursor: pointer;
}
.online dl dt input {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  padding: 3px 5px;
  width: 100%;
}
.online dl dt button {
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #1f833a;
  color: #fff;
  cursor: pointer;
}




.w75 {
  width: 75%;
  margin: 0 auto;
}

.w776 {
  width: 77.6%;
  margin: 0 auto;
}

.pa90 {
  padding-top: 90px;
  margin-bottom: 100px;
}

.bg-f7 {
  background: #f7f7f7;
}

/*Î±¼ÓÔØ*/
#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2000;
}

#pageloader::after, #pageloader::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

#pageloader::before {
  top: 0;
}

#pageloader::after {
  bottom: 0;
}

#pageloader.hide::after, #pageloader.hide::before {
  height: 0;
}

#pageloader.hide .loader-icon {
  opacity: 0;
}

header {
  z-index: 2;
  position: relative;
}
header .nav {
  height: 112px;
  line-height: 112px;
  position: relative;
  z-index: 3;
  padding: 0 65px;
  opacity: 0;
  -webkit-transform: translateY(-112px);
      -ms-transform: translateY(-112px);
          transform: translateY(-112px);
  -webkit-transition-timing-function: cubic-bezier(0.52, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.52, 0, 0.58, 1);
}
header .nav .logo {
  width: 110px;
  height: 89px;
  padding-top: 13px;
}
header .nav .logo a {
  display: block;
}
header .nav .navbox {
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-top: 13px;
  height: 100px;
}
header .nav .navbox ul {
  width: 100%;
  height: 100px;
}
header .nav .navbox ul li {
  float: left;
  position: relative;
  margin-right: 66px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 15px 0 0;
  box-sizing: border-box;
  height: 100px;
  width: 115px;
}
header .nav .navbox ul li span.img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
header .nav .navbox ul li .span {
  color: #333;
}
header .nav .navbox ul li .y {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
  line-height: 22px;
}
header .nav .navbox ul li > a {
  color: #666;
  -webkit-transition: all .1s;
          transition: all .1s;
}
header .nav .navbox ul li:hover, header .nav .navbox ul li.cur {
  -webkit-transition: all .1s;
          transition: all .1s;
}
header .nav .navbox ul li:hover, header .nav .navbox ul li.cur {
  background: #1f833a;
  -webkit-transition: all .1s;
          transition: all .1s;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
header .nav .navbox ul li:hover .span, header .nav .navbox ul li.cur .span {
  color: #fff;
}
header .nav .navbox ul li:hover .y, header .nav .navbox ul li.cur .y {
  color: #fff;
}
header .nav .navbox ul li:hover , header .nav .navbox ul li.cur .img {
  background-position: center -30px !important;
  -webkit-transition: all 0s;
          transition: all 0s;
}
header .nav .navbox ul li:nth-child(1) .img {
  background: url(../images/pic39.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(1):hover .img {
  background: url(../images/pic400.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(2) .img {
  background: url(../images/pic39-2.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(2):hover .img {
  background: url(../images/pic400-2.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(3) .img {
  background: url(../images/pic39-3.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(3):hover .img {
  background: url(../images/pic400-3.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(4) .img {
  background: url(../images/pic39-4.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(4):hover .img {
  background: url(../images/pic400-4.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(5) .img {
  background: url(../images/pic39-5.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(5):hover .img {
  background: url(../images/pic400-5.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(6) .img {
  background: url(../images/pic39-6.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(6):hover .img {
  background: url(../images/pic400-6.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(7) .img {
  background: url(../images/pic39-7.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(7):hover .img {
  background: url(../images/pic400-7.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(8) .img {
  background: url(../images/pic39-8.png) no-repeat center top;
}
header .nav .navbox ul li:nth-child(8n) {
  margin-right: 0;
}
header .nav .navbox ul .nav-hide {
  position: absolute;
  left: -1px;
  top: 100px;
  background: #fff;
  border-top: none;
  display: none;
  width: 115px;
  z-index: 3;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
header .nav .navbox ul .nav-hide a {
  color: #666;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  line-height: 48px;
  font-size: 14px;
}
header .nav .navbox ul .nav-hide a:last-child{
  border-bottom: none;
}
header .nav .navbox ul .nav-hide a:hover {
  color: #1f833a;
}

.footer {
  background: #1f833a;
  padding: 23px 0;
  font-size: 12px;
  color: #fff;
}
.footer a {
  display: inline-block;
  color: #fff;
}
.footer a:hover {
  opacity: .8;
}
.footer .ul a {
  font-size: 12px;
  color: #fff;
}
.footer .ul a:hover {
  opacity: .8;
}

.backtop {
  background: #e8e8e8;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  right: 2%;
  bottom: 330px;
  z-index: 8;
  display: none;
  -webkit-transition: all .5s;
          transition: all .5s;
  text-align: center;
  border-radius: 50%;
}
.backtop:hover {
  background: #1f833a;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.backtop a {
  display: block;
}
.backtop a img {
  margin-top: 14px;
  width: 35px;
  display: inline-block;
  -webkit-animation: arrow2 1.5s infinite linear;
  animation: arrow2 1.5s infinite linear;
}

.i-banner {
  /*height: 830px;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.i-banner .flexslider {
  border: none;
  margin-bottom: 0;
}
.i-banner .flex-direction-nav {
  display: none;
}
.i-banner .flex-control-paging {
  bottom: 5px;
  z-index: 2;
}
.i-banner .flex-control-paging li a {
  background: #d1d1d1;
  border: none;
}
.i-banner .flex-control-paging li a:hover, .i-banner .flex-control-paging li a.flex-active {
  background: #1f833a;
}

.i-banner-two {
  /*height: 830px;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.i-banner-two .flex-direction-nav {
  display: none;
}
.i-banner-two .flexslider {
  border: none;
  margin-bottom: 0;
}
.i-banner-two .flex-control-paging {
  bottom: 5px;
  z-index: 2;
}
.i-banner-two .flex-control-paging li a {
  background: #d1d1d1;
  border: none;
}
.i-banner-two .flex-control-paging li a:hover, .i-banner-two .flex-control-paging li a.flex-active {
  background: #1f833a;
}

.n-top {
  background: url(../images/pic40.png) no-repeat center bottom;
  padding-bottom: 55px;
  font-size: 36px;
  color: #010101;
  text-align: center;
}

.pa50 {
  padding-bottom: 50px;
}

.pa95 {
  padding-bottom: 95px;
}

.xmore {
  font-size: 20px;
  color: #4f4f4f;
  line-height: 40px;
  margin: 50px auto 0;
  width: 120px;
  display: block;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
          transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.xmore:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #1f833a;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.xmore:hover, .xmore:focus, .xmore:active {
  color: #1f833a;
}

.xmore:hover:before, .xmore:focus:before, .xmore:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.xmore2 {
  font-size: 20px;
  color: #4f4f4f;
  line-height: 40px;
  width: 120px;
  display: block;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
          transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.xmore2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #1f833a;*/
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.xmore2:hover, .xmore2:focus, .xmore2:active {
  color: #1f833a;
}

.xmore2:hover:before, .xmore2:focus:before, .xmore2:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.i-list .lista .ulbox {
  width: 100%;
}
.i-list .lista .w-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 8px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.i-list .lista .text {
  width: 75%;
  display: inline-block;
  margin-top: 30%;
}
.i-list .lista .text .z {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 9px;
  color: #fff;
}
.i-list .lista .text .line {
  height: 3px;
  width: 50px;
  background: #1f833a;
  margin-bottom: 22px;
  display: inline-block;
}
.i-list .lista .text .p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  height: 40px;
  overflow: hidden;
}
.i-list .lista .dd {
  width: 40.5%;
  position: relative;
  overflow: hidden;
}
.i-list .lista .dd img {
  width: 100%;
  border-radius: 8px;
}
.i-list .lista .dd .imga {
  display: block;
}
.i-list .lista .dd .imgb {
  display: none;
}
.i-list .lista .dd:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}
.i-list .lista .dt {
  width: 58.3%;
}
.i-list .lista .dt .top {
  margin-bottom: 2%;
}
.i-list .lista .dt .img {
  float: left;
  width: 49%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
.i-list .lista .dt .img:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}
.i-list .lista .dt .img .text {
  width: 75%;
  display: inline-block;
  margin-top: 14%;
}
.i-list .lista .dt .img:nth-child(2n) {
  margin-right: 0;
}
.i-list .lista .dt .img img {
  width: 100%;
  border-radius: 8px;
}
.i-list .lista .dt .imga {
  float: left;
  margin-right: 2%;
  width: 32%;
  position: relative;
  overflow: hidden;
}
.i-list .lista .dt .imga:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}
.i-list .lista .dt .imga .text {
  width: 75%;
  display: inline-block;
  margin-top: 20%;
}
.i-list .lista .dt .imga:nth-child(3n) {
  margin-right: 0;
}
.i-list .lista .dt .imga img {
  width: 100%;
  border-radius: 8px;
}


/*首页配送中心*/


.i-list .listb .ulbox {
  width: 100%;
}
.i-list .listb .w-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 8px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.i-list .listb .text {
  width: 75%;
  display: inline-block;
  margin-top: 45%;
}
.i-list .listb .text .z {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 9px;
  color: #fff;
}
.i-list .listb .text .line {
  height: 3px;
  width: 50px;
  background: #1f833a;
  margin-bottom: 22px;
  display: inline-block;
}
.i-list .listb .text .p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  height: 40px;
  overflow: hidden;
}
.i-list .listb .dd {
  width: 29.5%;
  position: relative;
  overflow: hidden;
}
.i-list .listb .dd img {
  width: 100%;
  border-radius: 8px;
}
.i-list .listb .dd .imga {
  display: block;
}
.i-list .listb .dd .imgb {
  display: none;
}
.i-list .listb .dd:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}
.i-list .listb .dt {
  width: 69.5%;
}
.i-list .listb .dt .bota {
  margin-bottom: 2%;
}
.i-list .listb .dt .imga {
  float: left;
  margin-right: 2%;
  width: 32%;
  position: relative;
  overflow: hidden;
}
.i-list .listb .dt .imga:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}
.i-list .listb .dt .imga .text {
  width: 75%;
  display: inline-block;
  margin-top: 20%;
}
.i-list .listb .dt .imga:nth-child(3n) {
  margin-right: 0;
}
.i-list .listb .dt .imga img {
  width: 100%;
  border-radius: 8px;
}


/*首页配送中心*/

.i-list .listb .dd2 {
  width: 48.5%;
  position: relative;
  overflow: hidden;
}
.i-list .listb .dd2 img {
  width: 100%;
  border-radius: 8px;
}
.i-list .listb .dd2 .imga {
  display: block;
}
.i-list .listb .dd2 .imgb {
  display: none;
}
.i-list .listb .dd2:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}



.i-list .listb .dt2 {
  width: 51.5%;
}
.i-list .listb .dt2 .bota {
  margin-bottom: 2%;
}
.i-list .listb .dt2 .imga {
  float: left;
  margin-right:3%;
  width: 46%;
  position: relative;
  overflow: hidden;
}

.i-list .listb .dt2 .imga:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}
.i-list .listb .dt2 .imga .text {
  width: 75%;
  display: inline-block;
  margin-top: 20%;
}
.i-list .listb .dt2 .imga:nth-child(3n) {
  margin-right: 0;
}
.i-list .listb .dt2 .imga img {
  width: 100%;
  border-radius: 8px;
}

/*imga2*/

.i-list .listb .dt2 .imga2 {
  float: left;
  max-width: 98%;
  position: relative;
  overflow: hidden;
}

.i-list .listb .dt2 .imga2:hover .w-text {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
          transition-timing-function: cubic-bezier(1, 0.085, 0.5, 0.75);
}
.i-list .listb .dt2 .imga2 .text {
  width: 75%;
  display: inline-block;
  margin-top: 20%;
}
.i-list .listb .dt2 .imga2:nth-child(3n) {
  margin-right: 0;
}
.i-list .listb .dt2 .imga2 img {
  width: 100%;
  border-radius: 8px;
}





.i-list .listc .imgbox {
  width: 100%;
  position: relative;
}
.i-list .listc .imgbox img {
  max-width: 100%;
}
.i-list .listc .imgbox .imgb {
  display: block;
}
.i-list .listc .imgbox .imgc {
  display: none;
}
.i-list .listc .imgbox .imga {
  width: 38.5%;
  position: absolute;
  right: 0;
  top: 23.8%;
}
.i-list .listc .ul {
  width: 52%;
  height: 33.5%;
  position: absolute;
  left: 35%;
  top: 20%;
}
.i-list .listc .ul .li {
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  display: block;
  cursor: pointer;
}
.i-list .listc .ul .li > p {
  text-align: right;
  color: #333;
}
.i-list .listc .ul .li:hover .b:after {
  background: #28a349;
}
.i-list .listc .ul .li:hover .text {
  display: block;
}
.i-list .listc .ul .li .b {
  position: relative;
  display: inline-block;
}
.i-list .listc .ul .li .b:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  z-index: 4;
  border: 2px solid #b6b6b6;
}
.i-list .listc .ul .li .b:after {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgba(230,0,18,.3);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -webkit-animation: buIn infinite linear 1.6s normal;
          animation: buIn infinite linear 1.6s normal;
  z-index: 1;
}
.i-list .listc .ul .li .text {
  text-align: left;
  position: absolute;
  width: 325px;
  height: 140px;
  padding: 22px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  color: #373737;
  font-size: 14px;
  line-height: 20px;
  z-index: 5;
  left: 30px;
  top: -70px;
  display: none;
}
.i-list .listc .ul .li .text .triangle-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  left: -10px;
  top: 58px;
}
.i-list .listc .ul .li .text .h {
  font-size: 18px;
  line-height: 24px;
  color: #1f833a;
  margin-bottom: 15px;
}
.i-list .listc .ul .li1 {
  left: 52%;
  top: 34%;
}
.i-list .listc .ul .li2 {
  left: 37%;
  top: 44%;
}
.i-list .listc .ul .li3 {
  left: 46%;
  top: 63%;
}
.i-list .listc .ul .li4 {
  left: 17%;
  top: 72%;
}
.i-list .listc .ul .li5 {
  left: 31%;
  top: 80%;
}
.i-list .listc .ul .li6 {
  left: 30%;
  top: 106%;
}
.i-list .listc .ul .li7 {
  left: 8%;
  top: 104%;
}
.i-list .listc .ul .li8 {
  left: 29%;
  top: 150%;
}
.i-list .listc .ul .li9 {
  left: 47%;
  top: 102%;
}
.i-list .listc .ul .li10{
  left: 21%;
  top: 168%;
}
.i-list .listc .s-imgbox {
  width: 30%;
  height: 15%;
  background: url(../img/pic42.png) no-repeat center;
  background-size: 100% auto;
  font-size: 16px;
  line-height: 32px;
  color: #1e1e1e;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 440px;
  height: 240px;
  box-sizing: border-box;
  padding-left: 80px;
  padding-top: 77px;
  padding-right: 30px;
}
.i-list .listc .s-imgbox .i {
  font-size: 24px;
  line-height: 24px;
}
.i-list .psimg-box {
  margin: 30px auto;
  display: none;
}
.i-list .psimg-box .psimg-text {
  background: url(../img/pic42.png) no-repeat center;
  background-size: 100% auto;
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
  box-sizing: border-box;
  padding: 4% 2% 4% 8%;
  width: 38%;
}
.i-list .psimg-box .psimg-text .i {
  font-size: 18px;
  line-height: 22px;
}
.i-list .psimg-box .ul {
  width: 55%;
}
.i-list .psimg-box .li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
}
.i-list .psimg-box .li img {
  max-width: 100%;
}
.i-list .psimg-box .li:nth-child(3n) {
  margin-right: 0;
}
.i-list .listd {
  padding-bottom: 90px;
}
.i-list .listd .dl {
  margin-top: 65px;
}
.i-list .listd .dd {
  width: 48%;
  margin-right: 4%;
  height: 354px;
  border-radius: 8px;
}
.i-list .listd .dd img {
  max-width: 100%;
  display: none;
}
.i-list .listd .dt {
  width: 48%;
  background: #fafafa;
  height: 354px;
  padding: 3% 4%;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.i-list .listd .dt .z {
  font-size: 22px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}
.i-list .listd .dt .s {
  font-size: 40px;
  line-height: 40px;
  color: #1f833a;
  /*font-family: "Rail";*/
  font-family: "dinlight";
}
.i-list .listd .dt .s .i {
  font-size: 16px;
  color: #616161;
}
.i-list .listd .dt .li {
  float: left;
  margin-right: 50px;
  width: 170px;
}
.i-list .listd .dt .li:nth-child(2n) {
  margin-right: 0;
}
.i-list .listd .dt .lia {
  background: url(../img/pic43.png) no-repeat left center;
  padding-left: 79px;
  margin-bottom: 60px;
}
.i-list .listd .dt .lib {
  background: url(../img/pic43-1.png) no-repeat left center;
  padding-left: 79px;
  margin-bottom: 60px;
}
.i-list .listd .dt .lic {
  background: url(../img/pic43-2.png) no-repeat left center;
  padding-left: 79px;
}
.i-list .listd .dt .lid {
  background: url(../img/pic43-3.png) no-repeat left center;
  padding-left: 79px;
}
.i-list .listd .dt .yz {
  background: url(../img/pic41.png) no-repeat center;
  background-size: 47px auto;
  width: 47px;
  height: 126px;
  position: absolute;
  right: -50px;
  bottom: 20px;
  display: none;
}
.i-list .liste .ulbox {
  width: 100%;
}
.i-list .liste .li {
  width: 23%;
  margin-right: 2.6%;
  border-radius: 8px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  float: left;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.i-list .liste .li:hover {
  box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.i-list .liste .li:hover .text .h {
  color: #1f833a;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.i-list .liste .img {
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.i-list .liste .img img {
  max-width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.i-list .liste .text {
  font-size: 14px;
  line-height: 20px;
  padding: 9.5% 6.5% 13%;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.i-list .liste .text .h {
  font-size: 16px;
  color: #333;
  margin-bottom: 2.5%;

white-space: normal;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.i-list .liste .text .p {
  color: #666;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.i-list .liste .text .time {
  margin-top: 4%;
  line-height: 40px;
  color: #999;
  font-size: 16px;
}

.i-list .liste .text .time .t{
  background:url(../images/time_logo.jpg) no-repeat left center;
  padding-left: 26px;
}

.i-list .liste .text .time .xmore2 {
  font-size: 16px;
}
.i-list .liste .li:nth-child(4n) {
  margin-right: 0;
}
.i-list .liste .newsbox {
  overflow: hidden;
  position: relative;
  display: none;
}
.i-list .liste .newsbox .hd-1 {
  position: absolute;
  bottom: 0rem;
  left: 0px;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.i-list .liste .newsbox .hd-1 span {
  display: inline-block;
  margin: 10px .13rem;
  background: #1f833a;
  border-radius: .06rem;
  opacity: .6;
}
.i-list .liste .newsbox .hd-1 span.swiper-pagination-bullet-active {
  background: #1f833a;
  border-radius: .1rem;
  opacity: 1;
  width: 0.18rem;
  opacity: 1;
}
.i-list .liste .newsbox .swiper-pagination-bullet {
  width: .06rem;
  height: .06rem;
  display: inline-block;
  background: #1f833a;
  border-radius: .06rem;
}

@-webkit-keyframes buIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes buIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
.n-banner {
  height: 535px;
  width: 100%;
}
.n-banner img {
  display: none;
}

.wlibox-s {
  background: #1f833a;
  height: 66px;
  line-height: 66px;
  display: none;
}
.wlibox-s .top-libox-s {
  overflow: hidden;
}
.wlibox-s .top-libox-s .swiper-slide {
  padding-left: 55px;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
          transition: all .5s;
  cursor: pointer;
  color: #fff;
}
.wlibox-s .top-libox-s .swiper-slide:hover, .wlibox-s .top-libox-s .swiper-slide.cur {
  background-color: #28a349;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.wlibox-s .top-libox-s .li:nth-child(1) {
  background-image: url(../images/pic44.png);
}
.wlibox-s .top-libox-s .li:nth-child(2) {
  background-image: url(../images/pic44-2.png);
}
.wlibox-s .top-libox-s .li:nth-child(3) {
  background-image: url(../images/pic44-3.png);
}
.wlibox-s .top-libox-s .li:nth-child(4) {
  background-image: url(../images/pic44-4.png);
}
.wlibox-s .top-libox-s .li2 {
  background-image: url(../img/pic44-1.png);
}
.wlibox-s .top-libox-s .li3 {
  background-image: url(../img/pic44-2.png);
}
.wlibox-s .top-libox-s .li4 {
  background-image: url(../img/pic44-3.png);
}
.wlibox-s .top-libox-s .li5 {
  background-image: url(../img/pic44-4.png);
}
.wlibox-s .top-libox-s .li6 {
  background-image: url(../img/pic44-5.png);
}
.wlibox-s .top-libox-s .li7 {
  background-image: url(../img/pic44-6.png);
}

.about-nav {
  background: #1f833a;
  height: 66px;
  line-height: 66px;
}
.about-nav ul li {
  width: 24.2%;
  float: left;
  color: #fff;
  font-size: 18px;
  padding-left: 55px;
  box-sizing: border-box;
  background-position: 26% center;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
          transition: all .5s;
  cursor: pointer;
  text-align: center;
}
.about-nav ul li:hover, .about-nav ul li.cur {
  background-color: #28a349;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.about-nav ul .li:nth-child(1) {
  background-image: url(../images/pic44.png);
}
.about-nav ul .li:nth-child(2) {
  background-image: url(../images/pic44-2.png);
}
.about-nav ul .li:nth-child(3) {
  background-image: url(../images/pic44-3.png);
}
.about-nav ul .li:nth-child(4) {
  background-image: url(../images/pic44-4.png);
}
.about-nav ul .li2 {
  background-image: url(../img/pic44-1.png);
}
.about-nav ul .li3 {
  background-image: url(../img/pic44-2.png);
}
.about-nav ul .li4 {
  background-image: url(../img/pic44-3.png);
}
.about-nav ul .li5 {
  background-image: url(../img/pic44-4.png);
}
.about-nav ul .li6 {
  background-image: url(../img/pic44-5.png);
}
.about-nav ul .li7 {
  background-image: url(../img/pic44-6.png);
}

.n-about .lista .dl {
  width: 100%;
  position: relative;
  z-index: 1;
}
.n-about .lista .dl .dd {
  width: 37.5%;
  height: 475px;
  border-radius: 8px;
  cursor: pointer;
  margin:0 auto;
}
.n-about .lista .dl .dd img {
  width: 100%;
  max-width: 100%;
  display: none;
}

.n-about .lista .dl .dd iframe{
  width:100%;
  height:75%;
  margin-top: 23%;
}

.n-about .lista .dl .dt {
  width: 57%;
  height: 475px;
  margin-top: 20px;
}
.n-about .lista .dl .dt .wtext {
  padding-right: 10px;
}
.n-about .lista .dl .dt .h {
  padding-left: 20px;
  border-left: 3px solid #1f833a;
  margin-bottom: 40px;
}
.n-about .lista .dl .dt .p1 {
  font-size: 28px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
}
.n-about .lista .dl .dt .p2 {
  font-size: 18px;
  font-family: "Arial";
  color: #000;
  opacity: .3;
  text-transform: uppercase;
  line-height: 18px;
}
.n-about .lista .dl .dt .text {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}


.n-about .lista .dl .dt .text a{
  display: inline-block;
  color:#1f833a;
}

.n-about .listb .leader-box {
  position: relative;
}
.n-about .listb .leader-img {
  width: 100%;
  overflow: hidden;
}
.n-about .listb .arrow-left {
  background: url(../img/pic45.png) no-repeat left center;
  width: 30px;
  height: 59px;
  background-size: 30px 59px;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -8%;
  z-index: 3;
}
.n-about .listb .arrow-right {
  background: url(../img/pic45-1.png) no-repeat left center;
  width: 30px;
  height: 59px;
  background-size: 30px 59px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -8%;
  z-index: 3;
}
.n-about .listb .swiper-slide,.n-about .listb .swiper-wrapper{
  height: 475px !important;
}
.n-about .listb .swiper-slide {
  height: 100%;
  -webkit-transition: 300ms;
          transition: 300ms;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.n-about .listb .swiper-slide .p {
  font-size: 16px;
  text-align: center;
  color: #010101;
  line-height: 20px;
  display: none;
  margin-top: 40px;
}
.n-about .listb .swiper-slide.on {
  -webkit-transform: scale(0.8) perspective(750px) rotateY(20deg);
          transform: scale(0.8) perspective(750px) rotateY(20deg);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.n-about .listb .swiper-slide.onn {
  -webkit-transform: scale(0.8) perspective(750px) rotateY(-20deg);
          transform: scale(0.8) perspective(750px) rotateY(-20deg);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.n-about .listb .swiper-slide-visible {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
}
.n-about .listb .swiper-slide-visible .img {
  position: relative;
}
.n-about .listb .swiper-slide-visible .img .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.n-about .listb .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1) perspective(0) rotateY(0) !important;
          transform: scale(1) perspective(0) rotateY(0) !important;
}
.n-about .listb .swiper-slide-active .bg {
  display: none;
}
.n-about .listb .swiper-slide-active .p {
  display: block;
}
.n-about .listb .swiper-slide {
  width: 34%;
}
.n-about .listb .swiper-slide img {
  width: 100%;
}
.n-about .listc .flexslider {
  width: 100%;
  position: relative;

}
.n-about .listc .flexslider img {
  width: 100%;
}
.n-about .listc .flexslider .owl-carousel .owl-item {
  padding: 0 20px;
  box-sizing: border-box;
}
.n-about .listc .flexslider .owl-buttons .owl-prev {
  top: 50%;
  left: -3%;
  background: url(../pic/prev.png) no-repeat center/cover;
  margin-top: -22px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.n-about .listc .flexslider .owl-buttons .owl-next {
  top: 50%;
  right: -3%;
  background: url(../pic/next.png) no-repeat center/cover;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  margin-top: -22px;
}
.n-about .listc .flexslider .owl-buttons .owl-prev, .n-about .listc .flexslider .owl-buttons .owl-next {
  width: 23px;
  height: 43px;
  position: absolute;
  font-size: 0;
}
.n-about .listc .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 24px;
}
.n-about .listc .flex-control-nav li {
  margin: 0 15px;
  display: inline-block;
  zoom: 1;
  width: 24px;
}
.n-about .listc .flex-control-paging li a {
  height: 24px;
  line-height: 24px;
  text-indent: -9999px;
  position: relative;
}
.n-about .listc .flex-control-paging li a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #666;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.n-about .listc .flex-control-paging li a.flex-active:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #1f833a;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
}
.n-about .listc .flex-control-paging li a.flex-active:after {
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  position: absolute;
  background: #1f833a;
  cursor: default;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
}
.n-about .listd .dl {
  width: 100%;
}
.n-about .listd .dl .dd {
  width: 40%;
  height: 340px;
  border-radius: 8px;
}
.n-about .listd .dl .dd img {
  display: none;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
}
.n-about .listd .dl .dt {
  width: 45%;
  height: 340px;
  margin-top: 50px;
}
.n-about .listd .dl .dt .h {
  margin-bottom: 35px;
}
.n-about .listd .dl .dt .p1 {
  font-size: 26px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
}
.n-about .listd .dl .dt .p2 {
  font-size: 24px;
  font-family: "Arial";
  color: #000;
  opacity: .3;
  text-transform: uppercase;
  line-height: 18px;
}
.n-about .listd .dl .dt .tit {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #1f833a;
}
.n-about .listd .dl .dt .text {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}
.n-about .listf .dl {
  width: 100%;
}
.n-about .listf .dl .dd {
  width: 40%;
  height: 400px;
  border-radius: 8px;
}
.n-about .listf .dl .dt {
  width: 40%;
  height: 400px;
  margin-left: 7%;
}
.n-about .listf .dl .dt ul {
  padding: 0 15px;
}
.n-about .listf .dl .dt .em {
  background: url(../img/pic46.png) no-repeat center;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -10px;
  top: 0;
}
.n-about .listf .dl .dt li:nth-child(3n) {
  border-left: none;
}
.n-about .listf .dl .dt li {
  position: relative;
  padding: 0 0 55px 35px;
  border-left: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 24px;
}
.n-about .listf .dl .dt li .p1 {
  color: #000000;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
.n-about .liste .his-list {
  width: 100%;
  position: relative;
}
.n-about .liste .his-list .img-box {
  height: 124px;
  background: url(../img/pic48.png) no-repeat center 65px;
  padding-top: 88px;
  overflow: hidden;
  margin-top: 50px;
}
.n-about .liste .his-list ul li {
  float: left;
  cursor: pointer;
  margin: 0 100px 0 35px;
  width: 75px;
  text-align: center;
  font-family: "dinlight";
  font-size: 26px;
  line-height: 26px;
  position: relative;
}
.n-about .liste .his-list ul li.cur {
  color: #1f833a;
}
.n-about .liste .his-list ul li:before {
  content: "";
  display: inline-block;
  width: 2px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  height: 14px;
  background: #b1b1b1;
  -webkit-transition: height .5s;
          transition: height .5s;
}
.n-about .liste .his-list ul li.cur:before {
  content: "";
  display: inline-block;
  width: 2px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  height: 57px;
  background: #1f833a;
  -webkit-transition: height .5s;
          transition: height .5s;
}
.n-about .liste .his-list .dl {
  width: 810px;
  margin: 0 auto;
  position: relative;
}
.n-about .liste .his-list .dl .dd {
  width: 350px;
  height: 210px;
  border-radius: 8px;
}
.n-about .liste .his-list .dl .dd img {
  max-width: 100%;
  border-radius: 8px;
}
.n-about .liste .his-list .dl .dt {
  width: 420px;
  height: auto;
  border-bottom: 1px solid #dcdcdc;
}
.n-about .liste .his-list .dl .dt .h {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: "dinlight";
  color: #1f833a;
}
.n-about .liste .his-list .dl .dt .p {
  font-size: 15px;
  color: #010101;
  line-height: 22px;
}
.n-about .liste .his-list .prev {
  position: absolute;
  left: 215px;
  top: 75px;
  width: 52px;
  height: 52px;
  background: url(../img/pic49.png) no-repeat center;
  background-size: 52px auto;
}
.n-about .liste .his-list .prev:hover {
  background: url(../img/pic49-1.png) no-repeat center;
  background-size: 52px auto;
}
.n-about .liste .his-list .next {
  position: absolute;
  right: 215px;
  top: 75px;
  width: 52px;
  height: 52px;
  background: url(../img/pic49-2.png) no-repeat center;
  background-size: 52px auto;
}
.n-about .liste .his-list .next:hover {
  background: url(../img/pic49-3.png) no-repeat center;
  background-size: 52px auto;
}
.n-about .liste .his-list .prev-time {
  position: absolute;
  left: 0;
  top: 75px;
  font-size: 90px;
  line-height: 90px;
  font-family: "dinlight";
  color: #666666;
  opacity: .1;
}
.n-about .liste .his-list .next-time {
  position: absolute;
  right: 0;
  top: 75px;
  font-size: 90px;
  line-height: 90px;
  font-family: "dinlight";
  color: #666666;
  opacity: .1;
}
.n-about .listg .ulbox {
  width: 105%;
  position: relative;
}
.n-about .listg .ulbox .imgbox {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.n-about .listg .ulbox .imgbox img {
  max-width: 100%;
  border-radius: 8px;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.n-about .listg .ulbox .imgbot {
  font-size: 15px;
  color: #010101;
  text-align: left;
}
.n-about .listg .ulbox .imgbot .p {
  width: 85%;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.n-about .listg .ulbox .imgbot .aix {
  width: 20px;
  height: 20px;
  background: url(../img/pic47.png) no-repeat center top;
  background-size: 20px auto;
  margin-right: 10px;
}
.n-about .listg .ulbox .libox:hover .imgbox img {
  border-radius: 8px;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.n-about .listg .ulbox .libox:hover .aix {
  background: url(../img/pic47.png) no-repeat center bottom;
  background-size: 20px auto;
}



.text-secondary a{
  display: inline-block;
  color:#1f833a;
}


.pa-banana {
  padding: 120px 0;
}

.w1110 {
  width: 1110px;
  margin: 0 auto;
}


.contact-info a{
  display: inline-block;
  color:#1f833a;
}

#dituContent{
  width:1400px;
  height:650px;
  border:#ccc solid 1px;
  margin:0 auto;
}


.campus-cont{
   margin-top:5%;
   font-size: .08rem;
}

.qbzw_zp{
  width: 70%;
  margin:0 auto;
  margin-bottom: 5%;
}


.qbzw_zp .qbzw_list{
  margin:10% auto;
}

.qbzw_zp .qbzw_list{
  width:100%;
}



.qbzw_zp .qbzw_list a:hover{
  color:#fff;
  background-color:#1f833a;
}


.qbzw_zp .qbzw_list li a{
  line-height: .25rem;
  color:#000;
  font-size:.08rem;
  text-indent: 1%;
}

.n-banana .titbox {
  padding-left: 115px;
  min-height: 90px;
}
.n-banana .titbox .h {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.n-banana .titbox .p {
  font-size: 18px;
  line-height: 28px;
  color: #2f2f2f;
}
.n-banana .dl {
  width: 100%;
}
.n-banana .lista .dd {
  width: 400px;
}
.n-banana .lista .dd .titbox {
  margin-bottom: 140px;
  background: url(../img/pic51.png) no-repeat left 0;
}
.n-banana .lista .dd img {
  max-width: 100%;
}
.n-banana .lista .dt {
  width: 527px;
}
.n-banana .lista .dt img {
  max-width: 100%;
}
.n-banana .listb {
  height: 590px;
}
.n-banana .listb .dd {
  width: 512px;
  position: relative;
  margin-top: 50px;
}
.n-banana .listb .dd .titbox {
  margin-bottom: 140px;
  background: url(../img/pic51-1.png) no-repeat left 0;
}
.n-banana .listb .dd img {
  max-width: 100%;
}
.n-banana .listb .dd .imga {
  position: absolute;
  right: -35px;
  top: 180px;
}
.n-banana .listb .dd .imgb {
  position: absolute;
  left: 0;
  top: 360px;
}
.n-banana .listb .dt {
  width: 522px;
}
.n-banana .listb .dt img {
  max-width: 100%;
}
.n-banana .listc .dd {
  margin-top: 85px;
  width: 600px;
  position: relative;
}
.n-banana .listc .dd .titbox {
  margin-bottom: 119px;
  background: url(../img/pic51-2.png) no-repeat left 0;
}
.n-banana .listc .dd img {
  max-width: 100%;
  float: none;
  margin-left: 110px;
}
.n-banana .listc .dd .imga {
  position: absolute;
  left: -65px;
  bottom: 0;
  display: none;
}
.n-banana .listc .dt {
  width: 345px;
}
.n-banana .listc .dt img {
  max-width: 100%;
}
.n-banana .listd {
  height: 590px;
}
.n-banana .listd .dd {
  width: 512px;
  position: relative;
  margin-top: 50px;
}
.n-banana .listd .dd .titbox {
  margin-bottom: 140px;
  background: url(../img/pic51-3.png) no-repeat left 0;
}
.n-banana .listd .dd img {
  max-width: 100%;
}
.n-banana .listd .dd .imgb {
  margin-left: 0;
}
.n-banana .listd .dt {
  width: 450px;
}
.n-banana .listd .dt img {
  max-width: 100%;
}
.n-banana .liste {
  height: 700px;
  background: url(../img/img19-8.jpg) no-repeat 50px 160px;
  background-size: 600px auto;
}
.n-banana .liste .dd {
  width: 512px;
  position: relative;
  margin-top: 50px;
}
.n-banana .liste .dd .titbox {
  margin-bottom: 200px;
  background: url(../img/pic51-4.png) no-repeat left 0;
}
.n-banana .liste .dd img {
  max-width: 100%;
}
.n-banana .liste .dd .imga {
  margin-left: 80px;
}
.n-banana .liste .dt {
  width: 450px;
}
.n-banana .liste .dt img {
  max-width: 100%;
}
.n-banana .listf {
  height: 580px;
}
.n-banana .listf .dd {
  width: 512px;
  position: relative;
  margin-top: 50px;
}
.n-banana .listf .dd .titbox {
  margin-bottom: 85px;
  background: url(../img/pic51-5.png) no-repeat left 0;
}
.n-banana .listf .dd img {
  max-width: 100%;
}
.n-banana .listf .dd .imga {
  position: absolute;
  left: -43px;
  top: 185px;
  width: 200px;
}
.n-banana .listf .dd .imgb {
  width: 250px;
  position: absolute;
  right: 0;
  top: 280px;
}
.n-banana .listf .dt {
  width: 500px;
}
.n-banana .listf .dt img {
  max-width: 100%;
}
.n-banana .listg .dd {
  width: 520px;
  position: relative;
  margin-top: 50px;
}
.n-banana .listg .dd .titbox {
  margin-bottom: 140px;
  background: url(../img/pic51-6.png) no-repeat left 0;
}
.n-banana .listg .dd img {
  max-width: 100%;
}
.n-banana .listg .dd .imga {
  margin-left: -115px;
}
.n-banana .listg .dt {
  width: 580px;
  margin-left: -30px;
}
.n-banana .listg .dt img {
  max-width: 100%;
}
.n-banana .listh .dd {
  width: 512px;
  position: relative;
}
.n-banana .listh .dd .titbox {
  margin-bottom: 150px;
  background: url(../img/pic51-7.png) no-repeat left 0;
}
.n-banana .listh .dd img {
  max-width: 100%;
}
.n-banana .listh .dt {
  width: 425px;
  margin-top: 85px;
}
.n-banana .listh .dt img {
  max-width: 100%;
}
.n-banana .listi .dd {
  width: 512px;
  position: relative;
  margin-top: 20px;
}
.n-banana .listi .dd .titbox {
  margin-bottom: 215px;
  background: url(../img/pic51-8.png) no-repeat left 0;
}
.n-banana .listi .dd img {
  max-width: 100%;
}
.n-banana .listi .dt {
  width: 480px;
  margin-left: -30px;
}
.n-banana .listi .dt img {
  max-width: 100%;
}
.n-banana .listi .dt .imga {
  margin-bottom: 60px;
}
.n-banana .listj .dd {
  width: 100%;
  position: relative;
}
.n-banana .listj .dd .titbox {
  background: url(../img/pic51-9.png) no-repeat left 0;
}
.n-banana .listj .dt {
  width: 100%;
  margin-top: 70px;
}
.n-banana .listj .dt img {
  max-width: 100%;
}
.n-banana .listj .dt .imga {
  width: 500px;
}
.n-banana .listj .dt .imgb {
  width: 560px;
}
.n-banana .listk .dd {
  width: 100%;
  position: relative;
}
.n-banana .listk .dd .titbox {
  background: url(../img/pic51-10.png) no-repeat left 0;
  background-size: 80px auto;
}
.n-banana .listk .dt {
  width: 100%;
  margin-top: 70px;
}
.n-banana .listk .dt img {
  max-width: 100%;
}
.n-banana .listk .dt .imga {
  width: 480px;
  margin-top: 80px;
}
.n-banana .listk .dt .imgb {
  width: 480px;
}

.nav-dist {
  background: #1f833a;
  height: 66px;
  line-height: 66px;
}
.nav-dist ul li {
  width: 33%;
  float: left;
  color: #fff;
  font-size: 18px;
  padding-left: 55px;
  box-sizing: border-box;
  background-position: 26% center;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
          transition: all .5s;
  cursor: pointer;
  text-align: center;
}
.nav-dist ul li:hover, .nav-dist ul li.cur {
  background-color: #28a349;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.nav-dist ul .li1:nth-child(1) {
  background-image: url(../images/pic55.png);
}
.nav-dist ul .li1:nth-child(2) {
  background-image: url(../images/pic55-2.png);
}
.nav-dist ul .li1:nth-child(3) {
  background-image: url(../images/pic55-3.png);
}
.nav-dist ul .li1:nth-child(4) {
  background-image: url(../images/pic55-4.png);
}
.nav-dist ul .li2 {
  background-image: url(../img/pic44-8.png);
}
.nav-dist ul .li3 {
  background-image: url(../img/pic44-9.png);
}

.n-dist .lista .xmore {
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5%;
}
.n-dist .lista .dl {
  width: 100%;
}
.n-dist .lista .dl .dd {
  width: 66.7%;
  height: 775px;
}
.n-dist .lista .dl .dd img {
  display: none;
  width: 100%;
  max-width: 100%;
}
.n-dist .lista .dl .dt-two {
  display: none;
}
.n-dist .lista .dl .text-two {
  display: none;
}
.n-dist .lista .dl .dt {
  width: 26.5%;
  height: 735px;
  margin-top: 40px;
  border-radius: 8px;
  padding: 40px 25px 40px 60px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.n-dist .lista .dl .dt .wtext {
  padding-right: 10px;
}
.n-dist .lista .dl .dt .li {
  margin-bottom: 25px;
}
.n-dist .lista .dl .dt .h {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.n-dist .lista .dl .dt .p1 {
  font-size: 14px;
  color: #424242;
  line-height: 22px;
}
.n-dist .lista .dl-two {
  width: 100%;
  margin-top: 96px;
}
.n-dist .lista .dl-two .dd {
  width: 52%;
  height: 785px;
  border-radius: 8px;
}
.n-dist .lista .dl-two .dd img {
  max-width: 100%;
  border-radius: 8px;
  width: 100%;
  display: none;
}
.n-dist .lista .dl-two .dt {
  width: 42%;
}
.n-dist .lista .dl-two .dt .li {
  margin-bottom: 40px;
}
.n-dist .lista .dl-two .dt .i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}
.n-dist .lista .dl-two .dt .i img {
  max-width: 100%;
  display: inline-block;
}
.n-dist .lista .dl-two .dt .i2 {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 1px solid #949494;
  margin-left: 20px;
  margin-top: 4px;
}
.n-dist .lista .dl-two .dt .h {
  margin-bottom: 18px;
}
.n-dist .lista .dl-two .dt .p1 {
  font-size: 15px;
  color: #000000;
  line-height: 25px;
  opacity: .7;
}
.n-dist .lista .ul {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 70px 0;
  margin-top: 40px;
}
.n-dist .lista .ul .li {
  float: left;
  width: 23%;
  padding: 0 2% 0 5%;
  border-right: 1px solid #cbcbcb;
  box-sizing: border-box;
}
.n-dist .lista .ul .li .h {
  font-size: 66px;
  line-height: 66px;
  color: #1f833a;
  margin-bottom: 15px;
  font-family: "dinlight";
}
.n-dist .lista .ul .li .p {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}
.n-dist .lista .ul .li:nth-child(4n) {
  width: 31%;
  border-right: none;
}



.text_sm{
  text-align: center;
  font-size:.1rem;
}



.n-dist .lista2 .xmore {
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5%;
}
.n-dist .lista2 .dl {
  width: 100%;
}
.n-dist .lista2 .dl .dd {
  width: 66.7%;
  height: 775px;
}
.n-dist .lista2 .dl .dd img {
  display: none;
  width: 100%;
  max-width: 100%;
}
.n-dist .lista2 .dl .dt-two {
  display: none;
}
.n-dist .lista2 .dl .text-two {
  display: none;
}
.n-dist .lista2 .dl .dt {
  width: 26.5%;
  height: 735px;
  margin-top: 40px;
  border-radius: 8px;
  padding: 40px 25px 40px 60px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.n-dist .lista2 .dl .dt .wtext {
  padding-right: 10px;
}
.n-dist .lista2 .dl .dt .li {
  margin-bottom: 25px;
}
.n-dist .lista2 .dl .dt .h {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.n-dist .lista2 .dl .dt .p1 {
  font-size: 14px;
  color: #424242;
  line-height: 22px;
}
.n-dist .lista2 .dl-two {
  width: 100%;
  margin-top: 96px;
}
.n-dist .lista2 .dl-two .dd {
  width: 52%;
  height: 785px;
  border-radius: 8px;
}
.n-dist .lista2 .dl-two .dd img {
  max-width: 100%;
  border-radius: 8px;
  width: 100%;
  display: none;
}
.n-dist .lista2 .dl-two .dt {
  width: 42%;
}
.n-dist .lista2 .dl-two .dt .li {
  margin-bottom: 40px;
}
.n-dist .lista2 .dl-two .dt .i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}
.n-dist .lista2 .dl-two .dt .i img {
  max-width: 100%;
  display: inline-block;
}
.n-dist .lista2 .dl-two .dt .i2 {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 1px solid #949494;
  margin-left: 20px;
  margin-top: 4px;
}
.n-dist .lista2 .dl-two .dt .h {
  margin-bottom: 18px;
}
.n-dist .lista2 .dl-two .dt .p1 {
  font-size: 15px;
  color: #000000;
  line-height: 25px;
  opacity: .7;
}
.n-dist .lista2 .ul {
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 70px 0;
  margin-top: 40px;
}
.n-dist .lista2 .ul .li {
  float: left;
  width: 23%;
  padding: 0 2% 0 5%;
  border-right: 1px solid #cbcbcb;
  box-sizing: border-box;
}
.n-dist .lista2 .ul .li .h {
  font-size: 66px;
  line-height: 66px;
  color: #1f833a;
  margin-bottom: 15px;
  font-family: "dinlight";
}
.n-dist .lista2 .ul .li .p {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}
.n-dist .lista2 .ul .li:nth-child(4n) {
  width: 31%;
  border-right: none;
}


.rlzy_zp{
  
}

.rlzy_zp .table{
 font-size:.08rem;
 width:100%;
}

.rlzy_zp .table tr{

}

.rlzy_zp .table td{
}

.rlzy_zp .table .rlzy_dz{
 margin:0 20% 0 10%;
 text-align: right;
}

.rlzy_zp .table .rlzy_time{
 text-align: right;
}

.n-dist .listb .ul {
  width: 100%;
}
.n-dist .listb .li {
  width: 31.5%;
  margin-right: 2.6%;
  margin-bottom: 2.6%;
  float: left;
}
.n-dist .listb .li img {
  max-width: 100%;
  border-radius: 8px;
}
.n-dist .listb .li:nth-child(3n) {
  margin-right: 0;
}
.n-dist .listc .ul {
  width: 100%;
}
.n-dist .listc .li {
  width: 17.4%;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0;
}
.n-dist .listc .li img {
  /*max-width: 90%;*/
/*  border-radius: 8px;*/
  display: inline-block;
}
.n-dist .listc .li:nth-child(5n) {
  margin-right: 0;
}





.n-dist .listc2 .ul {
  width: 100%;
}
.n-dist .listc2 .li {
  width: 17.4%;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0;
}
.n-dist .listc2 .li img {
  /*max-width: 90%;*/
/*  border-radius: 8px;*/
  display: inline-block;
}
.n-dist .listc2 .li:nth-child(5n) {
  margin-right: 0;
}


.n-dist .listd .p11{
  padding:6% 9% 0;
}


.n-dist .listd .p12{
  padding:0 9% 0;
}


.n-dist .listd .dd{
  width:50%;
  text-align: center;

}

.n-dist .listd .dt{
  max-width:50%;
  border-bottom: 1px solid #ccc;
  padding-bottom:5%;
  overflow: visible;
}


.n-dist .listd .dt2{
  max-width:50%;
  border-bottom: 1px solid #ccc;
  padding-bottom:2.5%;
}

.n-dist .listd .dl-two1,.dl-two3{
  min-height:300px;
  margin:5% 0;
  background:url(../images/right_logo.jpg) no-repeat center center ; 
}

.n-dist .listd .dl-two2,.dl-two4{
  min-height:300px;
  margin:5% 0;
  background:url(../images/left_logo.jpg) no-repeat center center ; 
}

.n-dist .listd .dt .sdt{
  padding-right:10px;
}

.n-dist .listd .dt2 .sdt{
  padding-right:10px;
}

.n-dist .listd .dd img{
  width:80%;
}


.n-dist .listd .p11 .p35 p:nth-child(1){
  text-align: left;
  font-size: .07rem;
}

.n-dist .listd .p11 .p35 p:nth-child(2){
  text-align: center;
  font-size: .07rem;
}

.n-dist .listd .p11  div{
  text-align: left;
  text-indent: 10%;
  font-size: .07rem;
}




.n-dist .listd .p12 .p35 p:nth-child(1){
  text-align: left;
  font-size: .07rem;
}

.n-dist .listd .p12 .p35 p:nth-child(2){
  text-align: center;
  font-size: .07rem;
}

.n-dist .listd .p12 div{
  text-align: left;
  text-indent: 10%;
  font-size: .07rem;
}


.about-xf.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 7;
}

.video-ajax::after, .video-ajax::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f7f7f7;
  z-index: -1;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.video-ajax::before {
  top: 0;
}

.video-ajax::after {
  bottom: 0;
}

.video-ajax.hide::after, .video-ajax.hide::before {
  height: 0;
}

.video-ajax.hidetwo .video {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: ease all .5s;
          transition: ease all .5s;
}

.video-ajax {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
.video-ajax .video {
  background: #000;
  width: 800px;
  height: 450px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -225px;
  -webkit-transition: ease all .5s;
          transition: ease all .5s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.side-xf {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 9;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
}

.side-xf li {
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  margin-bottom: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #333;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.side-xf li a {
  display: block;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.side-xf li:hover {
  background: #1f833a;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.side-xf li:hover a {
  color: #fff;
}

.side-xf li.lib {
  background: #f8f8f8 url(../img/pic54.png) no-repeat center top;
  background-size: 50px auto;
}
.side-xf li.lib:hover {
  background: #1f833a url(../img/pic54.png) no-repeat center bottom;
}

.side-xf li.lic {
  background: #f8f8f8 url(../img/pic54-1.png) no-repeat center top;
  background-size: 50px auto;
}
.side-xf li.lic:hover {
  background: #1f833a url(../img/pic54-1.png) no-repeat center bottom;
}

.side-xf li.lia {
  background: #f8f8f8 url(../img/pic54-2.png) no-repeat center top;
  background-size: 50px auto;
}
.side-xf li.lia:hover {
  background: #1f833a url(../img/pic54-2.png) no-repeat center bottom;
}
.side-xf li.lid {
  background: #f8f8f8 url(../img/yx.png) no-repeat center top;
  background-size: 50px auto;
}
.side-xf li.lid:hover {
  background: #1f833a url(../img/yx.png) no-repeat center bottom;
}
.side-xf .lia {
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.side-xf .lia:hover {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.side-xf .lia:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.side-xf .toolbar-layer {
  position: absolute;
  right: 50px;
  top: 0px;
  width: 125px;
  height: 125px;
  opacity: 0;
  background: url("../img/pic34.jpg") no-repeat center;
  background-size: 100% auto;
  filter: alpha(opacity=0);
  -ms-transform-origin: 5% 5%;
  transform-origin: 5% 5%;
  -webkit-transform-origin: 5% 5%;
  -webkit-transform: scale(0.01);
      -ms-transform: scale(0.01);
          transform: scale(0.01);
  -webkit-transition: all .5s;
          transition: all .5s;
}

/*.nx-top-list .top-libox-two,.nx-top .top-libox-two{
	opacity: 0;
	transform: translate(0px, -50px);
	transition: 1s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.n-leader .scrollbox .swiper-slide a,.n-leader .leaderbox .leaderimg li a{
	display: block;
}


.n-about .m-about .about-nav.active{
	position: fixed;
	top: 0;
	left: 0;
}*/


.jia-tou{
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 20px;
  left: 50%;
  margin-left: -15px;
  background: url(../img/jia-ctn.png) no-repeat left center;
  background-size:30px auto; 
  animation: arrow2 1.5s infinite linear;
}
.jia-tou-two{
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
  background: url(../img/jia-ctn.png) no-repeat left center;
  background-size:30px auto; 
  animation: arrow2 1.5s infinite linear;
}
.n-dist .lista .dl-two .dt{
  position: relative;
  padding-bottom: 50px;
}
.n-dist .lista .dl .dt{
  padding-bottom: 50px !important;
}


.n-dist .lista2 .dl-two .dt{
  position: relative;
  padding-bottom: 50px;
}
.n-dist .lista2 .dl .dt{
  padding-bottom: 50px !important;
}



.down-ctn{
  width: 21px;
  height: 33px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 75px;
  background: url(../img/mouse.png) no-repeat center;
  z-index: 2;
  animation: arrow2 1.5s infinite linear;
}

.n-banana img{
  border-radius: 8px;
}
/*# sourceMappingURL=style.css.map */

.mq-contact-box .p-16 .top{
  padding: 5px 10px;
  width: 520px;
  display:inline-block;
  background: #1f833a;
  color: #fff;
  margin-bottom: 10px;
  box-sizing:border-box;
}
.mq-contact-box .p-16{
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 1.8;
  padding: 0 0 30px 2%;
}
.mq-contact-box .p-16 p{
  margin-bottom: 10px;
}
@media (max-width:1400px){
  .about-nav ul li{
    font-size: 15px;

  }
}

@media (max-width:1023px) {
  .mq-contact-box .p-16{
    margin-top: 40px;
  }
  .mq-contact-box .p-16{
    font-size: 14px;
  }
}
@media (max-width:625px) {
  .mq-contact-box .p-16 .top{
    width:100%;
  }
  .mq-contact-box .p-16 span{
    display: none;
  }
}

#newBridge .icon-right-center{
  top:70% !important;
}