header {
    width: 100%;
    height: 120px;
}

.head {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
}

.logo {
    flex: 1.5;
    margin-right: 10px;
    height: 100%;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.logo img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
}

nav {
    flex: 5;
    margin-right: 5px;
    border-bottom: 1px solid #65a1a1;
    margin-top: 60px;
}

nav .nav_ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 930px;
}

.nav_ul li {
    flex: 1;
    position: relative;
}

.nav_ul li a {
    display: block;
    padding: 0px 10px;
    padding-bottom: 3px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
}

.nav_ul .nav_ul1 {
    display: none;
    position: absolute;
    top: 45px;
    background-color: #fff;
    height: auto;
    width: 100%;
    z-index: 600;
}

.nav_ul li a.licor {
    color: #ee9004;
    border-bottom: 3px solid #008889;
}

.nav_ul .nav_ul1 li a:hover {
    color: #ee9004;
}

.search {
    flex: 1.5;
}

.search_ {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.seas {
    width: 100%;
    height: 60px;
}

.seas img {
    width: auto;
    height: 100%;
    text-align: center;
}

.seax {
    width: 100%;
    height: 40px;
    border: 2px solid #008889;
    border-radius: 3px;
    color: #008889;
    background-color: #F9F0DA;
}

.seax input {
    float: left;
    display: inline-block;
    width: 80%;
    line-height: 40px;
    height: 40px;
    text-indent: 1em;
    padding: 5px;
    box-sizing: border-box;
    background-color: #F9F0DA;
}

.seax input::placeholder {
    color: #ccc
}

.seax a {
    float: right;
    display: inline-block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #008889;
}

.main {
    margin: 20px auto 50px;
}

.ma_top {
    line-height: 20px;
    padding: 8px 0px;
    font-size: 14px;
}

.ma_top span {
    display: inline-block;
}

.ma_top a {
    display: inline-block;
    font-size: 14px;
    color: #008889;
}

.ma_top a:last-child {
    color: #777;
}

.ma_top i {
    font-size: 14px;
    color: #000;
}

.ma_con {
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.ma_conlf {
    flex: 2;
    margin-right: 30px;
}

.ma_conrt {
    flex: 7;
}

.mclf_ {
    width: 100%;
}

.mclf_tl h4 {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    height: 60px;
    background-color: #008889;
    padding-left: 10%;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.mclf_tt ul li a {
    box-sizing: border-box;
    display: block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding-left: 20%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f2f2f2;
}

.mclf_tt ul li a:hover {
    color: #fff;
    border: 0px;
    background-image: linear-gradient(#03a8a9, #049b9c 40%, #049394 90%), linear-gradient(to right, #049899, #049e9f 50%, #049899 80%);
}

.mclf_tt ul li a.ad {
    color: #fff;
    border: 0px;
    background-image: linear-gradient(#03a8a9, #049b9c 40%, #049394 90%), linear-gradient(to right, #049899, #049e9f 50%, #049899 80%);
}

.ma_crt,
.mcrtt {
    width: 100%;
}

.mcrtt h4 {
    width: 100%;
    font-size: 22px;
    color: #008889;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 40px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.mcrttl {
    margin-top: 30px;
}

.mcrttl ul li {
    width: 100%;
    margin: 10px 0px;
}

.mcrttl ul li span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.mcinput {
    height: 30px;
    border: 1px solid #b4b0b0;
    border-radius: 5px;
}

.mcinput input {
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 5px 0px;
    text-indent: 2em;
    box-sizing: border-box;
    outline: 1px solid #b4b0b0;
    border-radius: 5px;
}

.mcinput input:hover {
    outline: 1px solid #42b3e4;
}

.mcrttl ul li .mcbtn {
    width: 100%;
    text-align: center;
}

.mcrttl ul li .mcbtn button {
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0db896;
    cursor: pointer;
    color: #fff;
}

footer {
    width: 100%;
    background-color: #1d5c88;
    color: #fff;
    padding-top: 30px;
    box-sizing: border-box;
}

.foot {
    height: 100%;
}

.foot .w_1200 {
    height: 60%;
}

.fot_nav {
    margin-bottom: 30px;
}

.fot_di {
    margin-bottom: 40px;
}

.fot_ul li {
    float: left;
}

.fot_ul li a {
    position: relative;
    padding: 0px 52px;
    line-height: 20px;
    height: 20px;
    display: block;
    color: #fff;
}

.fot_ul li a::after {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    right: 0px;
    top: 0px;
}

.fot_ul li:last-child a::after {
    display: none;
}

.fot_nav {
    margin-bottom: 20px;
}

.fot_di ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.fot_di ul li {
    height: 30px;
    line-height: 30px;
}

.fot_di ul li i {
    margin-right: 10px;
}

.fot1 {
    width: 100%;
    height: 40%;
    background-color: #07496e;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.fot1_ul {
    width: 600px;
    display: flex;
    margin: 0px auto;
    flex-flow: row nowrap;
}

.fot1_ul li {
    flex: 1;
    margin-right: 20px;
    line-height: 30px;
    white-space: nowrap;
}

.fot1 p {
    margin-bottom: 30px;
}

.celeft {
    position: fixed;
    right: 10px;
    bottom: 30%;
    width: 50px;
    z-index: 999999999999999999999;
}

.celeft_ ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #686a63;
    margin: 0px auto;
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.celeft_ ul li a i {
    line-height: 40px;
    font-size: 30px;
}

.celeft_ ul li:nth-child(2) {
    margin-bottom: 30px;
}

.celeft_ ul li .tel {
    display: inline-block;
    background-color: #686a63;
    line-height: 20px;
    position: absolute;
    left: -435%;
    padding: 5px;
    top: 10%;
}

.celeft_ ul li .weixin {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 5px;
    left: -380%;
    position: absolute;
    top: -55%;
    background-color: #fff;
    box-sizing: border-box;
}

.celeft_ ul li .weixin img {
    width: 120px;
    height: auto;
}

.celeft_ ul li span.weixin,
.celeft_ ul li span.tel {
    display: none;
}

.celeft_ ul li a:hover span {
    display: block;
}


/* 党务之家` */

.du_ {
    width: 1000px;
    margin: 0px auto;
    margin-bottom: 40px;
}

.du_1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.du_1le {
    flex: 1;
}

.duletop {
    width: 100%;
    margin-bottom: 30px;
}

.duletop h4 {
    text-align: center;
}

.duletop h4 span {
    display: inline-block;
    text-align: center;
    color: #2ab9b5;
    width: 100px;
    font-weight: bold;
    font-size: 18px;
    background: none;
    border-bottom: #2ab9b5 3px solid;
    border-radius: 0;
    padding-bottom: 5px;
}

.duledi {
    width: 90%;
    display: flex;
    flex-flow: column nowrap;
}

.du_dtop a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}

.du_dtop a img {
    width: 100%;
    height: 100%;
}

.du__dtopd {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    opacity: .6;
}

.du__dtopd span {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.du__dtopd span:first-child {
    margin-right: 30px;
}

.du__dtopd span:last-child {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.du_dbot {
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.du_dbot a {
    display: flex;
    flex-flow: row nowrap;
}

.du_1let {
    margin-bottom: 10px;
}

.du_dspante {
    flex: 3;
    height: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #2ab9b5;
}

.du_dspantt {
    flex: 7;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
}

.du_dspantt span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.du_dbot:hover {
    transform: scale(1.1);
}


/* 景区之家 */


/* 玩转景区 */

.w1_top_ img {
    width: 100%;
    height: auto;
}

.w1_top {
    margin-bottom: 30px;
}

.botle {
    flex: 1;
    width: 600px;
}

.w1_bot_ {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.botrt {
    flex: 1;
    margin-left: 80px;
}

.brtop_tl h4 {
    font-size: 20px;
    padding: 0 0 10px 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.brtop_tl h4::before {
    content: " ";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left-color: #e95241;
    top: 45%;
    transform: translateY(-50%);
    left: 0px;
}

.brtop_tl h4 a {
    font-size: 14px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.brtop_tl h4 a:hover {
    color: #e95241;
}

.brt_bot ul li a {
    display: block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 2px;
}

.brt_bot ul li:first-child a {
    color: #e95241;
    font-size: 20px;
}

.brt_bot ul li:nth-child(n+2) a:hover {
    color: #e95241;
}

.wan2 {
    margin: 40px 0px;
}

.w2_top .w2t_tl {
    padding-bottom: 20px;
}

.w2t_tl h4 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
}

.w2t_tl h4 a {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.w2t_tt {
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
}

.w2t_tt ul {
    display: flex;
    flex-flow: row wrap;
}

.w2t_tt ul li {
    flex: 1;
    width: 0%;
}

.w2t_tt ul li a {
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.w2_tt_img {
    flex: 2;
    margin-bottom: 10px;
}

.w2_tt_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.w2_tt_img img :hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3)
}

.w2_tt_tl {
    flex: 1;
    padding-left: 10px;
    box-sizing: border-box;
}

.w2_tt_tl h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.w2_tt_tl h4:hover {
    color: #eb4e3c;
}

.w2_tt_tl span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    width: 100%;
    display: block;
}

.w2_bot {
    padding: 30px 0px;
}

.w2_bot .w2t_tt ul li {
    width: 30%;
    margin: 10px;
    position: relative;
    overflow: hidden;
    flex: none;
}

.w2_bot .w2t_tt ul li .w2b_tt_img img {
    width: 100%;
    height: auto;
}

.w2b_tt_tl {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -82%;
    background-color: #000;
    opacity: .6;
    padding: 10px 5%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    transition: bottom .7s ease-in-out;
    cursor: pointer;
}

.w2_bot .w2t_tt ul li:hover .w2b_tt_tl {
    bottom: 0px;
}

.w2b_tt_tl h4 {
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.w2_bot .w2b_tt_tl {}

.w2_bot .w2b_t {
    flex: 2;
    padding: 5px 0px;
    box-sizing: border-box;
    height: 40%;
}

.w2_bot .w2b_tt_tl a {
    width: 80px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    font-size: 14px;
}


/* 玩转景区列表 */

.walei {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.wlle {
    flex: 2;
}

.wlle_tl {
    margin-bottom: 30px;
}

.wlle_tl h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

.wlle_tt ul h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: normal;
}

.wlle_img {
    width: 50%;
    margin-bottom: 30px;
}

.wlle_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.wlrt {
    flex: 1;
}

.wlrt h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.wlrt .wlle_img {
    width: 100%;
    margin-bottom: 5px;
}

.wlrt .wlle_img img {
    border-radius: 0px;
}

.wlle_span {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.wlle_span:hover {
    color: #FF3030;
}

.wlrt_btn {
    margin-top: 40px;
}

.wlrt_btntl h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wlrtb_ul li a {
    display: flex;
    flex-flow: row nowrap;
}

.wlrtb_ul li {
    margin-bottom: 20px;
}

.wlrtb_ul_img {
    flex: 1;
    width: 0;
}

.wlrtb_ul_img img {
    width: 100%;
    height: auto;
}

.wlrtb_ul_tt {
    font-size: 14px;
    margin-left: 10px;
    box-sizing: border-box;
    padding: 10% 0px;
}


/*玩转景区-详情页  */

.waxq .wlle_tl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-left: 10px;
    box-sizing: border-box;
}

.waxq .wlle {
    margin-right: 50px;
}

.wannei {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}


/* 视觉景区 */

.shi .botle video {
    width: 100%;
    height: 340px;
}

.shi .brt_bot ul li:nth-child(n+2) {
    padding-left: 15px;
    background: url(../images/list_ico.png) no-repeat left 11px;
}

.shi .brt_bot ul li:nth-child(n+2) a {
    display: inline-block;
    width: 70%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 2px;
}

.shi .brt_bot ul li:nth-child(n+2) a:hover {
    color: #B76F27;
}

.shi .brt_bot ul li:nth-child(n+2) span {
    display: inline-block;
    width: 20%;
    text-align: right;
    vertical-align: top;
    line-height: 30px;
    height: 30px;
}

.shi .brt_bot ul li:first-child {
    margin-bottom: 30px;
}

.shi_txt {
    height: 30px;
}

.shi_txt span {
    display: inline-block;
    line-height: 30px;
    width: 20%;
    text-align: center;
    background-color: #b76f28;
    cursor: pointer;
    vertical-align: top;
}

.shi .brt_bot ul li:first-child .shi_txt a {
    margin-left: 5%;
    display: inline-block;
    width: 70%;
    font-size: 22px;
    color: #B76F27;
}

.shi .brtop_tl h4 {
    font-size: 22px;
}

.brtop_tl h4::before {
    border-left-color: transparent;
    padding-left: 30px;
    font-weight: 400;
    font-size: 24px;
    background: url(../images/news_ico.png) no-repeat left center;
    left: -20px;
}

.shi_tspan {
    padding-top: 10px;
    height: 50px;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2em;
    box-sizing: border-box;
    font-size: 14px;
}

.shi2_ .w2t_tl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.shi2_ .w2t_tl h4 {
    padding-left: 30px;
    font-weight: 400;
    font-size: 24px;
    background: url(../images/news_ico.png) no-repeat left center;
}

.shi2_ .w2t_tt ul li a {
    position: relative;
}

.shi2_ .w2t_tt .img {
    width: 100%;
    height: 50%;
    max-height: 50%;
    overflow: hidden;
}

.shi2_ .w2t_tt ul li a i {
    display: inline-block;
    position: absolute;
    font-size: 80px;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: all .3s ease-in-out;
}

.shi2_ .w2t_tt .img img {
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    overflow: hidden;
}

.shi_2tt {
    margin-top: 5px;
}

.shi_2tt h4 {
    height: 50px;
    line-height: 40px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.shi2_ttl {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
    margin: 0 10px 20px;
    line-height: 25px;
    text-align: left;
    height: 80px;
}

.shi2_p {
    position: absolute;
    width: 320px;
    height: 100px;
    top: 18%;
    left: 50%;
    padding-top: 20px;
    margin-left: -160px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    opacity: 0;
    border: solid 2px #fff;
    z-index: 10;
    transition: all .3s 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.shi2_ .w2t_tt ul li a:hover .img img {
    transform: scale(1.1);
}

.shi2_ .w2t_tt ul li a:hover .shi_2tt,
.shi2_ .w2t_tt ul li a:hover .shi2_ttl {
    color: #B76F27;
}

.shi2_ .w2t_tt ul li a:hover i {
    opacity: 0;
}

.shi2_ .w2t_tt ul li a:hover .shi2_p {
    opacity: 1;
}


/* 视觉景区列表 */

.shi_lei1 {
    display: flex;
    flex-flow: row nowrap;
}

.shi_lei1 .wlle_img {
    flex: 1;
    margin-right: 20px;
    position: relative;
    margin-bottom: 0px;
}

.shi_lei1 .wlle_img i {
    display: inline-block;
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: all .3s ease-in-out;
}

.shile_t {
    flex: 2;
    padding-right: 50px;
}

.shile_tl {
    font-size: 14px;
    color: #666;
    height: 118px;
    /* max-height: 120px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
}

.shile_t span {
    color: rgb(197, 197, 197);
    font-size: 12px;
    line-height: 26px;
    margin-top: 10%;
    display: inline-block;
}

.shile .wlle_tt ul li {
    margin-bottom: 20px;
}


/*景区咨询  */

.mcrttl_ul li {
    height: 50px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.mcrttl_ul li::before {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffeb3b;
    left: 5px;
}

.mcrttl_ul li a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 70%;
    margin-left: 3%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mcrttl_ul li a:hover {
    color: #008889;
}

.mcrttl .mcrttl_ul li span {
    display: inline-block;
    width: 15%;
    text-align: right;
    vertical-align: top;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
}


/*中国景区  */

.zg1 {
    padding: 15px 0 10px;
    background: #e5f6ed;
    width: 100%;
    background-size: cover;
}

.zg1_top {
    background: rgba(0, 0, 0, .3);
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
}

.zg1_bto_ul {
    display: flex;
}

.zg1_bto_ul li {
    position: relative;
    overflow: hidden;
    margin-right: 2px;
    z-index: 9;
    cursor: pointer;
    flex: 1;
}

.zg1_bto_ul li:first-child,
.zg1_bto_ul li:last-child {
    background: #86e5b7;
}

.zg1_bs a h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 54px 0;
    background: url(../images/bg-09.png) no-repeat center;
}

.zg1_bt {
    position: relative;
    padding: 0px 5%;
    text-align: center;
    color: #fff;
}

.zg1_bt::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -15px;
    width: 29px;
    height: 16px;
    background: url(../images/bg-11.png) no-repeat;
}

.zg1_bt::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    width: 29px;
    height: 16px;
    background: url(../images/bg-10.png) no-repeat;
}

.zg1_bst {
    display: inline-block;
    font-size: 13px;
    color: #999;
    padding: 2px 18px;
    border-radius: 20px;
    background: #fff;
    margin: 0px 30px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.zg1_bto_ul li:nth-child(2) {
    flex: 5;
}

.zg1_bto_ul li:nth-child(2) a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.zg1_bto_ul li:nth-child(2) a img {
    width: 100%;
    height: 100%;
}

.zg1_bz {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    bottom: 3px;
    margin: auto;
    width: 100%;
    text-align: center;
    /* padding-left: 20px; */
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}

.zg1_bto_ul li:nth-child(3) {
    background: #84ccef;
}

.zg1_bh {
    position: relative;
    top: 15%;
}

.zg2_top {
    margin-bottom: 30px;
}

.zg1_bto_ul li:nth-child(2) .zg1_bh {
    position: relative;
    top: 0%;
}

.zg2 {
    height: 650px;
    padding: 30px 0px;
    background: url(../images/jd_bgs.png) no-repeat;
    background-size: 100% 100%;
}

.zg2_a {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.zg2_a a {
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #2ab9b5;
    margin: 0px auto;
}

.zg2_a a:hover {
    background-color: #2ab9b5;
}

.zg2_bg1 a {
    display: flex;
    flex-flow: row nowrap;
}

.zg2_bg {
    margin: 40px 0px;
    height: 400px;
}

.zg2_bga {
    writing-mode: vertical-lr;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#0babf5, #04cad9 40%, #50ce9f 60%);
}

.zg2_bgimg {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../images/jd_pic_bg.png) no-repeat;
    background-size: 100% 100%;
}

.zg2_bgimg img {
    padding: 10px 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.zg2_bg .swiper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.zg2_bg .swiper-wrapper {
    width: 90%;
    margin: 0px auto;
}

.zg3 {
    margin-top: 10px;
}

.zg3_ {
    background: #c1eaff;
    padding: 20px 0;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 10px;
}

.zg3_top {
    text-align: center;
}

.zg3_top img {
    max-width: 100%;
}

.zg3_bt a {
    height: 40px;
    clear: both;
    line-height: 40px;
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
    border: 1px solid #2ab9b5;
    width: 200px;
    border-radius: 20px;
    color: #fff;
    display: block;
}

.zg3_bt a:hover {
    background-color: #2ab9b5;
}

.zg4 {
    margin: 10px 0px;
}

.zg4_ {
    display: flex;
    flex-flow: row nowrap;
}

.zg4_le {
    flex: 1;
    background-color: #86e5b7;
}

.zg4_le_top img {
    max-width: 100%;
}

.zg4_le_bot {
    width: 80%;
    padding: 0px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0px auto;
    margin-bottom: 30px;
}

.zg4_bot1 a {
    display: block;
    width: 200px;
    height: 40px;
    border: 1px solid #2ab9b5;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin: 0px auto;
    border-radius: 25px;
}

.zg4_bot1 a:hover {
    background-color: #008889;
}

.zg4_le_both4 {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    width: 90%;
    overflow: hidden;
}

.zg4_le_top {
    text-align: center;
}

.zg4_le_top img {
    margin: 10px 0px;
}

.zg4le_img {
    width: 30%;
    overflow: hidden;
}

.zg4le_img img {
    width: 100%;
    box-shadow: 0px 0px 6px 2px #2af7f1;
    border-radius: 10px;
}

.zg4le_tt {
    width: 60%;
    overflow: hidden;
}

.zg4le_tt h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.zg4le_tt span {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
    height: 66px;
}

.zg4_le_both4:hover {
    color: #B76F28;
    transform: scale(1.1);
}

.txtMarquee-top {
    position: relative;
}

.txtMarquee-top .bd {
    padding: 15px;
}

.txtMarquee-top .infoList li a {
    display: block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.txtMarquee-top .infoList li a:hover {
    background-color: rgba(1, 213, 206, .6);
}

.zg4_bot1 {
    margin: 20px 0px;
}

.show {
    min-height: 250px;
}

.zg4_ .zg4_le:nth-child(even) {
    background-color: #308ECC;
}


/* 中国景区列表 */

.zgs .mcrtt {
    display: flex;
    justify-content: space-around;
}

.zgs .mcrtt h4 {
    display: inline-block;
}

.scenic_sou {
    position: relative;
    width: 300px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #308ECC;
}

.scenic_sou input {
    padding: 5px 5px;
    height: 30px;
    width: 60%;
    text-indent: 2em;
    margin-left: 10px;
}

.scenic_sou a {
    display: inline-block;
    position: absolute;
    width: 20%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #03a8a9;
    right: 0px;
}

.zgsa {
    width: 100%;
    height: auto;
    padding: 0px 10%;
    box-sizing: border-box;
}

.zgsa li {
    height: 80px;
    width: 100%;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.zgsa li:hover {
    transform: scale(1.1);
    color: #B76F28;
}

.zgsa li:first-child {
    background-color: #c9f4f2;
}

.zgsa li i {
    display: inline-block;
    line-height: 80px;
    text-align: center;
    color: #000;
}

.zgsa li i:nth-child(odd) {
    display: inline-block;
    width: 30%;
    line-height: 80px;
    text-align: center;
}

.zgsa li i:nth-child(even) {
    width: 65%;
}

.zgsa li:nth-child(even) {
    background-color: #fff;
}

.zgsa li:nth-child(2n+3) {
    background-color: #eee;
}