@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    min-height: 100%;
}

img,
input,
button,
fieldset {
    border: none;
    outline: none;
}

ul,
ol {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.container {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

body {
    min-width: 1140px;
}


/*头部*/

header {
    width: 1000px;
    height: 55px;
    margin: 0 auto;
}

header img {
    float: left;
    padding-top: 12px;
}

header ul {
    float: left;
    margin-left: 70px;
    padding-top: 22px;
}

header ul li {
    display: inline-block;
    padding: 0 22px;
}

header ul li a {
    font-size: 14px;
    color: #838383;
}

header ul li.active a {
    color: #e60012;
}

header span {
    font-size: 16px;
    color: #838383;
    float: right;
    padding-top: 22px;
}


/* banner */

.banner {
    background: url(../images/banner_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.banner>.container {
    width: 1000px;
    height: 820px;
    margin: 0 auto;
    padding-top: 92px;
}

.cloud {
    height: 100px;
    position: relative;
    top: 0px;
    left: 0px;
}

.cloud_left {
    float: left;
}

.cloud_right {
    height: 100px;
    float: right;
}

.text {
    position: relative;
    height: 200px;
    text-align: center;
    margin-left: 164px;
}

.people {
    position: relative;
  
    animation-delay: .8s;
    margin-left: -108px;
}

.banner .banner_bot {
    padding: 20px;
    background: #fff;
    height: 114px;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    box-shadow: 1px 1px 2px #999995;
    margin-top: 27px;
    margin-bottom: 30px;
}

.banner .banner_bot dl {
    width: 30%;
    margin-left: 31px;
    float: left;
    border-right: 1px dashed #ccc;
}

.banner .banner_bot dl dt {
    width: 77px;
    height: 65px;
    float: left;
    margin-right:10px;
}

.banner .banner_bot dl>dt {
    float: left;
    margin-right: 10px;
}

.banner .banner_bot dl dd {
    font-family: '微软雅黑';
    font-size: 18px;
    padding-top: 20px;
}
.banner .banner_bot dl a {
    font-family: '微软雅黑';
    font-size: 18px;
    color:#505050;
}

.banner .banner_bot dl:last-of-type {
    border: none;
}
.show {
    background: url(../images/blue-bg.jpg) no-repeat center;
    padding-bottom: 84px;
}

.show_container {
    width: 1000px;
    margin: 0 auto;
    padding-top:62px;
}

.show_left {
    /* width: 260px; */
    flex: 1;
    background: #47a665;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 16px;
    text-align: center;
}

.show_right {
    /* width: 260px; */
    flex: 1;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 90px 0px 0px 72px;
    z-index: 999;
    margin-left: -47px;
    box-shadow: 1px 1px 2px #999995;
    padding: 29px 36px;
    color: #434242;
    font-size: 20px;
}

.show_btn {
    color: #494949;
    font-size: 20px;
    width: 182px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffe42c;
    margin: 0 auto;
    margin-top: 20px;
}
.show_btn a:hover{
    color:#494949;
}


/* 侧边栏 */

.sidebar {
    width: 257px;
    height: 603px;
    position: fixed;
    right: 5px;
    top: 15%;
    z-index: 999;
    text-align: center;
    background: url(../images/sidebar.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 110px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.sidebar>p {
    line-height: 47px;
    width: 133px;
    text-align: center;
    margin: 0 auto;
}
.sidebar .hide{
    z-index: 999;
    position: absolute;
    right: 12px;
    top: -29px;
}


.life {
    background: url(../images/yellow_02.jpg) no-repeat center;
   
}

.life_container {
    width: 1000px;
    margin: 0 auto;
    /* padding-top: 20px; */
    /* background: url(../images/yellow_bg.png) no-repeat center; */
}

.life_main {
    position: relative;
}

.life_right {
    padding: 20px 13px;
    box-sizing: border-box;
    background: url(../images/why.png) no-repeat right top;
    background-size: 40px;
}

.life_right>p {
    line-height: 30px;
}

.life_btn {
    background: #e0a710;
    padding: 5px 20px;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.life_yellow {
    /* background: url(../images/life_bg.png) no-repeat center 100% 100%; */
    position: relative;
}

.btn_left,
.btn_right {
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.btn_left {
    background: #fe9943;
    margin-right: 50px;
}

.btn_right {
    background: #47a665;
}

.experience {
    background: url(../images/blue.png) no-repeat center;
    /* margin-bottom: 40px; */
}

.vacation_main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.vacation_main .table_box {
	width: 750px;
	height: 370px;
	overflow: scroll;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-51%);
	-ms-transform: translateX(-51%);
	-webkit-transform: translateX(-51%);
}

 /* 定义滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px transparent;
  border-radius: 10px;
  background-color: transparent;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px transparent;
  background-color: #47a665;
}

.vacation_main .table {
    position: absolute;
    top: 0;
    left: 50%;
    width: 95%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.table tr {
    height: 60px;
    line-height: 22px;
}

.table tr td {
    text-align: center;
}
.table tr td span{
    display:block;
    height: 22px;
}
.more {
    background: url(../images/yellow_02.jpg) no-repeat center;
}

.more .more_container {
    /* background: url(../images/more_bg.png) no-repeat center; */
    min-width: 1200px;
    padding-top: 92px;
    padding-bottom:27px;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 1000px;
    margin: 0 auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
 
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.all {
    background: black;
}

.all_dishi {
    width: 1000px;
    margin: 0 auto;
}


.mainf {
    background: url(../images/blue-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    /* margin-top: -180px; */
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 6;
}



.tit06 img {
    margin-left: -85px;
}


/*PC底部省份联系方式*/

.m4_con {
    display: none;
    margin-top: 20px;
}

.addr_prov {
    width: 310px;
    height: 300px;
    overflow: scroll;
    float: left;
}

.scrollbar {
    width: 30px;
    height: 300px;
    margin: 0 auto;
}


.addr_prov::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #555;
}

.addr_prov::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}


/*滚动条滑块*/

.addr_prov::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #47a665;
    ;
}


/*滚动条轨道*/

.addr_prov::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #ccc;
}
.addr_prov li{
    width: 100px;
}
.addr_prov li,
.city_confirm li {
    float: left;
    /* width: 118px; */
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    border: 1px solid;
}
.city_confirm li{
    border: none;
}
.addr_prov li.on{
    background: #47a665;
    color: #fff;
}
.city_confirm li.on{
    border-bottom:4px solid #47a665;
}
.city_confirm {
    width: 585px;
    height: 300px;
    overflow: hidden;
    float: right;
    white-space: nowrap;
    box-shadow: 1px 1px 2px 2px #dededd;
    position: relative;
}

.city_confirm ul {
    width: 1000px;
    height: 60px;
    display: none;
    padding-bottom: 20px;
    position: relative;
	left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.city_confirm ul li{
    height: 50px;
}
.city_confirm ul.on {
    display: block;
    border-bottom: 1px solid #bebebe;
}

.scrollbar {
    width: 30px;
    height: 300px;
    margin: 0 auto;
}


.city_confirm::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #555;
}

.city_confirm::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}


/*滚动条滑块*/

.city_confirm::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #47a665;
    
}


/*滚动条轨道*/

.city_confirm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #ccc;
}
.address {
    clear: both;
}

.addrss_s {
    font-size: 18px;
    line-height: 36px;
    color: #6d6d6d;
    display: none;
    /* padding: 20px 0 0 96px;
     */
     padding:30px 20px;
}

.addrss_s.on {
    display: block;
}


/*iphone底部省份联系方式*/

.zg_m4 {
    padding: 0.59rem 0.3rem 0;
    box-sizing: border-box;
    height: 4.02rem;
    background: url(../images/m4.jpg) no-repeat center top;
    background-size: 100% auto;
}

.m4_tit {
    display: block;
    margin: 0 auto;
    width: 5.49rem;
    height: 0.38rem;
}

.select_city select {
    width: 3.78rem;
    height: 0.78rem;
    border: 1px solid #666;
    border-radius: 0.14rem;
    background: #fff url(../images/m4_pic1.jpg) no-repeat 2.27rem center;
    background-size: 0.36rem 0.5rem;
    box-sizing: border-box;
    padding-left: 0.15rem;
    font: 0.4rem/0.58rem "microsoft yahei";
    color: #333;
}

.address {
    padding-top: 0.34rem;
}

.addr {
    display: none;
}

.addr p {
    font: 0.3rem/0.5rem "microsoft yahei";
    color: #333;
    display: none;
}

.addr p span {
    color: #ff6600;
}

.addr_prov {
    margin-bottom: 20px;
}

@media only screen and (min-width: 800px) {
    .m4_con {
        display: block;
    }
    .address {
        display: none;
    }
    .address.on {
        display: block;
    }
    /* .addr_prov li{font-size: 28px !important;} */
}

@media only screen and (max-width: 1000px) {
    .container {
        width: 100%;
    }
    .maina .container {
        width: 1000px;
    }
    .nav li {
        width: 200px !important;
        background-size: 100% 100% !important;
    }
    .nav li h3 {
        font-size: 30px !important;
        left: 66px !important;
    }
    .nav ul li p {
        left: 110px !important;
    }
    .nav ul li:nth-of-type(5) p {
        left: 56px !important;
    }
    .nav ul li:nth-of-type(5) h3 {
        left: 12px !important;
    }
    .nav_fix li {
        width: 180px !important;
    }
    .nav_fix li h3 {
        font-size: 30px !important;
    }
    .m4_con {
        padding-left: 68px;
    }
    .ad ul li {
        width: 230px !important;
    }
    .person03 {
        right: 0;
    }
}

@media only screen and (max-width: 1160px) {
    .main h4,
    .mainbs_c h4 {
        font-size: 30px !important;
    }
    .main p,
    .mainbs_c p {
        font-size: 28px !important;
    }
    .tab li {
        font-size: 26px !important;
    }
    .row03,
    .row02 {
        width: 458px !important;
    }
}