@charset "utf-8";
.cm {
  color: #8dc21d;
}
.cm2 {
  color: #2e3f52;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
@font-face {
  font-family: 'amerigobt';
  src: url('../font/AmerigoBT.TTF');
}
.inbanner {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
.inbanner .ibwrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.inbanner .ibwrap > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner2 {
  width: 100%;
  height: 360px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.inbanner2 .ibwrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.inbanner2 .ibwrap > img {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .inbanner {
    height: 900px;
  }
}
@media screen and (max-width: 750px) {
  .inbanner {
    height: 540px;
  }
  .inbanner2 .ibwrap > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*匠心住宿2关于 设计施工流程标题*/
.cate100 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate100:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate100 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate100 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate100 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate100 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*匠心住宿10联系 banner标题*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../images/line2.png') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.greybg {
  background-color: #bdbbbc;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*美达康 面包屑*/
.baninfo {
 1 height: 80px;
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #8dc21d;
  background-color: #f8f8f8;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  1white-space: nowrap;
  text-align: left;
  max-width: 100%;
  line-height: 80px;
  height: 100%;
}
.erji a {
  background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    color: #333;
    display: inline-block;
    font-size: 16px;
    height: 100%;
    line-height: 80px;
   1 padding: 0 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 236px;
}
.erji a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #009de2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.erji a:hover {
  color: #8dc21d;
}
.erji a.on {
  color: #fff;
  background-color: #8dc21d;
}
.erji a:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tree {
  float: right;
  height: 100%;
  font-size: 16px;
  line-height: 80px;
  color: #333;
}
.tree a {
  color: #333;
  vertical-align: middle;
  padding: 5px 0;
}
.tree a:hover,
.tree a.leaf {
  color: #8dc21d;
}
.tree i {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .baninfo {
    height: auto;
  }
  .erji {
    overflow: auto;
    height: auto;
  }
}
/*宝创8产品详情 */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.paged {
    overflow: hidden;
    padding: 30px 0 50px;
    text-align: center;
}
.paged .pagination {
    display: block;
}
.paged .pagination li {
    display: inline-block;
}
.paged::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    width: 0;
}
.paged a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    text-decoration: none;width:40px;
}
.paged a:hover, .paged .active span {
    background-color: #4a7f15;
    border: 1px solid #4a7f15;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    text-decoration: none; width:40px;
}
.paged span {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*海创1首页按钮*/
a.seemore {
  display: block;
  width: 164px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
a.seemore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ffd04f;
  border-radius: 25px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  background: url('../images/jtr1.png') right no-repeat;
  letter-spacing: 2px;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
  background-image: linear-gradient(to right, #005ffb, #0292fd);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #005ffb;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
/*美达康1首页按钮*/
a.seemore3 {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #116bb4;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 25px;
}
a.seemore3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #116bb4;
  border-radius: 25px;
}
a.seemore3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
}
a.seemore3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: #116bb4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore3:hover:after {
  height: 100%;
}
a.seemore3:hover {
  background-color: #116bb4;
  color: #fff;
}
.bubbly-button {
  position: relative;
}
.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, transparent 20%, #8dc21d 20%, transparent 30%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, transparent 10%, #8dc21d 15%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%);
  background-size: 10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, transparent 10%, #8dc21d 15%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%), radial-gradient(circle, #8dc21d 20%, transparent 20%);
  background-size: 15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%;
}
.bubbly-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.bubbly-button:hover:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s infinite forwards;
          animation: topBubbles ease-in-out 0.75s infinite forwards;
}
.bubbly-button:hover:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s infinite forwards;
          animation: bottomBubbles ease-in-out 0.75s infinite forwards;
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
/*远见8产品详情 */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
/*格林泰科26留言*/
.ibcate100 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: -90px;
}
.ibcate100 .cn {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  font-family: 'Source Han Serif CN';
}
.ibcate100 .en {
  font-size: 54px;
  line-height: 70px;
  font-weight: bold;
  position: relative;
  font-family: 'helvetica';
  text-transform: uppercase;
  word-break: normal;
}
.ibcate100 .hx {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto;
}
.ibcate100 .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 66px;
  height: 2px;
  background-color: #fff;
  margin-left: -33px;
  display: none;
}
.mouse3 {
  width: 60px;
  height: 60px;
  margin-top: 54px;
  border-radius: 50%;
  background: #8dc21d url('../images/mouse.png') center no-repeat;
}
@media screen and (max-width: 750px) {
  .ibcate100 .en {
    font-size: 40px;
    line-height: 60px;
  }
}
.ibcate {
  position: absolute;
  left: 12.5%;
  top: 50%;
  z-index: 3;
  color: #fff;
  margin-top: -64px;
}
.ibcate .cn {
  font-size: 36px;
  line-height: 78px;
  font-weight: bold; display: none;
}
.ibcate .en {
  font-size: 32px;
  line-height: 54px;
  font-family: "amerigobt";
  text-transform: uppercase;
  word-break: normal;
}
@media screen and (max-width: 1024px) {
  .ibcate {
    left: 5%;
    width: 90%;
    text-align: center;
  }
  .ibcate .cn {
    font-size: 44px;
    line-height: 64px;
  }
  .ibcate .en {
    font-size: 36px;
    line-height: 44px;
  }
  .mouse3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .ibcate .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .ibcate .en {
    font-size: 24px;
    line-height: 34px;
  }
}
.shutwindowup {
  -webkit-transform: translateZ(-500px) rotateX(-80deg);
          transform: translateZ(-500px) rotateX(-80deg);
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.ani.shutwindowup {
  -webkit-transform: translateZ(0px) rotateX(0deg);
          transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
.slowscale11 {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.ani.slowscale11 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hasani.slowscale11 {
  transition-duration: 8s;
  -moz-transition-duration: 8s;
  -webkit-transition-duration: 8s;
  -o-transition-duration: 8s;
}
.mouse {
  position: absolute;
  left: 50%;
  bottom: 44px;
  z-index: 8;
  line-height: 28px;
  height: 66px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mouse > label {
  display: block;
  height: 28px;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.mouse > b {
  position: absolute;
  top: 36px;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}
.mouse > b.i1 {
  left: 0;
  height: 30px;
}
.mouse > b.i1:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  -webkit-animation: rise1 1.6s linear infinite;
          animation: rise1 1.6s linear infinite;
}
.mouse > b.i2 {
  right: -12px;
  height: 24px;
}
.mouse > b.i2:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  -webkit-animation: rise2 1.6s linear infinite;
          animation: rise2 1.6s linear infinite;
}
@-webkit-keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@-webkit-keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
@keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
.mouse2 {
  width: 60px;
  height: 26px;
  padding-bottom: 42px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background: url('../images/mouse2.png') bottom no-repeat;
  bottom: 4.5%;
  left: 50%;
  margin-left: -30px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.mouse2::after {
  content: '';
  width: 2px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 42px;
  z-index: 1;
  margin-left: -1px;
  -webkit-animation: fnext 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
          animation: fnext 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@-webkit-keyframes fnext {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
@keyframes fnext {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
.fside {
  position: fixed;
  z-index: 50;
  left: 1px;
  top: 50%;
  margin-top: -160px;
  width: 100px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.fside.zk {
  left: -100px;
}
.fside i {
  width: 11px;
  height: 68px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -34px;
  z-index: 10;
  background: #38b9b0 url('../images/sandao.png') center no-repeat;
  cursor: pointer;
  border-radius: 0 9px 9px 0;
}
.fside label {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px 6px 0 0;
  background: #38bab1 url('../images/ssdlogo.png') center no-repeat;
}
.fside a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 10px;
}
.fside a .pic {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #38bab1;
  background-color: #38bab1;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fside a > p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #576c87;
  height: 20px;
}
.fside a:hover > .pic {
  background-color: #fff;
}
.fside a:hover > p {
  color: #38bab1;
}
.sideinfo {
  width: 0;
  height: 56px;
  overflow: hidden;
  position: absolute;
  left: 100px;
  top: 10px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo.on {
  width: 214px;
}
.sideinfo div {
  padding: 13px 0 13px 52px;
  width: 148px;
  color: #fff;
  text-align: left;
  position: relative;
}
.sideinfo div h3 {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  display: none;
}
.sideinfo .sidetel {
  background: #af966d url('../images/ssd3.png') 19px no-repeat;
}
.sideinfo .sidetel p {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-family: "Centaur";
}
.sidetel:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  z-index: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #af966d;
}
.sideinfo2 {
  width: 70px;
  height: 75px;
  background-color: #af966d;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo2.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sideinfo2 span {
  display: block;
  width: 36px;
  height: 36px;
  padding: 20px 17px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
}
.sidebigewm {
  display: none;
  position: absolute;
  top: 0;
  left: 74px;
  z-index: 1;
  background-color: #fff;
  width: 120px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.sidebigewm img {
  width: 100%;
}
.fside a .pic.sd1 {
  background-image: url('../images/ssd1.png');
}
.fside a .pic.sd2 {
  background-image: url('../images/ssd2.png');
}
.fside a .pic.sd3 {
  background-image: url('../images/ssd3.png');
}
.fside a .pic.sd4 {
  background-image: url('../images/ssd4.png');
}
.fside a:hover .pic.sd1 {
  background-image: url('../images/ssd1h.png');
}
.fside a:hover .pic.sd2 {
  background-image: url('../images/ssd2h.png');
}
.fside a:hover .pic.sd3 {
  background-image: url('../images/ssd3h.png');
}
.fside a:hover .pic.sd4 {
  background-image: url('../images/ssd4h.png');
}
@media screen and (max-width: 1023px) {
  .fside {
    display: none;
  }
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.fuin {
  position: absolute;
  width: 1440px;
  height: 900px;
  left: 50%;
  top: 50%;
  z-index: 3;
  max-width: 100%;
  max-height: 100%;
}
.fuin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.fuin a.close {
  position: absolute;
  width: 58px;
  height: 64px;
  right: 6.66%;
  top: 60px;
  z-index: 10;
  font-size: 16px;
  line-height: 64px;
  text-align: right;
  color: #8dc21d;
  background: url('../images/cha2.png') 0 no-repeat;
  background-size: 14px;
}
.zppage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.zppage {
  width: 100%;
  height: 100%;
}
.zppage .inner {
  padding: 60px 6.66% 80px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.zppage .inner .inner2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.zppage .hx {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 36px 0 64px;
}
.scrollarea2 .scrollbar {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea2 .track {
  width: 3px;
  height: 100%;
  background-color: #ecebeb;
  position: relative;
}
.scrollarea2 .thumb {
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  background-color: #8dc21d;
}
.scrollarea2-out {
  position: absolute;
  left: 0;
  top: 148px;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.scrollarea2 {
  position: relative;
  padding-right: 50px;
  height: 100%;
}
.scrollarea2 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea2 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollarea2 .overview img {
  max-width: 100%;
}
.zppage h2 {
  font-size: 36px;
  color: #8dc21d;
  line-height: 64px;
  height: 64px;
  overflow: hidden;
}
.zpcon {
  font-size: 14px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
.zpcon .email {
  color: #8dc21d;
}
@media screen and (max-width: 1024px) {
  .zppage .inner {
    padding: 40px 5% 50px;
  }
  .zppage .hx {
    margin: 30px 0 30px;
  }
  .fuin {
    height: 700px;
  }
  .fuin a.close {
    right: 5%;
    top: 40px;
    height: 50px;
    line-height: 50px;
  }
  .zppage h2 {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
  }
  .scrollarea2-out {
    top: 112px;
  }
  .zpcon {
    line-height: 28px;
  }
}
@media screen and (max-width: 750px) {
  .scrollarea2 {
    padding-right: 20px;
  }
  .zppage h2 {
    font-size: 24px;
  }
  .fuin a.close {
    width: 64px;
    height: 64px;
    right: 0;
    top: 0;
    font-size: 0;
    background-position: center;
    background-size: 24px;
  }
}
.liuyan3 {
  color: #333;
  font-size: 0;
  padding-top: 34px;
}
.liuyan3 .hang {
  height: 50px;
  margin-bottom: 20px;
}
.liuyan3 .hang.fat {
  height: auto;
}
.liuyan3 input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  font-size: 14px;
  text-indent: 20px;
}
.liuyan3 textarea {
  width: 100%;
  padding: 9px 20px;
  height: 140px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 40px;
  resize: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan3 input[type=text]:focus,
.liuyan3 textarea:focus {
  border-color: #2778be;
}
.liuyan3 input[type=text],
.liuyan3 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan3 i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan3 .hang2 {
  padding-right: 80px;
  position: relative;
}
.liuyan3 .hang2 input[type=text] {
  width: 100%;
}
.liuyan3 .verifyImg {
  width: 78px;
  height: 48px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.liuyan3 .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-left: 20px;
  background: url('../images/change2.png') center no-repeat;
}
.liuyan3 input#tj2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
  background-image: linear-gradient(to right, #255ba9, #1fb4b8);
}
.liuyan3 input#tj2:hover {
  opacity: 0.8;
}
.liuyan3 .Validform_checktip {
  height: 20px;
  line-height: 20px;
}
/*首页*/
.sw00out {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
  overflow: hidden;
}
#sw00 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sw00 .swiper-slide {
  overflow: hidden;
}
#sw00 .slideinner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#sw00 .slideinner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw00out .swiper-pagination {
  font-size: 24px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  width: 180px;
  height: 52px;
  margin-right: 52px;
  left: auto;
  right: 66px;
  bottom: 50px;
}
.sw00out .swiper-pagination-current {
  font-size: 36px;
  margin-right: 10px;
}
.sw00out .swiper-pagination-total {
  font-size: 24px;
}
.sw00out .sw-next,
.sw00out .sw-prev {
  position: absolute;
  right: 66px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  z-index: 11;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sw00out .sw-prev {
  background: url('../images/lt1.png') center no-repeat;
  margin-right: 232px;
}
.sw00out .sw-next {
  background: url('../images/gt1.png') center no-repeat;
}
.sw00out .sw-prev:hover,
.sw00out .sw-next:hover {
  background-color: rgba(0, 127, 127, 0.9);
}
.sw00out .sw-fenge {
  position: absolute;
  right: 6.25%;
  bottom: 6%;
  width: 28px;
  height: 42px;
  z-index: 11;
  font-size: 0;
  background: url('../images/sx1.png') center no-repeat;
  margin-right: 28px;
  display: none;
}
.sw00out .swiper-scrollbar {
  position: absolute;
  left: 6.25%;
  bottom: 6%;
  width: 80px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  margin-left: 52px;
  margin-bottom: 20px;
}
.sw00out .swiper-scrollbar-drag {
  width: 0;
  background-color: #fff;
}
.sw00out .swiper-scrollbar-drag.active {
  -webkit-animation: widthgrow 8s linear 1;
          animation: widthgrow 8s linear 1;
}
@-webkit-keyframes widthgrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthgrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sw00out .sw-next {
    right: 4%;
    bottom: 3%;
  }
  .sw00out .sw-prev {
    left: 4%;
    right: auto;
    bottom: 3%;
  }
  .sw00out .swiper-pagination {
    right: 4%;
    bottom: 3%;
  }
  .sw00out .swiper-pagination-current {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .section.sec11 {
    height: auto!important;
  }
  .sw00out {
    height: auto;
    padding-bottom: 100%;
  }
  .sw00out .swiper-pagination {
    display: none;
  }
  .mouse {
    bottom: 3%;
  }
}
.evwz {
  position: absolute;
  top: 50%;
  left: 12.5%;
  z-index: 2;
  margin-top: -126px;
  -webkit-transition: 1s;
  transition: 1s;
}
.evwz .txt3 {
  font-size: 60px;
  line-height: 80px;
  color: #ddd;
  margin-bottom: 30px;
}
.evwz .txt4 {
  font-size: 24px;
  line-height: 40px;
  color: #ddd;
 1 text-transform: uppercase;
  word-break: normal;
}
@media screen and (max-width: 1400px) {
  .evwz {
    margin-top: -110px;
  }
  .evwz .txt3 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .evwz {
    margin-top: -90px;
  }
  .evwz .txt3 {
    font-size: 36px;
    line-height: 48px;
  }
  .evwz .txt4 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .evwz {
    left: 5%;
    width: 90%;
    text-align: center;
    margin-top: -50px;
  }
  .evwz .txt3 {
    font-size: 30px;
  }
  .evwz .txt4 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .evwz {
    margin-top: -32px;
  }
  .evwz .txt3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.fhuoban {
  width: 100%;
}
.zuopinone {
  position: relative;
  width: 100%;
  margin: 36px auto 0;
  padding: 0 0;
}
.sw22 {
  overflow: hidden;
}
.sw22 .swiper-slide {
  width: 210px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sw22 .swiper-slide .pic {
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-top: 22px;
  position: relative;
  font-size: 0;
  text-align: center;
  line-height: 90px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw22 .swiper-slide .pic:first-child {
  margin-top: 0;
}
.sw22 .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.sw22 .swiper-slide .pic:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.sw22 .swiper-slide .pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.sw22 .pic:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border: 4px solid transparent;
  display: none;
}
.sw22 .swiper-slide .pic:hover:before {
  border-color: #0e62a7;
  -webkit-filter: url(#wavy);
          filter: url(#wavy);
}
.zuopinone .swiper-button-prev,
.zuopinone .swiper-button-next {
  width: 30px;
  height: 60px;
  border-radius: 5px;
  margin-top: -30px;
  background-color: #ddd;
  color: #8dc21d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zuopinone .swiper-button-prev {
  left: 0;
}
.zuopinone .swiper-button-next {
  right: 0;
}
.zuopinone .swiper-button-prev:hover {
  background-color: #8dc21d;
  color: #fff;
}
.zuopinone .swiper-button-next:hover {
  background-color: #8dc21d;
  color: #fff;
}
.zuopinone .swiper-button-prev:after,
.zuopinone .swiper-button-next:after {
  font-size: 30px;
}
.sw22 .swiper-pagination {
  bottom: 0;
}
.sw22 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ececec;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw22 .swiper-pagination-bullet-active {
  background-color: #203b6e;
}
@media screen and (max-width: 750px) {
  .zuopinone .swiper-button-prev,
  .zuopinone .swiper-button-next {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
  .zuopinone .swiper-button-prev:after,
  .zuopinone .swiper-button-next:after {
    font-size: 16px;
  }
}
.kehulist {
  width: 100%;
  margin-top: 36px;
}
.kehulist li {
  float: left;
  width: 20%;
}
.kehulist li .lin {
  position: relative;
  text-align: center;
}
.kehulist li a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.kehulist .pic {
  width: 100%;
  height: 134px;
  overflow: hidden;
  font-size: 0;
  line-height: 134px;
}
.kehulist img {
  max-width: 98%;
  max-height: 98%;
}
.kehulist h3 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: none;
  height: 30px;
  overflow: hidden;
  margin-top: 8px;
}
.kehulist li:hover h3 {
  color: #ee1d23;
}
.kehulist .lin:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
  border: 3px solid #ddd;
  -webkit-filter: url(#wavy);
          filter: url(#wavy);
}
.kehulist li:hover .lin:before {
  background-color: #e6e6e6;
  -webkit-transition: .4s;
  transition: .4s;
}
@media screen and (max-width: 1023px) {
  .kehulist li {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .kehulist li {
    width: 33.33%;
  }
  .kehulist .lin:before {
    display: none;
  }
  .kehulist li a {
    border: 1px solid #e9e9e9;
  }
}
@media screen and (max-width: 600px) {
  .kehulist .pic {
    height: 100px;
    line-height: 100px;
  }
  .kehulist img {
    max-width: 80%;
  }
}
.fcate1 {
  position: relative;
  padding-top: 14px;
  text-align: center;
}
.fcate1 .cn {
  font-size: 48px;
  color: #333;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.fcate1 .enp {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
.fcate1 .enp img {
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .fcate1 .cn {
    font-size: 32px;
    line-height: 50px;
  }
}
.fbtl {
  position: relative;
}
.fcate2 {
  float: left;
  position: relative;
  padding-top: 14px;
}
.fcate2 .cn {
  font-size: 48px;
  color: #333;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.fcate2 .enp {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.fcate2 .enp img {
  vertical-align: top;
}
.ferji {
  float: right;
  margin-top: 30px;
  font-size: 0;
  white-space: nowrap;
}
.ferji a {
  display: inline-block;
  position: relative;
  margin-left: 120px;
  overflow: hidden;
  height: 40px;
  font-size: 20px;
  color: #111;
  line-height: 40px;
  text-align: center;
}
.ferji a:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 7px;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #8dc21d;
  -webkit-transition: .3s;
  transition: .3s;
}
.ferji a:first-child {
  margin-left: 0;
}
.ferji a:hover {
  color: #8dc21d;
}
.ferji a:hover:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.ferji a.on {
  color: #8dc21d;
}
.ferji a.on:before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .fcate2 .cn {
    font-size: 32px;
    line-height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .fcate2 {
    width: 100%;
    text-align: center;
  }
  .fcate2 .enp {
    width: 100%;
  }
  .ferji {
    width: 100%;
    text-align: center;
  }
  .ferji a {
    font-size: 18px;
    margin-left: 60px;
  }
}
.fnews {
  width: 100%;
}
.fnewslist {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fnewslist li {
  width: 432px;
  max-width: 31%;
}
.fnewslist li:last-child {
  1display: none;
}
.fnewslist li:nth-child(4n){
  display: none;
}
.fnewslist li .inner {
  text-align: left;
}
.hot {
  position: relative;
  border-bottom: 3px solid #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hot .pic {
  width: 100%;
  height: 262px;
  overflow: hidden;
  position: relative;
}
.hot .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hot .wz {
  padding: 36px 30px 30px;
  background-color: #f8f8f8;
}
.hot h3 {
  font-size: 20px;
  color: #111;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hot p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  overflow: hidden;
  height: 64px;
  margin-top: 5px;
}
.hot .date {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  overflow: hidden;
  height: 28px;
  margin-top: 25px;
}
.fnewslist li:hover .hot h3 {
  color: #8dc21d;
}
.fnewslist li:hover .hot {
  border-bottom-color: #8dc21d;
}
.hot .pic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 5;
}
.fnewslist li:hover .hot .pic:after {
  -webkit-animation: gradient-rectangle 1s cubic-bezier(0, 0, 0.18, 0.96) 1;
          animation: gradient-rectangle 1s cubic-bezier(0, 0, 0.18, 0.96) 1;
}
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}
@keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .fnewslist {
    margin-top: 30px;
  }
  .fnewslist li {
    max-width: 48%;
    margin-top: 30px;
  }
  .fnewslist li:last-child {
    display: list-item;
  }
}
@media screen and (max-width: 700px) {
  .fnewslist li {
    width: 100%;
    max-width: 100%;
  }
}
.fhangye {
  width: 100%;
  height: 100%;
}
.fhangye .cer8 {
  height: 100%;
  position: relative;
}
.fcate4 {
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -260px;
  z-index: 20;
  padding-top: 10px;
  pointer-events: none;
}
.fcate4 .cn {
  font-size: 48px;
  color: #fff;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.fcate4 .enp {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.fcate4 .enp img {
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .fhangye {
    padding-top: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fcate4 {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .fcate4 .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .fcate4 .enp {
    width: 100%;
  }
}
.peijianlist {
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  z-index: 2;
}
.peijianlist li {
  display: inline-block;
  width:14%;
  vertical-align: top;
}
.peijianlist li a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: rgba(37, 42, 45, 0.3);
}
.peijianlist li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.peijianlist li:first-child a:before {
  display: none;
}
.peijianlist .pic {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 58px;
  height: 58px;
}
.peijianlist img {
  max-width: 100%;
  max-height: 100%;
}
.peijianlist li h3 {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  width: 100%;
  height: 36px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.peijianlist li:hover a {
  background-color: rgba(16, 124, 201, 0.2);
}
.peijianlist li.on a {
  background-color: #8dc21d;
}
.peijianlist2 {
  font-size: 0;
  position: absolute;
  left: 8%;
  top: 50%;
  z-index: 2;
  width: 720px;
  max-width: 80%;
  margin-top: -90px;
  pointer-events: none;
}
.peijianlist2 li {
  position: absolute;
  z-index: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.peijianlist2 li h3 {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
}
.peijianlist2 li .hx {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 21px 0 31px;
  background-color: rgba(255, 255, 255, 0.2);
}
.peijianlist2 li .hx:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.peijianlist2 li .txt {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  max-height: 96px;
  overflow: hidden;
  margin-bottom: 38px;
}
.peijianlist2 li .hymore {
  display: block;
  width: 150px;
  height: 48px;
  background-color: #8dc21d;
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.peijianlist2 li.on {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1023px) {
  .peijianlist {
    left: 0;
    right: 0;
  }
  .peijianlist li {
    width: 20%;
  }
  .peijianlist li a {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .peijianlist li h3 {
    font-size: 22px;
  }
  .peijianlist2 {
    width: 90%;
    max-width: 90%;
  }
  .peijianlist2 {
    position: relative;
    left: 5%;
    top: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
	.peijianlist{ display:none;}
  .peijianlist2 li h3 {
    font-size: 36px;
    line-height: 40px;
    height: 40px;
  }
  .peijianlist2 li .txt {
    font-size: 24px;
  }
}
.cvbanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.sw02out {
  position: relative;
  width: 100%;
  height: 100%;
}
.sw02 {
  height: 100%;
}
.sw02 .swiper-slide {
  overflow: hidden;
}
.sw02 .swiper-slide .swiper-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sw02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}
.fhangye .swiper-pagination02 {
  font-size: 24px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  width: 140px;
  height: 52px;
  margin-right: 52px;
  margin-top: 36px;
  pointer-events: none;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 8%;
  top: 50%;
  z-index: 10;
}
.swiper-pagination02 .swiper-pagination-current {
  font-size: 36px;
  margin-right: 10px;
}
.swiper-pagination02 .swiper-pagination-total {
  font-size: 24px;
}
.sw-next02,
.sw-prev02 {
  position: absolute;
  right: 8%;
  top: 50%;
  z-index: 11;
  width: 50px;
  height: 50px;
  margin-top: 36px;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sw-prev02 {
  background: url('../images/lt1.png') center no-repeat;
  margin-right: 192px;
}
.sw-next02 {
  background: url('../images/gt1.png') center no-repeat;
}
.sw-prev02:hover,
.sw-next02:hover {
  background-color: rgba(16, 124, 201, 0.9);
}
@media screen and (max-width: 1023px) {
  .fhangye .swiper-pagination02,
  .sw-next02 {
    right: 5%;
    top: auto;
    bottom: 220px;
    margin-top: 0;
  }
  .sw-prev02 {
    left: 5%;
    right: auto;
    top: auto;
    bottom: 220px;
    margin-top: 0;
    margin-right: 0;
  }
  .fhangye .swiper-pagination02 {
    right: 50%;
    margin-right: -70px;
  }
  .swiper-pagination02 .swiper-pagination-current {
    font-size: 24px;
  }
}
.cvbanner .pagination {
  position: absolute;
  left: 6.25%;
  top: 50%;
  margin-top: 100px;
  z-index: 20;
  height: 2px;
  font-size: 0;
}
.cvbanner .pagination .btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.cvbanner .pagination .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.cvbanner .pagination .btn.on:before {
  -webkit-transition: linear 4s;
  transition: linear 4s;
  width: 100%;
}
.ctrbox {
  position: absolute;
  right: 6.25%;
  bottom: 148px;
  z-index: 20;
  margin-left: 380px;
  font-size: 0;
}
.ctrbox .ctr {
  display: block;
  width: 42px;
  height: 42px;
  z-index: 11;
  font-size: 0;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.ctrbox .ctr.prev {
  background: url('../images/lt2.png') center no-repeat;
}
.ctrbox .ctr.next {
  background: url('../images/gt2.png') center no-repeat;
  margin-top: 24px;
}
.ctrbox .ctr.prev:hover,
.ctrbox .ctr.next:hover {
  background-color: rgba(241, 131, 0, 0.6);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 750px) {
  .ctrbox {
    right: 4%;
    bottom: 84px;
  }
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto!important;
  left: 50px;
}
.swiper-pagination000 .swiper-pagination-bullet {
  position: relative;
  width: 17px;
  height: 17px;
  opacity: 1;
  margin: 11px 0!important;
  border: 1px solid transparent;
  outline: 0 none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}
.swiper-pagination000 .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 0;
  width: 3px;
  height: 3px;
  background-color: #999;
  border-radius: 2px;
}
.swiper-pagination000 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #999;
}
.swiper-pagination000.white .swiper-pagination-bullet:before {
  background-color: #fff;
}
.swiper-pagination000.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
.swiper-num000 {
  position: absolute;
  height: 24px;
  left: 50px;
  top: 50%;
  z-index: 10;
  color: #999;
  line-height: 24px;
  font-size: 14px;
  margin-top: -190px;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.swiper-num000 span {
  display: inline-block;
}
.swiper-num000.white {
  color: #fff;
}
.swiper-num000 .active {
  font-size: 20px;
  margin-right: 6px;
}
.swiper-num000 .total {
  font-size: 14px;
  margin-left: 4px;
}
#sw000 {
  width: 100%;
  height: 100vh;
}
.section {
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seccontent {
  margin: auto 0;
  position: relative;
  z-index: 2;
  width: 100%;
  top: 20px;
}
.sec-auto-height.swiper-slide {
  height: auto !important;
}
.sec13 {
  background-color: #8dc21d;
}
.secbg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.secbg12 {
  background: url('../images/fabout.jpg') right no-repeat;
  background-size: 50% auto;
}
.secbg15 {
  background: #ffffff url('../images/fhuobg.jpg') bottom no-repeat;
}
/*height: ~"-moz-calc(100% - 60px)";
    height: ~"-webkit-calc(100% - 60px)";
    height: ~"calc(100% - 60px)";*/
/*.secbg12{animation: pagebgfd1 6s ease infinite alternate;}*/
@-webkit-keyframes pagebgfd1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes pagebgfd1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 1440px) {
  .swiper-container-vertical > .swiper-pagination-bullets {
    left: 24px;
  }
  .swiper-num000 {
    left: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #sw000 {
    height: auto;
  }
  #sw000 > .swiper-wrapper {
    display: block;
  }
  .section {
    height: auto;
    padding: 80px 0;
  }
  .section.sec11 {
    height: 100vh;
    padding: 0;
  }
  .section.sec13 {
    height: 90vh;
    padding: 0;
  }
  .section.sec17 {
    padding: 0;
  }
  .seccontent {
    top: 0;
  }
  .sec15 {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .swiper-num000 {
    display: none;
  }
}
.global {
  width: 100%;
  position: relative;
}
.globalother {
  width: 45%;
}
@media screen and (max-width: 1300px) {
  .globalother {
    width: 60%;
  }
  .secbg12 {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1023px) {
  .secbg12 {
    background-position: center 20%;
    opacity: 0.15;
    background-size: contain;
  }
  .globalother {
    width: 100%;
  }
}
.globalother .intro {
  font-size: 20px;
  color: #000;
  line-height: 36px;
  margin: 16px 0 40px;
}
.abmore {
  display: block;
  width: 150px;
  height: 48px;
  1background-color: #8dc21d;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  margin-top: 72px; background:#333;
}
.fcate5 .cn {
  font-size: 48px;
  color: #000;
  line-height: 60px;
}
.fcate5 .cn2 {
  font-size: 22px;
  color: #333;
  line-height: 40px; margin-top:30px;
}
.guolist1 {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  width: 660px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guolist1 li {
  display: inline-block;
}
.guolist1 li a {
  display: block;
}
.guolist1 h3 {
  line-height: 60px;
  height: 60px;
}
.guolist1 h3 span {
  display: inline-block;
  font-size: 48px;
 1 color: #8dc21d;
  height: 100%; color:#000;
}
.guolist1 h3 s {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.guolist1 .txt {
  font-size: 22px;
  color: #000;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .fcate5 {
    text-align: center;
  }
  .abmore {
    margin: 50px auto 0;
  }
  .guolist1 {
    width: 100%;
  }
  .guolist1 h3 span {
    font-size: 42px;
  }
  .globalother .intro {
    text-align: center;
    margin-top: 30px;
  }
  .fcate5 .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .fcate5 .cn2 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 750px) {
  .guolist1 h3 span {
    font-size: 36px;
  }
}
@-webkit-keyframes lightflash {
  0% {
    left: -100%;
  }
  40%,
  100% {
    left: 100%;
  }
}
@keyframes lightflash {
  0% {
    left: -100%;
  }
  40%,
  100% {
    left: 100%;
  }
}
.fcate3 {
  position: relative;
  padding-top: 16px;
  pointer-events: none;
}
.fcate3 .cn {
  font-size: 48px;
  color: #000;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.fcate3 .enp {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.fcate3 .enp img {
  vertical-align: top;
}
.fyanout {
  width: 100%;
}
.fyanout .cer80 {
  position: relative;
  z-index: 5;
  height: 100%;
}
.fyan {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fyanpicbg {
  width: 41%;
  height: 780px;
  position: relative;
  font-size: 0;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.fyanpicbg > img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fyanother {
  width: 40%;
  padding-top: 60px;
}
.fyanother .intro {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  text-align: justify;
  margin-top: 56px;
}
.fyanother .intro dd {
  padding-left: 36px;
  background: url('../images/dot1.png') 0 4px no-repeat;
  margin-top: 30px;
}
.fyfmore {
  display: block;
  width: 150px;
  height: 48px;
  background-color: #333;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  margin-top: 96px;
}
.guolist3 {
  overflow: hidden;
  text-align: center;
  width: 108%;
  background: url('../images/fyanbg.jpg') center / cover no-repeat;
  position: absolute;
  right: 19%;
  bottom: 0;
  z-index: 1;
}
.guolist3 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 65px 0 75px;
}
.guolist3 li a {
  display: block;
}
.guolist3 h3 {
  font-size: 0;
  line-height: 68px;
  height: 68px;
}
.guolist3 h3 span {
  display: inline-block;
  font-size: 62px;
  color: #fff;
  font-weight: bold;
  height: 100%;
  margin-right: 8px;
}
.guolist3 h3 s {
  font-size: 16px;
  color: #8dc21d;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  vertical-align: text-bottom;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
}
.guolist3 .txt {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
@media screen and (max-width: 1440px) {
  .fyanother {
    width: 50%;
    padding-top: 0;
  }
  .fyfmore {
    margin-top: 56px;
  }
  .fyanpicbg {
    height: auto;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .fyanpicbg > img {
    display: none;
  }
  .guolist3 {
    position: relative;
    right: 0;
    width: 100%;
  }
  .guolist3 h3 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .fyanpicbg {
    width: 100%;
  }
  .fyanother {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
  }
  .fcate3 {
    width: 100%;
    text-align: center;
  }
  .fcate3 .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .fcate3 .enp {
    width: 100%;
  }
  .fyfmore {
    margin: 50px auto 0;
  }
  .guolist3 li {
    padding: 40px 0;
  }
}
@media screen and (max-width: 750px) {
  .guolist3 h3 span {
    font-size: 36px;
  }
}
/*内页*/
.prolist-out {
  padding: 96px 0; padding-bottom:0;
}
@media screen and (max-width: 1440px) {
  .prolist-out {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1023px) {
  .prolist-out {
    padding: 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .prolist-out {
    padding: 80px 0;
  }
}
.prolist {
  padding: 0px 0 4px;
  margin: 0 -12px;
  overflow: hidden;
}
.prolist li {
  float: left;
  width: 33.33%;
  margin-bottom: 86px;
}
.prolist li .lin {
  padding: 0 12px;
}
.prolist li a {
  display: block;
  position: relative;
}
.prolist li a:after {
  left: 100%;
  position: absolute;
  bottom: 0;
  content: " ";
  width: 0;
  z-index: 2;
  border-bottom: 2px solid #8dc21d;
  -webkit-transition: .5s;
  transition: .5s;
}
.prolist li:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.prolist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
}
.prolist img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.prolist li .wz {
  padding: 20px 24px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.prolist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 70px;
}
.prolist li .more {
  font-size: 14px;
  color: #999;
  line-height: 40px;
  height: 40px;
  padding-right: 24px;
  overflow: hidden;
  background: url('../images/jtr3.png') right no-repeat;
  position: absolute;
  right: 24px;
  top: 20px;
  z-index: 1;
}
.prolist li:hover h3 {
  color: #8dc21d;
}
.prolist li:hover .more {
  color: #8dc21d;
  background-image: url('../images/jtr3h.png');
}
.prolist h3,
.prolist .more {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1100px) {
  .prolist {
    margin: 0 0;
  }
  .prolist li .lin {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .prolist li {
    width: 50%;
  }
  .prolist li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .prolist li {
    width: 100%;
  }
  .prolist li .lin {
    padding: 0 0;
  }
}
.newslist-out {
  padding: 160px 0 160px;
}
@media screen and (max-width: 1440px) {
  .newslist-out {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1023px) {
  .newslist-out {
    padding: 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .newslist-out {
    padding: 80px 0;
  }
}
.newslist {
  padding: 44px 0;
  overflow: hidden;
}
.newslist li {
  width: 100%;
  border-bottom: 1px solid #e8ecf0;
  padding: 86px 0;
}
.newslist li:last-child {
  border-bottom: 0 none;
}
.newslist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 650px;
  height: 356px;
}
.newslist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 586px;
  height: 100%;
  overflow: hidden;
}
.newslist li .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
}
.newslist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin: 20px 0 58px;
}
.newslist li .date {
  font-size: 24px;
  color: #8dc21d;
  line-height: 36px;
  font-family: "amerigobt";
  height: 36px;
  padding-top: 48px;
  overflow: hidden;
}
.newslist li label {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  cursor: pointer;
  background: #c3c3c3 url('../images/jtr-n.png') center no-repeat;
  border-radius: 50%;
}
.newslist li,
.newslist h3,
.newslist label {
  -webkit-transition: .5s;
  transition: .5s;
}
.newslist li:hover {
  border-bottom-color: #8dc21d;
}
.newslist li:hover h3 {
  color: #8dc21d;
}
.newslist li:hover label {
  background-color: #8dc21d;
}
@media screen and (max-width: 1440px) {
  .newslist li .txt {
    line-height: 30px;
    height: 90px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .newslist li a {
    padding-left: 540px;
  }
  .newslist li .pic {
    width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .newslist li {
    padding: 60px 0;
  }
  .newslist li a {
    padding-left: 450px;
  }
  .newslist li .pic {
    width: 400px;
  }
}
@media screen and (max-width: 840px) {
  .newslist li a {
    padding-left: 360px;
    height: 240px;
  }
  .newslist li .pic {
    width: 320px;
  }
  .newslist li .date {
    padding-top: 20px;
  }
  .newslist li label {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .newslist li {
    padding: 40px 0;
  }
  .newslist li a {
    padding-left: 300px;
    height: 180px;
  }
  .newslist li .pic {
    width: 260px;
  }
  .newslist li .txt {
    display: none;
  }
  .newslist li h3 {
    font-size: 20px;
    line-height: 32px;
    height: 96px;
  }
}
@media screen and (max-width: 600px) {
  .newslist li a {
    padding-left: 270px;
  }
  .newslist li .pic {
    width: 240px;
  }
  .newslist li h3 {
    font-size: 18px;
    line-height: 30px;
    height: 120px;
  }
  .newslist li .date {
    padding-top: 10px;
    font-size: 18px;
  }
}
.swhotout {
  position: relative;
  width: 100%;
}
#swhot {
  height: 540px;
  overflow: hidden;
}
#swhot .swiper-slide {
  overflow: hidden;
}
#swhot .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#swhot .wz {
  width: 464px;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #eeeeee;
  -webkit-transition: .4s;
  transition: .4s;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 2;
}
#swhot .wz .inner {
  padding: 40px 60px 30px 30px;
}
#swhot .pic {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
}
#swhot .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}
#swhot .pic img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#swhot .date {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  height: 26px;
  margin-top: 26px;
}
#swhot h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#swhot .txt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
#swhot .wz:hover {
  border-bottom-color: #8dc21d;
}
#swhot .wz:hover h3 {
  color: #8dc21d;
}
#swhot .swiper-slide-active .wz {
  border-bottom-color: #8dc21d;
}
#swhot .swiper-slide-active .wz h3 {
  color: #8dc21d;
}
.swhotout .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: 10px;
  font-size: 0;
}
.swhotout .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #000;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swhotout .swiper-pagination-bullet-active {
  background-color: #8dc21d;
}
@media screen and (max-width: 1400px) {
  #swhot .wz .inner {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1023px) {
  #swhot {
    height: auto;
  }
  #swhot .wz {
    left: 0;
    width: 100%;
    position: relative;
  }
  #swhot .pic {
    height: 330px;
  }
  #swhot .wz .inner {
    padding: 30px 30px 30px;
  }
}
@media screen and (max-width: 750px) {
  #swhot .pic {
    height: auto;
  }
  #swhot .wz .inner {
    padding: 20px;
  }
  #swhot .date {
    margin-top: 10px;
  }
}
.cate1 {
  position: relative;
  text-align: center;
}
.cate1 .cn {
  font-size: 42px;
  color: #333;
  line-height: 60px;
  font-weight: bold;
}
.cate1 .en {
  font-size: 24px;
  color: #999;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "amerigobt";
}
@media screen and (max-width: 1024px) {
  .cate1 .cn {
    font-size: 34px;
    line-height: 50px;
  }
  .cate1 .en {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .cate1 .cn {
    font-size: 26px;
    line-height: 40px;
  }
  .cate1 .en {
    font-size: 16px;
    line-height: 24px;
  }
}
.lianxi-out {
  padding: 150px 0 300px;
  background: url('../images/lxbg.jpg') bottom no-repeat;
}
@media screen and (max-width: 1440px) {
  .lianxi-out {
    padding: 120px 0 240px;
  }
}
@media screen and (max-width: 1023px) {
  .lianxi-out {
    padding: 100px 0 180px;
  }
}
@media screen and (max-width: 750px) {
  .lianxi-out {
    padding: 80px 0 120px;
  }
}
.lianxi {
  width: 100%;
  height: 696px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lxleft {
  width: 464px;
}
.lxright {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#map {
  width: 100%;
  height: 100%;
}
.lxlist {
  width: 100%;
}
.lxlist li {
  padding: 0 55px;
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lxlist .lin {
  padding-left: 64px;
  position: relative;
}
.lxlist .i1 {
  background-color: #8dc21d;
}
.lxlist .i2 {
  background-color: #0d75bf;
}
.lxlist .i3 {
  background-color: #0c68aa;
}
.lxlist .i1 .lin {
  background: url('../images/lx1.png') 0 no-repeat;
}
.lxlist .i2 .lin {
  background: url('../images/lx2.png') 0 no-repeat;
}
.lxlist .i3 .lin {
  background: url('../images/lx3.png') 0 no-repeat;
}
.lxlist li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.lxlist li .txt {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.lxlist li .num {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  font-family: "amerigobt";
}
.lxlist li .num a {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .lxleft {
    width: 360px;
  }
  .lxlist li {
    padding: 0 30px;
  }
  .lxlist .lin {
    padding-left: 54px;
  }
  .lxlist li .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .lianxi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .lxleft {
    width: 100%;
  }
  .lxright {
    width: 100%;
    height: 696px;
  }
  .lxlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lxlist li {
    height: 120px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .lxlist li .num {
    font-size: 16px;
    line-height: 28px;
  }
}
/*8新闻详情*/
.newspage-out2 {
  padding: 100px 0 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7effb));
  background-image: linear-gradient(to bottom, #ffffff, #e7effb);
}
@media screen and (max-width: 1440px) {
  .newspage-out2 {
    padding: 90px 0 140px;
  }
}
@media screen and (max-width: 1023px) {
  .newspage-out2 {
    padding: 80px 0 110px;
  }
}
@media screen and (max-width: 750px) {
  .newspage-out2 {
    padding: 70px 0 80px;
  }
}
.main2 {
  position: relative;
  padding-right: 500px;
}
.mainleft2 {
  width: 100%;
 1 min-height: 1400px;
}
.mainright2 {
  width: 408px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sdbox2 .title {
  position: relative;
  height: 50px;
  line-height: 50px;
}
.sdbox2 .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 5px;
  height: 30px;
  background-color: #8dc21d;
  margin-top: -15px;
}
.sdbox2 .title h5 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-indent: 28px;
}
.btc-h {
  margin-bottom: 56px;
}
.btc-h h1 {
  font-size: 36px;
  color: #333;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.btc-date {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  height: 30px;
  font-family: "amerigobt";
}
.btc-date span {
  display: inline-block;
  margin-left: 22px;
}
.btc-date span:first-child {
  margin-left: 0;
}
.btc-con {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: justify;
}
.btc-con img {
  max-width: 100%;
}
.btc-con a {
  color: #8dc21d;
}
@media screen and (max-width: 1600px) {
  .main2 {
    padding-right: 400px;
  }
  .mainright2 {
    width: 340px;
  }
}
@media screen and (max-width: 1440px) {
  .btc-h h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .main2 {
    padding-right: 0;
  }
  .mainleft2 {
    min-height: 0;
  }
  .mainright2 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .btc-h h1 {
    font-size: 24px;
  }
  .btc-con {
    line-height: 2em;
  }
}
.atc-pn {
  position: relative;
  padding-right: 120px;
  margin-top: 70px;
}
.atc-pn a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
}
.atc-prev {
  margin-bottom: 14px;
}
.atc-prev:hover,
.atc-next:hover {
  color: #8dc21d;
}
.atc-pn a.atc-ret {
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 1;
  width: 86px;
  height: 86px;
  color: #fff;
  border-radius: 50%;
  background: #8dc21d url('../images/jtr2.png') center 54px no-repeat;
  display: block;
}
.atc-pn a.atc-ret span {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 0;
  width: 100%;
  height: 34px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (max-width: 1023px) {
  .atc-pn {
    padding-right: 0;
  }
  .atc-pn a.atc-ret {
    position: relative;
    top: auto;
    right: auto;
    margin: 40px auto 0;
  }
}
a.atc-ret::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 34px;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: linear-gradient(116deg, #8dc21d, #dc87b3);
}
a.atc-ret:hover::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 1;
}
a.atc-ret:hover span {
  top: 26px;
}
.sdnewslist2 {
  width: 100%;
  margin-top: 32px;
}
.sdnewslist2 li {
  width: 100%;
  margin-bottom: 80px;
}
.sdnewslist2 li:last-child {
  margin-bottom: 0;
}
.sdnewslist2 li a {
  display: block;
  position: relative;
}
.sdnewslist2 .pic {
  width: 100%;
  height: 248px;
  overflow: hidden;
  position: relative;
}
.sdnewslist2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sdnewslist2 li h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  margin-top: 8px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: .4s;
  transition: .4s;
}
.sdnewslist2 li:hover h3 {
  color: #8dc21d;
}
.sdnewslist2 .date {
  margin: 14px 0 8px;
  position: relative;
  padding: 0 10px;
}
.sdnewslist2 .date span {
  display: block;
  color: #333;
  font-family: "amerigobt";
}
.sdnewslist2 .date span.day {
  font-size: 36px;
  line-height: 44px;
  height: 44px;
}
.sdnewslist2 .date span.year {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
.sdnewslist2 .date:before {
  content: '';
  position: absolute;
  left: 60px;
  right: 0;
  top: 38px;
  z-index: 0;
  height: 1px;
  background-color: #e2e5e8;
}
/*3行业解决方案*/
.guangsec {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 630px;
  margin-top: 76px;
}
.guangsec:first-child {
  margin-top: 0;
}
.gsecbg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.gsecbg .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 34, 69, 0.5)), to(rgba(16, 124, 201, 0)));
  background-image: linear-gradient(to right, rgba(5, 34, 69, 0.5), rgba(16, 124, 201, 0));
}
.gsecbg canvas {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gsecbg22 canvas,
.gsecbg23 canvas {
  -o-object-position: 70%;
     object-position: 70%;
}
.gsecbg21 {
  background-image: url('../images/aa1.jpg');
  background-position: center;
}
.gsecbg22 {
  background-image: url('../images/aa2.jpg');
  background-position: 70%;
}
.gsecbg23 {
  background-image: url('../images/aa3.jpg');
  background-position: 70%;
}
.gsecbg24 {
  background-image: url('../images/aa4.jpg');
  background-position: center;
}
.gsecbg25 {
  background-image: url('../images/aa5.jpg');
  background-position: center;
}
.gsecbg26 {
  background-image: url('../images/aa6.jpg');
  background-position: center;
}
.gsecbg27 {
  background-image: url('../images/aa7.jpg');
  background-position: center;
}
.gsecbg28 {
  background-image: url('../images/aa8.jpg');
  background-position: center;
}
.secwz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 8.4%;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.secwz .inner {
  width: 100%;
}
.secwz h3 {
  font-size: 30px;
  line-height: 46px;
}
.secwz .txt {
  font-size: 16px;
  line-height: 32px;
  max-height: 64px;
  overflow: hidden;
  margin: 20px 0 42px;
}
.secwz .more {
  display: block;
  width: 150px;
  height: 48px;
  background-color: #8dc21d;
  pointer-events: auto;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .secwz {
    left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .secwz {
    width: 90%;
  }
  .secwz .txt {
    max-height: 96px;
  }
}
.prolist-out2 {
  padding: 100px 0 100px;
}
@media screen and (max-width: 1440px) {
  .prolist-out2 {
    padding: 90px 0 70px;
  }
}
@media screen and (max-width: 1023px) {
  .prolist-out2 {
    padding: 80px 0 40px;
  }
}
.tuititle {
  text-align: center;
  font-size: 36px;
  color: #333;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .tuititle {
    font-size: 26px;
    line-height: 46px;
  }
}
.cpban {
  position: relative;
  height: 840px;
}
.cpban .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cpban .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75%;
     object-position: 75%;
}
.cpban .bg .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 34, 69, 0.5)), to(rgba(16, 124, 201, 0)));
  background-image: linear-gradient(to right, rgba(5, 34, 69, 0.5), rgba(16, 124, 201, 0));
}
.cpban .cer8 {
  height: 100%;
}
.issues {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.issues .ttxt {
  width: 54%;
}
.issues .ttxt dt {
  font-size: 48px;
  color: #fff;
  line-height: 68px;
  height: 68px;
  font-weight: bold;
  margin-bottom: 36px;
  overflow: hidden;
}
.issues .ttxt .txt {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: justify;
}
.scrollarea1 .scrollbar {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 2;
}
.scrollarea1 .track {
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}
.scrollarea1 .thumb {
  width: 4px;
  background-color: #8dc21d;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 2px;
}
.scrollarea1 {
  position: relative;
  padding-right: 20px;
}
.scrollarea1 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 240px;
}
.scrollarea1 .overview {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: justify;
}
.scrollarea1 .overview img {
  max-width: 100%;
}
.scrollbar.disable {
  display: none;
}
@media screen and (max-width: 1024px) {
  .issues .ttxt dt {
    font-size: 32px;
    text-align: center;
  }
  .issues .ttxt {
    width: 100%;
  }
}
/*10招贤*/
.zp-out {
  padding: 150px 0 150px;
}
.zplinian {
  text-align: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 1440px) {
  .zp-out {
    padding: 120px 0;
  }
  .zplinian {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .zp-out {
    padding: 100px 0;
  }
  .zplinian {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .zp-out {
    padding: 80px 0;
  }
  .zplinian {
    margin-bottom: 70px;
  }
}
.zplinian h2.btitle {
  font-size: 42px;
  color: #333;
  line-height: 56px;
  height: 56px;
}
.liniancon {
  margin: 26px auto 46px;
  width: 1040px;
  max-width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 34px;
}
.linianfig {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .zplinian h2.btitle {
    font-size: 32px;
    line-height: 46px;
    height: 46px;
  }
  .liniancon {
    line-height: 28px;
  }
}
@media screen and (max-width: 750px) {
  .zplinian h2.btitle {
    font-size: 28px;
  }
}
#sw53 {
  height: 440px;
  overflow: visible;
}
#sw53 .swiper-slide {
  width: 400px;
}
.fittuwen3 {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  background: url('../images/sx1-zp.png') 0 6px no-repeat;
  position: relative;
}
.fittuwen3 i {
  position: absolute;
  left: -3px;
  top: 4px;
  z-index: 1;
  border-radius: 4px;
  width: 7px;
  height: 7px;
  background-color: #8dc21d;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0 0 0 4px rgba(16, 124, 201, 0.3);
          box-shadow: 0 0 0 4px rgba(16, 124, 201, 0.3);
}
.swiper-slide:hover .fittuwen3 i {
  -webkit-transform: scale(1.2) rotateY(360deg);
          transform: scale(1.2) rotateY(360deg);
}
.fittuwen3 dt {
  font-size: 24px;
  color: #8dc21d;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.fittuwen3 .txt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  height: 160px;
  overflow: auto;
  margin: 38px 0;
}
.fittuwen3 .more {
  display: block;
  font-size: 16px;
  color: #8dc21d;
  line-height: 26px;
  height: 26px;
  cursor: pointer;
}
.fittuwen3:hover .more {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #sw53 {
    height: 320px;
  }
}
.pig {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: 10;
  margin-left: -18px;
  margin-top: -18px;
  border: 1px solid #8dc21d;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s linear, transform 0.5s ease-in-out;
  transition: opacity 0.4s linear, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.pig.show {
  opacity: 1;
}
.pig:active,
.pig.active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pig s {
  width: 7px;
  height: 13px;
  cursor: pointer;
  position: absolute;
  margin-top: -6px;
  top: 50%;
  z-index: 2;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pig s.i1 {
  left: 6px;
  background-image: url('../images/lt-pig.png');
}
.pig s.i2 {
  right: 6px;
  background-image: url('../images/gt-pig.png');
}
.pig:active s.i1,
.pig.active s.i1 {
  left: 0px;
}
.pig:active s.i2,
.pig.active s.i2 {
  right: 0px;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
/*6产品详情*/
.propage-out {
  width: 100%;
  1position: relative;
  z-index: 2;
  1margin-top: -676px;
}
.propage-wrap {
  background-color: #fff;
1  padding: 110px 120px 160px;
}
.profirst {
  overflow: hidden;
 1 min-height: 410px;
}
.xijie {
  width: 49%;
1  height: 410px;
  float: left;
  z-index: 1;
  position: relative;
}
.xijie .bigpic {
  width: 100%;
  height: 100%;
  position: relative;
  1background-color: #e2eaef;
  text-align: center;
  line-height: 410px;
  font-size: 0;
}
.xijie .bigpic img {
  width: 100%;
  max-height: 100%;
}
.proinfo {
  float: right;
  width: 45%;
  height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proinfo .proname {
  font-size: 36px;
  line-height: 50px;
  color: #333;
  margin-bottom: 28px;
}
.proinfo .xiangxi {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  max-height: 160px;
  overflow: auto;
  margin-top: 24px;
}
.proinfo .probtnarea {
  font-size: 0;
  margin-top: 50px;
}
.proinfo .probtn {
  display: inline-block;
  width: 178px;
  height: 58px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 34px;
  color: #333;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.proinfo .probtn:first-child {
  margin-left: 0;
}
.proinfo .probtn:hover {
  color: #8dc21d;
  border-color: #8dc21d;
}
@media screen and (max-width: 1440px) {
  .propage-wrap {
    padding: 100px 80px 140px;
  }
}
@media screen and (max-width: 1200px) {
  .propage-out {
    margin-top: -546px;
  }
  .propage-wrap {
    padding: 80px 60px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .proinfo .probtn {
    width: 158px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .propage-wrap {
    padding: 60px 40px 100px;
  }
  .profirst {
    height: auto;
  }
  .xijie {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .proinfo {
    float: none;
    width: 100%;
    height: auto;
  }
  .proinfo .proname {
    font-size: 30px;
  }
  .proinfo .xiangxi {
    max-height: none;
  }
}
@media screen and (max-width: 750px) {
  .propage-out {
    margin-top: -92px;
  }
  .propage-wrap {
    padding: 60px 0 90px;
  }
  .proinfo .probtn {
    height: 48px;
    line-height: 48px;
  }
}
.baninfo2 {
  height: 26px;
  margin-bottom: 30px;
}
.tree2 {
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.tree2 a {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  padding: 5px 0;
}
.tree2 i {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  font-style: normal;
}
a.proretbtn {
  float: right;
  display: block;
  padding-left: 32px;
  height: 26px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-align: right;
  background: url('../images/ret.png') 0 no-repeat;
}
a.proretbtn:hover {
  background-position: 6px;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .baninfo2 {
    height: auto;
  }
  .tree2 {
    width: 100%;
    font-size: 0;
  }
  a.proretbtn {
    margin-top: 10px;
  }
}
.sw6out {
  position: relative;
}
#sw6 {
  height: 222px;
  overflow: visible;
}
#sw6 .swiper-slide {
  width: 404px;
}
#sw6 .swiper-slide a {
  display: block;
}
#sw6 .swiper-slide .pic {
  width: 100%;
  height: 222px;
  font-size: 0;
  text-align: center;
  line-height: 222px;
  background-color: #000;
}
#sw6 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw6 .swiper-slide h3 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  width: 100%;
  height: 40px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw6 .swiper-slide h3 span {
  padding: 5px 0;
}
.sw6out .swiper-pagination {
  bottom: 0;
  font-size: 0;
  width: 100%;
}
.sw6out .swiper-pagination-bullet {
  width: 18px;
  height: 2px;
  margin: 0 3px;
  opacity: 1;
  background-color: #000;
  outline: 0 none;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw6out .swiper-pagination-bullet-active {
  background-color: #8dc21d;
}
.sw6out .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.sw6out .swiper-scrollbar-drag {
  background-color: #8dc21d;
}
.zhiliang.i1 {
  margin: 130px 0;
}
.zhiliang.i2 {
  margin: 80px 0;
}
.zhiliang .inner {
  position: relative;
  padding-left: 360px;
}
.zhiliangcon {
  font-size: 18px;
  color: #666;
  line-height: 34px;
  text-align: justify;
  padding-top: 26px;
}
.zhiliangcon dd {
  margin-bottom: 20px;
}
.zhiliangcon img {
  max-width: 100%;
}
.biaoqianwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.biaoqianwrap label {
  width: 176px;
  height: 50px;
  background-color: #ebf1f4;
  margin: 12px;
  font-size: 18px;
  color: #666;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.biaoqianwrap label:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.cate3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-left: 38px;
  padding-top: 26px;
  background: url('../images/moon.png') 0 0 no-repeat;
}
.cate3 .cn {
  font-size: 30px;
  color: #8dc21d;
  line-height: 46px;
  font-weight: bold;
  height: 50px;
}
.cate3 .en {
  font-size: 18px;
  color: #8dc21d;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  font-family: 'amerigobt';
}
.zlfenge {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 100px;
}
.zlfenge2 {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 1400px) {
  .zhiliang.i1 {
    margin: 110px 0;
  }
}
@media screen and (max-width: 1200px) {
  .zhiliang.i1 {
    margin: 90px 0;
  }
  .zlfenge {
    margin-top: 80px;
  }
  .zhiliang .inner {
    padding-left: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .zhiliang.i1 {
    margin: 70px 0;
  }
  .zhiliang.i2 {
    margin: 70px 0;
  }
  .zlfenge {
    margin-top: 70px;
  }
  .zhiliang .inner {
    padding-left: 0;
  }
  .cate3 {
    position: relative;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .zhiliang.i1 {
    margin: 60px 0;
  }
  .zhiliang.i2 {
    margin: 60px 0;
  }
  .zlfenge {
    margin-top: 60px;
  }
}
/*2关于我们*/
.cate1h {
  position: relative;
  text-align: center;
}
.cate1h .cn {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.cate1h .en {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "amerigobt";
}
@media screen and (max-width: 1024px) {
  .cate1h .cn {
    font-size: 34px;
    line-height: 50px;
  }
  .cate1h .en {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .cate1h .cn {
    font-size: 26px;
    line-height: 40px;
  }
  .cate1h .en {
    font-size: 16px;
    line-height: 24px;
  }
}
.rongyuone {
  padding: 115px 0 140px;
  background: url('../images/rybg.jpg') center / cover no-repeat;
  position: relative;
  z-index: 2;
}
.sw22out {
  position: relative;
  margin-top: 84px;
  padding: 0 40px;
}
#sw22 {
  height: 436px;
  overflow: hidden;
}
#sw22 .swiper-slide {
  width: 390px;
}
#sw22 .swiper-slide a {
  display: block;
  width: 100%;
}
#sw22 .swiper-slide .pic {
  width: 100%;
  height: 436px;
  font-size: 0;
  text-align: center;
  line-height: 436px;
}
#sw22 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw22 .swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  .rongyuone {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 750px) {
  .rongyuone {
    padding: 80px 0 100px;
  }
  .sw22out {
    padding: 0 30px;
    margin-top: 70px;
  }
  #sw22 .swiper-slide {
    width: 340px;
  }
}
.wenhua {
  padding: 136px 0 180px;
  background: #ffffff url('../images/whbg.jpg') center / cover no-repeat;
  border-top-left-radius: 300px;
  position: relative;
  z-index: 2;
}
.whlist {
  margin: 50px -12px 0;
  font-size: 0;
  text-align: center;
}
.whlist li {
  display: inline-block;
  width: 25%;
  position: relative;
}
.whlist li .lin {
  padding: 0 12px;
}
.whlist li a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 10px 0 30px;
}
.whlist li:hover a {
  border-color: #8dc21d;
}
.whlist i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.whlist i.bg1 {
  background-image: linear-gradient(45deg, #8dc21d 50%, transparent 0);
  -webkit-transform: translate(-20%, 0%);
          transform: translate(-20%, 0%);
}
.whlist i.bg2 {
  background-image: linear-gradient(45deg, transparent 50%, #8dc21d 0);
  -webkit-transform: translate(20%, 0%);
          transform: translate(20%, 0%);
}
.whlist li:hover i.bg1,
.whlist li:hover i.bg2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.whlist .tupian {
  width: 100%;
 1 height: 222px;
  position: relative;
  background: url('../images/zuan1.png') bottom no-repeat;
  -webkit-transition: .5s;
  transition: .5s;margin-top: 20px;
}
.whlist li:hover .tupian {
  background-image: url('../images/zuan1h.png');
}
.whlist .hex {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 114px;
  height: 113px;
  -webkit-transition: 2s;
  transition: 2s;
  background: url('../images/hex1.png') center no-repeat;
  margin-left: -57px;
  margin-top: -57px;
}
.whlist li:hover .hex {
  background-image: url('../images/hex1h.png');
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.whlist .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.whlist .pic .fig {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.whlist .i1 .p1 .fig {
  background: url('../images/wh1.png') center no-repeat;
}
.whlist .i1 .p2 .fig {
  background: url('../images/wh1h.png') center no-repeat;
}
.whlist .i2 .p1 .fig {
  background: url('../images/wh2.png') center no-repeat;
}
.whlist .i2 .p2 .fig {
  background: url('../images/wh2h.png') center no-repeat;
}
.whlist .i3 .p1 .fig {
  background: url('../images/wh3.png') center no-repeat;
}
.whlist .i3 .p2 .fig {
  background: url('../images/wh3h.png') center no-repeat;
}
.whlist .i4 .p1 .fig {
  background: url('../images/wh4.png') center no-repeat;
}
.whlist .i4 .p2 .fig {
  background: url('../images/wh4h.png') center no-repeat;
}
.rollover {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  overflow: visible!important;
  -webkit-transition: 1s;
  transition: 1s;
}
.rollover .p1,
.rollover .p2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rollover .p2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
li:hover .rollover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.whlist li .wz {
  position: relative;
  z-index: 3;
  margin-top: 24px;
}
.whlist li h3 {
  font-size: 24px;
  color: #8dc21d;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.whlist li .hx {
  width: 38px;
  height: 2px;
  background-color: #8dc21d;
  margin: 26px auto 20px;
  -webkit-transition: .5s;
  transition: .5s;
}
.whlist li .txt {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  1height: 108px;
  max-width: 240px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s; height:190px;
}
.whlist li .txt span {
  display: inline-block;
}
.whlist li:hover h3 {
  color: #fff;
}
.whlist li:hover .txt {
  color: #fff;
}
.whlist li:hover .hx {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .wenhua {
    border-top-left-radius: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .wenhua {
    padding: 100px 0 140px;
  }
  .whlist li {
    width: 50%;
    margin-top: 24px;
  }
  .whlist .tupian {
    height: 160px;
  }
  .whlist li .wz {
    margin-top: 0;
  }
  .whlist li .hx {
    margin-top: 14px;
  }
}
@media screen and (max-width: 750px) {
  .wenhua {
    padding: 80px 0 100px;
    border-top-left-radius: 100px;
  }
}
@media screen and (max-width: 640px) {
  .whlist li h3 {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
  }
  .whlist li .txt {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
  }
}
.about {
  padding: 160px 0 170px;
  position: relative;
  z-index: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7effb), to(#ffffff));
  background-image: linear-gradient(to top, #e7effb 0%, #ffffff 100%);
}
.about:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 0;
  width: 300px;
  height: 300px;
  background-color: #e7effb;
}
.about .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 24%;
  height: 100%;
  background: url('../images/abbg.jpg') center / cover no-repeat;
}
.about .cer8 {
  position: relative;
  z-index: 5;
}
.global2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.globalpicbg2 {
  width: 44%;
  position: relative;
  font-size: 0;
  text-align: center;
}
.globalpicbg2 img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.globalother2 {
  width: 47%;
}
.globalother2 .guolist1 {
  margin: 60px 0;
}
@media screen and (max-width: 1400px) {
  .about {
    padding: 130px 0 140px;
  }
  .globalother2 {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .about {
    padding: 100px 0 100px;
  }
  .about .bg {
    width: 34%;
  }
  .globalpicbg2 {
    width: 100%;
  }
  .globalother2 {
    width: 100%;
    margin-bottom: 50px;
  }
  .globalother2 .guolist1 {
    margin: 50px auto;
  }
}
@media screen and (max-width: 750px) {
  .about .bg {
    display: none;
  }
}
.globalother2 .intro {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.cate2 {
  position: relative;
  padding-top: 60px;
}
.cate2 .enp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  font-size: 0;
}
.cate2 .enp img {
  max-width: 100%;
  vertical-align: top;
}
.cate2 .cn {
  font-size: 30px;
  color: #8dc21d;
  line-height: 60px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.cate2 .cn2 {
  font-size: 22px;
  color: #333;
  line-height: 40px;
}
@media screen and (max-width: 1300px) {
  .cate2 .cn {
    font-size: 32px;
    line-height: 50px;
  }
  .cate2 .cn2 {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cate2 {
    text-align: center;
    padding-top: 40px;
  }
  .cate2 .enp img {
    width: 60%;
  }
}
.yanfaout {
  padding: 150px 0 94px;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7effb), to(#ffffff));
  background-image: linear-gradient(to top, #e7effb 0%, #ffffff 100%);
}
.yanfaone {
  margin-top: 32px;
  width: 100%;
  position: relative;
  padding: 120px 0;
}
.yanfaone .bg {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0;
  z-index: 2;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e8effb));
  background-image: linear-gradient(to top, #ffffff 0%, #e8effb 100%);
  border-bottom-right-radius: 200px;
}
.yanfa {
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.yanfapicbg {
  float: right;
  width: 41%;
  position: relative;
  font-size: 0;
  text-align: center;
}
.yanfapicbg img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yanfaother {
  float: left;
  width: 37.5%;
  padding-top: 20px;
  margin-left: 12.5%;
}
.yanfaother .yftitle {
  font-size: 28px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
.yanfaother .intro {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
  margin-top: 20px;
}
.yflist {
  padding: 12px 0;
  margin: 0 -12px 50px;
  overflow: hidden;
}
.yflist li {
  float: left;
  width: 50%;
  margin: 15px 0;
}
.yflist li .lin {
  padding: 0 12px;
}
.yflist li a {
  display: block;
  position: relative;
  padding: 0 35px;
  height: 116px;
  border: 1px dashed #dededf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.yflist li:hover a {
  background-color: #8dc21d;
  border-color: transparent;
}
.yflist li a:before {
  content: " ";
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 0;
  width: 4px;
  height: 100%;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
.yflist li:hover a:before {
  background-color: #edc31c;
}
.yflist li .wz {
  padding: 20px 24px;
}
.yflist li h3 {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  max-height: 112px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.yflist li:hover h3 {
  color: #fff;
}
.yflist2 {
  margin-top: 6px;
}
.yflist2 li {
  position: relative;
}
.yflist2 li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  height: 36px;
  border-bottom: 1px dashed #ddd;
  padding: 12px 0;
}
.yflist2 li span.info {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .3s;
  transition: .3s;
}
.yflist2 li:hover a {
  border-bottom-color: #8dc21d;
  border-bottom-style: solid;
}
.yflist2 li:hover span {
  color: #358bc9;
}
@media screen and (max-width: 1400px) {
  .yanfaout {
    padding: 120px 0 80px;
  }
  /*.yanfa{ display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}*/
  .yanfaone {
    padding: 100px 0;
  }
  .yanfaother {
    width: 42%;
    margin-left: 8%;
  }
  .yanfapicbg {
    width: 36%;
    margin-right: 8%;
  }
  .yflist li a {
    padding: 0 24px;
  }
  .yflist li h3 {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .yanfaout {
    padding: 90px 0 80px;
  }
  .yanfaone {
    padding: 70px 0 80px;
  }
  .yanfaone .bg {
    left: 30px;
    right: 30px;
  }
  .yanfa {
    width: auto;
    margin: 0 60px;
  }
  .yanfapicbg {
    width: 100%;
    margin-right: 0;
  }
  .yanfaother {
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .yanfaone .bg {
    left: 0;
    right: 0;
    border-bottom-right-radius: 100px;
  }
  .yanfa {
    margin: 0 5%;
  }
}
@media screen and (max-width: 640px) {
  .yflist {
    margin: 0 0 30px;
  }
  .yflist li {
    width: 100%;
  }
  .yflist li .lin {
    padding: 0 0;
  }
  .yflist li a {
    height: 90px;
  }
}
/*展开导航*/
.head_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 160;
  display: none;
  background: #4d5d68 url('../images/navbg.jpg') right / cover no-repeat;
}
.head_menu ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head_menu ul li {
  width: 20%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head_menu ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.head_menu ul .wrapper {
  padding: 100px 0 0;
  position: relative;
  text-align: left;
  height: 400px;
}
.head_menu ul .cn {
  height: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  margin: 0 0 36px;  margin-top: 20px;margin-bottom: 0;
}
.head_menu ul .cn a {
  color: #8dc21d;
  position: relative;
}
.head_menu ul .num {
  font-size: 34px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.2);
  font-family: 'amerigobt';
  -webkit-transition: .5s;
  transition: .5s;
}
.head_menu ul .num:hover {
  color: rgba(255, 255, 255, 0.5);
}
.head_menu ul dd {
  width: 100%;
  font-size: 16px;
  color: #d0d6db;
  line-height: 34px;
}
.head_menu ul dd a {
  position: relative;
  color: #d0d6db;
  padding: 5px 0;
}
.head_menu ul dd:hover a {
  color: #fff;
}
.head_menu ul dd:hover a {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ffffff' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
  background-size: 20px auto;
  -webkit-animation: waveMove 1s infinite linear;
          animation: waveMove 1s infinite linear;
}
.head_menu a.close {
  position: absolute;
  right: 42px;
  top: 50px;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: url('../images/cha.png') center no-repeat;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
.head_menu a.close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.head_menu .cn a:after {
  left: 100%;
  position: absolute;
  bottom: -1px;
  content: " ";
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.head_menu .cn:hover a:after {
  width: 100%;
  left: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
@media screen and (max-width: 1440px) {
  .head_menu ul .num {
    font-size: 24px;
  }
  .head_menu ul .cn {
    font-size: 24px;
  }
}
