a:hover {
  color: #ff8537;
}
.container {
  width: 1230px;
  margin: 0 auto;
}
.header {
  height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0%;
  left: 0;
  right: 0%;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.logo img {
  height: 48px;
}
.nav {
  font-size: 14px;
}
.nav > ul > li {
  display: inline-block;
}
.nav > ul > li > a {
  display: block;
  line-height: 60px;
  padding: 0 30px;
}
.nav > ul > li.current a {
  background-color: #ff8537;
  color: #fff;
}
.index-slider {
  width: 100%;
  height: 100%;
}
.mySwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  background-color: #ff8537;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
}
.mt120 {
  margin-top: 120px;
}
.p120 {
  padding: 120px 0;
}
.indexbg1 {
  background: url(../images/bg1.png) center bottom no-repeat;
  background-size: cover;
}
.index-about {
  display: flex;
  justify-content: space-between;
}
.index-about .txt {
  width: 660px;
}
.index-about .txt .about-name {
  position: relative;
  padding-left: 40px;
}
.index-about .txt .about-name:before {
  position: absolute;
  width: 25px;
  height: 24px;
  background: url(../images/icon1.png);
  left: 0;
  top: 10px;
  content: "";
}
.index-about .txt .about-name h1 {
  font-size: 24px;
}
.index-about .txt .about-name p {
  color: #aaaaaa;
}
.index-about .txt .cn {
  text-indent: 2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.index-about .txt .cn,
.index-about .txt .en {
  line-height: 1.8;
}
.index-about .txt .en {
  color: #aaaaaa;
  text-align: justify;
  font-size: 14px;
}
.index-about .pic {
  width: 460px;
}
.index-service {
  background: url(../images/section_bg_2.png) 0 0 / auto 100% no-repeat;
}
.index-title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 36px;
}
.index-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(../images/icon1.png);
}
.index-title h1 {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.index-title p {
  color: #aaaaaa;
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
  line-height: 18px;
}
.service-div {
  background-color: #fff;
  padding: 20px;
}
.sevice-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.service-item {
  width: 25%;
  position: relative;
  height: 460px;
  transition: all .5s;
}
.ser-content {
  position: relative;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/position_bg_1.png) 100% no-repeat;
  background-size: cover;
  color: #fff;
}
.ser-content img {
  width: 22px;
}
.ser-content p {
  font-size: 20px;
  margin-top: 10px;
}
.ser-content p span {
  display: block;
}
.ser-content2 {
  background: url(../images/position_bg_2.png) 100% no-repeat;
  background-size: cover;
}
.ser-content3 {
  background: url(../images/position_bg_3.png) 100% no-repeat;
  background-size: cover;
}
.ser-content4 {
  background: url(../images/position_bg_4.png) 100% no-repeat;
  background-size: cover;
}
.ser-act-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 2;
  transition: all .5s;
  opacity: 0;
  background: #ffffff url(../images/fwicon1.png) 100% no-repeat;
}
.ser-act-content h2 {
  color: #ff8537;
  font-size: 20px;
}
.ser-act-content .des {
  margin-top: 10px;
  text-indent: 32px;
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
.ser-act-content .mdiv {
  flex: 1;
  margin-top: 30px;
}
.ser-act-content .mdiv .weixin {
  text-align: center;
  font-size: 14px;
}
.ser-act-content .mdiv .weixin img {
  width: 120px;
  height: 120px;
}
.ser-act-content .mdiv .links a {
  display: inline-block;
  height: 46px;
  padding: 0 50px;
  border-radius: 46px;
  border: 2px solid #ff8537;
  color: #ff8537;
  line-height: 42px;
}
.ser-act-content .mdiv .links a:hover {
  background-color: #ff8537;
  color: #fff;
}
.ser-act-content2 {
  background: #ffffff url(../images/fwicon2.png) 100% no-repeat;
}
.ser-act-content3 {
  background: #ffffff url(../images/fwicon3.png) 100% no-repeat;
}
.ser-act-content4 {
  background: #ffffff url(../images/fwicon4.png) 100% no-repeat;
}
.service-item:hover {
  width: 35%;
}
.service-item:hover .ser-act-content {
  opacity: 1;
}
.ywbox {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.ywitem {
  width: 23%;
  height: 380px;
  background: url(../images/tsbg.png) center center no-repeat;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ywitem a {
  display: block;
  padding: 30px;
  position: relative;
  z-index: 10;
  height: 100%;
}
.ywitem h2 {
  font-size: 20px;
}
.ywitem .en {
  font-size: 15px;
  margin-top: 5px;
  color: #bbb;
}
.ywitem .ywicon {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.ywitem .link {
  position: absolute;
  bottom: 100px;
  left: 30px;
  z-index: 100;
}
.ywitem .ywright {
  position: absolute;
  right: 100px;
  bottom: 45px;
  transition: all .3s;
}
.ywitem::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ff8537;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  z-index: 1;
}
.ywitem:hover a {
  color: #fff;
}
.ywitem:hover a .en {
  color: #fff;
}
.ywitem:hover .ywicon img {
  filter: brightness(0) invert(1);
}
.ywitem:hover::after {
  height: 100%;
  opacity: 1;
}
.ywitem:hover .ywright {
  right: 30px;
}
.park-yw {
  background: url(../images/section_bg_3.png) center center no-repeat;
  padding: 120px 0;
}
.footer {
  background-color: #212021;
  color: #fff;
  padding: 30px 0;
}
.footer a {
  color: #fff;
}
.foot-nav p {
  margin-bottom: 30px;
}
.footer-div {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.foot-wx {
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.foot-wx > div {
  width: 120px;
  text-align: center;
}
.foot-wx > div .txt {
  margin-top: 10px;
}
.foot-add > div {
  display: flex;
  margin-bottom: 10px;
}
.copy {
  background-color: #000;
  color: #999;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}
.about-box {
  background: url(../images/about_bg.png) center center no-repeat;
}
.about-intro {
  display: flex;
  justify-content: space-between;
}
.about-intro .video {
  width: 600px;
}
.about-intro .info {
  width: 580px;
}
.about-intro .info .num {
  padding-left: 20px;
}
.about-intro .info .num img {
  height: 96px;
}
.about-intro .info .txt {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.8;
}
.mtitle {
  text-align: center;
}
.mtitle h2 {
  font-size: 36px;
  font-weight: normal;
}
.mtitle p {
  font-size: 16px;
  color: #999;
}
.mtitle span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #ff8537;
}
.centera {
  display: flex;
  margin-top: 60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.centera .oranger {
  width: 240px;
  background-color: #eeeeee;
}
.centera .oranger li {
  text-align: center;
}
.centera .oranger li a {
  display: block;
  line-height: 78px;
  border-bottom: 1px solid #ddd;
}
.centera .oranger li.hover {
  background-color: #ff8537;
}
.centera .oranger li.hover a {
  color: #fff;
}
.tablea {
  width: calc(100% - 240px);
  background-color: #fff;
}
.tableabox {
  padding: 40px;
}
.tableabox .pic {
  width: 100%;
  height: 200px;
}
.tableabox .pic img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.tableabox .txtcon h3 {
  color: #ff8537;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.tableabox .txtcon .funtxt {
  line-height: 1.8;
  font-size: 15px;
}
.park-style {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.park-style .park-picleft {
  width: 50%;
  height: 460px;
}
.park-style .park-picleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.park-style .park-picright {
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.park-style .park-picright > div {
  width: 48%;
  margin-bottom: 20px;
}
.park-style .park-picright > div img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.park-rongyu {
  background: url(../images/introduce_bg_2.png) center top no-repeat;
}
.rongyu-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.rongyuitem {
  width: 23%;
}
.rongyuitem .pic {
  height: 300px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.rongyuitem .txt {
  color: #999;
  text-align: center;
  line-height: 2;
  margin-top: 15px;
}
.rz-box {
  position: relative;
  background: url(../images/rzbg.png) center center no-repeat;
  background-size: cover;
  height: 640px;
}
.rzbtn {
  position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.rzbtn a {
  display: inline-block;
  background-color: #ff8537;
  color: #fff;
  padding: 15px 50px;
  border-radius: 6px;
}
.rzbtn h3 {
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.btnrz {
  display: inline-block;
  background-color: #ff8537;
  color: #fff;
  padding: 15px 50px;
  border-radius: 6px;
}
.rzlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: -200px;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}
.rzlist > div {
  width: 33.3333%;
  height: 292px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rzlist > div a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rzlist > div .txt {
  margin-top: 15px;
}
.rzlist a:hover {
  background-color: #ff8537;
  color: #fff;
}
.rzlist a:hover .pic img {
  filter: brightness(0) invert(1);
}
.rzlist .rzpic img {
  width: 100%;
  height: 292px;
  object-fit: cover;
}
.pagecontent {
  margin-top: -200px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0;
  min-height: 400px;
  margin-bottom: 50px;
}
.return {
  background-color: #f3f3f3;
  display: flex;
  padding: 10px;
  font-size: 12px;
  align-items: center;
}
.return a {
  align-items: center;
  display: flex;
}
.return p {
  margin-left: 5px;
}
.return img {
  width: 16px;
  height: 16px;
  vertical-align: top;
}
.park-newslist > ul > li {
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}
.park-newslist > ul > li a {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.park-newslist > ul > li a span {
  color: #666;
  font-size: 14px;
}
.park-newslist > ul > li a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #e0e0e0;
  left: 0px;
  top: 28px;
  content: "";
  display: inline-block;
}
.page-wrap {
  padding: 50px 200px;
}
.page-wrap .t {
  text-align: center;
  margin-bottom: 20px;
}
.page-wrap .t h1 {
  font-size: 28px;
}
.page-wrap .pageDiv {
  line-height: 2;
}
.news-section {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
.news-section:before {
  position: absolute;
  width: 25px;
  height: 24px;
  background: url(../images/icon1.png);
  left: 0;
  top: 10px;
  content: "";
}
.news-section h1 {
  font-size: 24px;
}
.news-section p {
  color: #aaaaaa;
}
.newsDiv {
  margin-top: 100px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.newsClass > ul > li {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  margin-top: 38px;
}
.newsClass > ul > li a {
  padding: 20px 0;
}
.newsClass li.current a {
  color: #ff8537;
}
.newsClass li.current:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ff8537;
  display: inline-block;
  bottom: -18px;
}
.news-list2 {
  margin-top: 20px;
}
.news-list2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.news-list2 > ul > li {
  width: 33.3333%;
  padding: 15px;
}
.blank {
  height: 100px;
}
.newsItem {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.newsItem .pic {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.newsItem .pic img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all .3s;
}
.newsItem .txt {
  padding: 20px;
  min-height: 120px;
}
.newsItem .txt .date {
  font-size: 12px;
  color: #666;
}
.newsItem .txt h2 {
  margin-top: 10px;
  font-size: 18px;
}
.newsItem:hover .pic img {
  transform: scale(1.1);
}
.contactlist {
  display: flex;
  justify-content: space-between;
  padding: 80px 40px;
}
.contactlist > div {
  text-align: center;
  width: 33.3333%;
}
.contactlist > div h2 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.contactlist > div p {
  font-size: 14px;
  color: #666;
}
.contactMap {
  margin-bottom: 100px;
}
.message .fromgorup {
  margin-bottom: 20px;
}
.message .areainput,
.message .input-txt {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 6px;
}
.message .areainput {
  height: 100px;
  padding: 15px;
}
.message .name {
  margin-bottom: 8px;
}
.message .name span {
  color: #ff8537;
}
.message .areainput2 {
  height: 180px;
}
.xzselect {
  padding: 0 15px;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
}
.subinput {
  padding: 12px 60px;
  background-color: #ff8537;
  color: #fff;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
.index-rz {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.roll-wrap {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.roll_row .roll__list::before,
.roll_row .roll__list::after {
  content: "";
  display: table;
  line-height: 0;
}
.roll_row .roll__list::after {
  clear: both;
}
.roll_row .roll__list {
  width: 9999px;
}
.roll_row .roll__list li {
  float: left;
  display: block;
  margin-right: 20px;
  width: 120px;
  height: 62px;
  line-height: 62px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.company-rz {
  margin-top: 30px;
}
.qyimg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qyimg img {
  vertical-align: top;
  max-width: 110px;
  max-height: 52px;
}
.company-rz {
  position: relative;
}
.company-rz::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 280px;
  background: linear-gradient(270deg, #ffffff 29.49%, rgba(255, 255, 255, 0));
  z-index: 10;
  transform: rotate(180deg);
}
.company-rz::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 280px;
  background: linear-gradient(270deg, #ffffff 29.49%, rgba(255, 255, 255, 0));
  z-index: 10;
}
.m-menu {
  display: none;
}
.videosp {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.job-list {
  padding: 20px;
}
.job-list > ul > li {
  display: table;
  width: 100%;
  font-size: 14px;
}
.job-list > ul > li p {
  display: table-cell;
  border: 1px solid #f6f6f6;
  padding: 10px;
  text-align: center;
  border-collapse: collapse;
}
.job-list > ul > li p span {
  display: none;
}
.job-list > ul > li .name {
  width: 5%;
}
.job-list > ul > li .sex {
  width: 5%;
}
.job-list > ul > li .zy {
  width: 10%;
}
.job-list > ul > li .money {
  width: 10%;
}
.job-list > ul > li .xw {
  width: 8%;
}
.job-list > ul > li .more {
  width: 8%;
}
.job-list > ul > li .zpname {
  width: 10%;
}
.job-list > ul > li .qyname {
  width: 15%;
}
.job-list ul > li:hover {
  background-color: #f3f3f3;
}
.job-list .cop {
  background-color: #ff8537;
  color: #fff;
}
.person-job {
  width: 100%;
}
.person-job > ul li {
  display: table;
  width: 100%;
  font-size: 14px;
}
.person-job > ul li >div {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  border-collapse: collapse;
}
.person-job > ul li div.name {
  width: 100px;
  background-color: #f3f3f3;
}
.person-job > ul li div.info {
  text-align: left;
}
