@charset "utf-8";

/* CSS Document */


/* common */

html,
body {
    min-width: 1200px;
}

body {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #333333;
    background: #004d53;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0;
}

b {
    font-weight: normal
}

h2,
h3,
h4,
p,
div,
span {
    line-height: 0;
}


/* link : style */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.p-bg {
    background: #f7f7f7;
}


/*clear*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.part {
    position: relative;
    width: 1200px;
    margin: auto;
}

.wrap {
    /* margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 1024px;
    position: relative;
    overflow: hidden; */
}


/* @media(max-width:1000px) {
    .max-width {
        max-width: 1000px;
    }
} */

.banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2225px;
    min-width: 1200px;
    background: url('../img/headBg.jpg') no-repeat center top;
}

.banner>img {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: 1920px;
    margin-left: -960px;
}

.bannerImg {
    position: relative;
    width: 1200px;
    margin: auto;
    z-index: 3;
}

.bannerImg img {
    width: 100%;
}


/* nav导航 */

.nav-rapper {
    position: relative;
    margin-top: 60px;
}

.nav-rapper .navList {
    display: flex;
    justify-content: space-between;
    width:100%;
    height: 65px;
}

.nav-rapper .navList li {
    width: 290px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: url('../img/navBg.png') no-repeat left top;
}

.nav-rapper .navList li a {
    display: block;
    color: #371313;
}

.nav-rapper .code-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 230px;
    padding-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #c71e12;
    background: #fff;
}

.nav-rapper .code-wrapper img {
    display: inline-block;
    margin-bottom: 14px;
}


/* part1 */

.part1 {
    /* background: #000; */
    display: block;
    padding-top: 40px;
}

.part1 p {
    margin-top: 40px;
    line-height: 2;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.part1 p span {
    display: block;
    line-height: 1;
}

.part1 .tit {
    padding: 20px 0 40px;
    line-height: 1;
    text-align: center;
    font-size: 30px;
    color: #fff;
}


/* 背景 */

.part-content {
    padding-top: 70px;
    background: url('../img/contentBg-top.png') no-repeat 0 0;
}

.part-wrapper {
    position: relative;
    z-index: 2;
    /* height: 1000px; */
    padding-top: 60px;
    background: url('../img/cont-centerbg.jpg') repeat-y 0 0;
}

.bottomBg {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 1000%;
    z-index: 0;
    height: 200px;
    background: url('../img/contentBg-bottom.png') no-repeat 0 0;
}


/* part2 */

.part2,
.part3,
.part4,
.part5,
.part6 {
    position: relative;
    width: 1000px;
    margin: auto;
    padding-top: 90px;
    border-radius: 6px;
    color: #fdfae7;
    background: #006d67;
}

.part2 {
    padding-bottom: 60px;
    margin-bottom: 90px;
}

.partTit {
    position: absolute;
    top: -34px;
    width: 100%;
    height: 80px;
}

.partTit span {
    width: 336px;
    height: 80px;
    display: block;
    margin: auto;
    font-size: 30px;
    text-align: center;
    line-height: 66px;
    background: url('../img/titBg.png') no-repeat 0 0;
}

.part2 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px;
}

.part2 .list li {}

.part2 .list li .price {
    text-align: center;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.part2 .list li .des {
    padding-top: 10px;
    line-height: 1;
    font-size: 18px;
    color: #f9ebd9;
    text-align: center;
}

.part2 .list li.item1 {
    width: 300px;
    height: 190px;
    padding-top: 90px;
    background: url('../img/p2-bg1.png') no-repeat 0 0;
}

.part2 .list li.item2 {
    width: 300px;
    height: 240px;
    padding-top: 115px;
    background: url('../img/p2-bg2.png') no-repeat 0 0;
}

.part2 .list li.item3 {
    width: 300px;
    height: 190px;
    padding-top: 90px;
    background: url('../img/p2-bg3.png') no-repeat 0 0;
}

.part2>h3 {
    padding-left: 90px;
    margin-top: 40px;
    font-size: 36px;
    color: #61cdc7;
    font-weight: bold;
    line-height: 1;
}

.part2 .content {
    padding: 0 80px 0 90px;
}

.part2 .content .box h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fdd458;
    line-height: 1;
}

.part2 .content .box .text {
    position: relative;
    padding-left: 18px;
    line-height: 1.6;
    font-size: 20px;
    color: #fdfae7;
}

.part2 .content .box .text::before {
    content: '';
    display: block;
    clear: both;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 100%;
    background: #f2f2e0;
}


/* part3 */

.part3 {
    padding-bottom: 40px;
    margin-bottom: 90px;
}

.part3 .content {
    position: relative;
    width: 800px;
    height: 80px;
    margin: auto;
    background: url('../img/p3-timeLine.png') no-repeat 0 center;
}

.part3 .content .flag {
    position: absolute;
    top: 0;
    font-size: 24px;
    color: #fff;
}

.part3 .content .flagTime {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #fdd458;
}

.part3 .content .flag1 {
    left: 93px;
}

.part3 .content .flag2 {
    left: 330px;
}

.part3 .content .flag3 {
    left: 516px;
}

.part3 .content .flag4 {
    left: 664px;
}

.part3 .content .flagTime1 {
    left: 26px;
}

.part3 .content .flagTime2 {
    left: 285px;
}

.part3 .content .flagTime3 {
    left: 500px;
}

.part3 .content .flagTime4 {
    left: 680px;
}


/* part4 */

.part4 {
    margin-bottom: 40px;
}

.part4 .tag {
    position: absolute;
    bottom: 80px;
    right: 90px;
    width: 108px;
    height: 108px;
}

.part4 .content {
    padding: 0 80px 100px 90px;
}

.part4 .content .box h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fdd458;
    line-height: 1;
}

.part4 .content .box .text {
    position: relative;
    padding: 5px 0 5px 18px;
    line-height: 1.6;
    font-size: 20px;
    color: #fdfae7;
}

.part4 .content .box.box4 .text {
    padding-right: 140px;
}

.part4 .content .box .text::before {
    content: '';
    display: block;
    clear: both;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 100%;
    background: #f2f2e0;
}

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

.part4 .content .imgList li {
    width: 260px;
}


/* btn */

.btn-wrapper {
    width: 834px;
    height: 106px;
    margin: 0 auto 90px;
    display: flex;
    justify-content: space-between;
}

.btn-wrapper1 {
    position: relative;
    z-index: 4;
    margin-bottom: 0;
}

.btn-wrapper a {
    position: relative;
    display: block;
    width: 406px;
    height: 103px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 4px rgba(182, 19, 20, 1);
    background: url('../img/btnBg.png') no-repeat 0 0;
}

.btn-wrapper a .code {
    position: absolute;
    left: 50%;
    top: -240px;
    z-index: 1;
    margin-left: -105px;
    width: 210px;
    height: 230px;
    padding-top: 19px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
    background: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.btn-wrapper a .code p {
    text-shadow: none;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 1;
    padding-top: 8px;
}

.btn-wrapper a:hover .code {
    opacity: 1;
    transition: all 0.3s;
}


/* part5 */

.part5 {
    padding-bottom: 50px;
    margin-bottom: 90px;
}

.part5 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px;
}

.part5 .list li {
    width: 300px;
    height: 380px;
    padding-top: 30px;
    border-radius: 8px;
    text-align: center;
    background: #013f3c;
}

.part5 .list li .des {
    padding: 10px 30px 0;
    line-height: 1.5;
    font-size: 18px;
    color: #01bba6;
    text-align: center;
}


/* part6 */

.part6 {
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.part6 .content {
    padding: 0 80px 0 90px;
}

.part6 .content .box .text {
    position: relative;
    padding-left: 18px;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 20px;
    color: #fdfae7;
}

.part6 .content .box .text::before {
    content: '';
    display: block;
    clear: both;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 100%;
    background: #f2f2e0;
}

.footer {
    padding-top: 80px;
}

.footer p {
    font-size: 15px;
    text-align: center;
    line-height: 80px;
    color: #999999;
}