* {
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑;
}

.hr {
    width: 100%;
    height: 2px;
    margin: 0px auto;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

nav {
    background: transparent;
    width: 100%;
    height: 50px;
    position: fixed;
}

#banner {
    background: rgba(0, 0, 0, 0.03);
    height: 700px;
}

nav ul {
    list-style: none;
    margin: 0;
}

nav ul li {
    display: inline-block;
    line-height: 50px;
    float: right;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    line-height: 50px;
    display: inline-block;
    height: inherit;
    color: #f9f6f6;
}

.logo1 {
    float: left;
    margin-left: 20px;
    letter-spacing: 3px;
}

#banner .center1 {
    max-width: 590px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: 200px;
}

#banner .center1 h1 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 60px;
}

button {
    margin-top: 15px;
    border: none;
    background-color: #5b5a5a;
    color: #faf8f8;
    padding: 14px 60px;
    cursor: pointer;
    /*鼠标触及变小手*/
}

#banner .center1 .more {
    margin-top: 180px;
}

#banner .center1 .more a {
    text-decoration: none;
    color: rgb(71, 185, 36);
    font-size: 28px;
}


/*内容*/

.biaoti {
    margin-bottom: 20px;
}

.content .green-area {
    /* background: rgb(255, 255, 255); */
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    color: rgba(36, 36, 36, 0.836);
    text-align: center;
    padding: 100px 0px;
    height: 500px;
}

.green-area .hr {
    background: #056470;
    width: 50%;
    margin-top: 22px;
    margin-bottom: 22px;
}

.green-area .tubiao .item {
    display: inline-block;
    text-align: center;
    height: 80px;
    width: 80px;
    background-color: #08866d;
    transform: rotate(45deg);
    margin: 25px;
}

.gray-area {
    /* background: #d369b3; */
    /* background-image: linear-gradient(rgba(204, 76, 198, 0), rgba(255, 255, 255, 1)); */
    width: 100%;
    height: 900px;
}

.one {
    /* background-image: linear-gradient(rgba(76, 204, 134, 0.5), rgba(255, 255, 255, 1)); */
    width: 100%;
    height: 300px;
}

.one .img img {
    width: 500px;
    height: 300px;
    float: left;
}

.one p {
    float: left;
    position: relative;
    left: 50px;
    top: 150px;
}

.one h2 {
    float: left;
    position: relative;
    left: 150px;
    top: 100px;
}

.two {
    /* background-color: #373636; */
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    width: 100%;
    height: 300px;
}

.two .img2 img {
    clear: both;
    width: 500px;
    height: 300px;
    float: right;
}

.two p {
    float: left;
    position: relative;
    left: 50px;
    top: 150px;
}

.two h2 {
    float: left;
    position: relative;
    left: 150px;
    top: 100px;
}

.three .img3 img {
    clear: both;
    width: 500px;
    height: 300px;
    float: left;
}

.three p {
    float: left;
    position: relative;
    left: 50px;
    top: 150px;
}

.three h2 {
    float: left;
    position: relative;
    left: 150px;
    top: 100px;
}

.last-area {
    background: #4a4949;
}

.jianjie {
    background: #357640;
    color: #fff;
    height: 550px;
    padding: 30px;
    line-height: 50px;
}

.rongqi {
    width: 1080px;
    margin: 0px auto;
}

.rongqi .jianjie2 h2,
.sub-heading {
    text-align: center;
}

.jianjie2 .hr {
    background: #1d0c1c;
    width: 60%;
}

.rongqi .jianjie2 .sub-heading {
    max-width: 600px;
    margin-left: 240px;
}

.card {
    float: center;
    position: relative;
    /* left: 40px; */
    width: 100%;
    /* min-height: 300px; */
    /*max-width: 400px;*/
    padding: 15px;
    box-sizing: border-box;
    /*border: 1px solid white;*/
}

.card:first-child {
    background: rgba(0, 0, 0, 0.01);
}

.card:nth-child(2) {
    background: rgba(0, 0, 0, 0.05);
}

.card:nth-child(3) {
    background: rgba(0, 0, 0, 0.09);
}

.card:nth-child(4) {
    background: rgba(0, 0, 0, 0.13);
}

.card:nth-child(5) {
    background: rgba(0, 0, 0, 0.19);
}


/*脚*/

footer {
    background: #333;
    color: #fff;
    height: 80px;
    text-align: center;
    padding: 30px;
}

.share li {
    display: inline-block;
    margin: 30px;
}

.share {
    display: inline-block;
    position: relative;
    left: 600px;
}

.last span {
    position: relative;
    /* left: 900px; */
    display: inline-block;
}

.main {
    background: #444 url(one.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

a {
    color: rgb(224, 224, 224);
    text-decoration: none;
}

a:hover {
    color: rgb(148, 41, 5);
    text-decoration: underline;
}