* {
  font-family: Arial, Helvetica, sans-serif;
  color: #050505;
}

.th_video {
  padding-top: 50px;
  background: url("../Anhui_img/202107_TW_Anhui_classicTour/CT08_topBg.jpeg");
}

body {
  position: relative;
}

A:hover {
  color: unset;
}

#Webmain {
  overflow: hidden;
}

@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
            transform: scale(1.1) translate(0px);
  }
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
            transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
            transform: scale(1.1) translate(0px);
  }
}

section.sec1 {
  position: relative;
}

section.sec1::after {
  content: "";
  position: absolute;
  width: 100%;
  background: url("../Anhui_img/202107_TW_Anhui_classicTour/clouds.png") center center no-repeat;
  height: 580px;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  z-index: 1;
}

section.sec1 div.sec1_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.sec1 div.content {
  margin: 23px auto 38px;
}

section.sec1 div.content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.32px;
  text-align: center;
  color: #050505;
}

section.sec1 .anchorIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1000px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

section.sec1 .anchorIcons .a_icon {
  display: inline-block;
  position: relative;
}

section.sec1 .anchorIcons .a_icon .icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  width: 115px;
  height: 140px;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

section.sec1 .anchorIcons .a_icon .icon_container:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

section.sec1 .anchorIcons .a_icon .icon_container img {
  height: 55px;
}

section.sec1 .anchorIcons .a_icon .icon_container h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bolder;
}

section.sec1 .anchorIcons .a_icon .icon_container h2 span {
  font-size: 18px;
  width: 100%;
}

section.sec1 .anchorIcons .a_icon .icon_container .a_underline {
  width: 65px;
  height: 5px;
  position: relative;
}

section.sec1 .anchorIcons .a_icon .icon_container .a_underline::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  content: "";
}

section.sec1 .anchorIcons .a_icon .icon_container .pi_line {
  background-color: #ec6d87;
}

section.sec1 .anchorIcons .a_icon .icon_container .pi_line::after {
  background-color: #f3aabc;
}

section.sec1 .anchorIcons .a_icon .icon_container .g_line {
  background-color: #25ad3f;
}

section.sec1 .anchorIcons .a_icon .icon_container .g_line::after {
  background-color: #b2d689;
}

section.sec1 .anchorIcons .a_icon .icon_container .br_line {
  background-color: #c2874a;
}

section.sec1 .anchorIcons .a_icon .icon_container .br_line::after {
  background-color: #fbce80;
}

section.sec1 .anchorIcons .a_icon .icon_container .bl_line {
  background-color: #69b1e2;
}

section.sec1 .anchorIcons .a_icon .icon_container .bl_line::after {
  background-color: #a6d0ef;
}

section.sec1 .anchorIcons .a_icon .icon_container .pu_line {
  background-color: #602d88;
}

section.sec1 .anchorIcons .a_icon .icon_container .pu_line::after {
  background-color: #beb8db;
}

section.sec1 .anchorIcons .a_icon .icon_container .r_line {
  background-color: #cb1038;
}

section.sec1 .anchorIcons .a_icon .icon_container .r_line::after {
  background-color: #f4a583;
}

section.sec1 .anchorIcons .a_icon .icon_container .y_line {
  background-color: #f4a583;
}

section.sec1 .anchorIcons .a_icon .icon_container .y_line::after {
  background-color: #fee7a1;
}

section.sec1 .anchorIcons .a_icon::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 25px;
  background-color: #f4f3f0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
}

section.sec1 .anchorIcons > :nth-child(even) {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

section.sec1 .anchorIcons > :nth-child(even)::after {
  -webkit-transform: translate(20px, -30px);
          transform: translate(20px, -30px);
}

section.sec1 .anchorIcons > :last-child::after {
  display: none;
}

.sec_bg {
  background: url("../Anhui_img/202107_TW_Anhui_classicTour/second_bg.jpeg") center -100% repeat-y;
  margin-top: 130px;
  position: relative;
}

.sec_bg::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../Anhui_img/202107_TW_Anhui_classicTour/footerClouds.png") center center no-repeat;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: -210px;
}

.maxW {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 50px;
}

.mainInfo > :nth-child(even) .project_topMain .carou-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .slick-dots {
  right: unset;
}

.mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .slick-dots > li {
  margin: 20px 0 0 20px;
}

.mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .location {
  right: -10px;
  left: unset;
}

.mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .location .city {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .location .name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .floatText {
  right: 15px;
  left: unset;
}

.mainInfo > :nth-child(even) .project_topMain .p_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.projectWrapper {
  margin-bottom: 87px;
}

.projectWrapper .pi-c-style .slick-dots .slick-active {
  background-color: #ec6d87 !important;
}

.projectWrapper .pi-c-style .location .city {
  background-color: rgba(236, 109, 135, 0.9);
}

.projectWrapper .g-c-style .slick-dots .slick-active {
  background-color: #25ad3f !important;
}

.projectWrapper .g-c-style .location .city {
  background-color: rgba(37, 173, 63, 0.9);
}

.projectWrapper .br-c-style .slick-dots .slick-active {
  background-color: #c2874a !important;
}

.projectWrapper .br-c-style .location .city {
  background-color: rgba(194, 135, 74, 0.9);
}

.projectWrapper .bl-c-style .slick-dots .slick-active {
  background-color: #69b1e2 !important;
}

.projectWrapper .bl-c-style .location .city {
  background-color: rgba(105, 177, 226, 0.9);
}

.projectWrapper .pu-c-style .slick-dots .slick-active {
  background-color: #602d88 !important;
}

.projectWrapper .pu-c-style .location .city {
  background-color: rgba(96, 45, 136, 0.9);
}

.projectWrapper .r-c-style .slick-dots .slick-active {
  background-color: #cb1038 !important;
}

.projectWrapper .r-c-style .location .city {
  background-color: rgba(203, 16, 56, 0.9);
}

.projectWrapper .y-c-style .slick-dots .slick-active {
  background-color: #f4a583 !important;
}

.projectWrapper .y-c-style .location .city {
  background-color: rgba(244, 165, 131, 0.9);
}

.project_topMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project_topMain .carou-container {
  max-width: 600px;
  width: calc(100% - 40%);
}

.project_topMain .carou-container .carou-wrapper {
  position: relative;
}

.project_topMain .carou-container .carou-wrapper .carousel {
  position: relative;
  margin-bottom: 0px;
}

.project_topMain .carou-container .carou-wrapper .carousel .slick-list img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.project_topMain .carou-container .carou-wrapper .carousel .slick-list .slick-active {
  -webkit-animation: cssAnimation 5s 1 ease-in-out forwards;
          animation: cssAnimation 5s 1 ease-in-out forwards;
}

.project_topMain .carou-container .carou-wrapper .carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: unset;
  position: absolute;
  top: 0px;
  right: 0px;
}

.project_topMain .carou-container .carou-wrapper .carousel .slick-dots li {
  margin: 20px 20px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
}

.project_topMain .carou-container .carou-wrapper .carousel .slick-dots li button {
  display: none;
}

.project_topMain .carou-container .carou-wrapper .carousel .slick-dots .slick-active {
  background-color: #ec6d87;
}

.project_topMain .carou-container .carou-wrapper .location {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 110px;
  left: -10px;
}

.project_topMain .carou-container .carou-wrapper .location > div {
  font-size: 16px;
  padding: 10px 20px;
}

.project_topMain .carou-container .carou-wrapper .location .city {
  color: white;
  font-weight: lighter;
}

.project_topMain .carou-container .carou-wrapper .location .name {
  font-weight: bolder;
  background-color: rgba(255, 255, 255, 0.9);
}

.project_topMain .carou-container .carou-wrapper .floatText {
  position: absolute;
  bottom: -100px;
  left: 15px;
}

.project_topMain .carou-container .carou-wrapper .floatText > span {
  display: inline-block;
  position: relative;
  font-size: 58px;
  font-weight: 900;
  color: white;
  text-shadow: 5px 5px 6.2px #05050540;
  opacity: 0;
  letter-spacing: -2px;
}

.project_topMain .carou-container .carou-wrapper .floatText > :nth-child(even) {
  top: -15px;
}

.project_topMain .p_content {
  max-width: 330px;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.project_topMain .p_content .main_content {
  width: 100%;
}

.project_topMain .p_content .main_content .p_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  position: ab;
}

.project_topMain .p_content .main_content .p_title > .icon {
  margin-right: 10px;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-90%);
          transform: translate(-90%);
}

.project_topMain .p_content .main_content .p_title > :last-child {
  margin-left: 20px;
}

.project_topMain .p_content .main_content .p_title > :last-child h1 {
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'DFKai-sb', Arial, sans-serif;
  color: #ad1f24;
  font-weight: 100;
  margin-bottom: 8px;
}

.project_topMain .p_content .main_content .p_title > :last-child img {
  position: absolute;
}

.project_topMain .p_content .main_content .paragraph p {
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  text-align: justify;
}

.project_topMain .p_content > .recommend {
  width: 100%;
  margin-top: 30px;
}

.project_topMain .p_content > .recommend .reco_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_topMain .p_content > .recommend .reco_title h1 {
  font-size: 22px;
  color: #ad1e23;
  font-weight: 900;
  margin-left: 5px;
}

.project_topMain .p_content > .recommend .reco_title img {
  height: 100%;
  -webkit-transform: scale(0.9) translate(0, -2px);
          transform: scale(0.9) translate(0, -2px);
}

.project_topMain .p_content > .recommend .reco_list .reco_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project_topMain .p_content > .recommend .reco_list .reco_item a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  margin: 0px 4px;
}

.project_topMain .p_content > .recommend .reco_list .reco_item a[href="javascript:;"]:hover {
  cursor: unset;
}

.project_topMain .p_content > .recommend .reco_list .reco_item :not(a[href="javascript:;"]):hover {
  color: #ad1e23;
}

.project_topMain .p_content > .recommend hr {
  border-bottom: 2px solid #ad1e23;
}

.project_travel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.project_travel .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.project_travel .icon > div {
  top: 25px;
  right: -30px;
  position: absolute;
  text-align: right;
}

.project_travel .icon > div h1 {
  font-size: 30px;
  font-weight: 900;
}

.project_travel .icon > div img {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.project_travel .traImg_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
}

.project_travel .traImg_container .travelImg {
  margin-left: 20px;
  padding: 12px;
  background: url("../Anhui_img/202107_TW_Anhui_classicTour/border.jpeg") repeat;
}

.project_travel .traImg_container .travelImg .img-border {
  overflow: hidden;
}

.project_travel .traImg_container .travelImg .img-border img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.project_travel .traImg_container .travelImg:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 980px) {
  .th_video {
    padding: 0px;
  }
  .maxW {
    padding: 15px;
    padding-top: 30px;
    margin-bottom: -5px;
  }
  .mainInfo .project_topMain {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .mainInfo .project_topMain .carou-container {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mainInfo .project_topMain .carou-container .carou-wrapper .carousel {
    margin-bottom: 35px;
  }
  .mainInfo .project_topMain .carou-container .carou-wrapper .location {
    left: unset !important;
    top: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .mainInfo .project_topMain .carou-container .carou-wrapper .location > div {
    font-size: 14px;
  }
  .mainInfo .project_topMain .carou-container .carou-wrapper .location .city {
    padding: 5px 10px;
  }
  .mainInfo .project_topMain .carou-container .carou-wrapper .location .name {
    padding: 5px 10px;
  }
  .mainInfo .project_topMain .carou-container .carou-wrapper .floatText {
    left: 0px !important;
    bottom: -90px;
  }
  .mainInfo .project_topMain .carou-container .carou-wrapper .floatText .f_item {
    font-size: 36px;
  }
  .mainInfo .project_topMain .p_content {
    max-width: unset;
    width: 100%;
    margin-bottom: 55px;
  }
  .mainInfo .project_topMain .p_content .main_content .p_title {
    -webkit-transform: unset;
            transform: unset;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainInfo .project_topMain .p_content .main_content .p_title .icon {
    margin: unset;
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .mainInfo .project_topMain .p_content .main_content .p_title > :last-child {
    margin-left: unset;
    text-align: left;
  }
  .mainInfo .project_topMain .p_content .main_content .p_title > :last-child img {
    width: unset;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
    bottom: 0px;
  }
  .mainInfo .project_topMain .p_content .main_content .p_title > :last-child h1 {
    font-size: 26px !important;
  }
  .project_travel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project_travel .icon {
    -webkit-transform: translateX(-32%);
            transform: translateX(-32%);
  }
  .project_travel .icon > img {
    width: 200px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .project_travel .icon > :last-child {
    top: unset;
  }
  .project_travel .icon > :last-child img {
    display: none;
  }
  .project_travel .traImg_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .project_travel .traImg_container .travelImg {
    width: 100%;
    margin-top: 20px;
    margin-left: unset;
  }
  .project_travel .traImg_container .travelImg .img-border {
    width: 100%;
  }
  .project_travel .traImg_container .travelImg .img-border > img {
    width: 100%;
  }
  section.sec1 {
    margin-bottom: -50px;
  }
  section.sec1 .anchorIcons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  section.sec1 .anchorIcons .a_icon .icon_container {
    height: 130px;
    margin: 12px 0px;
  }
  section.sec1 .anchorIcons .a_icon::after {
    display: none;
  }
  section.sec1 .anchorIcons > :nth-child(even) {
    -webkit-transform: unset;
            transform: unset;
  }
  section.sec1 div.sec1_title {
    margin-top: unset;
    margin-bottom: unset;
    padding: unset;
  }
  section.sec1::after {
    background-size: cover;
    height: 280px;
    bottom: -268px;
  }
  section.sec1 .content {
    margin: 18px auto !important;
  }
  section.sec1 .content p {
    text-align: justify;
  }
  section.sec1 .content p br {
    display: none;
  }
  .sec_bg {
    margin-top: 40px;
  }
  .sec_bg::after {
    display: none;
  }
  .projectWrapper {
    margin-bottom: 30px;
  }
  .mainInfo > :nth-child(even) .project_topMain .carou-container {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .slick-dots {
    right: 0px;
  }
  .mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .slick-dots > li {
    margin: 20px 20px 0 0;
  }
  .mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .location {
    right: unset;
    left: -10px;
  }
  .mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .location .city {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .location .name {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .mainInfo > :nth-child(even) .project_topMain .carou-container .carou-wrapper .floatText {
    left: 15px;
  }
  .mainInfo > :nth-child(even) .project_topMain .p_content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*# sourceMappingURL=anhui_classicTour_2021.css.map */