* {
    margin: 0;
    padding: 0;
}

h2,
h3 {
    font-weight: normal;
}



/* 使用外部字体 */
@font-face {
    font-family: 'Aboreto-Regular';
    src: url(../font/Aboreto/Aboreto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Italic-VariableFont_wdth';
    src: url(../font/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf);
}


@font-face {
    font-family: 'Roboto-VariableFont_wdth';
    src: url(../font/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

.w {
    /* width: 100%; */
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    background-color: #212121;
}

header {
    padding: 10px 0;
    height: 140px;
    background-color: #212121;
    position: relative;
    display: flex;
    align-items: center;
}

header .logo img {
    height: 130px;
}

.logo {
    padding-right: 30px;
    border-right: 2.5px solid #f2a81d;
}


header .head-nav {
    display: flex;
    margin-left: 315px;
}

header .head-nav a {
    color: white;
    width: 96px;
    display: block;
    font-size: 18px;
    font-family: 'Aboreto-Regular', sans-serif;
    margin-right: 55px;
}

header .head-nav a:hover {
    color: #f2a81d;
}

.date-tab-box {
    background: #c48718;
}

.date-tab {
    display: flex;
    height: 100px;
    background: #c48718;
    align-items: center;
}

.date-tab .choose {
    /* width: 385px; */
    min-width: 245px;
    padding-left: 25px;
    padding-right: 60px;
    height: 70px;
    border-right: 1.5px solid black;
}

.date-tab .choose:nth-of-type(3) {
    border-right: none;
}

.date-tab .choose .choose-title {
    font-family: 'Aboreto-Regular', sans-serif;
    margin-bottom: 23px;
    cursor: pointer;
}

.date-tab .choose .choose-title:hover {
    color: white;
}

.date-tab .choose .choose-content .choose-item {
    font-family: 'Roboto-Italic-VariableFont_wdth', sans-serif;
    cursor: pointer;
}

.date-tab .choose .choose-content .choose-item:hover {
    color: white;
}

.date-tab .choose .choose-content {
    display: flex;
    color: #876423;
    justify-content: space-between;
}

.date-tab .choose .choose-content .choose-item img {
    width: 10px;
    transform: rotate(90deg);
}

/* 
.date-tab .choose .choose-content  .choose-item-middle{
    margin: 0 39px;
} */

.check-btn {
    width: 165px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    font-size: 14px;
    font-family: 'Aboreto-Regular', sans-serif;
    margin-left: 100px;
    cursor: pointer;
}

.check-btn:hover {
    background-color: white;
    color: black;
}

.banner {
    height: 700px;
    position: relative;
}

.banner img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.dot-box {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.dot-box .dot-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    margin-right: 10px;
    cursor: pointer;
}

.dot-box .dot-item:last-child {
    margin-right: 0;
}

.dot-box .active {
    background-color: white !important;
}

.dot-box .dot-item:hover {
    background-color: #f2a81d;
}


.contact-ipt-box{
    width: 1000px;
    margin: 100px auto;
}

.contact-ipt-box .contact-ipt-item{
    display: flex;
    margin-bottom: 65px;
}

.contact-ipt-box .contact-ipt-item input{
    height: 50px;
    background-color: #ded9ce;
    flex: 1;
    border-radius: 20px;
    border: 0;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-right: 15px;
    padding-left: 10px;
    color: #000;
    border-bottom: 1px solid #000;
}

.contact-ipt-box .contact-ipt-item input::placeholder{
    color: #000;
}

.message-ipt{
   padding-bottom: 155px;
}

.sub-btn{
    height: 47px;
    width: 120px;
    text-align: center;
    line-height: 47px;
    background: #593f0c;
    color: white;
    font-family: 'Aboreto-Regular', sans-serif;
    border-radius: 20px;
    margin: 0 auto;
   cursor: pointer;
}

.contact-us {
    margin-top: 245px;
    /* width: 100%; */
    padding: 0 50px 105px 50px;
    background-color: #f9d48e;
}

.contact-us .contact-logo {
    display: flex;
    justify-content: center;
}

.contact-us .contact-logo img {
    width: 100px;

}

.contact-l {
    width: 90%;
}

.contact-l .title {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    font-size: 40px;
    font-family: 'Aboreto-Regular', sans-serif;
}

.contact-main {
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
}

.contact-l-item {
    border-bottom: 1px solid black;
    height: 70px;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-l-item span {
    cursor: pointer;
}

.contact-l-item span:hover {
    color: #c48718;
}

.contact-l-item label {
    font-size: 22px;
    width: 40%;
}

.follow-img {
    display: flex;
}

.follow-img-item img {
    width: 80px;
}

.contact-r-logo {
    position: relative;
}

.contact-r-logo .logo-l {
    width: 100%;
    height: 125px;
    border-radius: 15apx;
}

.contact-arr-l,
.contact-arr-r {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 30px;
    cursor: pointer;
}

.contact-arr-l img,
.contact-arr-r img {
    width: 100%;
}

.contact-arr-l img {
    transform: rotate(180deg);
}

.contact-arr-r {
    right: 0;
}

.contact-l-ipt-item p {
    font-family: 'Aboreto-Regular', sans-serif;
    font-size: 20px;
    margin-bottom: 3px;
}

.contact-l-ipt-item input {
    height: 50px;
    padding-left: 7px;
    border-radius: 20px;
    width: 100%;
    border: none;
    outline: none;
}

.contact-l-ipt-item {
    width: 98%;
}

.contact-l-ipt-box {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

footer {
    display: flex;
    align-items: center;
    background-color: #f6be55;
    height: 60px;
    justify-content: space-around;
}

.footer-nav{
    display: flex;
    
}

.footer-nav a{
    color: #000;
    padding:0 30px;
    border-right: 1px solid #000;
    display: block;
}

.footer-nav a:hover{
    color: white;
}


.footer-nav {
    display: flex;

}

.footer-nav a {
    color: #000;
    padding: 0 30px;
    border-right: 1px solid #000;
    display: block;
}

.footer-nav a:hover {
    color: white;
}
