@charset "UTF-8";
@font-face {
  font-family: hy;
  src: url(../font/hy.ttf); }
@-webkit-keyframes left_right {
  0% {
    -webkit-transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0px); } }
@keyframes left_right {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0px); } }
@keyframes twinkling {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5;
    transform: scale(1.2); }
  100% {
    opacity: 1; } }
.hide {
  display: none; }

.fl_l {
  float: left; }

.topBarText {
  height: 40px;
  width: 100%;
  background-color: #444444;
  position: fixed;
  z-index: 999;
  line-height: 40px;
  color: #d4d4d4;
  font-size: 0.75rem;
  position: relative; }
  .topBarText .container {
    position: relative; }
  .topBarText .language {
    position: absolute;
    right: 0;
    top: 0; }
    .topBarText .language a {
      color: #fff;
      margin: auto 11px;
      transition: .3s; }
      .topBarText .language a:hover {
        color: #f1b563; }
  .topBarText .weatherIcon {
    height: 22px;
    width: 22px; }

.pcNav {
  height: 94px;
  background-color: rgba(0, 0, 0, 0.4); }
  .pcNav .container {
    position: relative; }
  .pcNav .pcLogo {
    margin: 19px 0; }
  .pcNav .pcNavBox {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 660px;
    height: 100%;
    padding: 0;
    margin: 0; }
  .pcNav .pcNavList {
    flex: 1;
    text-align: center;
    height: 100%;
    padding: 17px 0;
    position: relative; }
    .pcNav .pcNavList a {
      color: #fff; }
    .pcNav .pcNavList:hover {
      background: url(../images/navBg.png) no-repeat center;
      background-size: cover; }
      .pcNav .pcNavList:hover .pcNavChild {
        opacity: 1;
        display: block; }
  .pcNav .active {
    background: url(../images/navBg.png) no-repeat center;
    background-size: cover; }
  .pcNav .pcNavChild {
    position: absolute;
    width: 100%;
    top: 100%;
    background: url(../images/navListBg.png) no-repeat center;
    background-size: cover;
    padding: 12px 3px;
    border-radius: 20px;
    opacity: 0;
    display: none; }
    .pcNav .pcNavChild li {
      display: inline-block;
      float: left;
      margin: 0 4px; }

.rollList {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.nav {
  position: absolute;
  width: 100%;
  z-index: 2; }

.homeFooter {
  height: 236px;
  background: #444444; }
  .homeFooter .footerListBox {
    margin: 0;
    width: 100%;
    display: flex;
    padding-top: 36px; }
    .homeFooter .footerListBox .footerList {
      flex: 1;
      text-align: center;
      border-left: 1px solid #7e7e7e; }
      .homeFooter .footerListBox .footerList:first-child {
        border: none; }
      .homeFooter .footerListBox .footerList p {
        color: #d4d4d4;
        font-size: 1rem;
        margin: 0; }
      .homeFooter .footerListBox .footerList a {
        color: #9e9e9e;
        font-size: 0.75rem; }
  .homeFooter .footerBottom {
    margin-top: 50px;
    font-size: 0.875rem;
    color: #d4d4d4;
    text-align: center; }
    .homeFooter .footerBottom a {
      color: #d4d4d4; }

.homeVideo {
  object-fit: fill;
  height: 100%;
  width: 100%; }

.homeVideoBox {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 40px;
  background-image: url(../images/videoBg.png); }

.yinxiangBox {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 40px;
  background-image: url(../images/yinxiangList1.png);
  background-size: cover; }

.homeCenterText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 200px;
  text-align: center; }
  .homeCenterText .homeCenterTitle {
    color: #d4d4d4;
    font-size: 4rem;
    font-family: "hy"; }
  .homeCenterText .homeCenterTitleEn {
    color: #d4d4d4;
    font-size: 1.5rem; }

#homeSlide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 400px; }
  #homeSlide .swiper-slide {
    text-align: center;
    position: relative;
    padding: 20px; }
  #homeSlide .swiper-slide-active {
    background: url(../images/homeSildeActiveBg.png) no-repeat top;
    background-size: contain; }
    #homeSlide .swiper-slide-active .slideImgOverturn {
      display: none; }
    #homeSlide .swiper-slide-active .slideMain {
      display: initial; }
  #homeSlide .swiper-slide-next .slideImgOverturn {
    left: initial; }
  #homeSlide .swiper-slide-prev .slideImgOverturn {
    right: initial; }
  #homeSlide .slideImgOverturn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0; }
  #homeSlide .slideMain {
    display: none; }
    #homeSlide .slideMain p {
      margin-bottom: 0; }
  #homeSlide .homeSlideNum {
    font-size: 2.25rem;
    margin-top: 8px;
    color: #e98f14; }
  #homeSlide .homeSlideTitle {
    font-size: 2rem;
    color: #22818a;
    line-height: 1em; }
  #homeSlide .homeSlideTitleEn {
    font-size: 0.75rem;
    color: #999999;
    margin-bottom: 10px !important; }
  #homeSlide .homeSlideContent {
    font-size: 0.75rem;
    color: #e98f14; }
  #homeSlide .homeSlideImg {
    width: 70%; }
  #homeSlide .homeSlideMore {
    width: 20%;
    margin-top: 1rem; }
  #homeSlide .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAOVBMVEUAAAApiY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY92558oAAAAEnRSTlMAN82IPsSCMmL62rV8Si0qKQ03sQ5vAAAAbUlEQVRIx+3TSwqAMBRD0Vertv41+1+sCwgEAg6ENuNDuVBewFogjHXe+ad8qw4fMEuuteYTsmhXbzNnvYfiXCK41ppfK6rxTSPwSM6+GDwSkCRnf2vOPZpzj8GjAKfk3HMYPNKSf3SrnTfDrb3q5w8+UYZUvgAAAABJRU5ErkJggg==); }
    #homeSlide .swiper-button-prev:hover {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAP1BMVEUpiY/////v9vc4kZfm8fIzj5V8t7t2tLhsrrNqrbE+lJr5/Pzz+fmKv8KAur1ysbVZpKhHmp/i7/DI4eJlqq6oIiM2AAAAXklEQVRIx+2QyQ3AIBAD8XKFhSTk6L/WtIAfSEHaeY+skZ1hrMKGRNgZtTPb8ON2QbvG7ROi80oqVdKUeVAcQRcUxvcBB+PHGzu1L8hTewLXEwWJ8TVwfnxeZxj/5gN87AHGMEbrUwAAAABJRU5ErkJggg==); }
  #homeSlide .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAOVBMVEUAAAApiY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY8piY92558oAAAAEnRSTlMAN82IPsSCMmL62rV8Si0qKQ03sQ5vAAAAbUlEQVRIx+3Tuw6AMAxD0ZQWWt7g//9YRo+JJQYk6vkouksM0gwmrPPOX+B5TgrfgaLEHEBV2hOQBG4VKAK3C0gCZ4/L2SNwu+kjvGE54zxjFNqpI3zDYHE+UbucJT7nbZ9TC7ytH/rVzn/IpT3emA8+1BtZ6AAAAABJRU5ErkJggg==); }
    #homeSlide .swiper-button-next:hover {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAP1BMVEUpiY/////v9vc4kZfm8fIzj5V8t7t2tLhsrrNqrbE+lJr5/Pzz+fmKv8KAur1ysbVZpKhHmp/i7/DI4eJlqq6oIiM2AAAAX0lEQVRIx+3SyQ2AMAxE0YwTcDYgLP3XSgueQySQ/M9P1hwcPO/jPffC8BWpcl6o+xsS5XekyHiFRG7PNXVPgQzGC9SOa8dh12dDsesIZGKJUEv6vCWjQan/zcHzftILhoQBxu+uXXIAAAAASUVORK5CYII=); }

.homeList2 .container {
  height: 100%;
  position: relative; }

.homeList2Title {
  text-align: center; }
  .homeList2Title .homeList2TitleText {
    font-size: 1.5rem;
    color: #29898f; }
  .homeList2Title .homeList2TitleTextEn {
    font-size: 1.5rem;
    color: #29898f;
    text-transform: uppercase;
    padding-top: 60px;
    margin: 0; }

.homeSection3List {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .homeSection3List:hover .indexMediumCircle {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    top: 3vw;
    left: 3vw;
    position: absolute; }
  .homeSection3List:hover .indexBigCircle {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    top: 8vw;
    left: 8vw;
    position: absolute; }
  .homeSection3List:hover .homeSection3ListTitle {
    top: 22vh; }
  .homeSection3List:hover .homeSection3ListConcent {
    bottom: 17vh; }
  .homeSection3List .testCover {
    box-sizing: content-box;
    position: absolute;
    width: 18vw;
    height: 18vw;
    border: 50vh solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    left: calc(-50vh + 3.5vw);
    top: calc(0vh - 18vw / 2); }
  .homeSection3List .indexBigCircle {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    border: 1px solid #f8b36e;
    top: 3vw;
    left: 3vw;
    position: absolute;
    transition: 1.5s;
    -webkit-transition: 1.5s; }
  .homeSection3List .indexMediumCircle {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    border: 1px solid white;
    top: 8vw;
    left: 8vw;
    position: absolute;
    transition: 1.5s;
    -webkit-transition: 1.5s; }
  .homeSection3List .indexSmallCircle {
    width: 0.5vw;
    height: 0.5vw;
    border-radius: 50%;
    background-color: white;
    top: 8.75vw;
    left: 8.75vw;
    position: absolute; }
  .homeSection3List .trans {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .homeSection3List .homeSection3ListTitle {
    color: white;
    top: 20vh;
    font-size: 1.5rem;
    position: relative;
    z-index: 999;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    text-align: center; }
  .homeSection3List .homeSection3ListConcent {
    color: white;
    bottom: 15vh;
    font-size: 1.125rem;
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    transition: 1.5s;
    -webkit-transition: 1.5s; }

.homeList4 .container {
  height: 100%;
  position: relative; }
.homeList4 .homeList4Title {
  text-align: center; }
  .homeList4 .homeList4Title .homeList4TitleText {
    font-size: 1.5rem;
    color: #29898f; }
  .homeList4 .homeList4Title .homeList4TitleTextEn {
    font-size: 1.5rem;
    color: #29898f;
    text-transform: uppercase;
    padding-top: 60px;
    margin: 0; }
.homeList4 .homeList4List {
  height: 21vh;
  margin-top: 3vh;
  position: relative; }
  .homeList4 .homeList4List .homeList4ListHref {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%; }
  .homeList4 .homeList4List:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
    .homeList4 .homeList4List:nth-child(even) .homeList4ListTitle {
      margin-top: 10vh;
      padding: 0 10% 0 1%; }
  .homeList4 .homeList4List:nth-child(odd) .homeList4ListTitle {
    margin-top: 5vh;
    padding: 0 1% 0 10%; }
  .homeList4 .homeList4List:hover .homeList4ListImg img {
    transform: scale(1.1); }
.homeList4 .homeList4ListImg {
  height: 100%;
  overflow: hidden; }
  .homeList4 .homeList4ListImg img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
    transition: .3s; }
.homeList4 .homeList4ListTitle {
  color: #e98f14;
  text-align: center; }

.mobileNav {
  display: none; }

.yinxiangBannerBottom {
  position: absolute;
  height: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0; }

.yinxiangBannerBottomTitle {
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: left;
  line-height: 50px;
  color: white;
  font-size: 0.75rem; }

.yinxiangList1 {
  background-position: bottom; }

.yinxiangList2 {
  background-position: bottom; }

.yinxiangList3 {
  background-position: bottom; }

.yinxiangList4 {
  background-position: bottom; }

.yinxiangList5 {
  background-position: bottom; }

.yinxiangListBox {
  height: 67vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.yinxiangListBoxTop {
  height: 31vh;
  text-align: center; }
  .yinxiangListBoxTop img {
    max-height: 100%;
    max-width: 100%; }
  .yinxiangListBoxTop .yinxiangListBoxContent {
    height: 100%;
    background: url(../images/yinxiangListBorder.png) center no-repeat;
    background-size: 100% 100%;
    padding: 5%;
    text-align: left; }
  .yinxiangListBoxTop .yinxiangListBoxInfo {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .yinxiangListBoxTop .yinxiangListBoxMore {
    position: absolute;
    bottom: 20px;
    animation: left_right ease-out 2s infinite;
    -webkit-animation: left_right ease-out 2s infinite; }

.yinxiangListBoxBottom {
  height: 50%;
  height: 31vh;
  bottom: 0;
  position: absolute;
  width: 100%; }
  .yinxiangListBoxBottom .yinxiangListBoxImg {
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .yinxiangListBoxBottom .yinxiangListBoxImg img {
      transition: .3s; }
    .yinxiangListBoxBottom .yinxiangListBoxImg:hover img {
      transform: scale(1.1); }

.pagination {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 10; }

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #e98f14;
  position: relative;
  padding: 4px; }

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px; }

.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px; }

.pagination a:hover .hover-text {
  opacity: 1; }

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0; }

.gaikuangBanner {
  height: 410px;
  position: relative;
  padding: 0;
  background: url(../images/gaikuangBanner.png) no-repeat bottom; }

.meijingBanner {
  height: 410px;
  position: relative;
  padding: 0;
  background: url(../images/meijingBanner.png) no-repeat bottom; }

.wenhuaBanner {
  height: 410px;
  position: relative;
  padding: 0;
  background: url(../images/wenhuaBanner.png) no-repeat bottom; }

.yanxueBanner {
  height: 410px;
  position: relative;
  padding: 0;
  background: url(../images/yanxueBanner.png) no-repeat bottom; }

.gonglueBanner {
  height: 410px;
  position: relative;
  padding: 0;
  background: url(../images/gonglueBanner.png) no-repeat bottom; }

.dingmeishiTop {
  height: 410px;
  position: relative;
  padding: 0;
  background: url(../images/dingmeishiTop.jpg) no-repeat bottom; }

.gaikuangBox {
  padding: 0; }

.gaikuangBoxNav {
  border-bottom: 1px solid #e98f14;
  text-align: center;
  padding: 19px 0;
  margin-bottom: 0; }
  .gaikuangBoxNav .gaikuangBoxNavList {
    width: 200px;
    display: inline-block;
    font-size: 0.875rem;
    position: relative;
    line-height: 1em; }
    .gaikuangBoxNav .gaikuangBoxNavList a {
      color: #000; }
    .gaikuangBoxNav .gaikuangBoxNavList:hover a {
      color: #e98f14; }
    .gaikuangBoxNav .gaikuangBoxNavList:before {
      width: 1px;
      height: 1em;
      background: #e98f14;
      position: absolute;
      content: '';
      right: 0; }
    .gaikuangBoxNav .gaikuangBoxNavList:last-child:before {
      display: none; }
  .gaikuangBoxNav .active a {
    color: #e98f14; }
  .gaikuangBoxNav .active:after {
    content: '';
    position: absolute;
    width: 4em;
    background: #e98f14;
    height: 1px;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%); }

.gaikuangBoxContent {
  text-align: center;
  padding: 20px 0; }
  .gaikuangBoxContent .gaikuangBoxTitle {
    font-size: 1.25rem;
    color: #444;
    letter-spacing: 4px; }

.gaikuangBoxHr img {
  max-width: 100%; }

.gaikuangBoxInfo {
  color: #444444;
  font-size: 1rem;
  padding: 10px 0 65px; }
  .gaikuangBoxInfo img{
  	max-width: 100%;
  }
  .gaikuangBoxInfo .row {
    margin: 0; }

.meijingBox {
  background: url(../images/meijingList1.png); }
  .meijingBox .meijingList {
    height: 430px;
    background-size: cover;
    position: relative; }
    .meijingBox .meijingList:nth-child(1) {
      background: url(../images/meijingList1.png); }
    .meijingBox .meijingList:nth-child(2) {
      background: url(../images/meijingList2.png); }
    .meijingBox .meijingList:nth-child(3) {
      background: url(../images/meijingList1.png); }
    .meijingBox .meijingList:nth-child(4) {
      background: url(../images/meijingList4.png); }
    .meijingBox .meijingList:nth-child(5) {
      background: url(../images/meijingList1.png); }
    .meijingBox .meijingList:nth-child(6) {
      background: url(../images/meijingList6.png); }
    .meijingBox .meijingList:nth-child(odd) .meijingListBoxTitle {
      color: #000; }
    .meijingBox .meijingList:nth-child(odd) .meijingListBoxInfo {
      color: #444; }
    .meijingBox .meijingList:nth-child(odd) .meijingListContent:hover .meijingListImgBox {
      box-shadow: 5px 5px 30px #999; }
    .meijingBox .meijingList:nth-child(even) .meijingListBoxTitle {
      color: #fefefe; }
    .meijingBox .meijingList:nth-child(even) .meijingListBoxInfo {
      color: #eeeeee; }
    .meijingBox .meijingList:nth-child(even) .meijingListContent {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
      .meijingBox .meijingList:nth-child(even) .meijingListContent:hover .meijingListImgBox {
        box-shadow: 5px 5px 30px white; }
    .meijingBox .meijingList .container {
      position: relative;
      height: 430px; }
  .meijingBox .meijingListImgBox {
    width: 90%;
    height: 282px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .3s; }
  .meijingBox .meijingListBox {
    padding: 4% 10% 4% 0; }
  .meijingBox .meijingListBoxTitle {
    font-size: 1rem; }
  .meijingBox .meijingListBoxInfo {
    font-size: 0.75rem; }
  .meijingBox .meijingListContent {
    position: absolute;
    top: 50%;
    height: 282px;
    transform: translateY(-50%); }
  .meijingBox .meijingListBoxMore {
    width: 16px;
    height: 27px;
    position: absolute;
    bottom: 10%;
    background-image: url(../images/back.png);
    animation: left_right ease-out 2s infinite;
    -webkit-animation: left_right ease-out 2s infinite; }

.wenhuaLine {
  position: absolute;
  width: 1px;
  height: calc(100% - 63px);
  background: #edbf80;
  left: 50%; }

.meijingListContent {
  width: 100%; }

.wenhuaBox {
  background: url(../images/wenhuaBg.png);
  background-attachment: fixed;
  background-position: center;
  position: relative; }
  .wenhuaBox .meijingList {
    height: 430px;
    background-size: cover;
    position: relative; }
    .wenhuaBox .meijingList:after {
      width: 26px;
      height: 26px;
      content: '';
      position: absolute;
      background: url(../images/wenhuaDot.png);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .wenhuaBox .meijingList:nth-child(even) .meijingListContent {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .wenhuaBox .meijingList:nth-child(even) .meijingListImgBox {
      margin-left: 10%; }
    .wenhuaBox .meijingList .container {
      position: relative;
      height: 430px; }
  .wenhuaBox .meijingListImgBox {
    width: 90%;
    height: 282px;
    background-repeat: no-repeat;
    transition: .3s;
    position: relative; }
  .wenhuaBox .meijingListBox {
    padding: 4%; }
  .wenhuaBox .meijingListBoxInfo {
    font-size: 1rem;
    color: #444; }
  .wenhuaBox .meijingListContent {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 282px;
    transform: translateY(-50%); }
  .wenhuaBox .meijingListBoxMore {
    height: 27px;
    position: absolute;
    bottom: 10%;
    color: #e98f14; }
  .wenhuaBox .wenhuashiqu_list_name {
    width: 430px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    font-size: 1.33rem;
    text-align: center;
    line-height: 40px;
    transform: translateX(-50%);
    background: url(../images/wenhuaListTextBg.png) center no-repeat;
    background-size: cover;
    max-width: 100%; }

.yanxueBox {
  width: 100%;
  background-position: center;
  height: 630px;
  background-size: cover;
  transition: 1s;
  position: relative; }
  .yanxueBox .container-fluid {
    padding: 0; }
  .yanxueBox .container {
    max-width: 1336px; }
  .yanxueBox .yanxueListBox {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .yanxueBox .yanxueListBox:before {
      position: absolute;
      content: '';
      width: 17%;
      height: 1px;
      border: 1px white dashed;
      left: 0;
      bottom: calc(153px / 2); }
    .yanxueBox .yanxueListBox:after {
      position: absolute;
      content: '';
      width: 17%;
      height: 1px;
      border: 1px white dashed;
      right: 0;
      bottom: calc(153px / 2);
      z-index: -1; }
  .yanxueBox .yanxueTitle {
    font-size: 1.125rem;
    color: #fff;
    text-align: center; }
  .yanxueBox .yanxueTopYuan {
    border-radius: 50%;
    background: -moz-linear-gradient(110deg, rgba(233, 143, 20, 0.3) 0%, rgba(255, 209, 49, 0.3) 100%);
    background: -webkit-linear-gradient(110deg, rgba(233, 143, 20, 0.3) 0%, rgba(255, 209, 49, 0.3) 100%);
    background: -ms-linear-gradient(110deg, rgba(233, 143, 20, 0.3) 0%, rgba(255, 209, 49, 0.3) 100%);
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
    -webkit-animation: twinkling 1s infinite linear;
    -o-animation: twinkling 1s infinite linear;
    animation: twinkling 1s infinite linear; }
    .yanxueBox .yanxueTopYuan:after {
      content: '';
      border-radius: 50%;
      background: -moz-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      background: -webkit-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      background: -ms-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      width: 15px;
      height: 15px;
      position: absolute;
      top: calc(30px / 4);
      left: calc(30px / 4); }
  .yanxueBox .yanxueLine {
    width: 1px;
    height: 108px;
    border-left: 1px dashed white;
    margin: 20px auto; }
  .yanxueBox .yanxueBottomYuan {
    width: 155px;
    height: 155px;
    border: 1px white solid;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    display: table;
    position: relative; }
    .yanxueBox .yanxueBottomYuan:after {
      transition: .5s;
      content: '';
      background: -moz-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      background: -webkit-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      background: -ms-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      border-radius: 50%;
      width: 135px;
      height: 135px;
      position: absolute;
      left: 10px;
      top: 10px; }
  .yanxueBox .yanxueBottomText {
    display: table-cell;
    vertical-align: middle;
    color: #444;
    font-size: 1.25rem;
    position: relative;
    z-index: 999;
    transition: .5s; }
  .yanxueBox .yanxueTop {
    opacity: 0;
    transition: .8s; }
  .yanxueBox .yanxueList {
    position: relative; }
    .yanxueBox .yanxueList:after {
      position: absolute;
      content: '';
      width: 148px;
      height: 1px;
      border: 1px white dashed;
      right: -74px;
      bottom: calc(153px / 2); }
    .yanxueBox .yanxueList:before {
      position: absolute;
      content: '';
      background: -moz-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      background: -webkit-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      background: -ms-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
      border-radius: 50%;
      width: 15px;
      height: 15px;
      right: -15px;
      bottom: 70px;
      z-index: 2; }
    .yanxueBox .yanxueList:last-child:before {
      display: none; }
    .yanxueBox .yanxueList:last-child:after {
      display: none; }
    .yanxueBox .yanxueList:hover .yanxueBottomYuan:after {
      background: rgba(0, 0, 0, 0.6); }
    .yanxueBox .yanxueList:hover .yanxueTop {
      opacity: 1; }
    .yanxueBox .yanxueList:hover .yanxueBottomText {
      color: #fff; }

.zixunBox {
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 40px;
  background-image: url(../images/huodongBanner.png);
  background-size: cover; }

.huodongList2Box {
  height: 64vh;
  background-image: -moz-linear-gradient(120deg, #e98f14 0%, #ffcd56 100%);
  background-image: -webkit-linear-gradient(120deg, #e98f14 0%, #ffcd56 100%);
  background-image: -ms-linear-gradient(120deg, #e98f14 0%, #ffcd56 100%);
  margin-top: 40px;
  padding: 5px 28px 5px 5px; }
  .huodongList2Box .huodongList2L {
    background: white;
    max-height: 100%;
    padding: 5% 5%; }
  .huodongList2Box .huodongList2LTitle {
    writing-mode: tb-rl;
    font-family: "hy";
    font-size: 1.5rem;
    color: #e98f14;
    margin: 0; }
  .huodongList2Box .huodongList2LTime {
    writing-mode: tb-rl;
    color: #e98f14;
    margin-left: 1em;
    font-size: 1rem;
    position: relative;
    height: 100%; }
    .huodongList2Box .huodongList2LTime:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 1px;
      background: #e98f14;
      top: 0;
      left: -0.5em; }
  .huodongList2Box .huodongList2LInfo {
    writing-mode: tb-rl;
    margin-left: 2em;
    font-size: 0.875rem; }
  .huodongList2Box .huodongList2LMore {
    color: #e98f14; }
  .huodongList2Box .huodongList2R {
    padding: 25px 0; }
  .huodongList2Box .huodongList2RTitle {
    display: none; }
  .huodongList2Box .huodongList2RTime {
    display: none; }
  .huodongList2Box .huodongList2RInfo {
    display: none; }
  .huodongList2Box .huodongList2RMore {
    display: none; }
  .huodongList2Box .huodongList2RImg {
  	object-fit: cover;
  	max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%; }
  .huodongList2Box #huodongSlide .swiper-slide {
    overflow: hidden; }
  .huodongList2Box .swiper-pagination {
    width: 100%;
    bottom: 10vh; }
    .huodongList2Box .swiper-pagination .swiper-pagination-bullet {
      margin: 0 4px;
      background-color: white;
      opacity: 0.4; }
    .huodongList2Box .swiper-pagination .swiper-pagination-bullet-active {
      opacity: 1; }

.huodongList3 .homeList3Box {
  height: 64vh;
  margin-top: 40px;
  position: relative; }
  .huodongList3 .homeList3Box .homeList3BoxList {
    height: 50%;
    padding: 0;
    overflow: hidden; }
    .huodongList3 .homeList3Box .homeList3BoxList:hover .homeList3BoxListImg {
      transform: scale(1.1); }
  .huodongList3 .homeList3Box .homeList3BoxListImg {
    min-width: 100%;
    min-height: 100%;
    transition: .3s;
    cursor: pointer; }
.huodongList3 .homeList3BoxListContentBox {
  height: 68%;
  width: 78%;
  position: absolute;
  background: rgba(94, 94, 94, 0.95);
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 5%;
  cursor: url(../images/boxClose.cur), auto;
  display: none; }
.huodongList3 .homeList3BoxTitle {
  font-size: 2rem;
  font-family: 'hy';
  color: #e98f14;
  position: relative;
  margin-bottom: 1.2em; }
  .huodongList3 .homeList3BoxTitle:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #e98f14;
    border-radius: 50%;
    bottom: -0.5em;
    left: 50%;
    transform: translateX(-50%); }
.huodongList3 .homeList3BoxInfo {
  font-size: 0.875rem;
  color: #fff;
  text-align: left;
  padding: 5% 0; }
.huodongList3 .homeList3More {
  display: inline-block;
  margin: auto;
  animation: left_right ease-out 2s infinite;
  -webkit-animation: left_right ease-out 2s infinite; }

.huodongList4 .huodongList4Box {
  height: 64vh;
  margin-top: 40px;
  position: relative;
  background-image: -moz-linear-gradient(-180deg, #221f20 12%, #4e4e4e 100%);
  background-image: -webkit-linear-gradient(-180deg, #221f20 12%, #4e4e4e 100%);
  background-image: -ms-linear-gradient(-180deg, #221f20 12%, #4e4e4e 100%); }
.huodongList4 .huodongList4BoxList {
  height: 100%; }
.huodongList4 #newsSlide {
  height: 74%;
  top: 50%;
  transform: translateY(-50%); }
  .huodongList4 #newsSlide .swiper-slide {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    transition: .3s;
    cursor: pointer; }
    .huodongList4 #newsSlide .swiper-slide img {
      min-height: 100%;
      min-width: 100%; }
  .huodongList4 #newsSlide .swiper-slide-active {
    z-index: 4;
    transition: .5s; }
  .huodongList4 #newsSlide .swiper-slide-active + .swiper-slide {
    transform: scale(0.9) translateX(50%);
    z-index: 3;
    transition: .7s; }
  .huodongList4 #newsSlide .swiper-slide-active + .swiper-slide + .swiper-slide {
    transform: scale(0.8) translateX(130%);
    z-index: 2;
    transition: .9s; }
  .huodongList4 #newsSlide .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    transform: scale(0.7) translateX(240%);
    z-index: 1;
    transition: 1.2s; }
.huodongList4 .newsBox {
  text-align: center;
  padding: 8%; }
.huodongList4 .newsWorld img {
  width: 20%; }
.huodongList4 .newsTitle {
  color: #fff;
  font-size: 1.125rem; }
.huodongList4 .newsAbout {
  color: #ddd;
  font-size: 0.75rem; }
.huodongList4 .newsInfo {
  color: #b9b9b9;
  font-size: 0.875rem;
  text-align: left; }
.huodongList4 .newsMore {
  display: inline-block;
  margin: auto;
  animation: left_right ease-out 2s infinite;
  -webkit-animation: left_right ease-out 2s infinite;
  text-align: center; }

.jihuaBox {
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 40px;
  background-image: url(../images/jihuaList1.png);
  background-size: cover; }

.dingfuwuBox {
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 40px;
  background-image: url(../images/dingfuwuBanner.jpg);
  background-size: cover; }

.jihuaList3 {
  background-size: 100% 100%; }

.jihuaList2 {
  padding: 10% 0; }

.jihuaTiyan {
  text-align: center;
  padding: 0 7%;
  font-family: 'hy';
  color: #5d6e3e; }
  .jihuaTiyan .jihuaTiyanTitle {
    font-size: 2.25rem; }
  .jihuaTiyan .jihuaTiyanInfo {
    font-size: 1.375rem;
    position: relative;
    margin-bottom: 2em; }
    .jihuaTiyan .jihuaTiyanInfo:after {
      position: absolute;
      content: '';
      height: 1px;
      width: 100%;
      background: #5d6e3e;
      left: 0;
      bottom: -1em; }
  .jihuaTiyan .tiyanMore {
    display: inline-block;
    margin: auto;
    animation: left_right ease-out 2s infinite;
    -webkit-animation: left_right ease-out 2s infinite;
    text-align: center; }

.jihuaJiaotong {
  text-align: center;
  padding: 25% 7% 0;
  font-family: 'hy';
  color: #5d6e3e; }
  .jihuaJiaotong .jihuaTiyanTitle {
    font-size: 2.25rem; }
  .jihuaJiaotong .jihuaTiyanInfo {
    font-size: 1.375rem;
    position: relative;
    margin-bottom: 2em; }
    .jihuaJiaotong .jihuaTiyanInfo:after {
      position: absolute;
      content: '';
      height: 1px;
      width: 100%;
      background: #5d6e3e;
      left: 0;
      bottom: -1em; }
  .jihuaJiaotong .tiyanMore {
    display: inline-block;
    margin: auto;
    animation: left_right ease-out 2s infinite;
    -webkit-animation: left_right ease-out 2s infinite;
    text-align: center; }

.jihuaList4Box {
  height: 71vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .jihuaList4Box .jihuaList4Left {
    height: 46vh;
    text-align: center;
    padding: 0 7%;
    font-family: 'hy';
    color: #5d6e3e; }
    .jihuaList4Box .jihuaList4Left .jihuaTiyanTitle {
      font-size: 1.375rem; }
    .jihuaList4Box .jihuaList4Left .jihuaTiyanInfo {
      font-size: 1.375rem;
      position: relative;
      margin-bottom: 2em; }
      .jihuaList4Box .jihuaList4Left .jihuaTiyanInfo:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background: #5d6e3e;
        left: 0;
        bottom: -1em; }
    .jihuaList4Box .jihuaList4Left .tiyanMore {
      display: inline-block;
      margin: auto;
      animation: left_right ease-out 2s infinite;
      -webkit-animation: left_right ease-out 2s infinite;
      text-align: center; }
  .jihuaList4Box .textCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
  .jihuaList4Box .jihuaList4List {
    height: 23vh;
    overflow: hidden;
    padding: 9px;
    position: relative;
    transition: .3s; }
    .jihuaList4Box .jihuaList4List:nth-child(3) {
      position: absolute;
      right: 0;
      top: 23vh; }
    .jihuaList4Box .jihuaList4List:hover {
      transform: scale(1.1); }
  .jihuaList4Box .jihuaList4ListTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 12px 19px; }

.gaikuangBoxName {
  font-family: 'hy';
  color: #e98f14;
  font-size: 3rem; }

.gonglueNav {
  font-size: 1.25rem;
  margin: 0;
  text-align: center; }
  .gonglueNav .gonglueNavList {
    writing-mode: tb-rl;
    margin: 0 12px;
    color: #333; }
    .gonglueNav .gonglueNavList:hover {
      color: #e98f14; }
  .gonglueNav .active {
    color: #e98f14; }

.gonglueBox {
  background: url(../images/gonglueBg.png);
  border-bottom: 1px solid transparent; }
  .gonglueBox .gonglueListBox {
    margin-top: 6vh; }
  .gonglueBox .gonglueLeft {
    height: 42vh;
    background: url(../images/gonglueLeft.png) center no-repeat;
    background-size: cover; }
  .gonglueBox .gonglueMap {
    height: 42vh;
    background: url(../images/gonglueMap.png) center no-repeat;
    background-size: cover;
    padding: 66px; }
  .gonglueBox .gonglueMapMore {
    color: #e98f14; }
  .gonglueBox .gonglueMapTitle {
    font-size: 1.5rem;
    color: #e98f14;
    position: relative; }
    .gonglueBox .gonglueMapTitle:after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 4em;
      height: 1px;
      background: #e98f14; }
  .gonglueBox .gonglueMapList {
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: .8em; }

.gonglueBottom {
  height: 270px;
  margin: 65px auto; }
  .gonglueBottom .gonglueBottomLeft {
    background-size: cover;
    background-position: center; }
  .gonglueBottom .gonglueBottomRightTitle {
    font-size: 1rem;
    color: #e98f14;
    margin-bottom: 0; }
  .gonglueBottom .gonglueBottomRightTitleEn {
    font-size: 0.75rem;
    color: #e98f14; }
  .gonglueBottom .gonglueBottomListTitle {
    font-size: 0.875rem;
    color: #333;
    text-indent: 1.5em;
    position: relative; }
    .gonglueBottom .gonglueBottomListTitle:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-width: 5px 10px 5px 5px;
      border-style: solid;
      border-color: transparent #e98f14 transparent transparent;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .gonglueBottom .gonglueBottomListNum {
    color: #e98f14; }
  .gonglueBottom .gonglueBottomListInfo {
    font-size: 0.75rem;
    color: #333;
    position: relative; }
    .gonglueBottom .gonglueBottomListInfo:after {
      content: '';
      position: absolute;
      width: 2em;
      height: 2px;
      background: #e98f14;
      bottom: -1em;
      left: 0; }
  .gonglueBottom #gonglueSlide {
    height: 78px;
    margin-top: 40px; }
    .gonglueBottom #gonglueSlide .swiper-slide {
      background-size: cover;
      background-position: center; }
    .gonglueBottom #gonglueSlide .gonglueSlideTitle {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-bottom: 0;
      padding: 5px;
      font-size: 0.75rem;
      color: #faf8ef; }
  .gonglueBottom .swiper-button-next {
    top: 0;
    right: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAAKlBMVEXpjxT427P++/b99er65sv537z88eH879365cj548TyvXXyvHLtojzsnTHEyvXVAAAALElEQVQY02MYELARhXdIAIWriMJjQpVMReGVIHOYA5B5JsicyxOQeSsY6AUAPwcFIiZ0kfMAAAAASUVORK5CYII=); }
  .gonglueBottom .gonglueBottomNum {
    position: absolute;
    top: 0;
    right: 25px;
    width: 25px;
    height: 25px;
    color: #e98f14;
    border: 1px solid #e98f14;
    text-align: center; }
  .gonglueBottom i {
    font-style: initial; }

.youkeBox {
  padding-bottom: 50px; }
  .youkeBox .youkeList {
    height: 410px;
    position: relative;
    margin-top: 50px; }
    .youkeBox .youkeList .youkeListImg {
      height: 290px;
      background-size: cover; }
    .youkeBox .youkeList .youkeListBox {
      width: 100%;
      background: #fff;
      min-height: 135px;
      text-align: center;
      padding: 20px 25px;
      border-bottom: 1px solid #e6e6e6;
      position: absolute;
      bottom: 0;
      transform: translateY(50px);
      transition: .3s; }
    .youkeBox .youkeList .youkeListTitle {
      color: #000;
      transition: .3s; }
    .youkeBox .youkeList .youkeListInfo {
      color: #444;
      font-size: 0.875rem;
      margin-bottom: 10px; }
    .youkeBox .youkeList .youkeListHover {
      position: relative;
      height: 100%;
      transition: .3s;
      overflow: hidden;
      border-bottom: 1px solid #ccc; }
    .youkeBox .youkeList:hover .youkeListHover {
      box-shadow: 2px 2px 30px #999; }
    .youkeBox .youkeList:hover .youkeListBox {
      transform: translateY(0); }
    .youkeBox .youkeList:hover .youkeListTitle {
      color: #e98f14; }
  .youkeBox .youkeMore {
    margin-bottom: 10px;
    animation: left_right ease-out 2s infinite;
    -webkit-animation: left_right ease-out 2s infinite; }

.meishiBox {
  padding: 55px 0; }
  .meishiBox .meishiList {
    height: 120px;
    background-size: cover;
    padding: 0 7px;
    margin-bottom: 15px; }
    .meishiBox .meishiList:hover .meishiImg {
      transform: scale(1.1); }
  .meishiBox .meishiImgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    display: block; }
  .meishiBox .meishiImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: .3s; }

.meishiluxianBox {
  height: 390px;
  background: url(../images/meishiluxianBg.png) center no-repeat;
  margin-bottom: -1px;
  border-top: 1px solid transparent; }
  .meishiluxianBox #meishiSlide {
    height: 300px;
    margin-top: 45px;
    width: 94%; }
    .meishiluxianBox #meishiSlide p {
      margin-bottom: 1em; }
    .meishiluxianBox #meishiSlide .meishiSlideTitle {
      color: #e98f14; }
    .meishiluxianBox #meishiSlide .meishiSlideInfo {
      color: #e1e1e1;
      font-size: 0.75rem; }
    .meishiluxianBox #meishiSlide .swiper-slide {
      padding: 0 60px; }
      .meishiluxianBox #meishiSlide .swiper-slide:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #e98f14; }
    .meishiluxianBox #meishiSlide .swiper-slide-active:after {
      display: none; }
    .meishiluxianBox #meishiSlide .meishiSlideImg {
      height: 170px;
      width: 100%;
      background-size: cover;
      background-position: center; }
    .meishiluxianBox #meishiSlide .swiper-button-next {
      width: 25px;
      height: 25px;
      right: 0;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAALVBMVEUAAADpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxROZdYBAAAADnRSTlMA8bqongfn5bOid3MyJtKSRh8AAABASURBVBjTY3iHBB4wPGBAAGryuBSQebwSKCoZFVD0CaPw2BWQeWwGSDzWJ8gq4xyQeDwvkW3gNkB1GQ15qOEJADt2Q+iSkPpOAAAAAElFTkSuQmCC); }
      .meishiluxianBox #meishiSlide .swiper-button-next:hover {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAAKlBMVEXpjxT427P++/b99er65sv537z88eH879365cj548TyvXXyvHLtojzsnTHEyvXVAAAALElEQVQY02MYELARhXdIAIWriMJjQpVMReGVIHOYA5B5JsicyxOQeSsY6AUAPwcFIiZ0kfMAAAAASUVORK5CYII=); }
    .meishiluxianBox #meishiSlide .swiper-button-prev {
      width: 25px;
      height: 25px;
      left: 0;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAALVBMVEUAAADpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxTpjxROZdYBAAAADnRSTlMA8bqongfn5bOid3MyJtKSRh8AAAA6SURBVBjTY3iHBB4wPGBAAJryrJF5nG+QeX4BSDyWp8j6zFBMUUfhMQug2KCIwuOQRbFdi2b+Qw1PAKQzQ+jvNke3AAAAAElFTkSuQmCC); }
      .meishiluxianBox #meishiSlide .swiper-button-prev:hover {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAAKlBMVEXpjxT427P++/b99er65sv537z88eH879365cj548TyvXXyvHLtojzsnTHEyvXVAAAAMElEQVQY02OgF+BYgMybfAGJw2KALBWMzGEpQOaxJqAYKYTCY1RAlTyAIrmBYSAAAMdOBSKOAzv5AAAAAElFTkSuQmCC); }

.jiaotongzhiyinBox {
  background: url(../images/jiaotongBg.jpg); }
  .jiaotongzhiyinBox .gaikuangBoxContent {
    padding-bottom: 0; }
  .jiaotongzhiyinBox .jiaotongBox {
    padding-bottom: 20px; }
  .jiaotongzhiyinBox .jiaotongNeibuL {
    height: 580px;
    padding: 0 10px; }
    .jiaotongzhiyinBox .jiaotongNeibuL .jiaotongNeibuLImg {
      width: 100%;
      height: 100%;
      background: url(../images/jiaotongNeibu.jpg) center no-repeat;
      background-size: cover; }
  .jiaotongzhiyinBox .jiaotongNeibuR {
    padding: 0 10px;
    margin: 0; }
  .jiaotongzhiyinBox .jiaotongZhanwei {
    height: 290px; }
  .jiaotongzhiyinBox .jiaotongNeibuRBox {
    height: 290px;
    padding: 0; }
  .jiaotongzhiyinBox .jiaotongNeibuRImg {
    width: 100%;
    height: 100%;
    background: url(../images/jiaotongMap.png) center no-repeat;
    background-size: cover; }
  .jiaotongzhiyinBox .jiaotongWaibu {
    height: 580px;
    padding: 0 10px;
    margin: 20px 0 0 0; }
    .jiaotongzhiyinBox .jiaotongWaibu .jiaotongWaibuImg {
      width: 100%;
      height: 100%;
      background: url(../images/jiaotongWaibu.jpg) center no-repeat;
      background-size: cover; }
  .jiaotongzhiyinBox .jiaotongWaibuL {
    margin: 20px 0 0 0;
    padding: 0; }
  .jiaotongzhiyinBox .jiaotongWaibuFeiBox {
    margin: 0;
    padding: 0; }
    .jiaotongzhiyinBox .jiaotongWaibuFeiBox:hover .jiaotongWaibuFeiImg img {
      transform: scale(1.2); }
    .jiaotongzhiyinBox .jiaotongWaibuFeiBox:hover .jiaotongWaibuFeiIconBox:after {
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      opacity: 1; }
  .jiaotongzhiyinBox .jiaotongWaibuFeiIcon {
    height: 280px;
    padding: 0 10px; }
  .jiaotongzhiyinBox .jiaotongWaibuFeiImg {
    height: 280px;
    padding: 0 10px; }
    .jiaotongzhiyinBox .jiaotongWaibuFeiImg .jiaotongWaibuFeiImgBox {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .jiaotongzhiyinBox .jiaotongWaibuFeiImg .jiaotongWaibuFeiImgBox img {
        transition: .8s; }
  .jiaotongzhiyinBox .jiaotongWaibuFeiIconBox {
    width: 100%;
    height: 100%;
    border: 4px solid #e6e6e6;
    overflow: hidden;
    position: relative; }
    .jiaotongzhiyinBox .jiaotongWaibuFeiIconBox:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #e6e6e6;
      transform: rotateY(-90deg) skewY(-15deg);
      -webkit-transform: rotateY(-90deg) skewY(-15deg);
      transform-origin: 100% 50% 0;
      -webkit-transform-origin: 100% 50% 0;
      -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
      transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
      opacity: 0; }
  .jiaotongzhiyinBox .feijiIconBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 2;
    color: #e98f14; }
  .jiaotongzhiyinBox .feijiIconImg {
    width: 46px;
    height: 74px; }
  .jiaotongzhiyinBox .qicheIconImg {
    width: 46px;
    height: 74px;
    background-position-x: -46px; }
  .jiaotongzhiyinBox .huocheIconImg {
    width: 46px;
    height: 74px;
    background-position-x: -92px; }
  .jiaotongzhiyinBox .zijiaIconImg {
    width: 46px;
    height: 74px;
    background-position-x: -138px; }
  .jiaotongzhiyinBox .jiaotongWaibuLocation {
    height: 280px;
    padding: 0 10px;
    margin-top: 20px; }
  .jiaotongzhiyinBox #container {
    height: 100%;
    width: 100%; }
  .jiaotongzhiyinBox .jiaotongWaibuQiBox {
    margin-top: 20px;
    padding: 0; }
    .jiaotongzhiyinBox .jiaotongWaibuQiBox:hover .jiaotongWaibuFeiImg img {
      transform: scale(1.2); }
    .jiaotongzhiyinBox .jiaotongWaibuQiBox:hover .jiaotongWaibuFeiIconBox:after {
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      opacity: 1; }
  .jiaotongzhiyinBox .zijiaBox {
    margin: 20px 0 0 0;
    padding: 0; }
  .jiaotongzhiyinBox .jiaotongNone {
    padding: 0;
    margin: 0; }

.laitiyanBox {
  background: url(../images/laitiyanBg.jpg) center no-repeat;
  background-size: cover; }

.tiyanBigBox {
  /*滚动条样式*/ }
  .tiyanBigBox .swiper-pagination {
    position: initial;
    color: #e98f14;
    font-size: 0.875rem;
    padding: 40px 0 70px; }
    .tiyanBigBox .swiper-pagination .swiper-pagination-current {
      font-size: 1.5rem; }
  .tiyanBigBox .tiyanBox {
    height: 735px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 35px; }
    .tiyanBigBox .tiyanBox #tiyanBox {
      height: 100%; }
  .tiyanBigBox .tiyanListTitle {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1em; }
  .tiyanBigBox .tiyanListInfo {
    text-align: center;
    font-size: 0.75rem;
    color: #ddd;
    margin-bottom: 40px; }
  .tiyanBigBox .tiyanList {
    height: 550px;
    margin: 20px 0; }
  .tiyanBigBox .tiyanListLeft {
    font-size: 0.75rem;
    color: #fff;
    padding: 0 62px;
    overflow-y: scroll; }
    .tiyanBigBox .tiyanListLeft img {
      max-width: 100%; }
  .tiyanBigBox .tiyanListLeft::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px; }
  .tiyanBigBox .tiyanListLeft::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: white; }
  .tiyanBigBox .tiyanListLeft::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1); }
  .tiyanBigBox .tiyanListRight {
    padding: 0 50px; }
  .tiyanBigBox .tiyanListRightImg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center; }

.dingjiudianBox {
  text-align: center;
  padding: 20% 0; }
  .dingjiudianBox .dingJiudianTitle {
    font-size: 2rem;
    color: #333; }
  .dingjiudianBox .dingJiudianInfo {
    font-size: 1.25rem;
    color: #000; }
  .dingjiudianBox .jiudianMore {
    display: inline-block;
    margin: auto;
    animation: left_right ease-out 2s infinite;
    -webkit-animation: left_right ease-out 2s infinite;
    text-align: center; }

.dingmeishiLeft {
  height: 413px;
  overflow: hidden;
  background: url(../images/dingmeishiImg.jpg) center no-repeat;
  background-size: cover; }

.dingmeishiRight .dingmeishiMore {
  background: -moz-linear-gradient(0deg, #e98f14 0%, #ffd674 100%);
  background: -webkit-linear-gradient(0deg, #e98f14 0%, #ffd674 100%);
  background: -ms-linear-gradient(0deg, #e98f14 0%, #ffd674 100%);
  box-shadow: 0px 2px 4px 0px rgba(192, 116, 3, 0.56);
  height: 7vh;
  width: 55%;
  line-height: 7vh;
  display: block;
  color: #fff !important;
  padding: 0 1.5em;
  font-size: 2rem; }
  .dingmeishiRight .dingmeishiMore:hover {
    background: -moz-linear-gradient(0deg, #e98f14 0%, #ffffc8 100%);
    background: -webkit-linear-gradient(0deg, #e98f14 0%, #ffffc8 100%);
    background: -ms-linear-gradient(0deg, #e98f14 0%, #ffffc8 100%); }
.dingmeishiRight .dingmeishiInfo {
  font-size: 1.25rem;
  color: #333;
  padding-right: 40%;
  margin-top: 40px; }
.dingmeishiRight .dingmeishiTitle {
  font-size: 6rem;
  color: #e98f14;
  font-weight: bold;
  letter-spacing: .5em; }
.dingmeishiRight .dingmeishiMoreImg {
  display: inline-block;
  animation: left_right ease-out 2s infinite;
  -webkit-animation: left_right ease-out 2s infinite; }

.dingList1 {
  padding-top: 30vh; }

.xiaochiBox {
  padding-bottom: 50px; }
  .xiaochiBox .xiaochiList {
    height: 280px;
    position: relative;
    margin-top: 50px; }
    .xiaochiBox .xiaochiList .xiaochiListImg {
      height: 180px;
      background-size: cover; }
    .xiaochiBox .xiaochiList .xiaochiListBox {
      width: 100%;
      background: #fff;
      min-height: 135px;
      text-align: center;
      padding: 20px 25px;
      border-bottom: 1px solid #e6e6e6;
      position: absolute;
      bottom: 0;
      transform: translateY(50px);
      transition: .3s; }
    .xiaochiBox .xiaochiList .xiaochiListTitle {
      color: #e98f14;
      transition: .3s; }
    .xiaochiBox .xiaochiList .xiaochiListInfo {
      color: #444;
      font-size: 0.875rem;
      margin-bottom: 10px; }
    .xiaochiBox .xiaochiList .xiaochiListHover {
      position: relative;
      height: 100%;
      transition: .3s;
      overflow: hidden;
      border-bottom: 1px solid #ccc; }
    .xiaochiBox .xiaochiList:hover .xiaochiListHover {
      box-shadow: 2px 2px 30px #999; }
    .xiaochiBox .xiaochiList:hover .xiaochiListBox {
      transform: translateY(0); }
  .xiaochiBox .youkeMore {
    margin-bottom: 10px;
    animation: left_right ease-out 2s infinite;
    -webkit-animation: left_right ease-out 2s infinite; }

.canguanBox {
  padding-top: 40px;
  padding-bottom: 40px; }
  .canguanBox .canguanList {
    height: 350px;
    background-size: cover;
    background-position: center; }
    .canguanBox .canguanList:hover .canguanListTitleBox {
      transform: scale(0);
      opacity: 0; }
    .canguanBox .canguanList:hover .canguanListTabBox {
      transform: scale(1);
      opacity: 1; }
  .canguanBox .canguanListTabBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    opacity: 0;
    transition: .5s; }
    .canguanBox .canguanListTabBox .canguanListTab {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .canguanBox .canguanListTabBox .canguanListTab p {
        margin-bottom: 0; }
  .canguanBox .canguanListTitleBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    background: rgba(0, 0, 0, 0.5); }
    .canguanBox .canguanListTitleBox .canguanListTitle {
      text-align: center;
      position: absolute;
      height: 2em;
      line-height: 1em;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      padding: 0 2em;
      color: #fff; }
      .canguanBox .canguanListTitleBox .canguanListTitle:after {
        position: absolute;
        content: '';
        width: 1em;
        height: 1px;
        background: #fff;
        bottom: -0.5em;
        left: 50%;
        transform: translateX(-50%); }

.jiudianList {
  height: 420px;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
  transition: .3s; }
  .jiudianList:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .jiudianList:hover {
    transform: translateY(-10px); }
  .jiudianList .TextBox {
    background: rgba(0, 0, 0, 0.5);
    padding: 80px;
    text-align: center; }
  .jiudianList .jiudianInfo {
    color: #e0e0e0; }
  .jiudianList .jiudianTitle {
    font-size: 1.5rem;
    color: #fff; }
  .jiudianList .jiudianIcon {
    margin-bottom: 45px; }
  .jiudianList .jiudianBtnList {
    padding: 10px 25px;
    color: #fff;
    font-size: 0.875rem;
    background-color: #000;
    border-radius: 2px;
    margin: 0 12px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block; }
    .jiudianList .jiudianBtnList:hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .jiudianList .jiudianBtnList:after {
      content: "";
      position: absolute;
      border-radius: .15rem;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: -moz-linear-gradient(120deg, #ea9614 0%, #f2bb19 100%);
      background-image: -webkit-linear-gradient(120deg, #ea9614 0%, #f2bb19 100%);
      background-image: -ms-linear-gradient(120deg, #ea9614 0%, #f2bb19 100%);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      transition: transform .5s ease-out;
      -webkit-transition: transform .5s ease-out; }

.meishiBgBox {
  background: url(../images/meishiBg.jpg) center fixed;
  background-size: cover; }

.page {
  display: block;
  padding: 0;
  text-align: center;
  padding: 40px 0; }
  .page .page-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    margin: 0 2px; }
  .page .page-item a {
    display: block;
    height: 100%;
    width: 100%;
    color: #333; }
  .page .page-item span {
    display: block;
    height: 100%;
    width: 100%;
    color: #333; }
  .page .active span {
    background: -moz-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
    background: -webkit-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
    background: -ms-linear-gradient(110deg, #e98f14 0%, #ffd131 100%);
    color: #fff; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

/*# sourceMappingURL=style.css.map */
