﻿body {
    /* padding-top: 100px;
    background-image: url('/images/home/body-bg.png');*/
    background-color: rgba(255, 152, 0, 0.07);
    font-family: Arial, Helvetica, sans-serif;
}

header {
    z-index: 1;
    width: 100%;
    position: relative;
}


/* header::before{
    content: '';
    background-image: url(/images/home/banner-bg-left.png);
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: calc();
}
header::after{
    content: '';
    background-color: url(/images/home/banner-bg-right.png);
    position: absolute;
    top: 42px;
    right: 40px;
} */
.mengban{
    background:rgba(117, 116, 116, 0.25);
    z-index: 8;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}
.banner-bg-left {
    width: auto;
    height: 55%;
    position: absolute;
    top: 0;
    left: 0;
   z-index: 9;
}
#slideshow3{
    z-index:0;
}
.banner-bg-right {
    width: auto;
    height: 20%;
    position: absolute;
    top: 6%;
    right: 2%;
	z-index: 9;
}

header img {
    width: 100%;
}

.top-banner {
    margin: 0 auto;
    position: absolute;
    left: 20%;
    bottom: 6%;
	z-index: 9;
}

.top-banner h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #fff;
}

.top-banner hr {
    width: 77px;
    height: 1px;
    background-color: #666666;
}

.top-banner p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    line-height: 24px;
	font-weight: bolder;
}

.top-banner .online-btn {
    position: relative;
    border: none;
    width: 252px;
    height: 64px;
    /* border-radius: 8px; 
    border: solid 2px #f19ec2;
	color: rgb(243, 97, 97);
	*/
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 12.6%;
    cursor: pointer;
	
	background: rgb(243, 97, 97);
    color: #fff;
}

.top-banner .online-btn:after,
.top-banner .online-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: none;
    z-index: -2;
    border-radius: 4px;
    color: #fff;

}

.top-banner .online-btn:hover {
    z-index: 1;
    background: transparent;
    color: #fff;
    /*border: 0;*/
	border: solid 2px #f19ec2;
}

.top-banner .online-btn:before {
    transition: .5s;
    background: transparent;/*rgb(243, 97, 97);*/
    z-index: -1;
    color: #fff;
}

.top-banner .online-btn:hover:after,
.top-banner .online-btn:hover:before {
    width: 100%;
}

.top-banner ul {
    list-style: none;
}

.login_parent {
    height: 138px !important;
}

/* addthis */
.at-icon {
  
    height: 24px !important;
    width: 24px !important;
}

.at-icon-wrapper {
   
    height: 24px !important;
    width: 24px !important;
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    padding: 0 13px !important;
}

#top_all {
    background: none;
    top: 47px;
    z-index: 99;
}

.top_nav {
    list-style: none;
    float: right;
    margin: -47px 0 0 0;
    font-size: 17px;
}

.top_nav li {
    padding: 0;
    width: 138px;
    height: 138px;
    line-height: 138px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /* border: 1px solid; */
    border-radius: 50%;
    border: solid 1px rgba(153, 153, 153, .8);
    background-color: rgba(255, 255, 255, .8);
    z-index: 2;
    margin: 0 10px;
    position: relative;

}

.top_nav li:hover {
    color: #fff;
    background-color: rgb(243, 97, 97);
    border: 0;
}

li.chosenLi {
    color: #fff;
    background-color: rgb(243, 97, 97);
    position: relative;
    border: 0;
}

.login_parent {
    position: initial;
}

.login_nav {
    line-height: 40px;
}

.login_navBox .login_nav {
    padding: 0;
}

.login_navBox {
    top: 136px;
    position: initial;
}

/* 公告的css */
.notice-box {
    z-index: 101;
    width: 820px;
    height: 0px;
    line-height: 30px;
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -320px;
}


.this-is-mask {
    /* z-index: 10; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
}

marquee {
    background-color: white;
    border-radius: 3px;
    color: #fe4d3d;
}

/* .lb-box-all {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    transition: all 1s;
}

.padding0px {
    padding: 0px;
}

.lb-box {
    width: 100%;
    height: 0;
    padding-bottom: 42.72%;
    background-color: #ddd;
    position: relative;
}
    .lb-box .lb-img:nth-child(1) {
        display: block;
    }
    .lb-img {
        z-index: 20;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }
.lbUl {
    z-index: 20;
    padding-left: 0px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    list-style: none;
}
.lbUl li {
    float: left;
    width: 12px;
    height: 12px;
    background: #ccc;
    margin-left: 10px;
    border-radius: 12px;
    cursor: pointer;
}
.lbUl li:nth-child(1) {
    margin-left: 0px;
}
    .lbUl li.lbLi {
        background: #fc80ac;
    }
.lb-desc {
    z-index: 80;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50px;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
}
    .lb-desc .lb-desc-table {
        margin: auto;
        color: #fff;
        font-size: 15px;
    }
    .lb-desc .lb-desc-table th, .lb-desc .lb-desc-table td {
        padding: 5px 0;
    }
    .lb-desc .lb-desc-table th {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .lb-desc .lb-desc-table td {
        font-weight: bold;
    }
    .lb-desc .lb-desc-table tbody td:nth-child(1) {
        text-align: right;
    }
    .lb-desc .lb-desc-table tbody td:nth-child(2) {
        padding-left: 8px;
    } 
*/
.mid_all {
    margin: auto;
    width: 1100px;
}

#about-box {
    margin: 90px auto;
}

.about-img {
    float: left;
    width: 408px;
    height: 100%;
    position: absolute;
}
.about-img img{
    top: calc(50% - 204px);
    position: absolute;
}
.about-text {
    margin-left: calc(408px + 36px);
    /* height: 408px; */
    border-right: 1px solid rgb(243, 97, 97);
    padding: 47px;
    position: relative;
}
.about-main{
    position: relative;
}



.about-text::before {
    content: url('/images/home/about-bg2.png');
    position: absolute;
    top: -36px;
    right: -38px;
    z-index: 2;
    -webkit-animation: Rotate 5s linear infinite;
    animation: Rotate 5s linear infinite;
}

/* .about-text::after {
    content: url('/images/home/about-bg1.png');
    position: absolute;
    right: -50px;
    -webkit-animation: slide-top 2s both;
    animation: slide-top 2s both;
}
 */
.about-move {
    position: absolute;
    right: -50px;
    bottom: -100px;
}

.about-text hr {
    width: 79px;
    height: 2px;
    background-color: #000000;
}

.about-text h3 {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #19181a;
}

.about-text p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.li-top {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(243, 97, 97);
    top: 0;
    right: 0;
    list-style: none;
}

.li-top::before {
    content: '';
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -4px;
    left: -1px;
    background: rgb(243, 97, 97);
    color: white;
    width: 8px;
    height: 8px;
    text-align: center;
}

.li-bottom {
    position: absolute;
    width: calc(100% + 175px);
    height: 1px;
    background: rgb(243, 97, 97);
    bottom: 0;
    right: 0;
    list-style: none;
}

.li-bottom::before {
    content: '';
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -4px;
    left: -1px;
    background: rgb(243, 97, 97);
    color: white;
    width: 8px;
    height: 8px;
    text-align: center;

}

.box h1 {
    margin: auto;
    width: max-content;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    /* opacity: 0.51; */
    text-shadow: 1px 0px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0), 0px 1px 0px rgb(0, 0, 0), 0px -1px 0px rgb(0, 0, 0);
}

.box h1:hover {
    color: #333333;
    opacity: 1;
    text-shadow: 0;
}

.box h2 {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin: 20px auto 48px;
    display: none;
}
#gallery-box{
    min-height: 665px;
}
#gallery-box .swiper-button-prev {
    background-image: url('/images/home/gallery-left.png');
    
    background-size: 80px 80px;
    left: -10px;
    width: 80px;
    height: 80px;
}
#gallery-box .swiper-button-prev:hover {
    background-image: url('/images/home/gallery-right.png');
    transform: rotateY(180deg);
}


#gallery-box .swiper-button-next {
    background-image: url('/images/home/gallery-left.png');
    transform: rotateY(180deg);
    background-size: 80px 80px;
    right: -10px;
    width: 80px;
    height: 80px;
}
#gallery-box .swiper-button-next:hover {
    background-image: url('/images/home/gallery-right.png');
    transform: rotateY(0deg);
}



.contact-main {
    background-image: url(/images/contact-map.png);
    padding-top: 62px;
    padding-bottom: 62px;
    position: relative;
}

.contact-main::after {
    content: url('/images/home/contact-bg.png');
    position: absolute;
    top: -185px;
    left: 166px;
}

#contact-box {
    margin: 0;
}

#contact-box .centered {
    width: 959px;
    display: grid;
    margin: 0 auto;
    grid-gap: 198px;
    grid-template-columns: 1fr 438px;

}

.contact-left {
    /* float: left; */
}

.contact-right {
    background-color: rgba(255, 255, 255, .5);
    -moz-box-shadow: 0px 0px 10px 1px #d2d2d2;
    -webkit-box-shadow: 0px 0px 10px 1px #d2d2d2;
    box-shadow: 0px 0px 10px 1px #d2d2d2;
    padding: 52px 45px;
    position: relative;
}

.contact-right::after {
    /* content: ''; */

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-right h4 {
    font-size: 28px;
    line-height: 0px;
    letter-spacing: 0px;
    color: #19181a;
    text-align: center;
    margin-bottom: 70px;
}
.Placeholder{
    opacity: 0.8;
    /* cursor: pointer; */
}
.Placeholder:hover{
    opacity: 1;
}
.contact-right input {
    height: 36px;
    width: 100%;
    outline: none;
    border: 1px solid #999999;
    padding-left: 10px;
}

.contact-right input:hover {
    border: 1px solid rgb(243, 97, 97);
}

.contact-right textarea {
    width: 100%;
    height: 116px;
    padding-left: 10px;
}
.contact-right textarea:hover {
    border: 1px solid rgb(243, 97, 97);
    outline: none;
}
.contact-right .submit {
    width: 88px;
    height: 36px;
    background-color: rgb(243, 97, 97);
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin: 14px 0 0;
    cursor: pointer;
}

/* .contact-img {
} */
.contact-right div {
    font-size: 14px;
    line-height: 14px;
    color: #19181a;
    margin-bottom: 10px;
    margin-top: 16px;
}

.contact-main h3 {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-top: 33px;
font-weight: 600;
margin-bottom: 0;
}

.contact-main p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.map {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    /* position: absolute; */
    /* top: 655px; */
    height: 300px;
}

/* PC端 */
@media (min-width: 768px) {
    .flex-center {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .padding-50 {
        padding: 50px 0;
    }


    .about-desc-box {
        height: 470px;
        border-left: 4px solid #fc80ac;
        padding: 80px 0 0 60px;
        margin-bottom: 50px;
        position: relative;
    }

    .about-circular-box {
        width: 100px;
        position: absolute;
        top: -20px;
        left: -52px;
    }

    .yellow-circular {
        width: 40px;
        height: 40px;
        background: #fc80ac;
        border-radius: 100%;
        margin: auto;
    }

    .about-img-circular {
        width: 100%;
        height: 100%;
        padding: 5px;
        background-color: #fc80ac;
        border-radius: 100%;
        margin-top: 50px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .padding-50 {
        padding: 20px 0 30px 0;
    }

    .showFood-small-box {
        margin-top: 20px;
    }

    .about-tips-box {
        text-align: center;
    }

    .about-desc-box {
        margin-bottom: 50px;
        padding: 0px;
    }

    .about-circular-box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .about-img-circular {
        width: 30%;
        height: 20%;
        padding: 5px;
        background-color: #ffc519;
        border-radius: 100%;
        margin-left: 5%;
        float: left;
    }

    .about-img-circular:nth-child(2) {
        margin-left: 0px;
    }

    .about-desc {
        margin-top: 50px;
    }

    .contact-box {
        padding-bottom: 20px;
    }

    .map {
        width: 100%;
        height: 200px;
    }

    .contact-box button {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

/* 动画 */

@-webkit-keyframes Rotate {

    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes Rotate {

    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

/* 缓慢向上 */
.slide-top::after {
    -webkit-animation: slide-top 2s both;
    animation: slide-top 2s both;
}

@-webkit-keyframes slide-top {

    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px);
    }

}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px);
    }

}

.imghe-desc {
    display: block;
    background-color: #fff5f5;
    text-align: center;
    padding: 10px 0 44px 0;
    opacity: 0;
}
/* gallery click */
#slideshow0.swiper-container{
/*padding-top: 116px !important;*/
}
#slideshow0 .swiper-slide {
    cursor: pointer;
    height: 402px;
    position: relative;
    text-align: center;
}
    #slideshow0 .swiper-slide .imghe {
        margin-top: calc(201px - 116px);
        transition: all 1000ms;
        /*position: absolute;*/
width:86%;
    }
#slideshow0 .swiper-slide:hover{
/*background-color: #fff5f5;*/
transition: all 1000ms;
/*margin-top: -116px;*/
}

    #slideshow0 .swiper-slide:hover .imghe {
        /* margin-top: 0; */
        transition: all 1000ms;
        /*position: inherit;*/
    }
    #slideshow0 .swiper-slide:hover .imghe-desc {
        opacity: 1;
        transition: all 1400ms;
    }

#slideshow0 .imghe-desc h3{
    font-size: 18px;
	line-height: 22px;
	color: #333333;
}
#slideshow0 .imghe-desc div{
    width: 100px;
	height: 0;
    border: solid 1px rgb(243, 97, 97);
    font-size: 14px;
	line-height: 30px;
    color: #333333;
    margin: 44px  auto 0 auto ;
}
#slideshow0 .swiper-slide:hover::after{
content: '';
position: absolute;
width:calc(100% - 26px);
height: calc(100% - 26px);
left: 13px;
top: 13px;
/*border: 1px solid #cbcbcb;*/
}

.submit:hover {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}
@-webkit-keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
              transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
              transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
              transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
              transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
              transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  @keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
              transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
              transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
              transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
              transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
              transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }

  /* loading */
/* .preloader {
    background: none repeat scroll 0 0 #3cbffc;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: opacity 0.2s ease 0s;
    width: 100%;
    z-index: 9999;
    justify-content: center;
}.aboutSlideshow{
    width: 80px;
    position: absolute;
    background: #3cbffc;
    top: calc(50% - 80px);
    z-index: 2;
}
.preloader img{
    position: relative;
    top: calc(50% - 300px);
}
#slideshow3 .swiper-slide{
    background: #fff;
} */


.preloader {
    background: none repeat scroll 0 0 #ffffff85;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: opacity 0.2s ease 0s;
    width: 100%;
    z-index: 9999;	    
}
.preloader .spinner {
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}
.preloader .pre-bounce1,
.preloader .pre-bounce2 {
    -webkit-animation: 2s ease 0s normal none infinite bounce;
            animation: 2s ease 0s normal none infinite bounce;
    background-color: #de4939;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.preloader .pre-bounce2 {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}