@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: 50px;
}

.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 {
    display: block;
    padding-top: 30px;
    margin-bottom: 30px;
}

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

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

.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: -1;
    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: 50px;
    border-radius: 6px;
    color: #fdfae7;
    /* background: #006d67; */
}


.footer {
    padding-top: 80px;
}

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

/* title */
.title-wrapper{
    padding-top: 64px;
    position: relative;
    width: 100%;
    height: 169px;
    border-radius: 8px;
    text-align: center;
    background: #006d67;
}
.title-wrapper .title{
    padding-top: 42px;
    position: absolute;
    width: 240px;
    height: 94px;
    left: 50%;
    margin-left: -120px;
    top: -42px;
    font-size: 30px;
    color: #371313;
    background: url('../img/titlebg.png') no-repeat center 0;
}
.title-wrapper .reward{
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
.title-wrapper .reward-des{
    font-size: 18px;
    color: #f9ebd9;
    line-height: 1;
}
.works-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.works-list li img{
    width: 100%;
    border-radius: 8px;
}


.works-wrapper{
    margin-bottom: 10px;
    padding: 40px;
    border-radius: 6px;
    background:#006d67;
}
.works-wrapper h2{
    margin-bottom: 20px;
    line-height: 1;
    font-size: 20px;
    color: #fdfae7;
    font-weight: normal;
}
/* part2 */
.part2{
    margin-bottom: 100px;
}
.part2 .works-list{
    margin-top: 30px;
}
.part2 .works-list .item{
    width: 320px;
}
.part2 .works-list .item p{
    margin-top: 26px;
   
    font-size: 32px;
    color: #fdfae7;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.part2 .works-list .item p span{
    padding-top: 13px;
    display: block;
    font-weight: normal;
    font-size:20px;
    color: #fdfae7;
    line-height: 1;
}
/* part3 */
.part3{
    margin-bottom: 75px;
}
.part3 .sort-wrapper{
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    color: #fac745;
}

/* part4 */
.part4{
    padding-bottom: 60px;
}
.part4 .title-wrapper{
    margin-bottom: 10px;
}