@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    font-size: 12px;
    color: #91989f;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}

* {
    padding: 0px;
    margin: 0px;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
    font-weight: normal;
    color: #555;
}

input,
select,
button {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #91989f;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #005caf;
}

@media only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media only screen and (max-width:992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width:992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
    }
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.con {
    max-width: 1320px;
    width: 85%;
    margin: 0 auto;
}

.container {
    max-width: 1320px;
    width: 85%;
    margin: 0 auto
}

@media only screen and (max-width:1440px) {
    .con {
        max-width: inherit;
        width: 96%;
        margin: 0 auto;
        max-width: inherit;
    }

    .container {
        max-width: inherit;
        width: 96%;
        margin: 0 auto;
        max-width: inherit;
    }
}

@media only screen and (max-width:1390px) {
    .con {
        max-width: inherit;
        width: 85%;
        margin: 0 auto;
    }

    .container {
        max-width: inherit;
        width: 85%;
        margin: 0 auto
    }
}

.top {
    width: 100%;
    background-color: #003b35;
    padding: 10px 0;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 99;
}

.top .j_h {
    float: left;
}

.top .search {
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    float: right;
}

.top .search input {
    width: 130px;
    height: 30px;
    color: #333;
    padding: 0 10px;
    line-height: 30px;
    float: left;
    font-size: 13px;
}

.top .search button {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    float: right;
}

.top .r_t {
    float: right;
}

.top .r_t ul li {
    float: left;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.top .r_t ul li:after {
    width: 1px;
    height: 14px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.top .r_t ul li:first-child:after {
    display: none;
}

.top .r_t i {
    vertical-align: middle;
    margin-right: 5px;
}

.top .r_t ul li a {
    color: #fff
}

@media only screen and (max-width:640px) {
    .top {
        padding: 5px 0;
        line-height: 30px;
        overflow: hidden
    }

    .top .j_h {
        display: none;
    }

    .top .search {
        height: 46px;
        border-radius: 15px;
        border-radius: 23px;
        float: left;
    }

    .top .search input {
        width: 220px;
        height: 46px;
        line-height: 46px;
        font-size: 20px;
    }

    .top .search button {
        width: 80px;
        height: 46px;
        font-size: 22px;
        line-height: 46px;
    }

    .top .r_t ul li {
        float: left;
        padding-left: 10px;
        margin-left: 10px;
        position: relative;
    }

}


.header {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
    height: 100px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.on {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px #ccc;
}

.header .con {
    position: relative;
}

.header .logo {
    width: 320px;
    float: left;
    margin: 0 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

.header .an {
    position: absolute;
    top: 30%;
    right: 5px;
    height: 18px;
    width: 30px;
    display: none;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 8px;
    left: 0;
}

.header .an span.a3 {
    top: 16px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 8px;
    width: 30px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 8px;
    width: 30px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .s_ch {
    float: right;
    width: 76px;
    height: 100px;
    line-height: 100px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.header .s_ch i {
    font-size: 22px;
    font-weight: bold;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .s_ch:hover i {
    color: #00c7b2;
}

.header .nav {
    float: right;
    margin-right: 10px;
}

.header .nav ul li {
    height: 100px;
    margin: 0 17px;
    float: left;
    position: relative;
}

.header .nav ul li:after {
    width: 0;
    height: 3px;
    background-color: #00c7b2;
    position: absolute;
    left: 50%;
    bottom: 25px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
}

.header .nav .y_j a {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 100px;
    color: #333;
    font-weight: bold;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover .y_j a {
    color: #00c7b2;
}

.header .nav ul li.on .y_j a {
    color: #00c7b2;
}

.header .nav .e_j {
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;

    left: 50%;
    margin-left: -100px;
    display: none;
}

.header .nav ul li:hover .e_j {
    display: block;
}

.header .nav .e_j a {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 25px;
    padding: 8px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #000;
    text-transform: capitalize
}

.header .nav .e_j a:last-child {
    border-bottom: 0;
}

.header .nav .e_j a:hover {
    background-color: #00c7b2;
    color: #fff;
}

.head_h {
    height: 80px;
    display: none
}

@media (min-width:1024px) {

    .header .nav .e_j {
        display: none !important;
    }

    .header .nav ul li:hover .e_j {
        display: block !important;
    }

    .head_h {
        height: 80px;
    }
}

@media only screen and (max-width:1390px) {
    .header .logo {
        width: 260px;
        float: left;
        margin: 15px 0 0;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
}

@media (max-width:1200px) {
    .header .nav ul li {
        margin: 0 20px;
    }

    .header .nav ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width:1024px) {
    .head_h {
        height: 1px;
        display: block
    }

    .header {
        position: relative;
        top: auto;
        left: auto;
        height: 60px
    }

    .header .con {
        padding: 0;
        overflow: hidden;
        width: 94%
    }

    .header .logo {
        width: 200px;
        margin: 0 auto 0;
    }

    .header.on .logo {
        width: 200px;
        margin: 0 auto;
    }

    .header .an {
        display: block;
        right: 0px;
    }

    .header .an span {
        background-color: #333
    }

    .header .nav {
        width: 60%;
        height: 100%;
        padding: 10px 3% 0;
        margin: 0;
        float: none;
        background-color: #003b35;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header .nav ul {
        width: 100%;
    }

    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .7);
        float: none;
        padding: 10px 0;
        margin: 0;
    }

    .header .nav ul li:after {
        display: none;
    }

    .header .nav .y_j i {
        display: block;
        width: 60%;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 15px;
        text-align: right;
        color: #fff;
        line-height: 40px;
        padding-right: 15px;
        z-index: 99;
    }

    .header .nav .y_j a {
        font-size: 15px;
        line-height: 40px;
        color: #ddd;
    }

    .header .nav ul li:hover .y_j a {
        color: #fff;
    }

    .header .nav ul li.on .y_j a {
        color: #fff !important;
    }

    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        margin-left: 0;
    }

    .header .nav ul li:hover .e_j {
        display: none;
    }

    .header .nav .e_j a {
        background: none;
        box-shadow: none;
        border-bottom: 1px solid #555;
        font-size: 14px;
        color: #fff;
        line-height: 22px;
        padding: 10px 0;
        text-align: left;
        margin-bottom: 0;
        text-transform: capitalize
    }

    .header .nav .e_j a:hover {
        background: none;
    }


    .header .s_ch {
        float: right;
        width: 76px;
        height: 100px;
        line-height: 60px;
        color: #333;
        text-align: center;
        cursor: pointer;
        margin-right: 20px
    }
}

.search {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.search .sc_bj {
    width: 100%;
    padding: 150px 0;
    background-color: #fff;
    position: relative;
}

.search .sc_gb {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search .sc_gb:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.search .sc_gb i {
    font-size: 36px;
    color: #555;
}

.search .sc_nr {
    width: 500px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

.search input {
    width: 430px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #555;
    float: left;
}

.search input::placeholder {
    color: #aaa;
}

.search button {
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    float: right;
    outline: none;
}

.search button i {
    font-weight: bold;
}

@media only screen and (max-width:640px) {
    .search .sc_bj {
        padding: 100px 0;
    }

    .search .sc_gb {
        top: 20px;
        right: 20px;
    }

    .search .sc_gb i {
        font-size: 26px;
    }

    .search .sc_nr {
        width: 90%;
    }

    .search input {
        width: 85%;
        font-size: 15px;
    }

    .search button {
        width: 15%;
    }

    .search button i {
        font-size: 26px;
    }
}

.sy_sp video {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-top {
    width: 100%;
    position: relative;
}

.gallery-top .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-top .swiper-pagination {
    bottom: 20px !important;
}

.gallery-top .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000
}

.tit {
    margin-bottom: 30px;
    text-align: center;
}

.tit h1 {
    font-size: 45px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.tit h3 {
    color: #04084a;
    font-size: 20px;
    line-height: 32px;
}

.sy_p1 {
    padding: 70px 0;
    overflow: hidden;
    background: #c5d9d7
}

.sy_p1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sy_p1 .w_z {
    width: 50%;
    float: left;
}

.sy_p1 .w_z h1 {
    font-size: 45px;
    font-weight: bold;
    color: #333;
    padding-bottom: 20px;
    margin-top: 20px
}

.sy_p1 .w_z p {
    font-size: 18px;
    line-height: 36px;
    color: #555;
}

.sy_p1 .w_z .more {
    margin-top: 30px;
}

.sy_p1 .w_z .more a {
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    margin-right: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background: #00c7b2;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.sy_p1 .w_z .more a i {
    margin-right: 10px;
    font-size: 20px;
}

.sy_p1 .w_z .more a:hover {
    background: #00c7b2;
    color: #fff;
}

.sy_p1 .t_p {
    width: 45%;
    float: right;
    border-radius: 8px;
    overflow: hidden
}

.sy_p1 .t_p img {
    width: 100%;
    display: block;
}

@media only screen and (max-width:1390px) {
    .sy_p1 .t_p {
        width: 45%;
        float: right;
        border-radius: 8px;
        overflow: hidden;
        margin-top: 60px
    }

}

@media only screen and (max-width:992px) {
    .sy_p1 {
        padding: 20px 0;
        overflow: hidden;
        background: #c5d9d7
    }

    .sy_p1 .w_z {
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden
    }

    .sy_p1 .w_z h1 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        padding-bottom: 10px;
        margin-top: 0px
    }

    .sy_p1 .w_z p {
        font-size: 16px;
        line-height: 28px;
        color: #555;
    }

    .sy_p1 .w_z .more a {
        width: 160px;
        height: 40px;
        line-height: 40px;
        display: block;
        float: left;
        margin-right: 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        background: #00c7b2;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-transform: capitalize
    }

    .sy_p1 .w_z .more {
        margin-top: 20px;
    }

    .sy_p1 .t_p {
        width: 100%;
        float: none;
        border-radius: 8px;
        overflow: hidden;
        margin-top: 20px
    }
}

.sy_p2 {
    padding: 80px 0;
    overflow: hidden;
}

.xx21 {
    width: 100%;
}

.xx21 li {
    display: inline-block;
    margin: 0 10px;
    float: left;
}

.xx21 li img {
    width: 100%;
    display: block;
}

.sy_p3 {
    padding: 100px 0;
    overflow: hidden;
}

.sy_p3 .left {
    width: 56%;
    float: left;
}

.sy_p3 .left h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #212529;
    text-align: center;
}

.sy_p3 .left .box {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #04084a;
    line-height: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    padding: 12px 20px;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 10px 5px #97979712;
    overflow: hidden;
}

.sy_p3 .left .box:hover {
    transform: translate(0, -5px);
}

.sy_p3 .left .box img {
    vertical-align: middle;
}

.sy_p3 .left .l1 {
    width: 33%;
    float: left;
}

.sy_p3 .left .l2 {
    width: 41%;
    float: left;
}

.sy_p3 .left .l3 {
    width: 25%;
    float: left;
}

.sy_p3 .left span {
    font-weight: bold;
}

.sy_p3 .right {
    width: 42%;
    float: right;
    position: relative;
}

.sy_p3 .right h2 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.sy_p3 .right p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.form-control:not(.shadow-0),
.post-password-form input[type="password"]:not(.shadow-0) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.index_calc_box {
    background: linear-gradient(to bottom left, #94cffe, #00c7b2);
    padding: 40px;
    border-radius: 20px;
    color: #fff
}

.index_calc_box h2 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.index_calc_box p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px
}

.index_calc_box select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #888;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polygon points="8,12.5 0.5,5 3,2.5 8,7.5 13,2.5 15.5,5 "/></svg>');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: center;
    background-size: 2%;
    margin-bottom: 20px;
}

.index_calc_box input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #888;
    background: #fff;
    box-sizing: border-box;
    line-height: 25px;
}

.calc_result {
    display: flex;
    align-items: center;
}

.calc_result_box {
    margin: 20px 40px 20px 0px;
}

.calc_result_box span {
    font-size: 14px;
    display: block;
}

.calc_result_box b {
    font-size: 30px;
    line-height: 40px;
}

.calc_url {
    background: #fff;
    display: flex;
    width: 100%;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
}

a {
    color: #5b69fc;
    transition: all 0.05s ease-in-out;
}

.form-control,
.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    height: calc(2.7rem + 0rem);
    padding: 0.5625rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0rem solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sy_p4 {
    padding: 50px 0 60px;
    overflow: hidden;
    background-color: #fafbff;
}

.sy_p4 .bt {
    margin-bottom: 50px;
    overflow: hidden;
}

.sy_p4 .bt h1 {
    font-size: 36px;
    font-weight: bold;
    color: #212529;
}

.sy_p4 .bt h4 {
    font-size: 16px;
    color: #00c7b2;
    margin-bottom: 15px;
    font-weight: bold;
}

.sy_p4 .bt .lx {
    float: right;
    padding: 10px 20px;
    position: relative;
}

.sy_p4 .bt .lx a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.sy_p4 .bt .lx span {
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background: #00c7b2;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 2px;
}

.sy_p4 .bt .lx:hover span {
    width: 100%;
    right: 0;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sy_p4 ul li {
    width: 32%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 2% 2% 0;
}

.sy_p4 ul li:nth-child(3n) {
    margin-right: 0;
}

.sy_p4 ul li .box {
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%
}

.sy_p4 ul li .tp {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
}

.sy_p4 ul li .tp img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sy_p4 ul li:hover .tp img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.sy_p4 ul li .w_z {}

.sy_p4 ul li .w_z span {
    margin-bottom: 15px !important;
    padding-top: 5px !important;
    padding-right: 8px !important;
    padding-bottom: 5px !important;
    padding-left: 8px !important;
    display: inline-block;
    font-weight: bold;
    background: #00c7b2;
    border-radius: 15px;
    color: #fff;
}

.sy_p4 ul li .w_z h3 {
    color: #212529 !important;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px
}

.sy_p4 ul li .w_z p {
    color: #04084a;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sy_p4 ul li .w_z .more {
    padding: 10px 20px;
    display: inline-block;
    background-color: #00c7b2;
    margin-top: 15px;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    text-transform: capitalize
}

.sy_p4 ul li .w_z .more a {
    color: #fff
}

.sy_p4 ul li .w_z .more:hover {
    background-color: rgba(0, 77, 194, 0.65);
}

@media only screen and (max-width:992px) {
    .sy_p4 {
        padding: 20px 0 20px;
        overflow: hidden;
        background-color: #fafbff;
    }

    .sy_p4 ul li {
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden;
        padding: 0 5px;
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }

    .sy_p4 ul li .w_z h3 {
        color: #212529 !important;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 20px
    }

    .sy_p4 ul li .w_z p {
        color: #04084a;
        line-height: 26px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .sy_p4 ul li .w_z .more {
        margin-top: 0
    }
}

/* 必要布局样式css */

.product-number-info1 {
    background: #fff;
    position: relative;
    padding: 50px 0 70px;
}

.product-number-info1 .tit {
    margin-bottom: 60px
}

.zc {
    width: 100%;
}

.zc img {
    width: 100%;
    height: auto;
}

.yc {
    width: 100%;
}

.yc ul li {
    width: 100%;
    margin: 0;
    float: left;
    border: 1px solid #ddd;
    padding: 30px;
    background: #fff;
    box-shadow: 8px 8px 0px #00c7b2;
}

.yc ul li:nth-child(4n) {
    margin-right: 0;
}

.yc ul li h1 {
    font-size: 20px;
    font-weight: bold;
    height: auto;
}

.yc ul li p {
    font-size: 18px;
    color: #04084a;
    line-height: 36px;
    min-height: 325px
}

.yc ul li:hover {
    border: 1px solid #ddd;
}


.wenzi {
    box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
    background: #fff;
    font-size: 16px;
    line-height: 36px;
    width: 97%;
    margin: 0 auto 40px;
    padding: 20px;
    box-sizing: border-box;
    color: #04084a
}

.product-number-info {
    background: #fff;
    position: relative;
    padding: 50px 0 70px;
}

.product-number-info .tit {
    margin-bottom: 20px
}

.product-number-info .lx {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #00c7b2;
    background: rgba(255, 255, 255, .5);
    border-radius: 6px;
    margin: 30px auto 0;
    text-align: center;
    text-transform: uppercase
}

.product-number-info .lx a {
    color: #fff
}

.product-number-info .lx i {
    font-size: 22px;
}

.product-number-info .product-number-inner {

    margin: 50px auto 0;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center
}

.product-number-info ul {
    overflow: hidden;
}

.q {
    zoom: 1;
}

.product-number-info li {
    float: left;
    width: 25%;
    border-right: 1px solid rgba(0, 59, 53, .3);
    box-sizing: border-box;
    color: #fff;
    padding-top: 1px;
    text-align: center;
    margin-bottom: 20px
}

.product-number-info li:nth-child(4n) {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
    color: #00c7b2
}

.product-number-info li .t_b {
    width: 90px;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto 30px;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.product-number-info li:hover .t_b {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.product-number-info li img {
    width: 100%;
    height: auto;
    display: block;
}

.product-number-info li h1 {
    font-size: 20px;
    font-weight: bold
}

.product-number-info li p {
    font-size: 16px;
    padding: 0 20px;
    line-height: 26px;
    min-height: 48px;
    color: #333
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 40px;
    right: -35px;
    top: -3px;
}



.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

#certify {
    position: relative;
    margin: 80px auto;
}

@media only screen and (max-width:992px) {
    .product-number-info {
        padding: 20px 0 0px;
    }

    .product-number-info li {
        float: left;
        width: 50%;
        border-right: 1px solid rgba(0, 59, 53, .3);
        box-sizing: border-box;
        color: #fff;
        padding-top: 1px;
        text-align: center;
        margin-bottom: 20px
    }

    .product-number-info li:nth-child(even) {
        border-right: 0 solid rgba(0, 59, 53, .3);
    }

    .product-number-info li:nth-child(odd) {
        border-right: 1px solid rgba(0, 59, 53, .3);
    }

    .product-number-info li b {
        font-weight: 400;
        font-size: 25px;
        line-height: 1;
        display: inline-block;
        position: relative;
        margin: 15px 0 10px;
        color: #00c7b2
    }

    .product-number-info li p {
        font-size: 14px;
        padding: 0 5px;
        line-height: 26px;
        min-height: 48px;
        color: #333
    }
}

/* 新的样式*/

.sect10 {
    position: relative;
    padding: 20px 50px 40px;
}

.sect10 .wave-bg {
    background: url(../images/wave4.png) no-repeat 50% 0;
    width: 100%;
    height: 803px;
    position: absolute;
    top: 0;
    left: 0;
}

.sect10 .advisors {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;

}

.sect10 .advisors:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .advisors h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 64px;
    margin: 0 0 0 0;
    text-align: center;
}

.sect10 .advisors-wrap {
    position: relative;
    padding-bottom: 70px;
    z-index: 10;
    width: 117%;

}

.sect10 .advisors-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .advisors-wrap .advisor {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    padding: 53px 0 3px 0;
    margin-top: 0;
    margin-bottom: 30px;

}

.sect10 .advisors-wrap .advisor .adrr-holder {
    width: 100%;
    position: relative;
}

.sect10 .advisors-wrap .advisor .adrr-holder:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .advisors-wrap .advisor .icon {
    float: left;
    margin-right: -40px;
    position: relative;
    width: 232px;
}

.sect10 .advisors-wrap .advisor .in {
    width: 42px;
    height: 42px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAABDElEQVQ4jeXRsUqcURQE4G+XZYtoo8QgCHYhVR5AEAxiJSlsfADT2/oivkAakfRWwSp1CtnCSthSERXjIq6kGAtX+Pey/Lp/68DlMnM4w5xzJGkn2U9ymaSXZCWJJk+S7Yyj19SsjU/G8VFTJJlL8neUaphkp2myVhJoYxnXGDQN1koyiy8V7R/O0MXXiv6AU89r2cQC+viNu5cxV4sDHI1iL084zFaSQaHfJPn+coC3YgmHmC30OfzC505N82PB5xH8wX+sozWqfcBuXbLhBO0H1rCBvaL2bZoxz/Gzwg+K+mKd2UzBrwp+UfBunVndPnne3ximGfNVvBOzDm5xXNFORv+w0PsT+qv1+yeYMR5SBHrWVgAAAABJRU5ErkJggg==') 12px 11px no-repeat #524880;
    border-radius: 21px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.sect10 .advisors-wrap .advisor .desc {
    position: relative;
    width: 255px;
    float: left;
    text-align: left;
    padding-top: 66px;
}

.sect10 .advisors-wrap .advisor .desc .name {
    display: block;
    color: #fff;
    font-size: 41px;
    line-height: 44px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #3B3471;
    margin-bottom: 17px;
    margin-right: -25px;
}

.sect10 .advisors-wrap .advisor .desc .role {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #B3B7EC;
}

.sect10 .advisors-wrap .advisor .desc .video {
    position: relative;
    padding-left: 70px;
    margin-top: 34px;
}

.sect10 .advisors-wrap .advisor .desc .video a {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.sect10 .advisors-wrap .advisor .desc .video a .play_v,
.sect10 .advisors-wrap .advisor .desc .video a .play_v:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: -6px;
    top: -15px;
    background: #fff;
    width: 58px;
    height: 58px;
    border-radius: 100%
}

.sect10 .advisors-wrap .advisor .desc .video a .play_v:after {
    top: 5px;
    left: 5px;
    z-index: 2;
    width: 48px;
    height: 48px;
    border: 5px solid #540651;
}

.sect10 .advisors-wrap .advisor .desc .video a .play_v:before {
    content: "";
    z-index: 3;
    position: absolute;
    left: 22px;
    top: 20px;
    width: 19px;
    height: 19px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATBAMAAABvvEDBAAAAKlBMVEUAAABUBlFUBlFUBlFUBlFUBlFUBlFUBlFUBlFUBlFUBlFUBlFUBlFUBlG7/KA3AAAADXRSTlMAgBC/IO/fn2BAMK/PMTfUZAAAAEZJREFUCNdj8NnFAAWyd0vgrKtCMNbdaw0w1t3LE2Csu9cdYKy7gQow1t0MOOuuEZx1E1MsA6EXbh7cDri9cLegu28xzM0Ae9tJs4szbNQAAAAASUVORK5CYII=') center center no-repeat;
}

.sect10 .advisors-wrap .advisor .desc .text {
    position: relative;
    color: #b3b7ee;
    font-size: 19px;
    line-height: 27px;
    margin-top: 25px;
}

.sect10 .advisors-wrap .advisor .desc .text:before,
.sect10 .advisors-wrap .advisor .desc .text:after {
    font-weight: bold;
    font-size: 39px;
    color: #b3b7ee;
    line-height: 42px;
    position: absolute;
}

.sect10 .advisors-wrap .advisor .desc .text:before {
    content: "\201C";
    left: -32px;
    top: 0px;
}

.sect10 .advisors-wrap .advisor .desc .text:after {
    content: "\201D";
    right: -10px;
    bottom: -29px;
}

.sect10 .advisors-wrap .advisor .desc .text.non_cit:before,
.sect10 .advisors-wrap .advisor .desc .text.non_cit:after {
    display: none;
}

.sect10 .advisors-wrap .advisor .desc .text.non_cit {
    display: block;
    margin-right: -10px;
}

.sect10 .community-box {
    width: 100%;
    position: relative;
    padding: 80px 0 0;
}

.sect10 .community-box:after {
    content: "";
    display: block;
    clear: both;
}

.sect10 .community-box .vert-title {
    position: absolute;
    left: 50%;
    top: 0%;
    height: 200px;
    z-index: 4;
}

.sect10 .community-box .vert-title span {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    color: #435088;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 18px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}

.sect10 .community-box .sect-heading {
    position: relative;
    margin: 0 auto;
    width: 80%;
    display: table;
    z-index: 3;
}

.sect10 .community-box .sect-heading .heading-left,
.sect10 .community-box .sect-heading .heading-right {
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
    padding-right: 80px;
}

.sect10 .community-box .sect-heading .heading-right {
    padding-left: 100px;
    padding-right: 0;
}

.sect10 .community-box .sect-heading h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 64px;
    line-height: 58px;
    letter-spacing: 2px;
    margin: 0;
}

.sect10 .community-box .sect-heading span {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #979dc6;
    margin: 0;
}

.sect10 .community-box .horiz-title {
    position: relative;
    margin-top: -70px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.sect10 .community-box .horiz-title span {
    text-transform: uppercase;
    font-size: 180px;
    letter-spacing: 15px;
    color: #fff;
    font-weight: bold;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, right top, from(#721F2F), color-stop(30%, #501839), to(#391F55));
    background: -webkit-linear-gradient(left, #721F2F 0%, #501839 30%, #391F55 100%);
    background: -o-linear-gradient(left, #721F2F 0%, #501839 30%, #391F55 100%);
    background: linear-gradient(to right, #721F2F 0%, #501839 30%, #391F55 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    line-height: 200px;
}

.sect10 .community-carousel {
    width: 100%;
    position: relative;
    padding-top: 5px;
}

.sect10 .community-carousel .swiper-slide {
    width: 38%;
    padding-bottom: 0px;
}

.sect10 .community-carousel .swiper-slide .slide-holder {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.sect10 .community-carousel .swiper-slide .slide-holder:hover {
    opacity: 1;
}

.sect10 .community-carousel .swiper-slide .ava {
    width: 100%;
    position: relative;
    margin: 0 auto 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sect10 .community-carousel .swiper-slide .ava img {
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sect10 .community-carousel .swiper-slide .author-wrap {
    padding-bottom: 12px;
}

.sect10 .community-carousel .swiper-slide .author-wrap .name {
    display: block;
    font-size: 20px;
    color: #222;
    padding-bottom: 10px;
}

.sect10 .community-carousel .swiper-slide .author-wrap .role {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}

.sect10 .community-carousel .swiper-slide blockquote {
    text-align: center;
    padding: 0 30px;
    position: relative;
    color: #333;
    line-height: 26px;
    font-size: 18px;
    margin: 0 0 34px;
    border: 0;
}

.sect10 .community-carousel .swiper-slide blockquote:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 50%;

    width: 11px;
    height: 11px;
    margin-top: -8px;
}

.sect10 .community-carousel .swiper-slide blockquote:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 50%;

    width: 11px;
    height: 11px;
    margin-top: -8px;
}

.sect10 .community-carousel .swiper-slide-active .slide-holder {
    /* -webkit-transform: scale(1); */
    -ms-transform: scale(1);
    /* transform: scale(1); */
    opacity: 1 !important;
}

.sect10 .community-carousel .swiper-slide-active .ava img {
    opacity: 1 !important;
}

.sect10 .community-carousel .swiper-slide-next .image-wrap {
    cursor: pointer;
}

.sect10 .community-carousel .swiper-slide-next .slide-holder {
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.sect10 .community-carousel .swiper-slide-prev .image-wrap {
    cursor: pointer;
}

.sect10 .community-carousel .swiper-slide-prev .slide-holder {
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.sect10 .community-carousel .swiper-slide-active .slide-holder,
.sect10 .community-carousel .swiper-slide-next .slide-holder,
.sect10 .community-carousel .swiper-slide-prev .slide-holder {
    opacity: 0.8;
}

.sect10 .community-carousel .swiper-pagination {
    width: 100%;
    text-align: center;
}

.sect10 .community-carousel .swiper-pagination span {
    background: #424882;
    opacity: 1;
    margin: 0 7px;
}

.sect10 .community-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.sect10 .community-carousel .swiper-btn-next,
.sect10 .community-carousel .swiper-btn-prev {
    position: absolute;
    width: 18px;
    height: 32px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
    cursor: pointer;
}

.sect10 .community-carousel .swiper-btn-next:hover,
.sect10 .community-carousel .swiper-btn-prev:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.sect10 .community-carousel .swiper-btn-next:before,
.sect10 .community-carousel .swiper-btn-prev:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    margin-left: -1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 50px 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sect10 .community-carousel .swiper-btn-prev {
    background: url(../images/comm-slide-prev.png) no-repeat;
    left: 0;
    top: 50%;
    margin-top: -16px;
}

.sect10 .community-carousel .swiper-btn-next {
    background: url(../images/comm-slide-next.png) no-repeat;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

.sect10 .community-carousel .swiper-slide-active .slide-holder {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.sect10 .community-carousel:before {
    content: "";
    display: block;
    clear: both;
    background: url(../images/circles-carousel.png) no-repeat;
    background-position: -1px -62px;
    width: 529px;
    height: 529px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -264px;
}

#caseBlanche {
    height: 380px;
    width: 380px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -190px;
}

#rond {
    height: 380px;
    width: 380px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0px;
    animation: rond 4s linear infinite;
    -webkit-animation: rond 4s linear infinite;
}

#test {
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: rgba(63, 133, 208, 0.6);
    border-radius: 50%;
    top: 125px;
    left: 0;
}

@keyframes rond {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rond {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

#caseBlanche1 {
    height: 258px;
    width: 258px;
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left: -129px;
}

#rond1 {
    height: 258px;
    width: 258px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: rond1 4s linear infinite;
    -webkit-animation: rond1 4s linear infinite;
}

#test1 {
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: rgba(92, 126, 162, 0.6);
    border-radius: 50%;
    top: 85px;
    left: 0;
}

@keyframes rond1 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rond1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: -rotate(360deg);
    }
}

.process {
    position: relative;
    padding: 70px 0 0px;
}

.process:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/bg-half.png") no-repeat;
    background-position: top right;
}

.process .tit {
    text-align: left;
}

.process .tit span {
    font-size: 45px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    display: block
}

.process .tit h1 {
    font-size: 20px;
    color: #333;
    line-height: 30px
}

.process .tit h1::after {
    margin-left: 0;
    left: 0;
}

.process .tit h3 {
    font-size: 16px;
    color: #555;
    width: 95%
}

@media only screen and (max-width:992px) {
    .process {
        position: relative;
        padding: 20px 5px 0px;
    }

    .process .tit span {
        font-size: 24px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
        display: block
    }

    .process .tit h1 {
        font-size: 16px;
        color: #333;
        line-height: 30px
    }

    .process .tit h3 {
        font-size: 16px;
        color: #555;
        width: 100%
    }

}


.icon-block {
    margin-bottom: 25px;
}


.icon-block i {
    font-size: 35px;

    width: 50px;
    height: 50px;
    text-align: center;

    display: block;
    color: #00c7b2;
    float: left
}

.icon-block i img {
    width: 100%
}

.wzz {
    float: right;
    width: 85%;
    margin-bottom: 20px
}

.icon-block h5 {

    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bolder;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-block p {
    margin-bottom: 0px;
    line-height: 28px;
    font-size: 16px;
    color: #555;
    text-align: left;
    min-height: 200px
}

@media only screen and (max-width:1305px) {

    .icon-block p {
        margin-bottom: 0px;
        line-height: 28px;
        font-size: 16px;
        color: #555;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .icon-block h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width:992px) {
    .wzz {
        float: right;
        width: 85%;
        margin-bottom: 20px;
        height: auto;
        overflow: hidden
    }

    .icon-block p {
        min-height: inherit
    }

    .icon-block {
        margin-bottom: 0;
        height: auto;
        overflow: hidden
    }
}

.feature-list ul li {
    margin-bottom: 15px;
    color: #111;
}

.feature-list ul li i {
    color: #00c7b2;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}


.sy_xw {
    padding: 0 0 70px;
    overflow: hidden;
}

.sy_xw ul {
    box-shadow: 0px 0px 40px 0px rgba(0, 59, 53, 0.2);
    border-radius: 10px;
    background: #fff;
    border: #eee 1px solid;
    height: auto;
    overflow: hidden
}

.sy_xw ul li {
    width: 25%;
    float: left;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    overflow: hidden;
}

.sy_xw ul li:nth-child(4n) {
    margin-right: 0;
}

.sy_xw ul li .tp {
    overflow: hidden;
    position: relative;
}

.sy_xw ul li .tp img {
    width: 80%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto
}

.sy_xw ul li .tp span {
    position: absolute;
    padding: 10px 15px;
    background: #00c7b2;
    text-transform: uppercase;
    color: #fff;
    top: 40px;
    left: 30px;
    z-index: 5;
    border-radius: 6px;
}

.sy_xw ul li .blog-meta-title h3 {
    color: #010E22;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 80px;
    border-top: #ddd 1px solid;
    padding-top: 15px
}

@media only screen and (max-width:992px) {
    .sy_xw {
        padding: 10px 0 20px;
        overflow: hidden;
    }


}

.sy_xw1 {
    padding: 30px 0;
    overflow: hidden;
}

.sy_xw1 ul {
    box-shadow: 0px 0px 20px 0px rgba(0, 59, 53, 0.2);
    border-radius: 10px;
    background: #fff;
    border: #eee 1px solid;
    height: auto;
    overflow: hidden
}

.sy_xw1 ul li {
    width: 25%;
    float: left;
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    overflow: hidden;
}

.sy_xw1 ul li:nth-child(4n) {
    margin-right: 0;
}

.sy_xw1 ul li .tp {
    overflow: hidden;
    position: relative;
}

.sy_xw1 ul li .tp img {
    width: 80%;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sy_xw1 ul li .tp span {
    position: absolute;
    padding: 10px 15px;
    background: #00c7b2;
    text-transform: uppercase;
    color: #fff;
    top: 40px;
    left: 30px;
    z-index: 5;
    border-radius: 6px;
}

.sy_xw1 ul li .blog-meta-title h3 {
    color: #010E22;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 80px;
    border-top: #ddd 1px solid;
    padding-top: 15px
}

.sy_cont {
    padding: 60px 0;
    background: url(../images/contbj.jpg) center / cover no-repeat;
    height: auto;
    overflow: hidden
}

.sy_cont .tit {
    text-align: left;
    width: 70%;
    margin-bottom: 0
}

.sy_cont .tit h1 {
    margin-bottom: 0;
    color: #fff
}

.sy_cont .tit h3 {
    margin-top: 10px;
    color: #fff
}

.sy_cont .tit h1::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 60px;
    margin-left: -30px;
    height: 0;
    border: 2px solid #00c7b2;
    display: none
}

.sy_cont .lx {
    float: right;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background: #00c7b2;
    border-radius: 6px;
    margin-top: 50px;
    text-align: center;
}

.sy_cont .lx a {
    color: #fff
}

.sy_cont .lx i {
    font-size: 22px;
}

@media only screen and (max-width:992px) {
    .sy_cont {
        padding: 20px 0 20px;
        background: url(../images/contbj.jpg) center / cover no-repeat;
        height: auto;
        overflow: hidden
    }

    .sy_cont .tit {
        text-align: left;
        width: 100%;
        margin-bottom: 0;
        height: auto;
        overflow: hidden;
        float: none
    }

    .sy_cont .tit h3 {
        margin-top: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 24px
    }

    .sy_cont .lx {
        float: none;
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        background: #00c7b2;
        border-radius: 6px;
        margin: 20px auto 0;
        text-align: center;
    }

}

/* start footer */
.footer_bg {
    background: #000e0d;
    width: 100%;
    padding: 35px 0 0;
}

.footer {
    height: auto;
    overflow: hidden;
}

.footer .zuo3 {}

.footer .zuo3 ul li {
    float: left;
    padding-right: 130px;
}

.footer .zuo3 ul li:last-child {
    padding: 0;
}

.footer .zuo3 ul li .tit1 a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    display: block
}

.footer .zuo3 ul li .tit1 a:hover {
    text-decoration: none;
}

.footer .zuo3 ul li .line {
    margin-bottom: 20px;
    height: 2px;
    margin-top: 10px
}

.footer .zuo3 ul li .line span {
    width: 15px;
    height: 1px;
    background: #00c7b2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: block
}

.footer .zuo3 ul li:hover .line span {
    width: 50px;
    height: 1px;
}

.footer .zuo3 ul li a {
    width: 100%;
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.footer .zuo3 ul li a:hover {
    color: #00c7b2;
}

.footer .zuo3 ul li.lx {
    width: 500px;
    padding-right: 0
}

.dzwz {
    line-height: 30px;
    color: #333;
    font-size: 18px;
    float: left;
}

.dzwz .lx {
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.dzwz .lx i {
    width: 28px;
    height: 28px;
    line-height: 28px !important;
    background: #00c7b2;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left
}

.dzwz .lx:hover i {
    background: #fff;
    color: #00c7b2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dzwz .lxwz {}

.dzwz p {
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer .zuo3 ul li.yx {
    width: 300px;
    padding-right: 0;
    float: right;
}

.footer .searchIpt2 {
    width: 300px;
    height: 50px;
    position: relative;
}

.footer .sj {
    padding-top: 20px;
    text-align: center;
}

.footer .sj a {
    width: 30px !important;
    display: inline-block;
    margin-right: 15px;
    border-radius: 15px;
    float: left;
    font-size: 20px;
    line-height: 30px;
}

.footer .sj a i {
    font-size: 22px;
}

.footer .sj a img {
    width: 100%;
    display: block;
}

.footer .sj a:hover {
    background: #00c7b2;
    color: #fff !important;
}

@media only screen and (max-width:992px) {
    .dzwz .lxwz {
        width: calc(100% - 38px);
        font-size: 16px !important
    }
}

.searchIpt2 .search_txt {
    width: 240px;

    padding: 0 0 0 10px;

    line-height: 40px;

    background: #fff;

    color: #666;

    border: 0;

    height: 40px;

    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);

}

.searchIpt2 .search_btn {
    width: 50px;
    background: #00c7b2;
    border: 0;
    float: right;
    color: #333;
    height: 35px;
    cursor: pointer;
    border-radius: 25px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}

.searchIpt2 i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 8px;
    text-align: center;
    color: #fff;
}

.searchIpt2 .search_btn:hover {
    background: #00c7b2;
    color: #fff;
}

.searchIpt2 .search_btn:hover i {
    color: #fff;
}

.searchIpt2 .search_btn i:hover {
    color: #fff;
}

.footer .weix {
    width: 120px;
    float: right;
    text-align: center;
    line-height: 30px;
}

.footer .weix img {
    width: 100%;
}

.footer_btm {
    margin: 30px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.copy {
    width: 100%;
    margin: 0 auto;
    line-height: 50px;
    text-align: center
}

.copy p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.copy p a {
    color: #222;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

@media only screen and (max-width:1390px) {
    .footer .zuo3 ul li {
        float: left;
        padding-right: 100px;
    }

    .copy p {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        line-height: 28px;
        padding-top: 10px
    }

}

.pc_ban {
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.pc_ban .swiper-slide:after {
    width: 0;
    height: 5px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active:after {
    width: 100%;
}

.pc_ban .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../images/banner-l.png) no-repeat center;
    left: 0%;
    margin-top: -20px;
    opacity: 0;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -ms-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    opacity: .5;
}

.pc_ban .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(../images/banner-r.png) no-repeat center;
    right: 0%;
    margin-top: -20px;
    opacity: 0;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -ms-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.pc_ban:hover .swiper-button-next {
    right: 2%;
    opacity: .5;
}

.pc_ban .container {
    position: absolute;
    top: 48%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pc_ban .w_z {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    position: relative;
    background: rgba(46, 45, 41, .7);
    width: 50%;
    padding: 30px
}

.pc_ban .w_z h1 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 66px;
    margin-bottom: 20px;
}

.pc_ban .w_z h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.pc_ban .w_z .n_r a {
    width: 200px;
    height: 50px;
    background-color: #00c7b2;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 50px;
    display: block;
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 22vh;
    }

    .pc_ban .container {
        position: absolute;
        top: 45%;
        left: 48%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .pc_ban .swiper-pagination {
        bottom: 5px;
    }

    .pc_ban .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .pc_ban .w_z {
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        position: relative;
        background: rgba(46, 45, 41, .7);
        width: 70%;
        padding: 10px 20px
    }

    .pc_ban .w_z h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 5px;
        text-transform: capitalize
    }

    .pc_ban .w_z h1 {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .pc_ban .w_z .n_r a {
        width: 120px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .pc_ban .swiper-slide img {
        width: 100%
    }


}














@media only screen and (max-width:1024px) {

    .container {
        width: 94%;
        margin: 0 auto;
        -moz-box-sizing: border-box;
        /*Firefox3.5+*/
        -webkit-box-sizing: border-box;
        /*Safari3.2+*/
        -o-box-sizing: border-box;
        /*Opera9.6*/
        -ms-box-sizing: border-box;
        /*IE8*/
        box-sizing: border-box;
    }

    .sy_about {
        padding: 40px 0;
    }

    .sy_about .nr .lb {
        width: 100%;
        margin: 0 auto;
    }

    .xx3 {
        height: 12rem
    }

    .sy_td {
        padding: 40px 0;
    }

    .sy_td ul li {
        width: 46%;
        margin: 0 2% 30px;
    }

    .sy_td ul li.last {
        margin-right: 2%
    }

    .sy_pro {
        padding: 40px 0;
    }

    .sy_pro ul li .wenz {
        padding: 0 3%;
        width: 100%
    }

    .sy_pro ul li .tp {
        width: 100%;
    }

    .sy_pro ul li {
        width: 94%;
        margin: 0 auto
    }

    .sy_sj .left {
        width: 80%;
        float: none;
        padding: 0;
        margin: 0 auto
    }

    .sy_sj {
        padding: 40px 0 60px;
    }

    .sy_sj .right {
        width: 100%;
        padding: 0;
    }

    .sy_sp {
        padding: 40px 0;
    }

    .sy_sp .left {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
        clear: both;
        height: 180px;
    }

    .sy_sp .right {
        float: none;
        margin: 0 auto;
        background: url(../images/gold.png) center center / cover no-repeat;
    }

    .sy_pj {
        padding: 40px 0;
    }

    .xx2 {
        width: 100%;
        overflow: hidden
    }

    .xx4sj {
        width: 100%;
    }

    .xx4sj .bd {
        overflow: hidden
    }

    .xx4sj .bd ul li .lk {
        width: 84%;
    }

    .xx4sj .bd ul li .tu {
        float: none;
        margin: 20px auto 0
    }

    .xx4sj .bd ul li .wz {
        width: 100%;
    }

    .xx4sj .bd ul li .wz h3 {
        margin: 10px 0 6px;
        text-align: center
    }

    .xx4sj .bd ul li .wz .zw {
        color: #999;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center
    }

    .xx4sj .bd ul li .wz .line {
        height: 1px;
        background: #ccc;
        margin: 15px 0;
        clear: both
    }

    .sy_wd {
        padding: 40px 0;
    }

    .sy_wd ul li {
        width: 46%;
        margin: 0 2% 25px;
    }

    .sy_db {
        padding: 40px 0;
    }

    .sy_db ul {
        width: 94%;
    }

    .sy_db ul li {
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }

    .sy_db ul li.zj {
        height: auto;
        margin: 20px auto 0;
    }

    .index-contact {
        min-width: 94%;
        padding: 25px 0 80px;
    }

    .con {
        width: 94%;
        margin: 0 auto;
    }

    .index-contact .s {
        padding: 0 0px;
    }

    .index-contact .btn {
        top: 100%;
        margin-top: 0;
        left: 50%;
        margin-left: -100px;
        right: auto;
        z-index: 9
    }

    .index-contact .cover {
        background: rgba(0, 0, 0, 0.3);
        z-index: 0;
    }

    .footer {
        width: 94%;
        padding: 20px 0;
        z-index: 999;
    }

    .footer .zuo3 ul li {
        width: 33.3333%;
        overflow: hidden;
        margin-bottom: 20px;
        display: none
    }

    .footer .zuo3 ul li.lx {
        width: 100%;
        display: block
    }

    .footer .zuo3 ul li.yx {
        width: 100%;
        padding-right: 0;
        float: none;
        display: block
    }

    .footer .you3 .weixin {
        width: 100px;
        padding-top: 20px;
        float: none;
        margin: 0 auto
    }

    .footer_btm {
        margin: 0 auto 0;
        padding-top: 1%;
        width: 94%;
    }

    .footer .you3 {
        width: 100%;
        float: right;
    }

    .footer .zuo3 {
        width: 100%;
    }

    .ncontent {
        padding: 40px 0 0;
    }

    .nycp {
        width: 94%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .nycp p {
        margin-bottom: 30px;
    }

    .nysp .left {
        width: 100%;
    }

    .nysp .right {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {

    .tit {
        margin-bottom: 30px;
    }

    .tit h1 {
        font-size: 20px;
    }

    .sy_td ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .sy_pro ul li .wenz .ico {
        width: 80px;
        margin: 30px auto 20px;
    }

    .sy_sp {
        padding: 0px 0 40px;
    }

    .sy_sp .right {
        width: 100%;
        height: 20rem;
        background: url(../images/gold.png) center center / 100% no-repeat;
    }

    .sy_sp .right .dnk {
        width: 76%;
        height: 15rem;
        position: absolute;
        left: 12%;
        top: 2.5rem;
    }

    .sy_sp .right .dnk img {
        width: 100%;
        height: 15rem;
    }

    .sy_sp .left h3 {
        font-size: 2.2rem;
        margin-bottom: 10px;
        margin-top: 30px;
        text-align: center;
    }

    .sy_sp .left {
        margin-bottom: 10px;
        height: auto;
    }

    .sy_sj .left {
        width: 90%;
        float: none;
        padding: 0;
        margin: 0 auto
    }

    .sy_sj {
        padding: 10px 0 40px;
    }

    .xx21 li {
        display: inline-block;
        margin: 0 10px;
        width: 200px;
    }

    .xx4sj .hd .prev {
        width: 30px;
        height: 30px;
        background: url(../images/jiantzs.png) left center / 100% no-repeat;
        top: 40%;
        margin-top: 0px;
    }

    .xx4sj .next {
        width: 30px;
        height: 30px;
        top: 40%;
    }

    .xx4sj .bd ul li .wz {
        line-height: 23px;
        margin-bottom: 20px
    }

    .xx4sj .bd ul li .tu {
        width: 200px;
        height: 200px
    }

    .sy_wd ul li {
        width: 100%;
        margin: 0 0 25px;
    }

    .sy_db {
        padding: 10px 0 40px;
        width: 94%;
        margin: 0 auto
    }

    .sy_db ul li .xiao {
        font-size: 14px;
        line-height: 1.5;
        padding: 15px;
    }

    .sy_db ul li h2 {
        font-size: 28px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .index-contact h6 {
        font-size: 28px;
        line-height: 40px;
    }

    .index-contact p {
        line-height: 30px;
        font-size: 18px;
        margin-bottom: 10px
    }

    .index-contact .btn {
        top: auto;
        margin-top: 0;
        bottom: -55px;
        height: 36px;
    }

    .index-contact .btn a {
        height: 36px;
        line-height: 36px;
    }

    .footer .zuo3 ul li a {
        line-height: 22px;
        font-size: 12px;
    }

    .footer .zuo3 ul li .line {
        margin-bottom: 10px;
        margin-top: 1px;
    }

    .footer_bg {
        padding: 5px 0;
    }

    .dzwz {
        line-height: 25px;
        width: 100%;
        margin-top: 10px;
    }

    .footer .you3 .weixin {
        padding-top: 0px;
    }

    .nycp {
        padding: 20px 0;
    }

    .nycp h3 {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .nycp p {
        margin-bottom: 20px;
        line-height: 25px
    }

    .nysp {
        padding: 30px 0;
    }
}

.sy_fw {
    width: 100%;
    padding: 0 0;
    overflow: hidden;
}

.sy_fw .fw_nr {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.sy_fw .row {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sy_fw .col-12 {
    padding: 0;
}

.sy_fw .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_fw .w_z {
    padding: 0 50px;
    border-radius: 20px;
}

.sy_fw .w_z p {
    font-size: 18px;
    line-height: 36px;
    color: #04084a;
}

@media only screen and (max-width:992px) {
    .sy_fw {
        padding: 50px 0 0;
    }

    .sy_fw .fw_nr {
        padding: 40px 0;
    }

    .sy_fw .w_z {
        padding: 20px;
        border-radius: 10px;
    }

    .sy_fw .w_z h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .sy_fw .w_z p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:640px) {
    .sy_fw .gn_bj {
        padding: 40px 0 0;
    }

    .sy_fw .row {
        flex-direction: column;
    }

    .sy_fw .w_z {
        padding: 20px 10px;
        text-align: center;
    }

    .sy_fw .w_z a {
        width: 150px;
        height: 36px;
        font-size: 15px;
        line-height: 36px;
        margin: 0 auto;
    }
}



.gy_bt {
    text-align: center;
    margin-bottom: 50px;
}

.gy_bt h3 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: bold;
    color: #000;
}

.gy_bt span {
    width: 60px;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 30px auto 0;
}

@media only screen and (max-width:992px) {
    .gy_bt {
        margin-bottom: 30px;
    }

    .gy_bt h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .gy_bt span {
        width: 50px;
        height: 2px;
        margin: 20px auto 0;
    }
}

.sy_ys {
    width: 100%;
    padding: 60px 0;
    background-color: #003b35;
    overflow: hidden;
}

.sy_ys .gy_bt h3 {
    color: #fff;
}

.sy_ys .gy_bt span {
    background-color: #fff;
}

.sy_ys .n_r {
    background-color: #f7f7f7;
    padding: 30px 15px 10px;
    position: relative;
}

.sy_ys .n_r:before {
    width: 100%;
    height: 4px;
    background-color: #00c7b2;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_ys .n_r:hover:before {
    height: 100%;
}

.sy_ys .t_b {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-size: 100% !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_ys .t_b.t_1 {
    background: url(../images/a1.png) no-repeat top center;
}

.sy_ys .n_r:hover .t_b.t_1 {
    background: url(../images/a1.png) no-repeat bottom center;
}

.sy_ys .t_b.t_2 {
    background: url(../images/a2.png) no-repeat top center;
}

.sy_ys .n_r:hover .t_b.t_2 {
    background: url(../images/a2.png) no-repeat bottom center;
}

.sy_ys .t_b.t_3 {
    background: url(../images/a3.png) no-repeat top center;
}

.sy_ys .n_r:hover .t_b.t_3 {
    background: url(../images/a3.png) no-repeat bottom center;
}

.sy_ys .t_b.t_4 {
    background: url(../images/a4.png) no-repeat top center;
}

.sy_ys .n_r:hover .t_b.t_4 {
    background: url(../images/a4.png) no-repeat bottom center;
}

.sy_ys .w_z {
    margin-top: 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sy_ys .w_z h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    min-height: 60px
}

.sy_ys .w_z p {
    line-height: 24px;
    color: #555;
    font-size: 16px;
    min-height: 148px
}

.sy_ys .n_r:hover h3 {
    color: #fff
}

.sy_ys .n_r:hover p {
    color: #fff
}

@media only screen and (max-width:992px) {
    .sy_ys {
        padding: 20px 0 0;
    }

    .sy_ys .row {
        margin: 0 -10px;
    }

    .sy_ys .col-md-4 {
        padding: 0 10px;
    }

    .sy_ys .n_r {
        padding: 0 10px 20px;
    }

    .sy_ys .n_r:before {
        height: 2px;
    }

    .sy_ys .t_b {
        width: 80px;
        height: 80px;
    }

    .sy_ys .w_z {
        margin-top: 5px;
    }

    .sy_ys .w_z h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: inherit;
    }

    .sy_ys .w_z p {
        font-size: 15px;
        line-height: 22px;
        min-height: inherit;
    }
}

@media only screen and (max-width:640px) {
    .sy_ys .n_r {
        margin-bottom: 20px;
    }

    .sy_ys .w_z p {
        min-height: 44px;
    }
}

.nban {
    width: 100%;
    position: relative;
}

.nban .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(194, 23, 41, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nban .mb .box {
    width: 900px;
    margin: 0 auto;
    background: rgba(0, 59, 53, .7);
    padding: 30px 20px
}

.nban .mb .box h2 {
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase
}

.nban .mb .box h4,
.nban .mb .box h4 a {
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: capitalize
}

.nban img {
    width: 100%;
    display: block;
}

.ny_fa {
    padding: 60px 0;
}

.ny_fa .five-part {
    width: 33.33%;
    height: 300px;
    float: left;
    text-align: center;
    border: #eee 1px solid;
    box-sizing: border-box;
}

.ny_fa .five-part:hover {
    box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);
}

.ny_fa .five-value-img {
    width: 86px;
    height: 100px;
    margin: 40px auto 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ny_fa .five-part:hover .five-value-img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.ny_fa .five-value-img1 {
    width: 86px;
    height: 86px;
    margin: 40px auto 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ny_fa .five-part:hover .five-value-img1 {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.five-part:first-child .five-value-img {
    background: url(../images/fa1.png) center center no-repeat;
}

.five-part:nth-child(2) .five-value-img {
    background: url(../images/fa2.png) center no-repeat;
}

.five-part:nth-child(3) .five-value-img {
    background: url(../images/fa3.png) center no-repeat;
}

.five-part .five-font-sty {
    font-size: 24px;
    font-weight: bold;
    color: #00c7b2;
    line-height: 28px;
    margin-bottom: 10px;
}

.ny_fa .span-line {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    width: 90%;
    margin: 0 auto;
    line-height: 26px
}

@media only screen and (max-width:992px) {
    .nban {
        height: 160px;
    }

    .nban .mb .box {
        width: 60%;
        margin: 0 auto;
        background: rgba(0, 59, 53, .7);
        padding: 15px 10px 10px
    }

    .nban img {
        width: 100%;
        display: block;
        height: 100%;
    }

    .nban .mb .box h2 {
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0px;
        text-transform: uppercase
    }

    .nban .mb .box h4 {
        font-size: 14px;
        color: #fff;
        text-align: center;
        text-transform: capitalize;
        margin-top: 5px
    }

    .ny_fa {
        padding: 20px 0;
    }

    .ny_fa .five-part {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        border: #eee 1px solid;
        box-sizing: border-box;
        padding-bottom: 20px
    }

    .ny_fa .five-value-img1 {
        width: 60px;
        height: 60px;
        margin: 20px auto 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .ny_fa .five-value-img1 img {
        width: 100%
    }

    .five-part .five-font-sty {
        font-size: 20px;
        font-weight: bold;
        color: #00c7b2;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ny_fa .span-line {
        display: block;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #555;
        width: 90%;
        margin: 0 auto;
        line-height: 26px
    }

}

.tit {
    margin-bottom: 50px;
    text-align: center
}

.tit h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold
}

.tit h1::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 60px;
    margin-left: -30px;
    height: 0;
    border: 2px solid #00c7b2;
}

.tit h3 {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    line-height: 1.8;
}

.tit p {
    text-align: center;
    font-size: 16px;
    margin-top: 35px;
    text-transform: uppercase;
}

.titi {
    margin-bottom: 50px;
    text-align: center;
    height: auto;
    overflow: hidden
}

.titi h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    font-weight: bold
}

.titi h1::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 60px;
    margin-left: -30px;
    height: 0;
    border: 2px solid #00c7b2;
}

.titi h3 {
    font-size: 14px;
    color: #696969;
    margin-top: 25px;
    line-height: 1.8;
}

.titi p {
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
    text-transform: capitalize;
    color: #696969;
}

@media only screen and (max-width:992px) {
    .tit {
        margin-bottom: 30px;
        text-align: center
    }

    .tit h1 {
        font-size: 20px;
        color: #333;
        margin-bottom: 5px;
        padding-bottom: 5px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold
    }

    .tit h1::after {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: -16px;
        width: 40px;
        margin-left: -20px;
        height: 0;
        border: 2px solid #00c7b2;
    }

    .tit h3 {
        font-size: 12px;
        color: #666;
        margin-top: 25px;
        line-height: 1.8;
    }

    .tit p {
        text-align: center;
        font-size: 14px;
        margin-top: 25px;
        text-transform: uppercase;
        line-height: 26px
    }

    .titi {
        margin-bottom: 20px;
        text-align: center
    }

    .titi h1 {
        font-size: 20px;
        color: #333;
        margin-bottom: 15px;
        position: relative;
        text-transform: capitalize;
        font-weight: bold
    }

    .titi h1::after {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: -16px;
        width: 40px;
        margin-left: -20px;
        height: 0;
        border: 2px solid #00c7b2;
    }

    .titi h3 {
        font-size: 12px;
        color: #696969;
        margin-top: 25px;
        line-height: 1.8;
    }

    .titi p {
        text-align: center;
        font-size: 14px;
        margin-top: 35px;
        text-transform: capitalize;
        color: #696969;
    }

}

.ny_nr {
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    background: #f3f8f7
}

.ny_nr .lx_wm {
    height: auto;
    overflow: hidden
}

.ny_nr .lx_wm .zb {
    float: left;
    width: 50%
}

.ny_nr .lx_wm .yb {
    float: right;
    width: 50%;
    text-align: right
}

.ny_nr .lx_wm .n_r {
    padding: 30px;
}

.ny_nr .lx_wm .n_r h3 {
    font-size: 36px;
    line-height: 32px;
    color: #00c7b2;
    font-weight: bold;
    margin-bottom: 15px
}

.ny_nr .lx_wm .n_r h4 {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ny_nr .lx_wm .w_z {
    font-size: 15px;
    line-height: 36px;
}

.ny_nr .lx_wm .l_y input {
    width: 48.5%;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #ddd;
    display: block;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    margin-right: 1.5%;
    background: #fff
}

.ny_nr .lx_wm .l_y input:nth-child(2n) {
    margin-right: 0;
}

.ny_nr .lx_wm .l_y textarea {
    width: 98.2%;
    height: 132px;
    padding: 10px 0;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #ddd;
    display: block;
    resize: none;
    padding-left: 15px;
    box-sizing: border-box;
}

.ny_nr .lx_wm .l_y button {
    width: 140px;
    height: 40px;
    background-color: #00c7b2;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    float: left;
    text-transform: uppercase
}

.ny_nr .lx_wm .l_y button.c_z {
    background-color: #aaa;
}


@media only screen and (max-width:640px) {
    .ny_nr {
        height: auto;
        overflow: hidden;
        padding: 20px 0;
        background: #f3f8f7
    }

    .ny_nr .lx_wm {}

    .ny_nr .lx_wm .n_r {
        padding: 20px;
        height: auto;
        overflow: hidden
    }

    .ny_nr .lx_wm .n_r h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .ny_nr .lx_wm .n_r h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .ny_nr .lx_wm .w_z {
        font-size: 13px;
        line-height: 26px;
    }

    .ny_nr .lx_wm .l_y input {
        font-size: 14px;
    }

    .ny_nr .lx_wm .l_y textarea {
        font-size: 14px;
        line-height: 24px;
    }

    .ny_nr .lx_wm .l_y button {
        width: 100px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .ny_nr .lx_wm .zb {
        float: left;
        width: 100%
    }

    .ny_nr .lx_wm .yb {
        width: 100%
    }

    .ny_nr .lx_wm .yb img {
        width: 100%
    }
}


.kc_bb {
    height: auto;
    overflow: hidden;
    padding: 60px 0
}

.jjwz {
    text-align: left;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 10px
}

.wenr {
    text-align: left;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 10px;
    border: #00c7b2 1px dashed;
    margin-bottom: 40px;
    padding: 10px
}

.kc_bb li {
    float: left;
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
    margin-top: 30px;
    min-height: 500px
}

.kc_bb li:nth-child(3n) {
    margin-right: 0;
}

.kc_bb .n_r {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.kc_bb .t_b {
    width: 110px;
    margin: 0 0;
}

.kc_bb .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.kc_bb .b_t {
    font-size: 26px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 20px 0 10px;
    font-weight: bold;
}

.kc_bb .w_z {
    font-size: 17px;
    line-height: 30px;
    text-align: left
}


.kc_bb1 {
    height: auto;
    padding: 0px 0;
}

.kc_bb1 h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0;
    font-weight: bold;
    text-transform: capitalize
}

.kc_bb1 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: #b7f8f1 1px solid;
    margin-top: 30px;
    min-height: 360px;
    margin-bottom: 50px
}

.kc_bb1 li:nth-child(3n) {
    margin-right: 0;
}

.kc_bb1 .n_r {
    padding: 30px 30px 0;
    border-radius: 10px;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.kc_bb1 .t_b {
    width: 80px;
    margin: 0 0;
}

.kc_bb1 .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.kc_bb1 .b_t {
    font-size: 26px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 20px 0 10px;
    font-weight: bold;
}

.kc_bb1 .w_z {
    font-size: 16px;
    line-height: 26px;
    text-align: left
}

@media only screen and (max-width:992px) {
    .kc_bb {
        height: auto;
        overflow: hidden;
        padding: 20px 0
    }

    .jjwz {
        text-align: left;
        height: auto;
        overflow: hidden;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        padding: 0 10px
    }

    .kc_bb1 h1 {
        font-size: 20px;
        color: #000;
        line-height: 36px;
        text-align: left;
        margin: 0 0;
        font-weight: bold;
        text-transform: capitalize
    }

    .kc_bb1 li {
        float: none;
        width: 100%;
        margin-right: 0;
        border: #b7f8f1 1px solid;
        margin-top: 20px;
        min-height: inherit;
        margin-bottom: 20px
    }

    .kc_bb1 .n_r {
        padding: 20px 20px;
        border-radius: 10px;
        background-color: #fff;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .kc_bb1 .t_b {
        width: 60px;
        margin: 0 0;
    }

    .kc_bb1 .b_t {
        font-size: 20px;
        color: #000;
        line-height: 36px;
        text-align: left;
        margin: 10px 0 0px;
        font-weight: bold;
    }

    .kc_bb1 .w_z {
        font-size: 16px;
        line-height: 26px;
        text-align: left
    }

    .wenr {
        text-align: left;
        height: auto;
        overflow: hidden;
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
        border: #00c7b2 1px dashed;
        margin-bottom: 0px;
        padding: 10px
    }

}

.kc_bb13 {
    height: auto;
    padding: 0px 0 30px;
}

.kc_bb13 h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0;
    font-weight: bold;
    text-transform: capitalize
}

.kc_bb13 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: #b7f8f1 1px solid;
    margin-top: 30px;
    margin-bottom: 30px
}

.kc_bb13 li:nth-child(3n) {
    margin-right: 0;
}

.kc_bb13 .n_r {
    padding: 30px 30px;
    border-radius: 10px;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    height: auto;
    overflow: hidden
}

.kc_bb13 .t_b {
    width: 80px;
    float: left
}

.kc_bb13 .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.kc_bb13 .b_t {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 20px 0 10px;
    float: right;
    width: 70%
}

.kc_bb13 .w_z {
    font-size: 16px;
    line-height: 26px;
    text-align: left
}

.kc_bb13 p {
    font-size: 18px;
    line-height: 36px;
    border-bottom: #b7f8f1 1px dashed;
    padding-bottom: 50px
}


.kc_bb12 {
    height: auto;
    padding: 0px 0;
}

.kc_bb12 h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0;
    font-weight: bold;
    text-transform: capitalize
}

.kc_bb12 li {
    float: left;
    width: 32%;
    margin-right: 2%;
    border: #b7f8f1 1px solid;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 50px
}

.kc_bb12 li:nth-child(3n) {
    margin-right: 0;
}

.kc_bb12 .n_r {
    padding: 30px 20px 0;
    border-radius: 10px;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.kc_bb12 .t_b {
    width: 80px;
    margin: 0 0;
}

.kc_bb12 .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.kc_bb12 .b_t {
    font-size: 26px;
    color: #000;
    line-height: 36px;
    text-align: center;
    margin: 20px 0 10px;
    font-weight: bold;
}

.kc_bb12 .w_z {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    min-height: 180px
}

.kc_bb12 .more {
    margin: 30px auto 0;
}

.kc_bb12 .more a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    margin-right: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background: #00c7b2;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.kc_bb12 .more a i {
    margin-right: 10px;
    font-size: 20px;
}

.kc_bb12 .more a:hover {
    background: #00c7b2;
    color: #fff;
}


@media only screen and (max-width:1360px) {
    .kc_bb12 .n_r {
        padding: 10px 20px 0;
        border-radius: 10px;
        background-color: #fff;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .kc_bb12 .b_t {
        font-size: 20px;
        color: #000;
        line-height: 26px;
        text-align: center;
        margin: 10px 0 10px;
        font-weight: bold;
    }

    .kc_bb12 .w_z {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        min-height: inherit
    }

    .kc_bb12 li {
        float: left;
        width: 100%;
        margin-right: 0;
        border: #b7f8f1 1px solid;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 20px
    }

    .kc_bb12 .more {
        margin: 20px auto 0;
    }

    .kc_bb12 .more a {
        width: 80%;
        height: 40px;
        line-height: 40px;
        display: block;
        float: none;
        margin: 0 auto;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        background: #00c7b2;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-transform: capitalize
    }

    .kc_bb13 p {
        font-size: 16px;
        line-height: 26px;
        border-bottom: #b7f8f1 1px dashed;
        padding-bottom: 20px
    }

}

@media only screen and (max-width:992px) {
    .kc_bb12 h1 {
        font-size: 20px;
        color: #000;
        line-height: 26px;
        text-align: left;
        margin: 0 0;
        font-weight: bold;
        text-transform: capitalize
    }

    .kc_bb13 {
        height: auto;
        padding: 0px 0 20px;
    }

    .kc_bb13 h1 {
        font-size: 20px;
        color: #000;
        line-height: 26px;
        text-align: left;
        margin: 0 0;
        font-weight: bold;
        text-transform: capitalize
    }

    .kc_bb13 li {
        float: left;
        width: 100%;
        margin-right: 0;
        border: #b7f8f1 1px solid;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .kc_bb13 .n_r {
        padding: 15px 20px;
        border-radius: 10px;
        background-color: #fff;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        height: auto;
        overflow: hidden
    }
}

.gywm {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 60px 0
}

.gywm h1 {
    color: #000;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px
}

.gywm p {
    color: #333;
    line-height: 36px;
    font-size: 18px
}

.tipian {
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.tipian img {
    width: 100%
}

.gywm strong {
    font-weight: bold;
    color: #000;
    font-size: 20px
}

@media only screen and (max-width:992px) {
    .gywm {
        width: 96%;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
        padding: 30px 0
    }

    .gywm h1 {
        color: #000;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .gywm p {
        color: #666;
        line-height: 30px;
        font-size: 14px
    }

    .tipian img {
        width: 100%;
        text-align: center
    }

}

.cc {
    margin-top: 50px
}

.ny_fw {
    padding: 0 0;
    height: auto;
    overflow: hidden;
}

.ny_fw .con {}

.ny_fw .wenz {
    width: 50%;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.ny_fw .wenz2 {
    width: 53%;
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
    background: #003b35;
    padding: 33px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 400px
}

.ny_fw .wenz2 h1 {
    margin-bottom: 5px
}

.ny_fw h2 {}

.ny_fw h2 span {
    font-weight: bold;
}

.wenz p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 16px;
    color: #333
}

.wenz h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0 10px;
    font-weight: bold;
}

.wenz span {
    color: #F00;
    font-size: 16px
}

.ny_fw .tp {
    width: 45%;
}

.ny_fw .tp img {
    width: 100%;
    display: block;
    height: 400px
}

@media only screen and (max-width:1390px) {
    .ny_fw .wenz2 {
        width: 53%;
        line-height: 1.6;
        font-size: 16px;
        color: #fff;
        background: #003b35;
        padding: 23px 30px;
        box-sizing: border-box;
        border-radius: 8px;
        min-height: 360px
    }

}

@media only screen and (max-width:992px) {
    .ny_fw {
        margin-bottom: 20px
    }

    .ny_fw .wenz {
        width: 100%;
        line-height: 1.8;
        font-size: 16px;
        color: #333;
    }

    .ny_fw .wenz2 {
        width: 100%;
        line-height: 1.6;
        font-size: 16px;
        color: #fff;
        background: #003b35;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 8px;
        min-height: inherit;
        margin-top: 20px
    }

    .ny_fw .tp {
        width: 100%;
    }

    .ny_fw .tp img {
        width: 100%;
        display: block;
        height: auto
    }

    .wenz h1 {
        font-size: 20px;
        color: #000;
        line-height: 26px;
        text-align: left;
        margin: 0 0 5px;
        font-weight: bold;
    }

    .cc {
        margin-top: 20px
    }

    .ny_fw .wenz2 h1 {
        margin-bottom: 5px;
        font-size: 20px
    }
}

.btgg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #003b35;
    padding: 60px;
    margin-bottom: 0
}

.btgg span {
    border-bottom: #fff 1px solid;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    width: 40%;
    padding-bottom: 10px
}

.btgg1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #003b35;
    padding: 60px;
    margin-bottom: 50px;
    color: #fff;
    font-style: italic;
    text-align: center;
    font-size: 30px
}

.btgg p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px
}

.btgg h1 {
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px
}

.sy_cjwt {
    height: auto;
    overflow: hidden;
    padding: 30px 5px 10px;
    box-sizing: border-box
}

.sy_cjwt h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00c7b2
}

.subNavBox {
    border-bottom: 0;
}

.subNav {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 60px;
    padding: 0 20px;
    background: #fff url(../images/jiantou1.png) right center / 25px no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    border-radius: 6px;
    box-sizing: border-box
}

.subNav:hover {
    color: #132d51;
}

.currentDd {
    color: #132d51
}

.currentDt {
    background: #fff url(../images/jiantou.png) right center / 25px no-repeat;
}

.navContent {
    display: none;
}

.navContent li {
    line-height: 36px;
    color: #333;
    padding: 0;
    font-size: 18px;
    margin-bottom: 20px
}

.subNav1 {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 60px;
    padding: 0 20px;
    background: #fff url(../images/jiantou21.png) right center / 25px no-repeat;
    box-shadow: 0 0 10px rgba(95, 125, 158, .2);
    margin-bottom: 20px;
    border-radius: 6px;
    box-sizing: border-box
}

.subNav1:hover {
    color: #132d51;
}

.currentDt1 {
    background: #fff url(../images/jiantou22.png) right center / 25px no-repeat;
}

@media only screen and (max-width:992px) {
    .btgg {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #003b35;
        padding: 20px;
        margin-bottom: 0
    }

    .btgg span {
        border-bottom: #fff 1px solid;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        display: block;
        text-align: center;
        margin: 0 auto 20px;
        width: 100%;
        padding-bottom: 10px
    }

    .btgg p {
        color: #fff;
        font-size: 16px;
        text-align: left;
        line-height: 26px;
        margin-bottom: 10px
    }

    .btgg h1 {
        text-align: right;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px
    }

    .subNav {
        cursor: pointer;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        line-height: 60px;
        padding: 0 20px;
        background: #fff url(../images/jiantou1.png) right center / 25px no-repeat;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
        border-radius: 6px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navContent li {
        line-height: 26px;
        color: #333;
        padding: 0 10px;
        font-size: 16px;
        margin-bottom: 20px
    }

    .btgg1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #003b35;
        padding: 20px;
        margin-bottom: 20px;
        color: #fff;
        font-style: italic;
        text-align: center;
        font-size: 20px
    }

    .subNav1 {
        cursor: pointer;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        line-height: 60px;
        padding: 0 20px;
        background: #fff url(../images/jiantou1.png) right center / 25px no-repeat;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
        border-radius: 6px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sy_cjwt h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #00c7b2
    }

}


.cul {
    height: auto;
    overflow: hidden;
    margin: 60px auto;
}

.cul .img100 {
    width: 50%;
}

.cul .img100 img {
    width: 100%
}

.cul li {
    width: 100%;
    height: auto;
    overflow: hidden
}

.cul li:nth-child(odd) .img100 {
    float: left;
}

.cul li:nth-child(odd) .cul-con {
    float: right;
}

.cul li:nth-child(even) .img100 {
    float: right;
}

.cul li:nth-child(even) .cul-con {
    float: left;
}

.cul-con {
    width: 50%;
}

.cul-warp {
    margin-top: 30px;
    margin-left: 30px
}

.cul-warp h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px
}

.cul-warp p {
    font-size: 18px;
    color: #484848;
    line-height: 30px;
    margin-bottom: 15px
}

.cul li:nth-child(even) .cul-warp {
    margin-top: 30px;
    margin-left: 0;
}


@media only screen and (max-width:992px) {
    .cul {
        height: auto;
        overflow: hidden;
        width: 96%;
        margin: 20px auto;
    }

    .cul .img100 {
        width: 100%;
    }

    .cul .img100 img {
        width: 100%
    }

    .cul li {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .cul li:nth-child(odd) .img100 {
        float: none;
    }

    .cul li:nth-child(odd) .cul-con {
        float: none;
    }

    .cul li:nth-child(even) .img100 {
        float: none;
    }

    .cul li:nth-child(even) .cul-con {
        float: none;
    }

    .cul-con {
        width: 100%;
    }

    .cul-warp {
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 20px
    }

    .cul-warp h3 {
        font-size: 16px;
        color: #1a1a1a;
        margin-bottom: 10px;
        font-weight: bold;
        line-height: 30px
    }

    .cul-warp p {
        font-size: 16px;
        color: #484848;
        line-height: 26px
    }

    .cul li:nth-child(even) .cul-warp {
        margin-top: 10px;
        margin-left: 0;
    }

}

.park1 {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 50px 0 20px
}

.park1 h1 {
    font-size: 30px;
    line-height: 0.91429;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px
}

.park1 p {
    font-size: 16px;
    line-height: 26px;
}


.park2 {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 70px 0 70px
}

.park2 h1 {
    font-size: 30px;
    line-height: 0.91429;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px
}

.park2 p {
    font-size: 18px;
    line-height: 36px;
}

.park2 p a {
    color: #00c7b2
}

.zxfwDiv {
    padding: 50px 0 0;
}

.zxfwDiv .row>div .conDiv {
    background: #f5f5f5;
    padding: 40px 40px 40px;
    border-top: 8px solid #00c7b2;
    text-align: center;
}

.zxfwDiv .row>div .conDiv p {
    color: #666666;
    margin: 30px 0 45px;
}

.zxfwDiv .row>div .conDiv a {
    width: 300px;
    line-height: 50px;
    background: #00c7b2;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    text-transform: capitalize
}

.zxfwDiv1 {
    padding: 30px 0 0;
}

.zxfwDiv1 .row>div .conDiv {
    background: #f5f5f5;
    padding: 0 20px 40px;
    border-top: 8px solid #00c7b2;
    text-align: left;
    text-align: justify;
}

.zxfwDiv1 .row>div .conDiv p {
    color: #666666;
    margin: 30px 0 45px;
    line-height: 30px;
    font-size: 16px;
    min-height: 360px
}

.zxfwDiv1 .row>div .conDiv a {
    width: 300px;
    line-height: 50px;
    background: #00c7b2;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center
}

@media only screen and (max-width:992px) {
    .park1 {
        height: auto;
        overflow: hidden;
        width: 100%;
        padding: 20px 0 0
    }

    .park1 h1 {
        font-size: 20px;
        line-height: 0.91429;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px
    }

    .park2 {
        height: auto;
        overflow: hidden;
        width: 100%;
        padding: 20px 0 20px
    }

    .park2 p {
        font-size: 16px;
        line-height: 26px;
    }

    .zxfwDiv {
        padding: 20px 0 0;
    }

    .zxfwDiv .row>div .conDiv {
        background: #f5f5f5;
        padding: 30px;
        border-top: 8px solid #00c7b2;
        text-align: center;
        margin-bottom: 20px
    }

    .zxfwDiv .row>div .conDiv a {
        width: 230px;
        line-height: 50px;
        background: #00c7b2;
        color: #fff;
        display: block;
        margin: 0 auto;
        font-size: 18px;
        text-transform: capitalize
    }

    .zxfwDiv1 {
        padding: 10px 0 0;
    }

    .zxfwDiv1 .row>div .conDiv {
        background: #f5f5f5;
        padding: 0 10px 20px;
        border-top: 8px solid #00c7b2;
        text-align: left;
        text-align: justify;
        margin-bottom: 20px
    }

    .zxfwDiv1 .row>div .conDiv p {
        color: #666666;
        margin: 10px 0 15px;
        line-height: 26px;
        font-size: 16px;
        min-height: inherit
    }

    .zxfwDiv1 .row>div .conDiv a {
        width: 200px;
        line-height: 40px;
        background: #00c7b2;
        color: #fff;
        display: block;
        margin: 0 auto;
        font-size: 16px;
        text-transform: capitalize;
        text-align: center
    }

}

.part2 {
    text-align: center;
    padding: 0 0 40px;
}

.part2 p {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    padding-top: 10px
}




.kc_bb2 {
    height: auto;
    padding: 50px 0;
}

.kc_bb2 h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px
}

.kc_bb2 li {
    float: left;
    width: 100%;
    border: #b7f8f1 1px solid;
    margin-top: 0;
    margin-bottom: 20px
}

.kc_bb2 li:nth-child(3n) {
    margin-right: 0;
}

.kc_bb2 .n_r {
    padding: 30px 30px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.kc_bb2 .t_b {
    width: 110px;
    float: left
}

.kc_bb2 .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.kc_bb2 .b_t {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 10px 0 10px;
    font-weight: bold;
}

.kc_bb2 .w_z {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    float: right;
    width: 90%
}

@media only screen and (max-width:1390px) {
    .kc_bb2 .w_z {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        float: right;
        width: 85%
    }

}

@media only screen and (max-width:992px) {
    .part2 {
        text-align: center;
        padding: 0 0 20px;
    }

    .part2 p {
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
        padding-top: 0px
    }

    .kc_bb2 {
        height: auto;
        padding: 20px 0;
    }

    .kc_bb2 h1 {
        font-size: 20px;
        color: #000;
        line-height: 36px;
        text-align: left;
        margin: 0 0;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 10px
    }

    .kc_bb2 li {
        float: left;
        width: 100%;
        border: #b7f8f1 1px solid;
        margin-top: 0;
        margin-bottom: 15px
    }

    .kc_bb2 li:nth-child(3n) {
        margin-right: 0;
    }

    .kc_bb2 .n_r {
        padding: 20px;
        height: auto;
        overflow: hidden;
        border-radius: 10px;
        background-color: #fff;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .kc_bb2 .t_b {
        width: 70px;
        float: left;
        line-height: 70px;
        height: 70px;
        font-size: 35px;
    }

    .kc_bb2 .t_b img {
        width: 100%;
        height: auto;
        display: block;
    }

    .kc_bb2 .b_t {
        font-size: 18px;
        color: #000;
        line-height: 36px;
        text-align: left;
        margin: 0px 0;
        font-weight: bold;
    }

    .kc_bb2 .w_z {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        float: right;
        width: 75%
    }

}

.hh {
    height: 80px;
    overflow: hidden;
}

.park3 {
    height: auto;
    overflow: hidden;
    background: url(../images/bj2.jpg) no-repeat left 30px;
    margin: 30px auto 70px
}

.park3 .wenz {
    width: 45%;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    padding: 90px 20px 0 60px;
    box-sizing: border-box
}

.park3 .wenz p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 16px;
    color: #333
}

.park3 .wenz h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0 10px;
    font-weight: bold;
}

.park3 .wenz span {
    color: #F00;
    font-size: 16px
}

.park3 .tp {
    width: 55%;
}

.park3 .tp img {
    width: 100%;
    display: block;
}

@media only screen and (max-width:992px) {
    .park3 {
        height: auto;
        overflow: hidden;
        background: #f3f7f6;
        margin: 20px auto 20px
    }

    .park3 .wenz {
        width: 100%;
        line-height: 1.8;
        font-size: 16px;
        color: #333;
        padding: 20px;
        box-sizing: border-box
    }

    .park3 .wenz p {
        margin-bottom: 15px;
        line-height: 26px;
        font-size: 16px;
        color: #333
    }

    .park3 .wenz h1 {
        font-size: 20px;
        color: #000;
        line-height: 26px;
        text-align: left;
        margin: 0 0 10px;
        font-weight: bold;
    }

    .park3 .tp {
        width: 100%;
    }

    .hh {
        height: 20px;
        overflow: hidden;
    }

}

.more2 {
    margin: 30px auto;
    width: 240px;
    background: #00c7b2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
}

.more2 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold
}

.more2 a i {
    margin-right: 10px;
    font-size: 20px;
}

.more2 a:hover {
    background: #00c7b2;
    color: #fff;
}


.more21 {
    margin: 30px 0 0;
    width: 350px;
    background: #00c7b2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
}

.more21 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold
}

.more21 a i {
    margin-right: 10px;
    font-size: 20px;
}

.more21 a:hover {
    background: #00c7b2;
    color: #fff;
}

@media only screen and (max-width:992px) {
    .more2 {
        margin: 20px auto;
        width: 200px;
        background: #00c7b2;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        text-align: center;
    }

    .more2 a {
        color: #fff;
        font-size: 16px;
        font-weight: bold
    }

    .more21 {
        margin: 20px 0 0;
        width: 260px;
        background: #00c7b2;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        text-align: center;
    }

    .more21 a {
        color: #fff;
        font-size: 16px;
        font-weight: bold
    }
}

.park4 {
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    background: #f3f8f7;
    margin-top: 30px
}

.park5 {
    height: auto;
    overflow: hidden;
    padding: 0 0 30px;
    background: rgba(0, 199, 178, 0.03);
    margin-top: 30px
}

.park51 {
    height: auto;
    overflow: hidden;
    padding: 0 0 30px;
    background: rgba(0, 199, 178, 0.03);
    margin: 30px auto
}

.park42 {
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    background: #f3f8f7;
    margin-top: 0px
}

.advantage .y_q {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #00c7b2;
    margin: 0 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.advantage .row li>div:hover .y_q {
    background-color: #00c7b2;
}

.advantage .t_b {
    width: 86px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.advantage .row li>div:hover .t_b {
    background-position: bottom center;
}

.advantage .row li>div {
    text-align: left;
    padding: 30px 10px 10px;
    transition: all ease .5s;
}

.advantage .row li>div:hover {
    background-color: #fff;
    box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
}

.advantage .row li>div strong {
    font-size: 22px;
    color: # 000;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 15px 0 5px;
}

.advantage .row li>div p {
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.advantage .row li>div:hover {
    transform: translateY(-10px);
}

@media only screen and (max-width:992px) {
    .park4 {
        height: auto;
        overflow: hidden;
        padding: 20px 0 0;
        background: #f3f8f7;
        margin-top: 10px
    }

    .park5 {
        height: auto;
        overflow: hidden;
        padding: 0 0 30px;
        background: rgba(0, 199, 178, 0.03);
        margin-top: 0px
    }

    .park42 {
        height: auto;
        overflow: hidden;
        padding: 20px 0;
        background: #f3f8f7;
        margin-top: 0px
    }

    .advantage .row li>div strong {
        font-size: 20px;
        color: # 000;
        font-weight: bold;
        display: block;
        width: 100%;
        margin: 15px 0 5px;
    }

    .advantage .row li>div p {
        text-align: left;
        font-size: 16px;
        color: #333;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .advantage .row li>div {
        text-align: left;
        padding: 10px 10px 10px;
        transition: all ease .5s;
    }
}

.ny_ywfw {
    padding: 50px 0 0;
    overflow: hidden;
}

.ny_ywfw ul li {
    position: relative;
    height: 450px;
    margin-bottom: 50px;
}

.ny_ywfw ul li .t_p {
    width: 50%;
    height: 450px;
    float: left;
}

.ny_ywfw ul li .t_p img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.ny_ywfw ul li .w_z {
    width: 45%;
    float: left;
    margin-left: 32px;
}

.ny_ywfw ul li .yw_bt {
    margin-bottom: 30px;
    margin-top: 35px;
}

.ny_ywfw ul li .yw_bt h1 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #000;
}

.ny_ywfw ul li .yw_bt h1 .tb {
    position: absolute;
    width: 34px;
    height: 20px;
    right: -33px;
    top: -19px;
}

.ny_ywfw ul li .yw_bt h1 .tb img {
    width: 100%;
}

.ny_ywfw ul li .yw_bt h3 {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
}

.ny_ywfw ul li .w_z p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* 36.9px */
}

.ny_ywfw ul li .wzd {
    width: 50%;
    right: 0;
    bottom: 31px;
    background: rgba(0, 199, 178, 0.03);
    height: 89px;
    line-height: 89px;
    color: rgba(0, 199, 178, 0.10);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
}

.ny_ywfw ul li:nth-child(2n) .t_p {
    float: right
}

.ny_ywfw ul li:nth-child(2n) .wzd {
    left: 0;
}

.ny_ywfw ul li:nth-child(2n) .w_z {
    float: right;
    margin-right: 20px;
    margin-left: 0;
}

.ny_ywfw .b_t {
    margin-bottom: 57px;
}

.b_t h5 {
    color: #000;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 43px;
}

@media only screen and (max-width:992px) {
    .ny_ywfw {
        padding: 20px 0 0;
        overflow: hidden;
    }

    .ny_ywfw ul li {
        position: relative;
        height: auto;
        margin-bottom: 20px;
    }

    .ny_ywfw ul li .t_p {
        width: 100%;
        height: auto;
        float: left;
    }

    .ny_ywfw ul li .t_p img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .ny_ywfw ul li .w_z {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .ny_ywfw ul li:nth-child(2n) .w_z {
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .ny_ywfw ul li .yw_bt h1 {
        display: inline-block;
        position: relative;
        font-weight: 700;
        font-size: 20px;
        color: #000;
    }

    .ny_ywfw ul li .yw_bt {
        margin-bottom: 10px;
        margin-top: 35px;
    }

    .ny_ywfw ul li .wzd {
        display: none
    }
}

.flexb3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.teamUl {
    height: auto;
    overflow: hidden;
    padding: 60px 0
}

.teamUl ul {
    height: auto;
    overflow: hidden;
    margin-bottom: 50px
}

.teamUl li {
    padding: 10px;
    float: left;
    width: 49.5%;
    margin-right: 1%;
    box-sizing: border-box
}

.teamUl li:nth-child(2n) {
    margin-right: 0;
}

.teamUl .kuang {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    height: 100%;
    padding: 20px;
    transition: all 0.3s;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    min-height: 380px
}

.teamUl li:hover .kuang {
    box-shadow: 0px 0px 21px 0px rgba(134, 157, 180, 0.2);
}

.teamUl .imgB {
    width: 25%;
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.teamUl .imgB img {
    width: 100%;
    display: block;
}

.teamUl .textB {
    width: 72%;
    margin-left: 3%;
}

.teamUl .titB {
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #d4d4d4;
    display: block;
}

.teamUl .titB b {
    color: #000
}

.teamUl .titB span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block
}

.teamUl .descB {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.teamUl .descB.on {
    height: auto;
}


.nrg {
    width: 100%;
    margin: 0px auto;
    font-size: 15px;
    line-height: 1.7;
    height: 105px;
    overflow: hidden;
    color: #555;
}

.nrg.on {
    height: auto;
}

.xq {
    width: 140px;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    background: #00c7b2;
    font-size: 16px;
    color: #FFF;
    margin-top: 20px;
    text-align: center
}

.xq span.x_q {
    display: block;
}

.xq span.s_q {
    display: none;
}

.xq.on span.x_q {
    display: none;
}

.xq.on span.s_q {
    display: block;
}

@media only screen and (max-width:992px) {
    .teamUl {
        height: auto;
        overflow: hidden;
        padding: 20px 0
    }

    .teamUl ul {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px
    }

    .teamUl li {
        padding: 10px;
        float: left;
        width: 100%;
        margin-right: 0;
        box-sizing: border-box
    }

    .teamUl .kuang {
        border-style: solid;
        border-width: 1px;
        border-color: rgb(238, 238, 238);
        background-color: rgb(255, 255, 255);
        height: 100%;
        padding: 20px;
        transition: all 0.3s;
        box-sizing: border-box;
        height: auto;
        overflow: hidden;
        min-height: inherit
    }
}

.casesDiv {
    padding: 50px 0 70px;
}

.casesDiv .row {
    margin-bottom: 40px;
}

.casesDiv .row>div {
    margin-bottom: 30px;
}

.casesDiv .row>div a {
    display: block;
    background: #f5f5f5;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}

.casesDiv .row>div .imgDiv {
    position: relative;
    padding-top: 65.2%;
    overflow: hidden;
    background: #f6f6f6;
}

.casesDiv .row>div .imgDiv .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.casesDiv .row>div .imgDiv .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casesDiv .row>div .textDiv {
    padding: 20px 20px;
}

.casesDiv .row>div .textDiv .title {
    background: url(../images/c-m.png) no-repeat right center;
    color: #333;
    padding-right: 40px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.casesDiv .row>div .textDiv .p {
    color: #555;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.9;
}

.casesDiv .row>div a:hover {
    background: #00c7b2;
}

.casesDiv .row>div a:hover .textDiv .title {
    background: url(../images/c-m_.png) no-repeat right center;
    color: #fff;
}

.casesDiv .row>div a:hover .textDiv .p {
    color: rgba(255, 255, 255, .8);
}

.pageDiv {
    text-align: center;
}

.pageDiv a,
.pageDiv span {
    display: inline-block;
    line-height: 34px;
    margin: 0 7px;
    color: #333333;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #999999;
}

.pageDiv span {
    color: #fff;
    background: #00c7b2;
    border-color: #00c7b2;
}

@media only screen and (max-width:992px) {
    .casesDiv {
        padding: 20px 0 20px;
    }

    .casesDiv .row {
        margin-bottom: 20px;
    }

    .casesDiv .row>div {
        margin-bottom: 20px;
    }

    .casesDiv .row>div .textDiv .p {
        color: #555;
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
}

.indexDiv1 .bdDiv .rowDiv {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
}

.indexDiv1 .bdDiv .leftDiv {
    width: 43.333333%;
    float: left
}

.indexDiv1 .bdDiv .leftDiv .imgDiv {
    position: relative;
    display: block;
    height: 380px;
}

.indexDiv1 .bdDiv .leftDiv .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexDiv1 .bdDiv .leftDiv .imgDiv .titleDiv {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 1;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 80px;
}

.indexDiv1 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
    padding-right: 10px;
    font-size: 0;
}

.indexDiv1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.indexDiv1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.indexDiv1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00c7b2;
}

.indexDiv1 .bdDiv .rightDiv {
    width: 54.0833%;
    float: right
}

.indexDiv1 .bdDiv .rightDiv .infoDiv {
    padding: 20px 0;
}

.indexDiv1 .bdDiv .rightDiv .infoDiv .titleDiv {
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    display: block
}

.indexDiv1 .bdDiv .rightDiv .infoDiv .titleDiv:hover {
    color: #00c7b2;
}

.indexDiv1 .bdDiv .rightDiv .infoDiv p {
    font-size: 17px;
    color: #555;
    line-height: 30px
}

@media only screen and (max-width:992px) {
    .indexDiv1 .bdDiv .rowDiv {
        padding: 20px 0 0;
        height: auto;
        overflow: hidden;
        border-bottom: 1px dashed #cccccc;
    }

    .indexDiv1 .bdDiv .leftDiv {
        width: 100%;
        float: none
    }

    .indexDiv1 .bdDiv .leftDiv .imgDiv {
        position: relative;
        display: block;
        height: auto;
    }

    .indexDiv1 .bdDiv .leftDiv .imgDiv img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .indexDiv1 .bdDiv .rightDiv {
        width: 100%;
        float: none
    }

    .indexDiv1 .bdDiv .rightDiv .infoDiv .titleDiv {
        color: #333333;
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: bold;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .indexDiv1 .bdDiv .rightDiv .infoDiv p {
        font-size: 16px;
        color: #555;
        line-height: 26px
    }
}

.xuefei {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0 0
}

.xuefei li {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.xuefei li:nth-child(2n) {
    margin-right: 0;
}

.xuefei li .tup {
    position: relative
}

.xuefei li i {
    display: block;
    width: 100%;
}

.xuefei li i img {
    width: 100%;
}

.xuefei li h3 {
    font-size: 30px;
    line-height: 0.91429;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.cc_lb {
    margin-top: 30px;
}

.cc_lb table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 18px
}

.cc_lb table td {
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #eee;
}

.cc_lb table td.tb_hd {
    background-color: #00c7b2;
    color: #fff;
}

.zhuyi {
    text-align: left;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 0px;
    padding: 20px 0
}

.zhuyi5 {
    text-align: left;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 0px;
    padding: 0 0 20px
}

.zhuyi1 {
    text-align: left;
    height: auto;
    overflow: hidden;
    border: #00c7b2 1px dashed;
    padding: 20px
}

.zhuyi1 h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold
}

.zhuyi1 p {
    font-size: 18px;
    line-height: 36px;
}
.zhuyi1 img,.zhuyi1 video,.nr img,.nr video{max-width: 100%;}
@media only screen and (max-width:992px) {
    .cc_lb {
        margin-top: 0px;
        overflow-x: auto
    }

    .xuefei {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 0 0
    }

    .xuefei li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .xuefei li h3 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .cc_lb {
        margin-top: 10px;
    }

    .cc_lb table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
        border: 1px solid #ddd;
        font-size: 16px
    }

    .cc_lb table td {
        padding: 10px 6px;
        text-align: center;
        border: 1px solid #eee;
    }

    .zhuyi {
        text-align: left;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
        padding: 0 0 20px
    }

    .zhuyi1 h1 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold
    }

    .zhuyi1 p {
        font-size: 16px;
        line-height: 26px;
    }

    .zhuyi5 {
        text-align: left;
        height: auto;
        overflow: hidden;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
        padding: 0 0 20px
    }

}



.shiming {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px
}

.shiming li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: #00c7b2 1px dashed;
    background: rgba(0, 199, 178, 0.03);
    padding: 20px;
    min-height: 360px
}

.shiming li:nth-child(2n) {
    margin-right: 0;
}

.shiming h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold
}

.shiming p {
    font-size: 18px;
    line-height: 36px;
}


.shiming1 {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px
}

.shiming1 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: #00c7b2 1px dashed;
    background: rgba(0, 199, 178, 0.03);
    padding: 20px;
    min-height: 420px
}

.shiming1 li:nth-child(2n) {
    margin-right: 0;
}

.shiming1 h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold
}

.shiming1 p {
    font-size: 18px;
    line-height: 36px;
}

@media only screen and (max-width:1440px) {
    .shiming1 li {
        float: left;
        width: 49%;
        margin-right: 2%;
        border: #00c7b2 1px dashed;
        background: rgba(0, 199, 178, 0.03);
        padding: 20px;
        min-height: 350px
    }
}

@media only screen and (max-width:1390px) {
    .shiming li {
        float: left;
        width: 49%;
        margin-right: 2%;
        border: #00c7b2 1px dashed;
        background: rgba(0, 199, 178, 0.03);
        padding: 20px;
        min-height: 380px
    }

    .shiming1 li {
        float: left;
        width: 49%;
        margin-right: 2%;
        border: #00c7b2 1px dashed;
        background: rgba(0, 199, 178, 0.03);
        padding: 20px;
        min-height: 420px
    }
}

@media only screen and (max-width:992px) {
    .shiming1 {
        height: auto;
        overflow: hidden;
        margin-bottom: 0px
    }

    .shiming {
        height: auto;
        overflow: hidden;
        margin-bottom: 0px
    }

    .shiming li {
        float: left;
        width: 100%;
        margin-right: 0;
        border: #00c7b2 1px dashed;
        background: rgba(0, 199, 178, 0.03);
        padding: 20px;
        min-height: inherit;
        margin-bottom: 20px
    }

    .shiming h1 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold
    }

    .shiming p {
        font-size: 16px;
        line-height: 26px;
    }

    .shiming1 li {
        float: left;
        width: 100%;
        margin-right: 0;
        border: #00c7b2 1px dashed;
        background: rgba(0, 199, 178, 0.03);
        padding: 20px;
        min-height: inherit;
        margin-bottom: 20px
    }

    .shiming1 h1 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold
    }

    .shiming1 p {
        font-size: 16px;
        line-height: 26px;
    }

}

.cy_xt {
    width: 100%;
    padding: 30px 0;
    background: rgba(0, 199, 178, 0.03);
    overflow: hidden;
    margin-top: 30px
}

.cy_xt .gy_wz {
    width: 55%;
    float: left;
    font-size: 18px
}

.cy_xt .gy_wz h3 {
    font-size: 24px;
    font-weight: bold;
    color: #00c7b2;
    line-height: 36px;
    margin-bottom: 0px;
}

.cy_xt .gy_wz .w_z {
    font-size: 15px;
    line-height: 28px;
}

.cy_xt .gy_wz ul li {
    margin: 10px 0;
    line-height: 36px;
}

.cy_xt .gy_tp {
    width: 43%;
    float: right
}

@media only screen and (max-width:640px) {
    .cy_xt {
        padding: 20px 0;
        margin-top: 0px;
    }

    .cy_xt .gy_wz {
        width: 100%;
    }

    .cy_xt .row.bs_bj .gy_wz {
        width: 100%;
        padding: 2rem;
    }

    .cy_xt .gy_wz h3 {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 1rem;
    }

    .cy_xt .gy_wz .w_z {
        font-size: 1.3rem;
        line-height: 2.4rem;
    }

    .cy_xt .gy_wz ul li {
        margin: 10px 0;
        line-height: 26px;
        font-size: 16px;
    }

    .cy_xt .gy_tp {
        width: 100%;
        margin-top: 1.5rem;
    }

    .cy_xt .row.bs_bj .gy_tp {
        width: 100%;
        margin: 0;
    }
}

.cc_lb1 {
    margin-top: 0px;
}

.cc_lb1 table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 14px
}

.cc_lb1 table td {
    padding: 5px;
    text-align: center;
    border: 1px solid #eee;
}

.cc_lb1 table td.tb_hd {
    background-color: #00c7b2;
    color: #fff;
}


.ny_bt {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px
}

.ny_bt h1 {
    font-size: 36px;
    line-height: 0.91429;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px
}

.ny_bt p {
    font-size: 18px;
    line-height: 36px;
}


.cc_lb2 {
    margin-bottom: 30px;
}

.cc_lb2 table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 18px
}

.cc_lb2 table td {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #eee;
}

.cc_lb2 table td.tb_hd {
    background-color: #00c7b2;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize
}



.park13 {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 30px 0
}

.park13 h1 {
    font-size: 36px;
    line-height: 0.91429;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px
}

.park13 p {
    font-size: 18px;
    line-height: 36px;
}



.tup1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
}

.tup1 img {
    width: 100%
}

.rili {
    height: auto;
    overflow: hidden;
    padding: 60px 0
}



.sy_hy {
    width: 100%;
    padding: 60px 0 30px;
    overflow: hidden;
}

.sy_hy h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    line-height: 30px
}

.sy_hy .row {
    margin: 0 -10px;
}

.sy_hy .col-12 {
    padding: 0 10px;
}

.sy_hy .n_r {
    position: relative;
    margin-bottom: 20px;
}

.sy_hy .n_r:after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.sy_hy .n_r:hover:after {
    background-color: rgba(0, 0, 0, .5);
}

.sy_hy .t_p {
    overflow: hidden;
}

.sy_hy .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_hy .n_r:hover .t_p img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.sy_hy .w_z {
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 9;
    width: 90%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px #444;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sy_hy .w_z h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.sy_hy .w_z p {
    line-height: 24px;
}

@media only screen and (max-width:992px) {
    .rili {
        height: auto;
        overflow: hidden;
        padding: 20px 0
    }

    .sy_hy {
        padding: 20px 0 0;
    }

    .sy_hy h1 {
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
        line-height: 30px
    }

    .sy_hy .w_z h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .ny_bt h1 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px
    }

    .ny_bt p {
        font-size: 16px;
        line-height: 26px;
    }


    .cc_lb2 {
        margin-bottom: 20px;
    }

    .cc_lb2 table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
        border: 1px solid #ddd;
        font-size: 14px
    }

    .cc_lb2 table td {
        padding: 8px 0px;
        text-align: center;
        border: 1px solid #eee;
    }

    .cc_lb2 table td.tb_hd {
        background-color: #00c7b2;
        color: #fff;
        font-weight: bold;
        text-transform: capitalize
    }


    .park13 {
        height: auto;
        overflow: hidden;
        width: 100%;
        padding: 20px 0
    }

    .park13 h1 {
        font-size: 20px;
        line-height: 0.91429;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px
    }

    .park13 p {
        font-size: 16px;
        line-height: 26px;
    }

}

.whz {
    margin-top: 20px;
    height: auto;
    overflow: hidden
}

.whz h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px
}

.whz p {
    font-size: 20px;
    line-height: 36px
}

.ny_zc {
    height: auto;
    overflow: hidden;
    padding: 60px 0
}

.btwz h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: capitalize
}

.flexbet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serviceDiv .hdDiv {
    padding: 30px 0 30px;
}

.serviceDiv .hdDiv .p {
    margin-top: 40px;
}

.serviceDiv .itemDiv {
    position: relative;
    z-index: 1;
    padding: 60px 0
}

.serviceDiv .itemDiv:last-child {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.serviceDiv .itemDiv .hd {
    margin-bottom: 40px;
}

.serviceDiv .itemDiv:nth-of-type(odd) {
    background: rgba(0, 199, 178, 0.03);
}

.serviceDiv .itemDiv:nth-of-type(even) .bd {
    flex-direction: row-reverse;
}

.serviceDiv .itemDiv:nth-of-type(odd) .imoreBtn {
    border-color: #999999;
}

.serviceDiv .itemDiv .bd .imgDiv {
    width: 40%;
}

.serviceDiv .itemDiv .bd .imgDiv img {
    width: 100%;
    border-radius: 15px
}

.serviceDiv .itemDiv .bd .textDiv {
    width: 55.6%;
}

.serviceDiv .itemDiv .bd .textDiv span {
    font-size: 26px;
    color: #003b35;
    font-weight: bold;
    margin-bottom: 10px;
    display: block
}

.serviceDiv .itemDiv .bd .textDiv span em {
    font-size: 15px;
    font-weight: normal;
    padding-left: 10px
}

.serviceDiv .itemDiv .bd .textDiv p {
    margin: 20px 0;
    line-height: 36px;
    font-size: 18px;
}

.serviceDiv .itemDiv .bd .textDiv ul {
    padding-left: 20px;
}

.serviceDiv .itemDiv .bd .textDiv ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 36px;
    padding: 3px 0;
}

.serviceDiv .itemDiv:hover .imoreBtn:before {
    width: 100%;
}

.bgf6f7f8 {
    background: #f6f7f8;
}

.yycjDiv {
    padding: 0;
    background: #f6f7f8;
    margin-bottom: 50px
}

.yycjDiv .itemDiv:nth-of-type(even) {
    background: #fff;
}


.cc_lb3 {
    margin: 60px auto;
}

.cc_lb3 h1 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
    text-align: left;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: capitalize
}

.cc_lb3 table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid rgba(0, 199, 178, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.cc_lb3 table td {
    padding: 15px 20px;
    text-align: left;
    border: 1px solid rgba(0, 199, 178, 0.1);
    box-sizing: border-box;
    font-size: 16px
}

.cc_lb3 table tr:nth-of-type(even) td {
    background: rgba(0, 199, 178, 0.03);
}

.cc_lb3 table td.tb_hd {
    background-color: #003b35;
    color: #fff;
}

@media only screen and (max-width:992px) {
    .cc_lb3 {
        margin: 20px auto;
    }

    .cc_lb3 h1 {
        font-size: 20px;
        color: #000;
        line-height: 26px;
        text-align: left;
        margin: 0 0 10px;
        font-weight: bold;
        text-transform: capitalize
    }

    .cc_lb3 .b_t {
        font-size: 22px;
        font-weight: normal;
    }

    .cc_lb3 table td {
        padding: 8px 5px;
        text-align: left;
        border: 1px solid rgba(0, 199, 178, 0.1);
        box-sizing: border-box;
        font-size: 14px
    }

    .flexbet {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .ny_zc {
        height: auto;
        overflow: hidden;
        padding: 20px 0
    }

    .ny_zc {
        height: auto;
        overflow: hidden;
        padding: 20px 0
    }

    .btwz h1 {
        font-size: 20px;
        color: #000;
        line-height: 26px;
        text-align: left;
        margin: 0 0 20px;
        font-weight: bold;
        text-transform: capitalize
    }

    .serviceDiv .itemDiv .bd .imgDiv {
        width: 100%;
    }

    .serviceDiv .itemDiv .bd .textDiv {
        width: 100%;
    }

    .serviceDiv .itemDiv .bd .textDiv span {
        font-size: 20px;
        color: #003b35;
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
        margin-top: 10px
    }

    .serviceDiv .itemDiv .bd .textDiv span em {
        font-size: 15px;
        font-weight: normal;
        padding-left: 10px
    }

    .serviceDiv .itemDiv .bd .textDiv p {
        margin: 20px 0;
        line-height: 26px;
        font-size: 16px;
    }

    .serviceDiv .itemDiv .bd .textDiv ul li {
        list-style-type: disc;
        font-size: 16px;
        line-height: 26px;
        padding: 3px 0;
    }

    .serviceDiv .itemDiv {
        position: relative;
        z-index: 1;
        padding: 20px 0
    }

    .serviceDiv .itemDiv:last-child {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .yycjDiv {
        padding: 0;
        background: #f6f7f8;
        margin-bottom: 0px
    }

}

.jlb {
    height: auto;
    overflow: hidden
}

.jlb li {
    background: #fff;
    width: 49%;
    margin-right: 2%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
}

.jlb li:nth-child(2n) {
    margin-right: 0;
}

.jlb li .tp {
    float: left;
    width: 30%
}

.jlb li .tp img {
    width: 100%
}

.jlb li .wz {
    float: right;
    width: 65%;
    line-height: 34px;
    font-size: 16px;
    color: #000;
    padding-top: 15px;
    box-sizing: border-box
}

@media only screen and (max-width:992px) {
    .jlb li {
        background: #fff;
        width: 100%;
        margin-right: 0;
        float: left;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px
    }

    .jlb li .tp {
        float: left;
        width: 30%
    }

    .jlb li .tp img {
        width: 100%
    }

    .jlb li .wz {
        float: right;
        width: 65%;
        line-height: 24px;
        font-size: 14px;
        color: #000;
        padding-top: 5px;
        box-sizing: border-box
    }

}


.cc_lb4 {
    margin: 60px auto;
}

.cc_lb4 table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid rgba(0, 199, 178, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.cc_lb4 table td {
    padding: 15px 20px;
    text-align: left;
    border: 1px solid rgba(0, 199, 178, 0.1);
    box-sizing: border-box;
    font-size: 16px
}

.cc_lb4 table td.tb_hd {
    background-color: #00c7b2;
    color: #fff;
    font-weight: bold
}

@media only screen and (max-width:992px) {
    .cc_lb4 {
        margin: 20px auto;
        overflow-x: auto
    }

    .cc_lb4 table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
        border: 1px solid rgba(0, 199, 178, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }

    .cc_lb4 table td {
        padding: 8px 5px;
        text-align: left;
        border: 1px solid rgba(0, 199, 178, 0.1);
        box-sizing: border-box;
        font-size: 14px
    }

    .cc_lb4 table td.tb_hd {
        background-color: #00c7b2;
        color: #fff;
        font-weight: bold
    }
}
.ovh1,.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.detailP{
	padding: 40px 0;
}
.detailP .pageTitle{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.detailP .pageTime{
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 20px;
}
.detailP .pageNr{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-top: 32px;
	padding: 24px 0;
	margin-bottom: 24px;
    min-height: 400px;
}
.detailP .pageNr img,.detailP .pageNr video{max-width: 100%;}
.detailP .pageNum{
	
}
.detailP .pageNum a{
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 8px;
}
.detailP .pageNum a:first-child{margin-top: 0;}
.detailP .pageNum a:hover{
	color: #00c7b2;
}
@media (max-width:1432px) {
	.banny_detail .pageName{font-size: 28px;}
	.detailP .pageTitle{font-size: 32px;}
}
@media (max-width:1232px) {
	.banny_detail .pageName{font-size: 26px;}
	.detailP .pageTitle{font-size: 28px;}
}
@media (max-width:1024px) {
	.banny_detail .pageName{font-size: 24px;}
	.detailP .pageTitle{font-size: 24px;}
	.banny_detail{margin-top: 56px;padding: 48px 0 16px;}
}
@media (max-width:800px) {
	.detailP .pageTime{font-size: 14px;margin-top: 8px;}
	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}
	.detailP .pageNum a{font-size: 14px;}
}
.sz{background-color: #28c8b2; color: white; height: 110px;border-radius: 50%; line-height: 110px;text-align: center; font-size: 50px;letter-spacing: 2px;font-family: Impact;}


.titis {
    margin-bottom: 20px;
    text-align: center;
    height: auto;
    overflow: hidden
}

.titis h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    font-weight: bold
}

.titis h1::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 60px;
    margin-left: -30px;
    height: 0;
    border: 2px solid #00c7b2;
}

.advantage1 .row li {
    background: #fff;
    margin-right: 2%;
    width: 23.5%;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.advantage1 .row li:nth-child(4n) {
    margin-right: 0;
}

.advantage1 .t_b1 {
    width: 116px;
    height: 116px;
    margin: 20px auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.advantage1 .t_b1 img {
    width: 100%;
    border-radius: 50%;
}

.advantage1 h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px
}

.advantage1 p {
    font-size: 16px;
    text-align: center
}

.casesDiv .row>div .textDiv {
    padding: 20px 20px;
}

.casesDiv .row>div .textDiv h1 {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px
}

.casesDiv .row>div .textDiv p {
    font-size: 16px;
    line-height: 30px
}

.casesDiv .row>div a:hover {
    background: #00c7b2;
}

.casesDiv .row>div a:hover .textDiv h1 {
    color: rgba(255, 255, 255, .8)
}

.casesDiv .row>div a:hover .textDiv p {
    color: rgba(255, 255, 255, .8);
}

.ny_fw .ls {
    width: 25%;
}

.ny_fw .t_b1 {
    width: 116px;
    height: 116px;
    margin: 20px auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.ny_fw .t_b1 img {
    width: 100%;
    border-radius: 50%;
}

.ny_fw h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px
}

.ny_fw p {
    font-size: 16px;
    text-align: left
}


.ny_fw .wenz2s {
    width: 73%;
    line-height: 1.6;
    font-size: 16px;
    background: #f3f8f7;
    padding: 33px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 400px
}

.ny_fw .wenz2s h1 {
    margin-bottom: 5px
}

.ny_fw .wenz2s p {
    text-align: left;
    margin-top: 20px
}

@media only screen and (max-width:992px) {

    .ny_fw .ls {
        width: 100%;
    }

    .ny_fw .wenz2s {
        width: 100%;
        line-height: 1.6;
        font-size: 16px;
        background: #f3f8f7;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 8px;
        min-height: 400px
    }

    .titis h1 {
        font-size: 20px;
        color: #333;
        margin-bottom: 15px;
        position: relative;
        text-transform: capitalize;
        font-weight: bold
    }

    .advantage1 .row li {
        background: #fff;
        margin-right: 2%;
        width: 49%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        float: left
    }

    .advantage1 .row li:nth-child(2n) {
        margin-right: 0;
    }

    .ny_fw .wenz2s h1 {
        font-size: 20px
    }
}

.guyu {
    font-size: 12px;
    line-height: 24px;
    background: #021716;
    padding: 15px;
    text-align: left;
    margin-top: 20px;
    color: #fff;
    text-align: justify
}

.link {
    padding: 30px 0;
    background: #f3f8f7;
}

.link h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px
}

.link p {
    font-size: 16px;
    line-height: 30px
}

.link a {
    margin-right: 20px
}

@media only screen and (max-width:992px) {
    .link h1 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px
    }

}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.aboutDiv31{background: #f3f7fa;padding: 30px 0  ; }

 
.aboutDiv31 .bdDiv ul li{margin: 0 0 30px 0;align-items: initial;box-shadow: 0px 0px 49px rgba(0,0,0,.08); }
.aboutDiv31 .bdDiv ul li:nth-of-type(even){flex-direction: row-reverse; }
.aboutDiv31 .bdDiv ul li .imgDiv{width: 50%;overflow: hidden; }
.aboutDiv31 .bdDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.aboutDiv31 .bdDiv ul li .textDiv{width: 50%;flex-direction: column;padding: 50px;background: #fff; }
.aboutDiv31 .bdDiv ul li .textDiv .thDiv{padding-bottom: 30px;border-bottom: 1px solid #dddddd;margin-bottom: 20px;width: 100%;font-weight: bold;line-height: 1; }
.aboutDiv31 .bdDiv ul li .textDiv .thDiv .title{font-size: 24px;font-weight: bold;color: #333333; }
.aboutDiv31 .bdDiv ul li .textDiv .thDiv .num{font-size: 32px;color: #00c7b2;font-family: fMR; }
.aboutDiv31 .bdDiv ul li .textDiv .tbDiv{color: #555;line-height: 2; font-size:16px }
.aboutDiv31 .bdDiv ul li .textDiv .tbDiv p{ margin-bottom:5px; background:url(../images/dd.png) no-repeat left 10px; padding-left:18px; text-align:justify}

.xqNr{ height:auto; padding:30px 0}
.xqTit{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
.xqTit::after{
	content: "";
	background-color: rgba(0,59,53,.7 );
	display: block;
	width: 43px;
	height: 4px;
	margin-top: 16px;
}
.xtxq2Ul{ padding-top:30px}
.xtxq2Ul li{
	margin-top: 10px;
	background-color: rgb(246, 249, 254);
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	position: relative;
	min-height: 60px;
	padding: 16px;
	padding-left: 88px;
}
.xtxq2Ul li:first-child{margin-top: 0;}
.xtxq2Ul .numB{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #00c7b2;
	width: 60px;
	height: 100%;
	border-radius: 0 60px 60px 0;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

.shangwuDiv1{padding:30px 0  ; height:auto; overflow:hidden }
.shangwuDiv1 .bdDiv li{ width:23.5%; float:left; margin-right:2%  }
.shangwuDiv1 .bdDiv li:nth-child(4n){margin-right:0; }
.shangwuDiv1 .bdDiv .conDiv .imgDiv{padding-top: 0; }
.shangwuDiv1 .bdDiv .conDiv .imgDiv img{ width:100%}
.shangwuDiv1 .bdDiv .conDiv .textDiv{color: #000;line-height: 1.87; font-size:15px; line-height:60px; text-align:center; background:#f6f6f6}

.shangwuDiv2{padding:30px 0  ; height:auto; overflow:hidden }
.shangwuDiv2 .bdDiv li{ width:49%; float:left; margin-right:2%  }
.shangwuDiv2 .bdDiv li:nth-child(2n){margin-right:0; }
.shangwuDiv2 .bdDiv .conDiv .imgDiv{padding-top: 0; }
.shangwuDiv2 .bdDiv .conDiv .imgDiv img{ width:100%}
.shangwuDiv2 .bdDiv .conDiv .textDiv{color: #000;line-height: 1.87; font-size:16px; line-height:60px; text-align:center; background: rgb(246, 249, 254);}

 
.p30{ padding:30px 0 }
 
.ny_fw .tp1 {width:45%;}
.ny_fw .tp1 img {width: 100%;display: block;height: auto}

.titi2 { margin-bottom:30px; text-align:center; height:auto; overflow:hidden}
.titi2 h1 { font-size:36px; color:#333; margin-bottom:15px; position:relative; text-transform: capitalize; font-weight:bold}
.titi2 h1::after { content: " ";position: absolute; left: 50%; bottom: -20px; width: 60px; margin-left: -30px;height: 0;border: 2px solid #00c7b2;}
.titi2 h3 { font-size:14px; color:#696969; margin-top:25px;line-height: 1.8;}
.titi2 p{ text-align:center; font-size:18px; margin-top:35px; text-transform:capitalize;color:#696969;}

.caseDiv2{padding: 30px 0 0; }
 .caseDiv2 .item .ib ul{display: grid;grid-template-columns: repeat(6,2fr);grid-column-gap: 40px;margin-top: 40px; }
.caseDiv2 .item .ib ul li .imgDiv{position: relative;padding-top: 100%;background:  rgb(246, 249, 254); }
.caseDiv2 .item .ib ul li .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.caseDiv2 .item .ib ul li .imgDiv .pic img{max-width: 80%;max-height: 80%; }
.caseDiv2 .item .ib ul li p{ text-align:center; line-height:40px; font-size:16px}


@media only screen and (max-width:992px){
.ny_fw .tp1 {width:100%;}
.ny_fw .tp1 img {width: 100%;display: block;height: auto}
.sy_xw1 {
  padding: 0 0;
  overflow: hidden;
}

.titi2 { margin-bottom:20px; text-align:center; height:auto; overflow:hidden}
.titi2 h1 { font-size:20px; color:#333; margin-bottom:15px; position:relative; text-transform: capitalize; font-weight:bold}
.titi2 h1::after { content: " ";position: absolute; left: 50%; bottom: -20px; width: 60px; margin-left: -30px;height: 0;border: 2px solid #00c7b2;}
.titi2 h3 { font-size:14px; color:#696969; margin-top:25px;line-height: 1.8;}
.titi2 p{ text-align:center; font-size:18px; margin-top:35px; text-transform:capitalize;color:#696969;}
.shangwuDiv1{padding:20px 0  ; height:auto; overflow:hidden }
.shangwuDiv1 .bdDiv li{ width:49%; float:left; margin-right:2%  }
.shangwuDiv1 .bdDiv li:nth-child(2n){margin-right:0; }
.shangwuDiv1 .bdDiv .conDiv .textDiv{   padding: 10px;line-height: 26px;}
.xqTit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}	
.flexb2{display: block  ;align-items: center;justify-content: space-between;}
.aboutDiv31 .bdDiv ul li .imgDiv{width: 100%;overflow: hidden; }
.aboutDiv31 .bdDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.aboutDiv31 .bdDiv ul li .textDiv{width: 100%;flex-direction: column;padding: 20px;background: #fff; }
.aboutDiv31 .bdDiv ul li .textDiv .thDiv .num{ display:none}
.aboutDiv31 .bdDiv ul li .textDiv .thDiv{padding-bottom: 20px;border-bottom: 1px solid #dddddd;margin-bottom: 20px;width: 100%;font-weight: bold;line-height: 1; }
.aboutDiv31 .bdDiv ul li .textDiv .thDiv .title{font-size: 18px;font-weight: bold;color: #333333; }
.aboutDiv31 .bdDiv ul li .textDiv .tbDiv p{ margin-bottom:5px; background:url(../images/dd.png) no-repeat left 10px; padding-left:18px; text-align: left}
.shangwuDiv2 .bdDiv li{ width:100%; float:left; margin-right:0}
.shangwuDiv2 .bdDiv .conDiv .textDiv{color: #000;line-height: 1.87; font-size:16px; line-height:26px; text-align:center; background: rgb(246, 249, 254); padding:10px 0}
.caseDiv2{padding: 0 0 0; }
 .caseDiv2 .item .ib ul{display: grid;grid-template-columns: repeat(3,2fr);grid-column-gap: 10px;margin-top: 10px; }
 .xtxq2Ul{ padding-top:0px}
}
.jjwz1{ text-align:left; height:auto; overflow:hidden; font-size:19px; line-height:40px; margin-bottom:35px; padding:0  }
.jjwz1 strong{ color:#00c7b2}


.kc_bb3{ height:auto;   padding:50px 0 ;  }
.kc_bb3 h1{font-size: 20px;color: #000;line-height: 36px;text-align: left; margin: 0 0 20px ;font-weight: bold; text-transform:capitalize; margin-bottom:20px}
.kc_bb3 li{ float:left; width:49%; border:#b7f8f1 1px dashed; margin-top:0; margin-bottom:20px; margin-right:2%}
.kc_bb3 li:nth-child(2n){margin-right:0; }
.kc_bb3 .n_r{padding:30px 30px ; height:auto; overflow:hidden; border-radius:10px; background-color:#fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.kc_bb3 .t_b{width:110px; float:left}
.kc_bb3 .t_b img{width:100%; height:auto; display:block;border-radius:50%; border:5px solid rgba(0,199,178,.2)}
.kc_bb3 .b_t{font-size:20px; color:#003b35; line-height:36px; text-align:left; margin:10px 0 10px; font-weight:bold; }
.kc_bb3 .w_z  { font-size:16px; line-height:26px; text-align:left;float:right; width:75%}

@media only screen and (max-width:1390px){
.kc_bb3 .w_z  { font-size:16px; line-height:26px; text-align:left;float:right; width:85%}
	
}
@media only screen and (max-width:992px){
.kc_bb3{ height:auto;   padding:20px 0 ;  }
.kc_bb3 h1{font-size: 20px;color: #000;line-height: 36px;text-align: left; margin: 0 0 ;font-weight: bold; text-transform:capitalize; margin-bottom:10px}
.kc_bb3 li{ float:left; width:100%; border:#b7f8f1 1px solid; margin-top:0; margin-bottom:15px}
.kc_bb3 li:nth-child(3n){margin-right:0; }
.kc_bb3 .n_r{padding:20px ; height:auto; overflow:hidden; border-radius:10px; background-color:#fff;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.kc_bb3 .t_b{width:70px; float:left}
.kc_bb3 .t_b img{width:100%; height:auto; display:block;}
.kc_bb3 .b_t{font-size:18px; color:#000; line-height:36px; text-align:left; margin:0px 0 ; font-weight:bold; }
.kc_bb3 .w_z  { font-size:16px; line-height:26px; text-align:left;float:right; width:75%}
	
}