* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  overflow: hidden;
}
.bannerSwiper {
  margin-top: 158px;
  width: 100%;
  height: 680px;
  background-color: #ecf6fb;
}
.bannerSwiper .swiper-slide div {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  border: 0.02rem solid #fff;
  width: 20px !important;
  height: 20px !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 20px !important;
  height: 20px !important;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pingtai-top {
  margin-top: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pingtai-top p {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.pingtai-top span {
  margin-top: 23px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.pingtai-bottom {
  margin-top: 45px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pingtai-bottom .item {
  margin-bottom: 40px;
  width: 367px;
  height: 403px;
  box-shadow: 0 0 3px 2px #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pingtai-bottom .item i {
  margin: 48px 0;
  width: 68px;
  height: 4px;
  background-color: #f08519;
}
.pingtai-bottom .item p {
  font-size: 22px;
  color: #f08519;
  line-height: 1;
}
.pingtai-bottom .item span {
  margin-top: 8px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.pingtai-bottom .item:hover {
  box-shadow: 0 0 3px 2px #acce22;
}
.pingtai-bottom .item:hover i {
  background-color: #acce22;
}
.pingtai-bottom .item:hover p,
.pingtai-bottom .item:hover span {
  color: #acce22;
}
.box2 {
  margin-top: 46px;
  width: 100%;
  height: 760px;
  background: url(../image/box2_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2 .box2_text {
  width: 1240px;
  height: 658px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.box2 .box2_text img {
  width: 100%;
  height: 367px;
}
.box2 .box2_text-bottom {
  margin-top: 58px;
  display: flex;
}
.box2 .box2_text-bottom-left {
  padding-left: 66px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  align-items: center;
}
.box2 .box2_text-bottom-left div:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.box2 .box2_text-bottom-left div:nth-child(1) h4 {
  font-size: 24px;
  color: #f08519;
  line-height: 1;
}
.box2 .box2_text-bottom-left div:nth-child(1) img {
  margin: 12px 0 21px;
  width: 115px;
  height: 7px;
}
.box2 .box2_text-bottom-left div:nth-child(1) p {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  text-align: justify;
}
.box2 .box2_text-bottom-left div:nth-child(2) {
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2 .box2_text-bottom-left div:nth-child(2) span {
  font-size: 36px;
  color: #f08519;
  line-height: 1;
}
.box2 .box2_text-bottom-left div:nth-child(2) img {
  width: 142px;
  height: 16px;
}
.box2 .box2_text-bottom-right {
  padding-left: 45px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.box2 .box2_text-bottom-right h4 {
  font-size: 24px;
  color: #f08519;
  line-height: 1;
}
.box2 .box2_text-bottom-right img {
  margin: 12px 0 21px;
  width: 115px;
  height: 7px;
}
.box2 .box2_text-bottom-right p {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  text-align: justify;
}
.onestop {
  width: 100%;
  height: 1160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f8f8;
}
.onestop-top {
  margin-top: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onestop-top div {
  display: flex;
  align-items: center;
}
.onestop-top div img {
  width: 30px;
  height: 22px;
}
.onestop-top div span {
  margin-left: 10px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.onestop-top p {
  margin: 30px 0;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.onestop-top i {
  width: 101px;
  height: 3px;
  background-color: #f08519;
}
.onestop-center {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onestop-center div:nth-child(1) {
  width: 1135px;
  height: 58px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 3px 2px #eee;
  display: flex;
  align-items: center;
}
.onestop-center div:nth-child(1) p {
  margin: 0 50px 0 68px;
  font-size: 22px;
  color: #333;
}
.onestop-center div:nth-child(1) i {
  margin-right: 44px;
  width: 2px;
  height: 24px;
  background-color: #333;
}
.onestop-center div:nth-child(1) span {
  margin-right: 35px;
  font-size: 18px;
  color: #333;
}
.onestop-center div:nth-child(1) span:last-child {
  margin-right: 0;
}
.onestop-center div:nth-child(2) {
  margin-top: 60px;
  width: 434px;
  height: 39px;
  border: 1px solid #f08519;
  box-sizing: border-box;
  border-radius: 39px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.onestop-center div:nth-child(2) span {
  font-size: 18px;
  color: #333;
}
.onestop-bottom {
  margin-top: 23px;
  width: 1200px;
  height: 688px;
  background: url(../image/onestop_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onestop-bottom h4 {
  margin: 224px 0 80px;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.onestop-bottom p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.onestop-bottom p span {
  font-size: 20px;
  color: #f08519;
}
.shengnei {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shengnei-top {
  margin-top: 100px;
  width: 100%;
  background: url(../image/shengnei_title_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shengnei-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.shengnei-top span {
  margin-top: 22px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.shengnei-bottom {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shengnei-bottom .item {
  width: 158px;
  height: 405px;
  transition: width 1s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-right: 2px solid #f8f8f8;
  box-sizing: border-box;
}
.shengnei-bottom .item img {
  height: 120%;
}
.shengnei-bottom .item p {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shengnei-bottom .snActive {
  width: 565px;
  transition: width 1s;
}
.shengnei-bottom .snActive p {
  background-color: transparent;
  color: transparent;
}
.shengnei-btn {
  margin-top: 43px;
  width: 229px;
  height: 53px;
  border-radius: 53px;
  border: 1px solid #f08519;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shengnei-btn span {
  margin-left: 10px;
  font-size: 20px;
  color: #f08519;
}
.gny {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gny-top {
  margin-top: 100px;
  width: 100%;
  background: url(../image/guoneiyou_title_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gny-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.gny-top span {
  margin-top: 22px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.gny-bottom {
  margin-top: 63px;
  width: 100%;
  background: url(../image/gny_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gny-bottom span {
  margin: 170px 0;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}
.gny-bottom .boxlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 5px 2px #eee;
  padding: 60px 38px 0;
  box-sizing: border-box;
  width: 1200px;
  background-color: #fff;
  border-radius: 10px;
}
.gny-bottom .boxlist_context {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gny-bottom .boxlist_context .item {
  margin-bottom: 20px;
  width: 360px;
  height: 282px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.gny-bottom .boxlist_context .item img {
  width: 120%;
}
.gny-bottom .boxlist_context .item p {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 282px;
}
.gny-bottom .boxlist_context .item:hover p {
  display: block;
}
.gny-bottom .boxlist .gny-btn {
  margin: 22px 0 43px;
  width: 175px;
  height: 53px;
  border-radius: 53px;
  border: 1px solid #f08519;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gny-bottom .boxlist .gny-btn span {
  margin-left: 10px;
  font-size: 20px;
  color: #f08519;
}
.box6 {
  margin-top: 80px;
  width: 100%;
  height: 530px;
  background: url(../image/box6_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.box6 a {
  margin: 0 0 69px 550px;
  width: 175px;
  height: 53px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 53px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box6 a:hover {
  color: #fff;
}
.fanwei {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fanwei-top {
  margin-top: 100px;
  width: 100%;
  background: url(../image/fanwei_title_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fanwei-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.fanwei-top span {
  margin-top: 22px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.fanwei-bottom {
  margin-top: 57px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fanwei-bottom .item {
  margin-bottom: 67px;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fanwei-bottom .item div {
  width: 126px;
  height: 126px;
  background-color: #acce22;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fanwei-bottom .item p {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-top: 18px;
}
.fanwei-bottom .item:hover div {
  background-color: #f08519;
}
.fanwei-bottom .item:hover p {
  color: #f08519;
}
.techan {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.techan-top {
  margin-top: 100px;
  width: 100%;
  background: url(../image/techan_title_bg.png) no-repeat top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.techan-top p {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.techan-top span {
  margin-top: 22px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.techan-bottom {
  margin-top: 48px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.techan-bottom .item {
  position: relative;
}
.techan-bottom .item div {
  width: 299px;
  height: 433px;
}
.techan-bottom .item div img {
  width: 100%;
  height: 100%;
}
.techan-bottom .item p {
  width: 53px;
  height: 129px;
  background: transparent;
  font-size: 24px;
  color: transparent;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.techan-bottom .item:hover p {
  background: rgba(172, 206, 34, 0.75);
  color: #fff;
}
.box9 {
  margin-top: 93px;
  width: 100%;
  height: 893px;
  background: url(../image/box9_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box9_text {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 190px;
  box-sizing: border-box;
  position: relative;
}
.box9_text h4 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.box9_text p {
  margin: 30px 0 58px;
  font-size: 26px;
  color: #585757;
  line-height: 1;
}
.box9_text a {
  width: 175px;
  height: 53px;
  border: 1px solid #f08519;
  box-sizing: border-box;
  border-radius: 53px;
  font-size: 22px;
  color: #f08519;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box9_text span {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.box9_text span:nth-child(4) {
  position: absolute;
  bottom: 96px;
  left: 216px;
}
.box9_text span:nth-child(5) {
  position: absolute;
  top: 300px;
  left: 60px;
}
.box9_text span:nth-child(6) {
  position: absolute;
  top: 106px;
  left: 280px;
}
.box9_text span:nth-child(7) {
  position: absolute;
  top: 106px;
  left: 556px;
}
.box9_text span:nth-child(8) {
  position: absolute;
  top: 106px;
  left: 854px;
}
.box9_text span:nth-child(9) {
  position: absolute;
  top: 300px;
  right: 40px;
}
.box9_text span:nth-child(10) {
  position: absolute;
  bottom: 96px;
  right: 225px;
}
.tiyan {
  width: 100%;
  height: 900px;
  background: url(../image/tiyan_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tiyan_text {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.tiyan_text h4 {
  font-size: 40px;
  color: #acce22;
  font-weight: 700;
  line-height: 1;
}
.tiyan_text img {
  margin: 20px 0 50px;
}
.tiyan_text span {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.tiyan_text p {
  margin-top: 35px;
  width: 336px;
  height: 53px;
  border-radius: 53px;
  border: 1px solid #acce22;
  box-sizing: border-box;
  font-size: 20px;
  color: #acce22;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box10 {
  width: 100%;
  height: 645px;
  background: url(../image/box10_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box10-top {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box10-top div {
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box10-top div img {
  margin-right: 10px;
}
.box10-top p {
  margin: 22px 0 32px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.box10-top span {
  margin-bottom: 7px;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.box10-bottom {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
}
.box10-bottom img {
  margin-left: 10px;
  width: 821px;
}
.box10-bottom div {
  margin-top: 15px;
  width: 845px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.box10-bottom div span {
  writing-mode: vertical-lr;
}
.box10-bottom div p {
  display: flex;
}
.index_aboutus {
  width: 100%;
  height: 900px;
  background: url(../image/index_aboutus.png) no-repeat center;
  display: flex;
  justify-content: center;
}
.index_aboutus_box {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.index_aboutus_box .index_aboutus_text {
  width: 590px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_aboutus_box .index_aboutus_text div:nth-child(1) {
  margin-top: 99px;
  font-size: 18px;
  color: #333;
}
.index_aboutus_box .index_aboutus_text div:nth-child(1) img {
  margin-right: 10px;
}
.index_aboutus_box .index_aboutus_text h4 {
  margin-top: 29px;
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.index_aboutus_box .index_aboutus_text div:nth-child(3) {
  margin-top: 39px;
  display: flex;
}
.index_aboutus_box .index_aboutus_text div:nth-child(3) p {
  line-height: 22px;
  text-indent: 0;
  margin: 0;
  margin-right: 39px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid #acce22;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_aboutus_box .index_aboutus_text div:nth-child(3) p:last-child {
  margin-right: 0;
}
.index_aboutus_box .index_aboutus_text p {
  margin-top: 34px;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
}
.floor_banner {
  width: 100%;
  height: 705px;
  background: url(../image/floor_banner.png) no-repeat center;
}
.gotop {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gotop .item {
  width: 50px;
  height: 50px;
  background-color: #414141;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gotop .item p {
  display: none;
  position: absolute;
  top: 0;
  right: 150%;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px #eee;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  white-space: nowrap;
}
.gotop .item:nth-child(2) p {
  width: 130px;
  height: 130px;
  background-color: #fff;
  padding: 0;
}
.gotop .item:last-child {
  background-color: #babbbc;
}
.gotop .item:last-child:hover {
  background-color: #babbbc;
}
.gotop .item:hover {
  background-color: #acce22;
}
.gotop .item:hover p {
  display: flex;
}
