body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td,a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


.top-banner{
    min-width: 1200px;
    height: 600px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* position: relative; */
    margin-top: 80px;
}

.top-banner > div{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.banner-btn{
    position: absolute;
    bottom: 15%;
    left: 0%;
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient( 0deg, rgb(255,195,30) 0%, rgb(247,185,15) 47%, rgb(238,175,0) 100%);
    background: -moz-linear-gradient( 0deg, rgb(255,195,30) 0%, rgb(247,185,15) 47%, rgb(238,175,0) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(255,195,30) 0%, rgb(247,185,15) 47%, rgb(238,175,0) 100%);
    background: -o-linear-gradient( 0deg, rgb(255,195,30) 0%, rgb(247,185,15) 47%, rgb(238,175,0) 100%);
    box-shadow: 4px 6px 6px 1px rgba(198, 146, 2, 1);
}

.banner-btn > a{
    font-size: 36px;
    color: #fff;
    margin-right: 10px;
}

.banner-btn > img{
    width: 12px;
    height: 22px;
}


.season-container{
    width: 100%;
    height: 1165px;
}

.season-container > div{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}


.season-title{
    width: 100%;
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.season-title>h4{
    font-size: 40px;
    color: #333;
    font-weight: 500;
}

.season-title>span{
    font-size: 24px;
    color: #666;
    margin-top: 10px;
}

.season-content{
    width: 100%;
    height: 323px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}


.season-list{
    width: 272px;
    height: 323px;
    position: relative;
}

.season-list > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.season-list > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 72%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    margin-top: 30px;
}

.season-list > div > span{
    margin-top: 30px;
    font-size: 24px;
    color: #333;
    /* font-weight: bold; */
}

.season-list > div > p{
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}

.getPrice {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.getPrice > div{
    width: 530px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.getPrice > div > input{
    width: 328px;
    height: 58px;
    border: 1px solid #2884e0;
    padding-left: 30px;
    font-size: 24px;
    color: #666;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.getPrice > div > div{
    width: 200px;
    height: 60px;
    background: #2884e0;
    color: #fff;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.resolve-container{
    width: 100%;
    height: 880px;
    position: relative;
    /* background-image: url('../images/resolve-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.resolve-container > div:last-child{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    z-index: 10;
}

.resolve-title{
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resolve-title>h4{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.resolve-title>span{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}


.resolve-content{
    width: 100%;
    height: 555px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resolve-menu{
    width: 150px;
    height: 555px;
    margin-right: 60px;
    border-right: 1px solid #fff;
}

.resolve-nav-list{
    width: 100%;
    height: 100%;
}

.resolve-nav-list li{
    width: 120px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.resolve-nav-list li a{
    font-size: 20px;
    color: #fff;
}

.resolve-nav-list li.active {
    background-color: #3091f2;
}

.resolve-nav-right{
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.resolve-desc{
    height: 160px;
}

.online-shop{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
}

.online-shop.active{
    display: flex;
}

.online-shop > div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.online-shop > div > span{
    color: #fff;
    font-size: 30px;
}

.online-shop > div > div{
    width: 100px;
    height: 34px;
    background: #2884e0;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.online-shop > p{
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}

.resolve-icons{
    /* margin-top: 50px; */
    width: 100%;
    height: 170px;
    border-bottom: 1px dotted #fff;
    /* height: 95px; */
}

.online-icons{
    width: 100%;
    height: 100%;
    /* height: 95px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.online-icons.active{
    display: flex;
}

.online-icons .icons-list{
    width: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.online-icons .icons-list > img{
    width: 48px;
    height: 51px;
}

.online-icons .icons-list > span{
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}


.resolve-cases{
    margin-top: 50px;
    width: 100%;
    height: 200px;
}

.online-cases{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.online-cases.active{
    display: flex;
}

.case-list{
    width: 140px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

.case-list > img{
    width: 140px;
    height: 140px;
    border-radius: 8px;
}

.case-list > span{
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}


.preview-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.preview-bg-box img{
    width: 100%;
    height: 880px;
    display: none;
}

.preview-bg-box img.active {
    display: block;
}


.choose-container{
    width: 100%;
    height: 1190px;
}

.banner_flyer {
    height: 635px;
    background-color: #fff;
}

.caseContent {
    font-family: 微软雅黑;
    height: 659px;
    background: #fff;
    
}

.caseContent > div{
    position: relative;
}

.swiper1 {
    width: 100%;
    height: 100%;
}



.swiper1{
    height: 659px;
}
.swiper-wrapper{ position:relative; }

.swiper-slide{
    width: 500px !important;
    height: 659px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide > div{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-slide > div > img {
    width: 390px;
    height: 520px;
    /* width: 455px;
    height: 606px; */
    margin-bottom: 10px;
}

.swiper-slide > div > .h-row{
    width: 433px; 
    height: 323px;
}



.button-prev1{
    position: absolute;
    top: 50%;
    left: -120px !important;
    transform: translateY(-50%);
    width: 108px !important;
    height: 108px !important;
    border-radius: 50%;
    border: 1px solid #f2f2f2; 
    background: #fff;
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,.6);
    cursor: pointer;
}

.button-next1{
    position: absolute;
    top: 50%;
    right: -120px !important;
    transform: translateY(-50%);
    width: 108px !important;
    height: 108px !important;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 1px 2px 6px 0px rgba(0,0,0,.6);
    cursor: pointer;
}

.swiper-button-next.swiper-button-black{
    background-image: url("../images/arrow-right.png") !important; 
}

.swiper-button-prev.swiper-button-black{
    background-image: url("../images/arrow-left.png") !important; 
}


.button-prev1 > img,
.button-next1 > img{
    width: 108px;
    height: 108px;
}

.team-container{
    width: 100%;
    height: 640px;
    position: relative;
}

.team-container > img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.team-title{
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.team-title>h4{
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.team-title>span{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}


.team-content{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 286px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.team-list{
    width: 286px;
    height: 286px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.team-list > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 286px;
    height: 286px;
}

.team-list .team-bottom{
    position: relative;
    width: 286px;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    font-size: 22px;
    background: rgba(0, 0, 0, .7);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.team-list .team-desc{
    width: 100%;
    margin:  0 auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 8px;
    display: none;
}

.team-bottom.active , .team-desc.active{
    display: flex;
}

.team-desc > span{
    font-size: 24px;
}

.team-desc > p{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
}

.team-desc > div{
    margin-top: 20px;
    width: 130px;
    height: 34px;
    background: #2884e0;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}


.custom-container{
    width: 100%;
    height: 610px;
}

.custom-container > div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-content{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-list{
    width: 314px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.long-arrow{
    width: 170px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.long-arrow > div{
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.long-arrow > div > img{
    width: 64px;
    height: 10px;
}

.custom-list > img{
    width: 88px;
    height: 88px;
}

.custom-list > span{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}

.custom-list > p{
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.chat-container{
    width: 100%;
    height: 715px;
    background: #f3f3f3;
}

.chat-container > div{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-info{
    margin: 0px 0 30px;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info input{
    width:350px;
    height:60px;
    border:1px solid rgba(229,229,229,1);
    border-radius:4px;
}
  
input{
    font-size:20px;
    color:rgba(153,153,153,1);
    padding-left: 20px;
}


.contact-desc{
    width: 100%;
    margin: 0px 0 30px;
    height: 158px;
}

.contact-desc > textarea {
    width: 1180px;
    height: 100%;
    border:1px solid rgba(229,229,229,1);
    border-radius:4px;
}

textarea{
    font-size:20px;
    color:rgba(153,153,153,1);
    padding-left: 20px;
    padding-top: 20px;
    resize:none;
}

.contact-btn{
    margin-top: 30px;
    width: 330px;
    height: 70px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
.contact-btn > img{
    width: 330px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-btn > a{
    position: relative;
    color: #fff;
    line-height: 58px;
    font-size: 30px;
    /* margin-bottom: 10px; */
}

.info-container{
    width: 100%;
    height: 650px;
}

.info-title{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hoverLi {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

.hoverLi > ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hoverLi > ul > li{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hoverLi_wzyb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 38px;
    font-size: 30px;
    font-family: "微软雅黑";
    color: #000;
}

#hoverLi_jxal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 38px;
    font-size: 30px;
    font-family: "微软雅黑";
    color: #000;
}

.info-title{
    font-size: 40px;
    color: #333;
    /* font-weight: bold; */
}

.hoverLi .cursor {
    display: block;
    width: 120px;
    border-bottom: 3px solid #06F;
    position: absolute;
    bottom: 0;
    left: 20%;
}

.info-content{
    width: 1200px;
    margin: 20px auto 0;
}

.info-content > div{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.info-content > div.active{
    display: flex;
}

.info-left , .info-right{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-list{
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-list > span{
    font-size: 20px;
    color: #333;
}

.info-list > p{
    font-size: 20px;
    color: #999;
}

