* {
    outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
}

textarea,
input,
select {
    resize: none;
    outline: none;
    background: none;
    border: none;
}

button {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

input {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m1000 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 18px;
    line-height: 160%;
    font-family: "Microsoft YaHei";
    width: 100%;
    height: 100%;
}

/* header */
.header {
    margin-top: 24px;
    width: 100%;
    height: 620px;
    position: relative;
    background: url("../images/header_bg.png") no-repeat center top;
}

.header_t {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -458px;
}

/* 吸顶导航 */
.nav-height {
    position: relative;
    height: 70px;
    background: url(../images/nav_bg.jpg) repeat-x top center;
}

.nav-box {
    width: 100%;
    height: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.nav-box.navFix {
    position: fixed;
    top: 0;
    width: 100%;
    background: #007e69;
    z-index: 99999;
}

.nav-box ul {
    margin: 0 auto;
    width: 1000px;
    display: block;
}

.nav-box li {
    display: inline-block;
    width: 16.6%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
    position: relative;
}

.nav-box li a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.nav-box li a:hover {
    background: linear-gradient(to left, #00ffec, #00ff5a);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.nav-box li a.active {
    background: linear-gradient(to left, #00ffec, #00ff5a);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}



/* page 部分 */
.page {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 70px 0;
}

.page .title {
    padding: 70px 0 65px 0;
    text-align: center;
}


/* page1 */
.page1 {
    background: url(../images/page1_bg.jpg) no-repeat top center;
    background-size: cover;
}

.page1 .con {
    background: url(../images/page1_border.png) no-repeat top center;
    background-size: 100% 100%;
}

.page1 .con p {
    line-height: 34px;
    color: #ffffff;
    padding: 28px 32px;
    font-size: 24px;
}

.page1 .con p span {
    color: #00eab3;
}


/* page2 */
.page2 {
    background-color: #006553;
}

.page2 .con {
    background: url(../images/page2_con_bg.png) no-repeat top center;
    background-size: 760px 574px;
}

.page2 .con .row {
    padding: 15px 15px 15px 17%;
}
.page2 .con .item{
    display: inline-block;
    float: left;
    width: 50%;
}
}
.page2 .con dl {
    display: inline-block;
    float: left;
    width: 50%;
}

.page2 .con dl dt {
    margin: 25px 0 25px 0;
}

.page2 .con dl dd {
    background: url(../images/page2_icon.png) no-repeat left center;
    background-size: 10px 10px;
    text-indent: 25px;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
}

.page2 .btn {
    display: block;
    margin: 50px auto 0;
    width: 358px;
    height: 68px;
    background: url(../images/btn.png) no-repeat top center;
    background-size: cover;
}

.page2 .btn:hover {
    background: url(../images/btn_hover.png) no-repeat top center;
}

/* page3 */
.page3 {
    background: #007d67;
    padding-bottom: 0;
}

.page3 .con div {
    width: 50%;
    display: inline-block;
    float: left;
}

.page3 .con div.img {
    position: relative;
    text-align: right;
}

.page3 .con div.img img.hehua {
    margin-top: -34px;
}



.page3 .con div.img img.line {
    position: absolute;
    right: -10px;
    top: 49%;
}


.page3 .con div.txt {
    width: 30%;
    text-align: center;
    padding-top: 8%;
}

.page3 .con div.txt p {
    line-height: 34px;
    color: #ffffff;
    font-size: 24px;
}

/* page4 */
.page4 {
    background: #007d67;
}

.page4 .con {
    text-align: center;
}

.page4 .con .row {
    display: inline-block;
    height: 108px;
}

.page4 .con .row1,
.page4 .con .row3 {
    padding-left: 165px;
    background: url(../images/page4_icon1.png) no-repeat left center;
    background-size: 123px 108px;
    line-height: 108px;
}

.page4 .con .row2 {
    padding-right: 165px;
    background: url(../images/page4_icon2.png) no-repeat right center;
    background-size: 123px 108px;
    position: relative;
    margin: 57px 0;
}

.page4 .con .row3 {
    background: url(../images/page4_icon3.png) no-repeat left center;
}

.page4 .con .row p {
    color: #ffffff;
    font-size: 24px;
}

.page4 .con .row p span {
    color: #00eab3;
    font-size: 30px;
    font-weight: bold;
}

.page4 .con .row2 p {
    line-height: 36px;
    margin-top: 6px;
    text-align: left;
}

.page4 .con .row2 .lineT {
    position: absolute;
    top: -30px;
    right: 180px;

}

.page4 .con .row2 .lineB {
    position: absolute;
    bottom: -30px;
    right: 180px;

}


/* page5 */
.page5 {
    background: #006553;
}

.page5 .con .tab table {
    width: 100%;
    border: 1px solid #00ffec;
}

.page5 .con .tab table thead {

    background: linear-gradient(to left, #00ffec, #00ff5a);
}

.page5 .con .tab table thead th {
    padding: 16px 0;
    font-size: 24px;
    color: #006553;
}

.page5 .con .tab table tbody td.center {
    text-align: center;
    padding: 0;
}

.page5 .con .tab table tbody td {
    padding: 15px 70px;
    font-size: 20px;
    color: #ffffff;
}

.page5 .con .avatar {
    position: relative;
}

.page5 .con .avatar h5 {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 30px;
    color: #006553;
    background: #00dfce;
    border-radius: 35px;
    margin: 60px auto 120px;
}

.page5 .con .avatar .down {
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -15px;
}


.page5 .con .avatar ul li {
    float: left;
    margin: 15px 1.8%;
}

.page5 .con .dsjs {
    text-align: center;
}

.page5 .con .dsjs img {
    margin: 55px auto 35px;
}

.page5 .con .dsjs .dsjs_cont ul li {
    background: url(../images/dsjs_bg.png) no-repeat top center;
    padding: 27px 0;
    background-size: 100% 100%;
    margin: 20px 0;
}

.page5 .con .dsjs .dsjs_cont ul li div.left {
    display: inline-block;
    height: 100%;
    width: 31%;
    float: left;
    text-align: left;
}


.page5 .con .dsjs .dsjs_cont ul li div.js .name h4 {
    text-align: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 10% 0;
    text-indent: 55px;
}

.page5 .con .dsjs .dsjs_cont ul li div.js .name span {
    display: inline-block;
    width: 69px;
    height: 19px;
    border-radius: 10px;
    margin-left: 55px;
    background: linear-gradient(to left, #00ffec, #00ff5a);
}

.page5 .con .dsjs .dsjs_cont ul li div.js {
    position: relative;
    display: inline-block;
    height: 100%;
    border-left: 2px solid #ffffff;
    text-align: left;
    float: right;
    width: 68%;
}

.page5 .con .dsjs .dsjs_cont ul li div.js p {
    font-size: 20px;
    padding-left: 50px;
    color: #ffffff;
    line-height: 30px;
}

.page5 .con .dsjs .dsjs_cont ul li div.js .name {
    position: absolute;
    top: 25%;
    left: -40%;
}

/* page6 */
.page6 {
    background: url(../images/page6_bg.jpg) no-repeat top center;
    background-size: cover;
}

.form-wrap {
    margin: 0 auto;
}
.form-wrap .btn-wrap {
    background: #00ffec;
    color: #006553;
}

@media screen and (max-width:1000px) {
    body {
        font-size: 1.4rem;
        line-height: 140%;
    }

    .m1000 {
        width: 98%;
        margin: 0 auto;
    }

    .pc {
        display: none !important;
    }

    .m {
        display: block !important;
    }

    .header {
        height: 36.5rem;
        background: url("../images/m_header_bg.png") no-repeat center;
        margin-top: 0px;
    }
    .header_t{
        position: static;
        margin: 155px 0 0 0;
        text-align: center;
    }
    .header_t img{
        width: 709px;
    }
    .header .m1000 {
        width: 100%;
    }

    .nav .m1000 {
        width: 100%;
        display: block !important;
    }


    .page1 .con {
        background: url(../images/m_page1_border.png) no-repeat top center;
        background-size: 100% 100%;
    }
    .page1 .con p{
        font-size: 22px;
        line-height: 38px;
        padding: 35px 22px;
    }

    .page2 .con{
        background-image: none;
    }

    .page2 .con .row{
        padding: 0;
    }
    .page2 .con .item{
        width: 100%;
        background: url(../images/m_page2_con_bg.png) no-repeat center bottom;
    }
    .page2 .con dl{
        display: block;
        float: right;
        width:65%;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
    .page2 .con dl dt{
        position: absolute;
        left: -40%;
        top: 25%;
    }


    .page3 .con div.txt {
        width: 50%;
        text-align: center;
        padding-top: 8%;
    }

    .page4,.page5,.page6{
        margin-top: -1px;
    }

    .page5 .con .tab table tbody td {
        padding: 15px 30px;
        font-size: 24px;
        color: #ffffff;
    }
    .page5 .con .avatar ul li{
        float: left;
        margin: 15px 1%;
    }
    .page5 .con .avatar ul li img{
        width:132px;
        height: 132px;
    }
    .page5 .con .avatar .down {
        position: absolute;
        top: 21%;
    }
    .page5 .con .dsjs .dsjs_cont ul li div.js .name {
        left: -45%;
    }
    .page5 .con .dsjs .dsjs_cont ul li div.js {
        width: 70%;
    }
    .page5 .con .dsjs .dsjs_cont ul li div.js p {
        padding-left: 25px;
    }
    .page5 .con .dsjs .dsjs_cont ul li {
        background: url(../images/m_dsjs_bg.png) no-repeat top center;
        padding: 27px 0;
        background-size: 100% 100%;
        margin: 20px 0;
    }
}