@charset "UTF-8";
a {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.about-guoheng-detail img{
	width:100% !important;
}
.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;
}

.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;
  
  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;
	padding:0 15px 0 15px !important;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  height: 100px;
  min-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 0.5s;
  transition: all 0.5s;
}

header .nav .navbox ul li:hover,
header .nav .navbox ul li.cur {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .nav .navbox ul li:hover,
header .nav .navbox ul li.cur {
  background: #e60012;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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 span,
header .nav .navbox ul li.cur span {
  color: #fff !important;
}



header .nav .navbox ul li:hover .img,
header .nav .navbox ul li.cur .img {
  background-position: center -30px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .nav .navbox ul li:nth-child(1) .img {
  background: url(../img/pic39.png) no-repeat center top;
}

header .nav .navbox ul li:nth-child(2) .img {
  background: url(../img/pic39-2.png) no-repeat center top;
}

header .nav .navbox ul li:nth-child(3) .img {
  background: url(../img/pic39-3.png) no-repeat center top;
}

header .nav .navbox ul li:nth-child(4) .img {
  background: url(../img/pic39-4.png) no-repeat center top;
}

header .nav .navbox ul li:nth-child(5) .img {
  background: url(../img/pic39-5.png) no-repeat center top;
}

header .nav .navbox ul li:nth-child(6) .img {
  background: url(../img/pic39-6.png) no-repeat center top;
}

header .nav .navbox ul li:nth-child(7) .img {
  background: url(../img/pic39-7.png) no-repeat center top;
}

header .nav .navbox ul li:nth-child(8) .img {
  background: url(../img/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: #d10413;
}

.footer {
  background: #6b6a6a;
  padding: 23px 0;
  font-size: 12px;
  color: #fff;
}

.footer a {
  display: inline-block;
  color: #fff;
}

.footer a:hover {
  opacity: 0.8;
}

.footer .ul a {
  font-size: 12px;
  color: #fff;
}

.footer .ul a:hover {
  opacity: 0.8;
}

.backtop {
  background: #e8e8e8;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  right: 2%;
  bottom: 330px;
  z-index: 8;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  border-radius: 50%;
}

.backtop:hover {
  background: #e60012;
  -webkit-transition: all 0.5s;
  transition: all 0.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: #e60012;
}

.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: #e60012;
}

.n-top {
  padding-bottom: 55px;
  font-size: 36px;
  color: #010101;
  text-align: center;
}

.pa50 {
  padding-bottom: 50px;
}

.pa95 {
  padding-bottom: 95px;
}
.item-desc{
	flex:1;
	text-align:center;
}
.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: #e60012;
  -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: #e60012;
}

.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: #e60012;*/
  -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: #e60012;
}

.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 .ulbox img {
  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 0.5s;
  transition: all 0.5s;
}

.i-list .lista .text {
  width: 88%;
  display: inline-block;
  margin-top: 30%;
}

.i-list .lista .text .z {
  font-size: 24px;
  line-height: 10px;
  margin-bottom: 9px;
  color: #fff;
}

.i-list .lista .text .line {
  height: 3px;
  width: 50px;
  background: #e60012;
  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 {
  max-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 0.5s;
  transition: all 0.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: 47%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.i-list .lista .dt .img:hover .w-text {
  -webkit-transition: all 0.5s;
  transition: all 0.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 {
  max-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 0.5s;
  transition: all 0.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 {
  max-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 0.5s;
  transition: all 0.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: #e60012;
  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: 0%;
  position: relative;
  overflow: hidden;
}

.i-list .listb .dd img {
  max-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 0.5s;
  transition: all 0.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: 100%;
}

.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 0.5s;
  transition: all 0.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 .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: -2%;
  top: 8.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: #ff1800;
}

.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, 0.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: #e60012;
  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: 18%;
  top: 83%;
}

.i-list .listc .ul .li5 {
  left: 31%;
  top: 80%;
}

.i-list .listc .ul .li6 {
  left: 25%;
  top: 123%;
}

.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: 39%;
  top: 131%;
}

.i-list .listc .ul .li11 {
  left: 33%;
  top: 55%;
}
.i-list .listc .ul .li12 {
  top: 49%;
  left: 39%;
}
.i-list .listc .ul .li13 {
  top: 100%;
  left: 26%;
}
.i-list .listc .ul .li14 {
  top: 141%;
  left: 3%;
}
.i-list .listc .ul .li15 {
  top: 110%;
  left: 16%;
}
.i-list .listc .ul .li16 {
  left: 34%;
  top: 124%;
}
.i-list .listc .ul .li17 {
  top: 110%;
  left: 44%;
}
.i-list .listc .ul .li18 {
  top: 98%;
  left: 42%;
}
.i-list .listc .ul .li19 {
  top: 87%;
  left: 44%;
}
.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: -4px;
  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: #e60012;
  /*font-family: "Rail";*/
}

.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 0.5s;
  transition: all 0.5s;
}

.i-list .liste .li:hover {
  box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.i-list .liste .li:hover .text .h {
  color: #e60012;
  -webkit-transition: all 0.5s;
  transition: all 0.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%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.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 .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: 0px 0.03rem;
  background: #e60012;
  border-radius: 0.06rem;
  opacity: 0.6;
}

.i-list .liste .newsbox .hd-1 span.swiper-pagination-bullet-active {
  background: #e60012;
  border-radius: 0.1rem;
  opacity: 1;
  width: 0.18rem;
  opacity: 1;
}

.i-list .liste .newsbox .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  background: #e60012;
  border-radius: 0.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: 690px;
  width: 100%;
  background-position: center !important;
}

.n-banner img {
  display: none;
}

.wlibox-s {
  background: #e60012;
  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: 22% center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
}

.wlibox-s .top-libox-s .swiper-slide:hover,
.wlibox-s .top-libox-s .swiper-slide.cur {
  background-color: #ff1d1d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wlibox-s .top-libox-s .li1 {
  background-image: url(../img/pic44.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: #e60012;
  height: 66px;
  line-height: 66px;
}

.about-nav ul li {
  width: 14.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 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
}

.about-nav ul li:hover,
.about-nav ul li.cur {
  background-color: #ff1d1d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-nav ul .li1 {
  background-image: url(../img/pic44.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;
}

.n-about .lista .dl .dd img {
  width: 100%;
  max-width: 100%;
  display: none;
}

.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 #e60012;
  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: 0.3;
  text-transform: uppercase;
  line-height: 18px;
}

.n-about .lista .dl .dt .text {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}

.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 0.5s;
  transition: all 0.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 0.5s;
  transition: all 0.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;
  padding-bottom: 115px;
}

.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 #e60012;
  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: #e60012;
  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;
  background: none !important;
}

.n-about .listd .dl .dd img {
  /*display: none;*/
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
}

.n-about .listd .dl .dt {
  width: 55%;
  height: 340px;
  transform: translateY(-12px);
}

.n-about .listd .dl .dt .h {
}

.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: 0.3;
  text-transform: uppercase;
  line-height: 18px;
}

.n-about .listd .dl .dt .tit {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #e60012;
}

.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-size: 26px;
  line-height: 26px;
  position: relative;
}

.n-about .liste .his-list ul li.cur {
  color: #e60012;
}

.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 0.5s;
  transition: height 0.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: #e60012;
  -webkit-transition: height 0.5s;
  transition: height 0.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;
  color: #e60012;
}

.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;
  color: #666666;
  opacity: 0.1;
}

.n-about .liste .his-list .next-time {
  position: absolute;
  right: 0;
  top: 75px;
  font-size: 90px;
  line-height: 90px;
  color: #666666;
  opacity: 0.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 {
  width: 100%;
  border-radius: 8px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.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;
}

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

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

.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: #e60012;
  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: 40% center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
}

.nav-dist ul li:hover,
.nav-dist ul li.cur {
  background-color: #ff1d1d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-dist ul .li1 {
  background-image: url(../img/pic44-7.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: 0.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: #e60012;
  margin-bottom: 15px;
}

.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;
}

.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 {
  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;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  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;
}

.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 0.5s;
  transition: ease all 0.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 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 2;
}

.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 0.5s;
  transition: all 0.5s;
}

.side-xf li a {
  display: block;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}

.side-xf li:hover {
  background: #e60012;
  -webkit-transition: all 0.5s;
  transition: all 0.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: #e60012 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: #e60012 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: #e60012 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: #e60012 url(../img/yx.png) no-repeat center bottom;
}

.side-xf .lia {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.side-xf .lia:hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.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 0.5s;
  transition: all 0.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;
}

.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;
}


.mq-contact-box .p-16 .top {
  padding: 5px 10px;
  width: 520px;
  display: inline-block;
  background: #e60012;
  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) {
	img{
	max-width:100%;	

}

.contact-us-list{
	display:block !important;
	}
	 .header2 .logo {
        width:150px !important;
        vertical-align: top;
    }
.header2 .logo img {
        width: 150px !important;
        vertical-align: top;
    }
  .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;
}

.video-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.i-list .lista .text .p {
  height: 60px;
}

.i-list .lista .ulbox img {
  object-fit: cover;
  height: 100%;
}
/*.i-list .lista .dd{
	height:62vh;
		
}
.i-list .lista .dd a{
	height:100%;
}
.i-list .lista .dt .img{
	height:30vh;
}
.i-list .lista .dt .imga{
	height:30.5vh;
}*/
.i-list .lista .dd a {
  height: 100%;
}
.i-list .lista .dt .img a,
.i-list .lista .dt .imga a {
  height: 100%;
}
.i-list .listc .imgbox .imgc,
.i-list .listc .imgbox .imgb {
  width: 100%;
}
.n-about .listc .flexslider .owl-carousel .owl-item li {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 30vh;
}
.n-about .listc .flexslider .owl-carousel .owl-item .li img {
  max-height: 100%;
}
.mq-contact-box .map {
  overflow: hidden;
}

/*@media (max-width:1024px){
        .i-list .lista .dd{
                height:48vh;
        }
        .i-list .lista .dt .img{
        height:22vh;
}
        .i-list .lista .dt .imga{
        height: 24.8vh;
}
}
@media (max-width:996px){
        .i-list .lista .dd{
                height:30vh;
        }
        .i-list .lista .dt .img{
        height:14vh;
}
        .i-list .lista .dt .imga{
        height: 15.2vh;
}


}
*/

@media (min-width: 2000px) {
  .n-banner,
  .mq-contact-box {
    background-size: cover !important;
  }
}

@media (max-width: 767px) {
  .i-list .lista .dd,
  .i-list .lista .dt .img,
  .i-list .lista .dt .imga {
    height: auto;
  }
  .n-about .listc .flexslider img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
  }
.news-center-item .item-right .bottom div{

		display:block;
}
.news-center {
    display: block;
    grid-template-columns: none;
  }
  .news-center-item {
    display: flex;
    flex-direction: column;
    height: auto !important;
    margin-bottom: 16px;
  }
  .news-center-item img {
           width: 100% !important;
        height: auto;
        object-fit: cover;
        border-radius: 4px 4px 0 0;
  }
  .news-center-item .item-right {
    padding: 16px;
    border-radius: 0 0 4px 4px;
  }
}
