body {
    margin: 0;
    padding: 0;
    background-color: #243961;
}
/**{outline: solid #f00 1px !important;background: #000 !important;color: #fff !important;}*/
body, html {
    overflow-x: hidden;
}
.solid {border: 1px solid red;}
.pw {
    width: 1200px;
    margin: 0 auto;
}
.clearF::after {content: "";display: block;clear: both;}
header {
    background-color: #243961;
    color: #fff;
    padding: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

header img {
    margin-right: 20px;
    width: 300px;
}

main {
    background-color: #fff;
    padding: 0;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
}
.main{
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0px auto;
    overflow: hidden;
}
.main .left,.main .right{
    /*display: none;*/
    position: absolute;
    bottom: 0;
    right: 20%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    text-align: center;
    line-height: 80px;
    color: #203763;
    font-size: 28px;
    z-index: 2;
}
.main .right{
    /*right: 0;*/
    margin-right: -85px;
}
.main .circle {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -36px;
    display: none;
}
.main ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    padding-left: 0;
    margin: 0;
}
.main ul li{
    float:left;
    /*border: 1px solid red;*/
    /*width: 721px;*/
    width: 10%;
    height: 450px;
}
.main ul li img{
    width: 100%;
    height: 100%;
}

.main .circle li {
    float: left;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    margin: 0 3px;
    border-radius: 50%;
    /*鼠标经过显示小手*/
    cursor: pointer;
}
.main .current {
    background-color: #ffffff;
}
.image-gallery {
    align-items: center;
    overflow: hidden;
    position: relative;
}

.scrollable-images {
    height: 600px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
    /*z-index: -100;*/
}
.scrollable-images::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.scrollable-images img {
    width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: top;
    z-index: -100;
}
.image-container {
    width: 60%;
    height: 600px;
    white-space: nowrap;
    overflow: hidden;
}
.image-container:nth-of-type(1) {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    background: url("../assests/kegs2.jpg") top/100% 100% no-repeat;
    margin-right: -150px;
}
.image-container:nth-of-type(2) {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    background: url("../assests/kegs1.jpg") top center/100% 100% no-repeat;
    margin-left: -150px;
}
.image-caption {
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fff;
    padding: 10px;
    width: 400px;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    z-index: 999;
}
.navigation {
    width: 410px;
    margin: 10px 0;
    position: absolute;
    bottom: -10px;
    z-index: 999;
    left: 50%;
    margin-left: -205px;
}
.navigation button {
    background-color: #fff;
    color: #243961;
    border: none;
    width: 200px;
    /*height: 70px;*/
    padding: 20px 20px;
    cursor: pointer;
    font-size: 30px;
}

.horizontal-bar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 4px;
    background-color: #fff;
}

.section {
    padding: 20px;
    /* border: 1px solid #e0e0e0; */
    margin-top: 10px;
}
.sec1 {
    background: #f1f1f1;
}
.sec1 h2 {
    font-size: 60px;
    color: #203763;
    position: relative;
}
.sec1 .pw {
    position: relative;
}
.sec1 h2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 160px;
    height: 10px;
    background: #203763;
}
.sec1 .pw div {
    position: relative;
}.sec1 .pw p {
    font-size: 50px;
    width: 80%;

 }
.sec1 img:nth-of-type(1) {
    width: 630px;
    margin-top: 50px;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -40px;*/
    margin-bottom: 40px;
}
.sec1 img:nth-of-type(2) {
    width: 260px;
    /*position: absolute;*/
    /*right: -40px;*/
    /*bottom: -60px;*/
}
.sec1 .pw div .qipao {
    width: 260px;
    height: 210px;
    position: absolute;
    right: 360px;
    top: 10px;
    text-align: center;
    color: white;
    font-size: 23px;
    padding-top: 40px;
    box-sizing: border-box;
    background: url("../assests/qipao.png") center/ 100% 100% no-repeat;
}


.sec2 h2 {
    text-align: center;
    font-size: 60px;
    color: #203763;
}
.sec3 .top {
    position: relative;
}
.sec3 .top .lf {
    width: 60%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.sec3 .top .lf img {
    width: 100%;
    margin-top: -100px;
}.sec3 .top .lf p {
     background: #931c20;
     z-index: 999;
     position: absolute;
     top: -30px;
     left: 0;
     padding: 5px 15px;
     font-size: 42px;
     color: white;
 }
.sec3 .top ul {
    position: absolute;
    right: 240px;
    top: 0;
    background: #f1f1f1;
    padding: 20px;
    width:23%;
}
.sec3 ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 30px;
}
.sec3 ul li h3 {
    color: #203763;
    margin-bottom: 20px;
    font-size: 40px;
}

.image-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    width: 80%;
}
.image-row .image {
    width: 32%;
    margin-right: 10px;
    height: 400px;
    overflow: hidden;
}
.image-row .image img {
    width: 100%;
}
.sec4 {
    width: 80%;
    text-align: center;
}
.sec4 img {
    height: 274px;
}
.sec4 table {
    width: 80%;
}
.sec4 table tr td {
    padding: 19px 0px;
    text-align: center;
    font-size: 24px;
}
.sec4 table tr th {
    padding: 20px 15px;
    background: #203763;
    color: white;
    font-size: 24px;
}
.sec5 {
    background: #f7f2f8;
}
.sec5 .pw {
    position: relative;
    /*height: 700px;*/
}
.sec5 .pw>img {
    position: absolute;
    left: -100px;
    height: 700px;
}
.sec5 .cn {
    width: 440px;
    margin: 0px auto;
    padding-top: 40px;
    text-align: center;
    font-size: 30px;
}
.sec5 .cn img {
    width: 300px;
}
.sec5 .cn p {
    font-size: 36px;
}
.sec5 .fr {
    width: 80%;
    margin: 0 auto;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
}
.sec5 .fr h3 {
    font-size: 63px;
    color: #203763;
    position: relative;
    padding-top: 5px;
    margin-top: 50px;
    margin-bottom: 0;
}
.sec5 .fr h3::before {
    position: absolute;
    top: 100px;
    right: 20%;
    width: 100px;
    height: 8px;
    background: #203763;
    content: "";
}
.sec5 .fr p {
    font-size: 44px;
    display: inline-block;
}
.sec5 .pw>p {
    width: 80%;
    text-align: center;
    /*float: right;*/
    font-size: 40px;
}
.sec5 .pw>p:nth-of-type(1) {
    margin-top: 60px;
}
.sec5 .pw>p:nth-of-type(2) {
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.sec5 .pw .icon1 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 360px;
    top: 570px;
}
.sec5 .pw .icon2 {
    width: 70px;
    height: 70px;
    left: 120px;
    bottom: 300px;
}
.sec5 .pw .icon3 {
    width: 70px;
    height: 70px;
    left: 50px;
    bottom: 790px;
}

footer {
    background-color: #243961;
    color: #fff;
    padding: 100px 0;
    position: relative;
    line-height: 2em;
    font-size: 30px;
    text-align: center;
}
footer .pw {
    text-align: center;
    width: 90% !important;
}
footer .pw .horizontal-bar {
    width: 100px;
    height: 4px;
    background: white;
}