.c-over {
    overflow: hidden;
}

.c-box {
    position: relative;
}

.c-box .c-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.c-box .c-header .mt {
    height: 46px;
}

.c-box .c-header .mt .c-huan {
    line-height: 46px;
    color: #999999;
    font-size: 12px;
    float: left;
}

.c-box .c-header .mt .c-search {
    float: right;
    margin-top: 10px;
}

.c-box .c-header .mt .c-search input {
    width: 160px;
    height: 26px;
    display: inline-block;
    background: #f2f4f6;
    border: 0;
    padding: 4px 10px;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    vertical-align: top;
}

.c-box .c-header .mt .c-search a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #009996;
    vertical-align: top;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.container-fluid {
    background: #fff;
    background: rgba(255, 255, 255, .2);
    padding: 0;
}

.navbar-collapse.collapse {
    padding: 0;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav>li {
    width: 14.285714%;
}

.navbar-nav>li>a {
    line-height: 40px;
    padding: 10px 0;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #000000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #B71A30;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: #B71A30;
    color: #fff;
}

.navbar-default .navbar-nav>li .dropdown-menu {
    width: 100%;
}

.navbar-default .navbar-nav>li .dropdown-menu li a {
    padding: 10px 5px;
    display: block;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background: #fff;
}

.navbar-default .navbar-nav>li .dropdown-menu li a:hover {
    background: #B71A30;
    color: #fff;
}

.carousel-indicators {
    bottom: 200px;
}

@media (max-width:540px) {
    .c-box .c-header .mt .c-huan {
        display: none;
    }
    .c-box .c-header {
        position: static;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav>li {
        width: 100%;
    }
    .navbar-nav>li>a {
        padding: 10px 0;
    }
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin: 0;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.c-box .c-yewu {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -585px;
}

@media (min-width:1200px) {
    /* .c-index{ margin-bottom: 100px;} */
    .c-box .c-yewu {
        bottom: -80px;
    }
    .carousel-indicators {
        bottom: 120px;
    }
}

@media (min-width:1401px) {
    .c-box {
        margin-bottom: 0;
    }
    .c-box .c-yewu {
        bottom: 0;
    }
    .carousel-indicators {
        bottom: 200px;
    }
}

.c-box .c-yewu ul {
    width: 100%;
    padding: 0 15px;
}

.c-box .c-yewu li {
    float: left;
    width: 20%;
    position: relative;
}

.c-box .c-yewu li .c-tit {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/skin/images/img116.png) repeat center top;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

.c-box .c-yewu li .c-tit .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.c-box .c-yewu li .c-tit h1 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 9px 0;
    text-align: center;
    display: inline-block;
    position: relative;
}

.c-box .c-yewu li .c-tit h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff;
}

.c-box .c-yewu li .c-tit h1 span {
    font-size: 16px;
}

.c-box .c-yewu li .c-tit p {
    display: none;
    text-align: center;
}

.c-box .c-yewu li .c-tit:hover {
    background: url(/skin/images/img117.png) repeat center top;
}

.c-box .c-yewu li .c-tit:hover p {
    display: block;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    margin-top: 5px;
}

.c-box .c-yewu li .c-tit:hover h1:after {
    height: 2px;
}

@media (max-width:1024px) {
    .c-box .c-yewu {
        margin-left: -485px;
    }
    .c-box .c-yewu li .c-tit .tit {
        padding: 0 10px;
    }
    .c-box .c-yewu li .c-tit h1 {
        font-size: 12px;
        line-height: 18px;
    }
    .c-box .c-yewu li .c-tit:hover p {
        font-size: 10px;
    }
    .c-box .c-yewu li .c-tit h1 span {
        font-size: 11px;
    }
}

@media (max-width:768px) {
    .c-box .c-yewu li .c-tit .tit {
        padding: 0 10px;
    }
    .c-box .c-yewu {
        position: static;
        margin: 0;
        left: auto;
        bottom: auto;
        transform: translateX(0);
    }
    .c-box .c-yewu li {
        width: 45%;
        margin: 10px 2.5%;
    }
    .c-box .c-yewu li .c-tit h1 span {
        font-size: 16px;
    }
    .c-box .c-yewu li .c-tit h1 {
        font-size: 20px;
        color: #fff;
        line-height: 30px;
        padding: 9px 0;
        text-align: center;
        display: inline-block;
        position: relative;
    }
    .c-box .c-yewu li .c-tit:hover p {
        display: block;
        font-size: 14px;
        line-height: 21px;
        color: #fff;
        margin-top: 5px;
    }
}

@media (max-width:540px) {
    .c-box .c-yewu {
        position: static;
        margin: 0;
        left: auto;
        bottom: auto;
        transform: translateX(0);
    }
    .c-box .c-yewu li {
        width: 80%;
        margin: 10px 10%;
    }
}

.c-index-floor1 {
    margin: 20px 0;
}

.c-index-floor1 .c-left .c-main {
    background: #fff;
    overflow: hidden;
    height: 281px;
}

.c-index-floor1 .c-left .c-img {
    width: 37.5%;
    float: left;
}

.c-index-floor1 .c-left .c-tit {
    padding: 10px 20px;
    width: 62.5%;
    float: left;
}

.c-index-floor1 .c-left .c-tit h1 {
    color: #323232;
    font-size: 30px;
    line-height: 45px;
    margin-top: 5px;
}

.c-index-floor1 .c-left .c-tit h2 {
    color: #78c5c3;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.c-index-floor1 .c-left .c-tit h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: #B71A30;
}

.c-index-floor1 .c-left .c-tit p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-indent: 28px;
    margin: 13px 0;
}

.c-index-floor1 .c-left .c-tit a {
    color: #B71A30;
    font-size: 14px;
}

.c-index-floor1 .c-right .c-main {
    background: #fff;
    height: 281px;
    padding: 0 20px;
}

.c-index-floor1 .c-right h1 {
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    height: 74px;
    line-height: 30px;
    padding: 22px 0;
    font-weight: lighter;
}

.c-index-floor1 .c-right h1 span {
    margin-left: 10px;
}

.c-index-floor1 .c-right h1 a {
    color: #999999;
    font-size: 14px;
    float: right;
}

.c-index-floor1 .c-right .c-img {
    position: relative;
}

.c-index-floor1 .c-right .c-img .c-t {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-index-floor1 .c-right .c-img .c-t a {
    color: #fff;
}

.c-index-floor1 .c-right ul {
    margin-top: 8px;
}

.c-index-floor1 .c-right li {
    height: 26px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.c-index-floor1 .c-right li span {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #999999;
}

.c-index-floor1 .c-right li a {
    color: #333333;
    font-size: 14px;
    width: 100%;
    padding-left: 5px;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-index-floor1 .c-right li a:hover {
    color: #000000;
}

.c-index-floor1 .c-right li p {
    white-space: nowrap;
}

@media (max-width:1024px) {
    .c-index-floor1 .c-left .c-main {
        height: auto;
    }
    .c-index-floor1 .c-left .c-img {
        width: 45%;
    }
    .c-index-floor1 .c-left .c-tit {
        width: 55%;
    }
    .c-index-floor1 .c-right .c-main {
        height: 280px;
    }
}

@media (max-width:768px) {
    .c-index-floor1 .c-left .c-main {
        height: auto;
    }
    .c-index-floor1 .c-left .c-img {
        width: 45%;
    }
    .c-index-floor1 .c-left .c-tit {
        width: 55%;
    }
    .c-index-floor1 .c-right .c-main {
        height: 410px;
        margin-top: 20px;
    }
}

@media (max-width:540px) {
    .c-index-floor1 .c-left {
        background: transparent;
    }
    .c-index-floor1 .c-left .c-main {
        height: auto;
    }
    .c-index-floor1 .c-left .c-img {
        width: 100%;
    }
    .c-index-floor1 .c-left .c-tit {
        padding: 10px 20px;
        width: 100%;
        background: #fff;
    }
    .c-index-floor1 .c-right {
        margin-top: 15px;
    }
    .c-index-floor1 .c-right .c-main {
        height: auto;
    }
}

.c-footer {
    background: #fff;
    padding-top: 30px;
}

.c-footer .c-left {
    overflow: hidden;
}

.c-footer .c-left .c-erweima {
    width: 139px;
    float: left;
}

.c-footer .c-left .c-erweima .c-img {
    width: 139px;
    height: 139px;
}

.c-footer .c-left .c-erweima .c-tit {
    color: #999999;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.c-footer .c-left dl {
    /* float: left; */
    margin-top: 8px;
    padding-left: 8px;
}

.c-footer .c-left dt {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.c-footer .c-left dd {
    color: #787878;
    font-size: 14px;
    line-height: 30px;
}

.c-footer .c-right {
    position: relative;
    overflow: hidden;
}

.c-footer .c-right:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
}

.c-footer .c-right dl {
    position: relative;
    padding: 0 10px;
}

.c-footer .c-right dl:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 181px;
    background: #e0e0e0;
}

.c-footer .c-right dt {
    color: #333333;
    font-size: 14px;
    margin-bottom: 5px;
}

.c-footer .c-right dd a {
    color: #808080;
    font-size: 12px;
    line-height: 26px;
}

.c-footer .c-right dd a:hover {
    color: #000000;
}

.c-footer p {
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #2a2a2a;
    margin-top: 25px;
}

@media (max-width:540px) {
    .c-footer .c-left .c-erweima {
        float: none;
        clear: both;
        margin: 0 auto;
    }
}

.c-banner {
    height: 319px;
    background: url(/skin/images/img8.jpg) no-repeat center top;
    background-size: cover;
}

.c-02-littlenav {
    background: #fff;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.c-02-littlenav .c-nav {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    float: left;
}

.c-02-littlenav .c-nav a {
    margin: 0 3px;
}

.c-02-littlenav .c-nav i {
    color: #999999;
    font-size: 12px;
}

.c-02-littlenav ul {
    float: right;
    border-right: 1px solid #e6e6e6;
}

.c-02-littlenav li {
    width: 150px;
    border-left: 1px solid #e6e6e6;
    float: left;
    position: relative;
}

.c-02-littlenav li a {
    display: block;
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.c-02-littlenav li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #009996;
}

.c-02-littlenav li.on a:after {
    height: 2px;
}

.c-02-littlenav li.on a {
    color: #009996;
}

.c-02-littlenav li:hover a:after {
    height: 2px;
}

.c-02-littlenav li a:hover {
    color: #000000;
}

@media (max-width:768px) {
    .c-02-littlenav li {
        width: 115px;
        border-left: 1px solid #e6e6e6;
        float: left;
        position: relative;
    }
}

@media (max-width:540px) {
    .c-02-littlenav .c-nav {
        float: none;
        clear: both;
        padding-left: 10px;
        padding-right: 10px;
    }
    .c-02-littlenav ul {
        float: none;
        padding: 0 20px 10px 20px;
    }
    .c-02-littlenav li {
        border-left: 0;
        float: none;
        clear: both;
        width: auto;
        position: relative;
        display: inline-block;
        margin: 5px 2px;
    }
    .c-02-littlenav li a {
        display: inline-block;
        color: #323232;
        font-size: 16px;
        line-height: 24px;
        padding: 5px 10px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 17px;
    }
    .c-02-littlenav li.on a {
        color: #fff;
        background: #009996;
        border-color: #009996;
    }
    .c-02-littlenav li:after {
        width: 0;
    }
    .c-02-littlenav li:hover:after {
        width: 0;
    }
    .c-02-littlenav li:hover a {
        color: #fff;
        background: #000000;
        border-color: #000000;
    }
}

.c-02-1 .c-main {
    background: #fff;
    overflow: hidden;
}

.c-02-1 .c-main .c-img {
    padding: 0;
}

.c-02-1 .c-main .c-tit {
    padding: 0 70px 20px 70px;
}

.c-02-1 .c-main .c-tit h1 {
    color: #323232;
    font-size: 30px;
    margin-top: 40px;
}

.c-02-1 .c-main .c-tit h2 {
    color: #78c5c3;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.c-02-1 .c-main .c-tit .c-main {
    margin-top: 20px;
    max-height: 216px;
    overflow-y: auto;
}

.c-02-1 .c-main .c-tit p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-indent: 28px;
}

@media (max-width:1024px) {
    .c-02-1 .c-main .c-tit h1 {
        margin-top: 15px;
    }
    .c-02-1 .c-main .c-tit h2 {
        margin-top: 10px;
    }
    .c-02-1 .c-main .c-tit p {
        margin-top: 10px;
    }
}

@media (max-width:540px) {
    .c-02-1 .c-main .c-tit {
        padding: 0 20px 20px;
    }
}

.c-h .c-h1 {
    font-size: 30px;
    color: #323232;
    text-align: center;
}

.c-h .c-h2 {
    font-size: 20px;
    color: #009996;
    text-align: center;
    text-transform: uppercase;
}

.c-02-1-2 .c-h {
    padding: 50px 0;
}

.p-left1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.p-left1 .next {
    display: block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 30%;
    right: 15px;
    margin-top: -35px;
    cursor: pointer;
}

.p-left1 .prev {
    display: block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 30%;
    left: 15px;
    margin-top: -35px;
    cursor: pointer;
}

.p-left1 .bd li {
    width: 25%;
}

.p-left1 .bd li .c-img {
    padding: 0 42px;
}

.p-left1 .bd li .c-tit {
    text-align: center;
    padding: 0 15px;
}

.p-left1 .bd li .c-tit h1 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
}

.p-left1 .bd li .c-tit p {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
}

.p-left1 .bd li .c-tit a {
    display: block;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    background: #009996;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.p-left1 .bd li .c-tit a:hover {
    background: #000000;
}

@media (max-width:1024px) {
    .p-left1 .bd li {
        width: 33.3333%;
    }
}

@media (max-width:768px) {
    .p-left1 .bd li {
        width: 50%;
    }
}

@media (max-width:540px) {
    .p-left1 .bd li {
        width: 100%;
    }
}

.modal02-1 .c-main {
    background: #fff;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 100px;
    padding: 45px 50px;
    position: relative;
}

.modal02-1 .c-main h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal02-1 .c-main .c-img {
    max-width: 100%;
    margin: 15px auto;
    text-align: center;
}

.modal02-1 .c-main p {
    font-size: 14px;
    color: #666666;
    text-indent: 28px;
}

.modal02-1 .c-main a {
    position: absolute;
    top: 30px;
    right: 30px;
}

.c-02-2 .col-lg-12 {
    padding-bottom: 20px;
}

.c-02-3 .c-h {
    margin-bottom: 40px;
}

.c-02-3 .pictureSlider {
    margin-bottom: 30px;
}

.pictureSlider .poster-item a {
    width: 100%;
    height: 100%;
}

.pictureSlider .poster-item img {
    width: 100%;
    height: 100%;
}

.pictureSlider .poster-item .t-tit {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 32px;
}

.c-02-3pictureSlider1 {
    display: block;
}

.c-02-3pictureSlider2 {
    display: none;
}

.c-02-3pictureSlider3 {
    display: none;
}

.c-02-3pictureSlider4 {
    display: none;
}

@media (max-width:1024px) {
    .c-02-3pictureSlider1 {
        display: none;
    }
    .c-02-3pictureSlider2 {
        display: block;
    }
    .c-02-3pictureSlider3 {
        display: none;
    }
    .c-02-3pictureSlider4 {
        display: none;
    }
}

@media (max-width:768px) {
    .c-02-3pictureSlider1 {
        display: none;
    }
    .c-02-3pictureSlider2 {
        display: none;
    }
    .c-02-3pictureSlider3 {
        display: block;
    }
    .c-02-3pictureSlider4 {
        display: none;
    }
}

@media (max-width:540px) {
    .c-02-3pictureSlider1 {
        display: none;
    }
    .c-02-3pictureSlider2 {
        display: none;
    }
    .c-02-3pictureSlider3 {
        display: none;
    }
    .c-02-3pictureSlider4 {
        display: block;
    }
}

.c-02-3 {
    padding-bottom: 30px;
}

.swiper-container1 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container1 .swiper-slide {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

.swiper-container1 .swiper-slide .c-main {}

.swiper-container1 .swiper-slide .c-tit {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    visibility: hidden;
    margin-top: 20px;
}

.swiper-container1 .swiper-slide-active .c-tit {
    visibility: visible;
}

.slideBox1 .next {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -15px;
    background: url(/skin/images/next1.png) no-repeat center top;
}

.slideBox1 .prev {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -15px;
    background: url(/skin/images/prev1.png) no-repeat center top;
}

.slideBox1 .next:hover {
    background: url(/skin/images/next1-cover.png) no-repeat center top;
}

.slideBox1 .prev:hover {
    background: url(/skin/images/prev1-cover.png) no-repeat center top;
}

.slideBox1-mini {
    display: none;
}

.slideBox1-mini li {
    margin: 0 20px 20px 20px;
}

.slideBox1-mini h1 {
    height: 36px;
    color: #fff;
    background: #73c7c5;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}

.slideBox1-mini p {
    background: #fff;
    color: #323232;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
}

@media (max-width:1024px) {}

@media (max-width:768px) {
    .slideBox1 {
        display: none;
    }
    .slideBox1-mini {
        display: block;
    }
}

@media (max-width:540px) {
    .slideBox1 {
        display: none;
    }
    .slideBox1-mini {
        display: block;
    }
}

.c-banner1 {
    background: url(/skin/images/img24.jpg) no-repeat center top;
    background-size: cover;
}

.modal02-3 {
    text-align: center;
}

.modal02-3 .c-img {}

.modal02-3 img {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 150px;
}

.c-mt {
    background: #fff;
    padding-bottom: 30px;
}

.c-mt h1 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 5px;
}

.c-mt h2 {
    color: #bde3e1;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
}

.c-mt .c-img {
    padding: 12px;
}

.c-mt .c-tit {
    color: #009996;
    font-size: 14px;
    text-align: center;
    padding: 2px 0 10px 0;
    height: 40px;
}

.c-mt .c-title {
    color: #999999;
    font-size: 14px;
    line-height: 28px;
}

.c-mt .c-title i {
    color: #999999;
    font-size: 18px;
    margin-right: 3px;
}

.c-mt h3 {
    margin-top: 10px;
    color: #333333;
    font-size: 16px;
}

.c-mt .c-textarea {
    width: 100%;
    padding: 0 10px;
    max-height: 430px;
    overflow-y: auto;
}

.c-mt .c-textarea p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-indent: 28px;
}

.c-mc {
    width: 100%;
    min-height: 638px;
    background: url(/skin/images/img29.jpg) no-repeat center top;
}

.c-mc .c-h {
    padding: 30px 0;
}

#slidebox2 {
    margin-top: 35px;
}

.slideBox2 {
    width: 100%;
    position: relative;
}

.slideBox2 .bd {
    width: 100%;
}

.slideBox2 .bd li {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    transition: 0.5s all;
}

.slideBox2 .bd li .c-box {
    position: relative;
    margin: 0 5px;
}

.slideBox2 .bd li .c-tit {
    width: 100%;
    height: 100%;
    padding: 0 5px;
    background: url(/skin/images/img116.png) repeat center top;
    position: absolute;
    left: 0;
    top: 89%;
    transition: 0.5s all;
}

.slideBox2 .bd li .c-tit h1 {
    font-size: 14px;
    color: #ffffff;
    line-height: 21px;
    padding: 9px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideBox2 .bd li:hover .c-tit {
    top: 0;
}

.slideBox2 .bd li:hover .c-tit h1 {
    font-size: 16px;
    padding: 19px 0;
    border: 1px solid #f9f9f9;
    border-left: 0;
    border-right: 0;
    margin-top: 35px;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}

.slideBox2 .bd li .c-main {
    margin-top: 20px;
}

.slideBox2 .bd li .c-tit p {
    font-size: 14px;
    line-height: 32px;
}

.slideBox2 .next,
.slideBox2 .prev {
    display: block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.slideBox2 .next {
    right: 5px;
    background: url(/skin/images/next.png) no-repeat center top;
}

.slideBox2 .prev {
    left: 5px;
    background: url(/skin/images/prev.png) no-repeat center top;
}

@media (max-width:1024px) {
    .slideBox2 .bd li {
        width: 33.3333%;
    }
}

@media (max-width:768px) {
    .slideBox2 .bd li {
        width: 50%;
    }
}

@media (max-width:540px) {
    .slideBox2 .bd li {
        width: 100%;
    }
}

.c-mb .c-h {
    padding: 30px 0;
}

.c-mb .slideBox2 .c-tit1 {
    transition: 0.5s all;
}

.c-mb .slideBox2 li .c-img {
    position: relative;
}

.c-mb .slideBox2 li .c-img .c-tit2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/skin/images/img117.png) repeat center top;
}

.c-mb .slideBox2 .c-tit1 h1 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}

.c-mb .slideBox2 .c-tit1 p {
    color: #333333;
    font-size: 14px;
}

.c-mb .slideBox2 .c-tit2 h1 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-top: 50px;
}

.c-mb .slideBox2 .c-tit2 p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.c-mb .slideBox2 .c-tit2 i {
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.c-03-anli {
    background: #f0f0f0;
}

.c-03-anli .c-h {
    padding: 50px 0;
}

.c-03-anli li {
    padding-bottom: 30px;
}

.c-03-anli li .c-img {}

.c-03-anli li .c-tit {
    text-align: center;
    padding: 0 15px;
}

.c-03-anli li .c-tit h1 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
}

.c-03-anli li .c-tit p {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    height: 105px;
    overflow: hidden;
}

.c-03-anli li .c-tit a {
    display: block;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    background: #009996;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.c-03-anli li .c-tit a:hover {
    background: #000000;
}

.c-03-3 {
    background: #f0f0f0;
}

.c-03-3 .bd li .c-img {
    padding: 0 15px;
}

.c-03-4-jianyan {
    background: url(/skin/images/img67.jpg) no-repeat center top;
    background-size: cover;
    min-height: 1012px;
}

.c-03-4-jianyan .c-h {
    padding: 60px 0;
}

.c-03-4-jianyan .c-h .c-h1 {
    color: #fff;
}

.c-03-4-jianyan .c-h .c-h2 {
    color: #fff;
}

@media (max-width:540px) {
    .c-03-4-jianyan {
        min-height: 550px;
    }
}

.modal03-1 {
    text-align: center;
}

.modal03-1 .c-main {
    display: inline-block;
    margin-top: 100px;
}

.modal03-1 .c-img {
    margin: 0 auto;
}

.modal03-1 img {
    width: auto;
    height: auto;
}

.modal03-1 .c-tit h1 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.modal03-1 .c-tit p {
    color: #fff;
    font-size: 14px;
}

.c-03-5 {
    background: url(/skin/images/img83.jpg) no-repeat center top;
    background-size: cover;
    min-height: 565px;
}

.c-03-5 .c-h1 {
    color: #fff;
    margin-top: 50px;
}

.c-03-5 .c-h2 {
    color: #fff;
}

.c-03-5 .c-h p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 260px;
    line-height: 24px;
}

.c-03-5 ul {
    margin-top: 50px;
}

.c-03-5 li {
    padding: 20px 0;
}

.c-03-5 li .c-img {
    width: 87px;
    height: 87px;
    margin: 0 auto;
}

.c-03-5 li h1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 54px;
    margin-bottom: 8px;
}

.c-03-5 li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

@media (max-width:1024px) {
    .c-03-5 .c-h p {
        padding: 0 160px;
    }
    .c-03-5 li p {
        padding: 0 160px;
    }
}

@media (max-width:768px) {
    .c-03-5 .c-h p {
        padding: 0 50px;
    }
    .c-03-5 li p {
        padding: 0 50px;
    }
}

@media (max-width:540px) {
    .c-03-5 .c-h p {
        padding: 0 20px;
    }
    .c-03-5 li p {
        padding: 0 20px;
    }
}

.c-03-5-slide .Hd ul {
    text-align: center;
    padding: 30px 0;
}

.c-03-5-slide .Hd li {
    width: 136px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
    background: #009996;
    cursor: pointer;
}

.c-03-5-slide .Hd li.on {
    background: #12b0ad;
}

.c-banner2 {
    background: url(/skin/images/img84.jpg) no-repeat center top;
}

.c-04-1 .mt {
    padding-bottom: 50px;
}

.c-04-1 .mt .li {
    background: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    transition: 0.3s all;
}

.c-04-1 .mt h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    padding: 10px 0;
    transition: 0.3s all;
}

.c-04-1 .mt .c-title {
    overflow: hidden;
}

.c-04-1 .mt .c-time {
    color: #999999;
    font-size: 12px;
    float: left;
    line-height: 40px;
}

.c-04-1 .mt .c-r {
    width: 40px;
    height: 40px;
    float: right;
    background: url(/skin/images/img91.png);
    transition: 0.3s all;
}

.c-04-1 .mt .li:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
}

.c-04-1 .mt .li:hover h1 {
    color: #009996;
}

.c-04-1 .mt .li:hover .c-r {
    background: url(/skin/images/img92.jpg);
}

.c-04-1 .mc ul {
    border-top: 1px solid #e6e6e6;
}

.c-04-1 .mc li {
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}

.c-04-1 .mc li .c-time .c-tit {
    color: #999999;
    font-size: 30px;
}

.c-04-1 .mc li .c-time .c-r {
    width: 40px;
    height: 40px;
    background: url(/skin/images/img91.png);
    transition: 0.3s all;
    margin-top: 15px;
}

.c-04-1 .mc li .c-title h1 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.c-04-1 .mc li .c-title p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.c-04-1 .mc li:hover .c-r {
    background: url(/skin/images/img92.jpg);
}

.c-04-1 .mc li:hover h1 {
    color: #009996;
}

@media (max-width:540px) {
    .c-04-1 .mc li .c-img {
        display: none;
    }
    .c-04-1 .mc li .c-time .c-tit {
        font-size: 24px;
    }
}

.c-page {
    text-align: center;
    padding: 25px 0;
}

.c-page a {
    color: #646464;
    font-size: 12px;
    display: inline-block;
    line-height: 34px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0 13px;
    margin: 10px 5px;
}

.c-page a.on {
    background: #009996;
    border: 1px solid #009996;
    color: #fff;
}

.c-page a.dian {
    color: #646464;
    background: transparent;
    border: 1px solid transparent;
    cursor: text;
}

.c-page a:hover {
    background: #009996;
    border: 1px solid #009996;
    color: #fff;
}

.c-page a.dian:hover {
    color: #646464;
    background: transparent;
    border: 1px solid transparent;
    cursor: text;
}

.c-top {
    text-align: center;
    margin-bottom: 30px;
}

.c-top a {
    display: inline-block;
    line-height: 40px;
    background: #009996;
    color: #fff;
    padding: 0 38px;
    margin: 0 10px;
}

.c-top a.on {
    background: #12b0ad;
}

.c-top a:hover {
    background: #000000;
}

@media (max-width:540px) {
    .c-top a {
        padding: 0 28px;
        margin: 5px;
    }
}

.c-04-3 .mt h1 {
    font-size: 26px;
    color: #323232;
    text-align: center;
    padding: 20px 0;
    line-height: 40px;
}

.c-04-3 .mt .c-tit {
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding-bottom: 10px;
}

.c-04-3 .mt .c-tit .c-time {
    color: #646464;
    font-size: 12px;
    text-align: center;
}

.c-04-3 .mt .c-tit .c-fen span {
    display: inline-block;
    line-height: 27px;
}

.c-04-3 .mt .c-tit .c-fen .c-img {
    width: 27px;
    height: 27px;
    display: inline-block;
}

.c-04-3 .mc p {
    color: #646464;
    font-size: 16px;
    line-height: 36px;
    text-indent: 32px;
}

.c-04-3 .mc span {
    color: #646464 !important;
    font-size: 16px !important;
    line-height: 36px !important;
}

.c-04-3 .mc div {
    color: #646464 !important;
    font-size: 16px !important;
    line-height: 36px !important;
}

.c-04-3 .mc {
    color: #646464 !important;
    font-size: 16px !important;
    line-height: 36px !important;
}

.c-04-3 .mc .c-img {
    text-align: center;
}

.c-04-3 .mc img {
    width: auto;
    height: auto;
    display: inline-block;
}

.c-04-3 .mb {
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
    margin: 20px 0;
}

.c-04-3 .mb .c-n {
    color: #969696;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

.c-04-3 .mb .c-n a {
    color: #646464;
}

.c-04-3 .mb .c-n a:hover {
    color: #000000;
}

.c-04-3 .mb .c-n.c-next {
    text-align: right;
}

@media (max-width:540px) {
    .c-04-3 .mt h1 {
        padding: 20px 10px;
    }
    .c-04-3 .mt .c-tit .c-fen {
        text-align: center;
        margin-top: 10px;
    }
    .c-04-3 .mc p {
        padding: 0 10px;
    }
    .c-04-3 .mc img {
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .c-04-3 .mb .c-n {
        padding: 0 10px;
    }
    .c-04-3 .mb .c-n.c-next {
        text-align: left;
    }
}

.c-banner3 {
    background: url(/skin/images/img99.jpg) no-repeat center top;
}

.c-05-1 .li {
    margin-bottom: 33px;
}

.c-05-1 .c-tit {
    background: #fff;
    padding: 0 10px;
}

.c-05-1 .c-tit h1 {
    color: #009996;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    padding-top: 20px;
}

.c-05-1 .c-tit h2 {
    color: #999999;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.c-05-1 .c-tit p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 30px;
    overflow: hidden;
}

.c-05-1 .li:hover .c-tit {
    background: #009996;
}

.c-05-1 .li:hover h1 {
    color: #fff;
}

.c-05-1 .li:hover h2 {
    color: #fff;
}

.c-05-1 .li:hover p {
    color: #fff;
}

@media (max-width:1024px) {
    .c-05-1 .c-tit p {
        height: 120px;
    }
}

.c-05-2 ul {
    overflow: hidden;
}

.c-05-2 li {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    transition: 0.5s all;
}

@media (max-width:1024px) {
    .c-05-2 li {
        width: 33.3333%;
    }
}

@media (max-width:768px) {
    .c-05-2 li {
        width: 50%;
    }
}

@media (max-width:540px) {
    .c-05-2 li {
        width: 100%;
    }
}

.c-05-2 li .c-tit1 {
    transform: 0.5s all;
}

.c-05-2 li .c-img {
    position: relative;
}

.c-05-2 li .c-img .c-tit2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/skin/images/img118.png) repeat center top;
}

.c-05-2 li .c-tit1 h1 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}

.c-05-2 li .c-tit1 p {
    color: #333333;
    font-size: 14px;
}

.c-05-2 li .c-tit2 h1 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-top: 50px;
}

.c-05-2 li .c-tit2 p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.c-05-2 li .c-tit2 i {
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    visibility: visible;
}

.c-05-3 .mt {
    background: #fff;
    overflow: hidden;
}

.c-05-3 .mt .c-img {
    width: 50%;
    float: left;
}

.c-05-3 .mt .c-tit {
    background: #fff;
    width: 50%;
    float: left;
    padding: 0 40px;
    position: relative;
    padding-top: 40px;
}

.c-05-3 h1 {
    color: #323232;
    font-size: 30px;
    margin-bottom: 15px;
}

.c-05-3 h2 {
    color: #78c5c3;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.c-05-3 p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 10px;
}

.c-05-3 .mt .c-tit .c-fix {
    color: #e0e0e0;
    font-size: 76px;
    position: absolute;
    top: 10px;
    right: 40px;
}

.c-05-3 .mc {
    min-height: 300px;
    background: url(/skin/images/img103.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 25px;
    overflow: hidden;
}

.c-05-3 .mc .c-main {
    width: 50%;
    float: left;
    padding: 30px 40px 0 40px;
    position: relative;
}

.c-05-3 .mc .c-main .c-fix {
    color: #ccccd4;
    font-size: 76px;
    position: absolute;
    top: 10px;
    right: 40px;
}

.c-05-3 .mb li {
    background: #fff;
    padding: 40px 0;
    position: relative;
    margin-bottom: 30px;
}

.c-05-3 .mb li.li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    top: 10%;
    right: 0;
    background: #dddddd;
}

.c-05-3 .mb li .c-img {
    width: 125px;
    height: 125px;
    margin: 0 auto 40px auto;
}

.c-05-3 .mb li .c-tit {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 96px;
    overflow: hidden;
}

@media (max-width:1024px) {
    .c-05-3 .mt .c-img {
        width: 100%;
        float: none;
        clear: both;
    }
    .c-05-3 .mt .c-tit {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 40px;
        padding-top: 40px;
    }
    .c-05-3 .mc .c-main {
        width: 100%;
    }
}

@media (max-width:768px) {
    .c-05-3 .mt .c-img {
        width: 100%;
        float: none;
        clear: both;
    }
    .c-05-3 .mt .c-tit {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 40px;
        padding-top: 40px;
    }
    .c-05-3 .mc .c-main {
        width: 100%;
    }
}

@media (max-width:540px) {
    .c-05-3 .mt .c-img {
        width: 100%;
        float: none;
        clear: both;
    }
    .c-05-3 .mt .c-tit {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 40px;
        padding-top: 40px;
    }
    .c-05-3 .mt .c-tit .c-fix {
        font-size: 40px;
        position: absolute;
        top: 28px;
        right: 40px;
    }
    .c-05-3 .mc .c-main {
        width: 100%;
    }
    .c-05-3 .mc .c-main .c-fix {
        font-size: 40px;
        top: 10px;
        right: 40px;
    }
}

.c-banner4 {
    background: url(/skin/images/img105.jpg) no-repeat center top;
}

.c-banner5 {
    background: url(/skin/images/img107.jpg) no-repeat center top;
}

.c-06-1 {
    margin-bottom: 20px;
}

.c-06-1 .c-head {
    overflow: hidden;
    background: #B71A30;
}

.c-06-1 .c-head .c-x {
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 28px;
    padding: 12px 0;
}

.c-06-1 .c-li {
    border: 1px solid transparent;
    border-bottom: 1px solid #e9e9e9;
}

.c-06-1 .c-li.on {
    border: 1px solid #B71A30;
}

.c-06-1 .c-t {
    overflow: hidden;
    cursor: pointer;
}

.c-06-1 .c-t .c-x {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #323232;
    line-height: 28px;
    padding: 12px 0;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-b {
    text-align: left;
}

.c-06-1 .c-b {
    padding: 20px 50px 0 50px;
    background: #f5f5f5;
    display: none;
    overflow: hidden;
}

.c-06-1 .c-b dl {
    margin-bottom: 20px;
}

.c-06-1 .c-b dt {
    color: #B71A30;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.c-06-1 .c-b dd {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

@media (max-width:540px) {
    .c-06-1 .c-t .c-xq {
        display: none;
    }
    .c-06-1 .c-b {
        padding: 20px 20px 0 20px;
    }
}

.c-06-2 .mt ul {
    padding: 30px 0;
    overflow: hidden;
}

.c-06-2 .mt ul li {
    margin-bottom: 20px;
    transition: 0.5s all;
}

.c-06-2 .mt ul li .c-main {
    background: #fff;
    padding: 50px 24px 20px 24px;
    position: relative;
    transition: 0.5s all;
}

.c-06-2 .mt ul li .c-main .c-tit {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 96px;
    overflow: hidden;
}

.c-06-2 .mt ul li .c-main:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 24px;
    width: 32px;
    height: 2px;
    background: #009996;
}

.c-06-2 .mt ul li:hover {
    padding-bottom: 10px;
}

.c-06-2 .mt ul li:hover .c-main {
    box-shadow: 1px 2px 13px 5px rgba(197, 197, 197, .75);
    margin-top: -10px;
}

.c-06-2 .mc {
    width: 100%;
    background: url(/skin/images/img106.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0;
}

.c-06-2 .mc .c-h1 {
    color: #fff;
}

.c-06-2 .mc .c-h2 {
    color: #fff;
}

.c-06-2 .mc .c-h p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
}

.c-06-2 .mc .li {
    overflow: hidden;
}

.c-06-2 .mc .li .c-img {
    float: left;
    width: 115px;
    height: 115px;
}

.c-06-2 .mc .li .c-img i {
    display: block;
    width: 115px;
    height: 115px;
    text-align: center;
    line-height: 115px;
    font-size: 50px;
    color: #fff;
}

.c-06-2 .mc .li .c-tit {
    width: 100%;
}

.c-06-2 .mc .li .c-tit h1 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.c-06-2 .mc .li .c-tit p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 72px;
}

.c-06-2 .mc .li:hover {
    background: #fff;
}

.c-06-2 .mc .li:hover .c-img i {
    color: #009996;
}

.c-06-2 .mc .li:hover h1 {
    color: #009996;
}

.c-06-2 .mc .li:hover p {
    color: #009996;
}

.c-06-2 .mc .li1 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.c-06-2 .mc .li2 {
    border-bottom: 1px solid #fff;
}

.c-06-2 .mc .li3 {
    border-right: 1px solid #fff;
}

@media (max-width:1024px) {
    .c-06-2 .mc .li {
        border: 0;
    }
    .c-06-2 .mc .li .c-tit {
        margin-top: 10px;
    }
}

@media (max-width:540px) {
    .c-06-2 .mc .li .c-img {
        float: left;
        width: 80px;
        height: 115px;
    }
    .c-06-2 .mc .li .c-img i {
        display: block;
        width: 80px;
        height: 115px;
        text-align: center;
        line-height: 115px;
        font-size: 50px;
        color: #fff;
    }
}

.c-07-1 .mt {
    background: #fff;
    border-top: 2px solid #009996;
    margin-top: 40px;
    position: relative;
    margin-bottom: 66px;
}

.c-07-1 .mt h1 {
    text-align: center;
    font-size: 26px;
    color: #009996;
    margin-top: 30px;
}

.c-07-1 .mt h2 {
    text-align: center;
    color: #e3e3e3;
    font-size: 26px;
}

.c-07-1 .mt ul {
    overflow: hidden;
    margin-top: 30px;
}

.c-07-1 .mt li {
    position: relative;
}

.c-07-1 .mt li .c-img {
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin: 0 auto;
}

.c-07-1 .mt .li1 .c-img {
    background: url(/skin/images/img108.jpg) no-repeat center top;
}

.c-07-1 .mt .li1:hover .c-img {
    background: url(/skin/images/img108-cover.jpg) no-repeat center top;
}

.c-07-1 .mt .li2 .c-img {
    background: url(/skin/images/img109.jpg) no-repeat center top;
}

.c-07-1 .mt .li2:hover .c-img {
    background: url(/skin/images/img109-cover.jpg) no-repeat center top;
}

.c-07-1 .mt .li3 .c-img {
    background: url(/skin/images/img110.jpg) no-repeat center top;
}

.c-07-1 .mt .li3:hover .c-img {
    background: url(/skin/images/img110-cover.jpg) no-repeat center top;
}

.c-07-1 .mt .li4 .c-img {
    background: url(/skin/images/img111.jpg) no-repeat center top;
}

.c-07-1 .mt .li4:hover .c-img {
    background: url(/skin/images/img111-cover.jpg) no-repeat center top;
}

.c-07-1 .mt li p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.c-07-1 .mt li .c-tit {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-align: center;
}

.c-07-1 .mt li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 85%;
    background: #e6e6e6;
}

.c-07-1 .mt .li4:after {
    width: 0;
}

@media (max-width:540px) {
    .c-07-1 .mt li:after {
        width: 0;
    }
}

.c-07-1 .mt .c-fix {
    width: 280px;
    height: 60px;
    background: #009996;
    border-radius: 30px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -140px;
}

.c-07-1 .mt .c-fix .c-img {
    width: 100px;
    height: 60px;
    padding: 0 23px 0 36px;
    float: left;
    position: relative;
}

.c-07-1 .mt .c-fix .c-img:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 1px;
    height: 28px;
    background: #fff;
}

.c-07-1 .mt .c-fix .c-tit {
    float: left;
    color: #fff;
    font-size: 20px;
    width: 180px;
    text-align: center;
    line-height: 60px;
}

.c-07-1 .mc .li {
    margin-bottom: 20px;
}

.c-07-1 .mc .li .c-main {
    background: #fff;
    border-radius: 10px;
}

.c-07-1 .mc .li h1 {
    font-size: 18px;
    line-height: 30px;
    color: #009996;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.c-07-1 .mc .li .c-img {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 10px;
}

.c-07-1 .mc .li dl {
    padding: 0 18px 18px 18px;
}

.c-07-1 .mc .li dl .c-tit {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

@media (max-width:1024px) {
    .c-07-1 .mc .li h1 {
        font-size: 16px;
    }
}

.c-02-littlenav li dl {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: none;
}

.c-02-littlenav li dd a {
    height: 36px;
    padding: 0;
    position: initial;
    color: #333333;
    text-align: center;
    line-height: 36px;
    border-bottom: 1px solid #e6e6e6;
}

.c-02-littlenav li.on dd a {
    color: #333333;
}

.c-02-littlenav li dd a:hover {
    color: #fff;
    background: #000000;
}

.c-02-littlenav li dd a:after {
    height: 0;
}

.c-02-littlenav li:hover dd a:after {
    height: 0;
}

@media (max-width:540px) {
    .c-02-littlenav li.on a:after {
        height: 0;
    }
    .c-02-littlenav li:hover a:after {
        height: 0;
    }
}

.c-02-5 .c-name ul {
    padding-bottom: 10px;
    overflow: hidden;
    display: none;
}

.c-02-5 .c-name li {
    padding: 10px 0;
}

.c-02-5 .c-name a {
    font-size: 16px;
    display: block;
    text-align: center;
}

.c-02-5 .c-name a:hover {
    color: #000000;
}

.c-02-5 .c-tit {
    text-align: center;
    color: #402a1b;
    font-size: 16px;
    line-height: 35px;
    padding-bottom: 30px;
}

@media (max-width:1024px) {
    .c-02-5 .c-name ul {
        display: block;
    }
    .c-02-littlenav li dl {
        visibility: hidden;
    }
}

.c-02-5 .c-main {
    padding: 30px 0;
    overflow: hidden;
}

.c-02-5 .c-main .c-img {
    margin-bottom: 20px;
}

.c-02-5 .c-main .c-title h1 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 15px;
}

.c-02-5 .c-main .c-title h2 {
    color: #333333;
    font-size: 16px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cccccc;
}

.c-02-5 .c-main .c-title dl {
    color: #666666;
}

.c-02-5 .c-main .c-title dt {
    font-size: 14px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 15px;
}

.c-02-5 .c-main .c-title dd {
    line-height: 31px;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

.c-02-5 .c-main .c-title dd:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #cccccc;
}

.slideBox1 {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slideBox1 .bd {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.slideBox1 .bd:after {
    content: "";
    position: absolute;
    left: 0;
    top: 216px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #03999a;
}

.slideBox1 .bd {
    overflow: hidden;
}

.slideBox1 .bd ul {}

.slideBox1 .bd li {
    float: left;
    width: 220px;
    margin-left: 19px;
    height: 188px;
    line-height: 188px;
    margin-right: -110px;
    position: relative;
}

.slideBox1 .bd li .c-main {
    max-height: 188px;
}

.slideBox1 .bd li h1 {
    height: 36px;
    color: #fff;
    background: #73c7c5;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}

.slideBox1 .bd li p {
    background: #fff;
    color: #323232;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
}

.slideBox1 .bd li:hover h1 {
    background: #009996;
}

.slideBox1 .bd .dlt {
    margin-bottom: 245px;
}

.slideBox1 .bd .dlt:after {
    content: "";
    position: absolute;
    left: 110px;
    bottom: -30px;
    width: 1px;
    height: 30px;
    background: #009996;
}

.slideBox1 .bd .dlt:before {
    content: "";
    position: absolute;
    left: 106px;
    bottom: -34px;
    width: 9px;
    height: 9px;
    background: #009996;
    border-radius: 50%;
}

.slideBox1 .bd .dlt .c-main {
    display: inline-block;
    vertical-align: bottom;
}

.slideBox1 .bd .dlb {
    margin-top: 245px;
}

.slideBox1 .bd .dlb:after {
    content: "";
    position: absolute;
    left: 110px;
    top: -30px;
    width: 1px;
    height: 30px;
    background: #009996;
}

.slideBox1 .bd .dlb:before {
    content: "";
    position: absolute;
    left: 106px;
    top: -34px;
    width: 9px;
    height: 9px;
    background: #009996;
    border-radius: 50%;
}

.slideBox1 .bd .dlb .c-main {
    display: inline-block;
    vertical-align: top;
}

.slideBox1 .c-img {
    width: 1000px;
    margin: 0 auto;
}

.c-03-5-f3 {
    width: 100%;
    min-height: 531px;
    background: url(/skin/images/img135.jpg) no-repeat center top;
    background-size: cover;
}

.c-03-5-f3 .c-h {
    padding: 30px 0;
}

.c-03-5-f3 .c-h .c-h1 {
    color: #fff;
}

.c-03-5-f3 .c-h .c-h2 {
    color: #90c7c8;
}

.c-03-5-f3 .c-main {
    min-height: 275px;
    border: 1px solid #fff;
    transition: 0.5s all;
    margin-bottom: 10px;
}

.c-03-5-f3 .c-main .c-img {
    height: 152px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 28px;
}

.c-03-5-f3 .c-main .c-img i {
    line-height: 152px;
    font-size: 80px;
}

.c-03-5-f3 .c-main .c-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 1px;
    left: 50%;
    margin-left: -20px;
    background: #fff;
}

.c-03-5-f3 .c-main p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.c-03-5-f3 .c-main:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 2px 1px 16px 5px #138482;
}

.c-03-5-f3 .c-main:hover .c-img i {
    color: #009996;
}

.c-03-5-f3 .c-main:hover .c-img:after {
    background: #009996;
}

.c-03-5-f3 .c-main:hover p {
    color: #009996;
}

.c-03-5-f1 {
    background: #f0f0f0;
    padding-bottom: 30px;
}

.c-03-5-f1 .c-h {
    padding: 40px 0;
}

.c-03-5-f1 h1 {
    color: #333333;
    font-size: 26px;
    line-height: 52px;
}

.c-03-5-f1 p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.c-03-5-f1 .c-img {
    margin-top: 55px;
}

.c-03-5-f2 .c-h {
    padding: 30px 0;
}

.c-03-5-f2 .c-img2 {
    display: none;
    padding: 0 10px;
}

.c-03-5-f2 ul {
    margin-top: 60px;
    padding-bottom: 40px;
}

.c-03-5-f2 li .c-main {
    min-height: 416px;
    box-shadow: 0 0 20px 3px rgba(159, 159, 159, .5);
    margin-bottom: 20px;
}

.c-03-5-f2 li .c-main .c-t {
    background: #009996;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.c-03-5-f2 li dl {
    padding: 15px 20px;
}

.c-03-5-f2 li dd {
    padding-left: 26px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
}

.c-03-5-f2 li dd:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 3px;
    background: #009996;
    top: 10px;
    left: 0;
}

@media (max-width:540px) {
    .c-03-5-f2 .c-img1 {
        display: none;
    }
    .c-03-5-f2 .c-img2 {
        display: block;
    }
}