body {
    min-width: 1200px;
}

header {
    font-size: 0;
    position: relative;
    width: 100%;
    height: 720px;
}

.banner {
    height: 720px;
    width: 100%;
}

.banner img {
    height: 720px;
    width: 100%;
}


.nav {
    width: 100%;
    height: 184px;
    background: none;
    position: absolute;
    top: 628px;
}

.nav .navBox {
    width: 1200px;
    height: 184px;
    margin: 0 auto;
}

.navBox ul {
    display: flex;
    justify-content: space-between;
}

.navBox ul li {
    width: 25%;
}

.navBox ul li {
    background: url(navbg.png) no-repeat center;
    width: 274px;
    height: 184px;
    background-size: 100%;
    
}

.navBox ul li a {
    display: block;
    height: 184px;
    text-align: center;
    font-weight: bold;
    padding: 25px;
    box-sizing: border-box;
}

.navBox ul li a p {
    color: #00649c;
    font-size: 30px;
        margin-top: 15px;
}

.navBox ul li:first-child a {
    border: none;
}

.navBox ul li a span:first-child {
    font-size: 30px;
    margin-top: -2px;
    color: #333333;
}

.navBox ul li a span:last-child {
    font-size: 16px;
    color: #999999;
    margin-top: -3px;
}

main {
    width: 100%;
    padding-top: 92px;
    box-sizing: border-box;
    overflow: hidden;
}

.pptop {
    width: 100%;
    height: 800px;
    position: relative;
}

.ppln {
    width: 75rem;
    margin: 0 auto 20px;
}

.contxt {
    width: 675px;
    margin: 60px auto 40px;
    display: block;
}

.contxt img {
    margin: 0 auto;
    display: block;
}

.ds {
    background-color: #e9ebf0;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    z-index: -2;
}

.pplnBox {
    width: 100%;
    height: 490px;
    position: relative;
}

.pplnBox .pplnfl {
    background: url(pplnbg.png) no-repeat center left;
    width: 700px;
    height: 390px;
    background-size: 100%;
    position: absolute;
    top: 50px;
    padding: 36px;
    box-sizing: border-box;
}

.pplnBox .pplnfr {
    width: 620px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.pplnBox .pplnfl a {
    font-size: 32px;
    color: #00649c;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
}

.pplnBox .pplnfl .pplntxt p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.col1bot {
    background: url(col1bot.png) no-repeat center;
    width: 100%;
    height: 170px;
    background-size: 100%;
    margin-top: 20px;
    padding-top: 24px;
    box-sizing: border-box;
}

.col1bot ul {
    width: 100%;
    display: flex;
}

.col1bot ul li {
    width: 16.66%;
    height: 115px;
    border-left: 1px solid #00649c;
}

.col1bot ul li:first-child {
    border: none;
}

.col1bot ul li a {
    text-align: center;
    display: block;
    height: 115px;
    width: 100%;
    /* display: flex; */
}

.col1bot ul li a img {
    display: block;
    margin: 0 auto;
    height: 73px;
}

.col1bot ul li a p {
    font-size: 18px;
    color: #00649c;
    margin-top: 20px;
}

.pplayout {
    width: 1200px;
    margin: 0 auto;
}

.ppzhBox {
    width: 100%;
    height: 444px;
    background: url(ppzsbg.png) no-repeat center;
    background-size: 100%;
    position: relative;
}

.ppzhBox .ppzsfl {
    height: 444px;
    width: 628px;
    padding: 40px 50px;
    box-sizing: border-box;
}

.ppzhBox .ppzsfl h2 {
    font-size: 32px;
    color: #00649c;
    line-height: 70px;
    font-weight: bold;
    background: url(ppzstop.png) no-repeat top left;
}

.ppzhBox .ppzsfl p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    line-height: 32px;
    text-indent: 2em;
}

.ppzhBox .ppzsfl a {
    background: url(more.png) no-repeat center;
    width: 160px;
    height: 50px;
    background-size: 100%;
    display: block;
    margin-top: 20px;
}

.ppzhBox img {
    position: absolute;
    right: 0;
    top: 10px;
}

/* 品牌故事 */

.jlqb_nrq {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jlqb_nrq>.item {
    width: 45.5%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.jlqb_nrq>.item .item_title {
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
}

.jlqb_nrq>.item .item_title p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.jlqb_nrq>.item.open .item_title {
    writing-mode: horizontal-tb;
}

.jlqb_nrq>.item.open .oldPointer {
    background: url(more.png) no-repeat center;
    width: 160px;
    height: 50px;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    bottom: 80px;
}

.jlqb_nrq {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.jlqb_nrq>.item {
    width: 10%;
    padding: 30px;
    position: relative;
    height: 440px;
    transition: all ease-in-out .5s;
}

.jlqb_nrq>.item.open {
    width: 45.5%;
}

.jlqb_nrq>.item:first-child {
    background: url(gs1.png) no-repeat;
}

.jlqb_nrq>.item.open:first-child {
    background: url(gs1bg.png) no-repeat;
}

.jlqb_nrq>.item:nth-child(2) {
    background: url(gs2.png) no-repeat;
}

.jlqb_nrq>.item.open:nth-child(2) {
    background: url(gs2bg.png) no-repeat;
}

.jlqb_nrq>.item:nth-child(3) {
    background: url(gs3.png) no-repeat;
}

.jlqb_nrq>.item.open:nth-child(3) {
    background: url(gs3bg.png) no-repeat;
}

.jlqb_nrq>.item:nth-child(4) {
    background: url(gs4.png) no-repeat;
}

.jlqb_nrq>.item.open:nth-child(4) {
    background: url(gs4bg.png) no-repeat;
}

.jlqb_nrq>.item:nth-child(5) {
    background: url(gs5.png) no-repeat;
}

.jlqb_nrq>.item.open:nth-child(5) {
    background: url(gs5bg.png) no-repeat;
}

.jlqb_nrq>.item:nth-child(6) {
    background: url(gs6.png) no-repeat;
}

.jlqb_nrq>.item.open:nth-child(6) {
    background: url(gs6bg.png) no-repeat;
}

.jlqb_nrq>.item .item_title {
    margin: 0;
    position: absolute;
    top: 48px;
    width: 100%;
    right: 25px;
}

.jlqb_nrq>.item.open .item_title {
    top: 30px;
    left: 30px;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    color: #00649c;
}

.jlqb_nrq>.item.open .item_title p {
    color: #00649c;
}

.jlqb_nrq>.item.open .item_con {
    font-size: 18px;
    color: #11374d;
    line-height: 32px;
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 110px;
}

.jlqb_nrq>.item .oldPointer {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.jlqb_nrq>.item.open .oldPointer {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.jlqb_nrq>.item .item_con {
    display: none;
}


/* 品牌动态 */
.ppdt {
    margin-bottom: 55px;
}

.ppdtBox {
    display: flex;
    justify-content: space-between;
}

.ppdtBox .ppdtfl {
    width: 780px;
}

.ppdtBox .ppdtfl ul {
    display: flex;
    justify-content: space-between;
}

.ppdtBox .ppdtfl ul li {
    width: 380px;
}

.ppdtBox .ppdtfl ul li img {
    width: 380px;
    height: 252px;
}

.ppdtBox .ppdtfl ul li a {
    font-size: 20px;
    margin-top: 15px;
    display: block;
    color: #333333;
}

.ppdtBox .ppdtfl ul li span {
    font-size: 16px;
    color: #999999;
    line-height: 47px;
}

.ppdtBox .ppdtfl ul li p {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.ppdtfr {
    width: 390px;
    height: 386px;
    background-color: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
}

.ppdtfr ul li {
    height: 70px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

.ppdtfr ul li a {
    font-size: 18px;
    color: #333333;
}

.ppdtfr ul li p {
    font-size: 16px;
    color: #999999;
    margin: 13px 0;
}