﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

html {
    background-color: #ccc;
}

body {
    font-family: "Microsoft YaHei", SimSun, sans-serif;
    color: #333;
    background-color: #000;
    -webkit-text-size-adjust: none;
    font-size: 22px;
    padding-top: 76px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #b3b3b3
}

:focus::-webkit-input-placeholder {
    color: #1c1c1c
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.hidden {
    display: none;
}

input {
    outline: none;
}

a {
    outline: none;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* position */

.ption_r {
    position: relative;
}

.ption_a {
    position: absolute;
}


/* clear */

.clear {
    clear: both;
    overflow: hidden;
}

.hide {
    display: none;
}

.txr {
    text-align: right;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

header,
nav,
footer,
section,
article {
    display: block;
    margin: 0;
    padding: 0;
}

.wrap {
    background-color: #fff;
    width: 640px;
    overflow: hidden;
    margin: 0 auto;
}

.comTit {
    width: 580px;
    margin: auto;
    height: 140px;
}

.comTit h2 {
    height: 30px;
    border-bottom: 1px solid #dedede;
    width: 580px;
    margin: auto;
    text-align: center;
}

.comTit h2 span {
    height: 60px;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    background-color: #FFF;
    display: block;
    margin: auto;
    color: #333;
    font-weight: bold;
    padding: 0 40px;
    display: inline-block;
}

.comTit .dis {
    line-height: 36px;
    color: #999;
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
}

.comMore {
    width: 580px;
    margin: auto;
    text-align: center;
    padding: 36px 0;
}

.comMore a {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    background-color: #F3F4F6;
    border: 1px solid #d6d6d6;
    font-size: 24px;
    padding: 0 40px;
    border-radius: 10px;
    color: #666;
}

.comMore a:hover {
    background-color: #196E59;
    border: 1px solid #196E59;
    color: #fff;
}

.pagearea {
    padding: 10px 0 60px;
    text-align: center;
    font-size: 20px;
}

.pagearea span {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
    background-color: #196E59;
    border: 1px solid #196E59;
    margin: 0 3px;
    color: #FFF !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagearea a {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
    background-color: #F3F4F6;
    border: 1px solid #dedede;
    margin: 0 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666;
}

.pagearea a:hover {
    background-color: #196E59;
    border: 1px solid #196E59;
    color: #fff !important;
    text-decoration: none;
}


/*头部*/

.topbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
    filter: Alpha(opacity=60);
    background: #000;
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
}

.topnav {
    background-color: #fff;
    padding: 30px;
    width: 580px;
    position: fixed;
    font-size: 26px;
    z-index: 1001;
    display: none;
    border-top: solid 1px #ccc;
}

.topnav li {
    width: 170px;
    font-size: 26px;
    line-height: 80px;
    display: inline-block;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 6px;
    text-align: center;
    margin: 10px;
    float: left;
}

.topnav li a {
    display: block;
}

.topnav li.cur {
    background: #e5efff;
    border: solid 1px #e5efff;
}

.topnav li.cur a {
    color: #297cff;
}

.topnav .webTel {
    border-top: 1px solid #CCC;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.topnav .webTel2 {
    font-size: 32px;
    line-height: 64px;
    text-align: center;
}

header {
    overflow: hidden;
}

.header {
    position: fixed;
    z-index: 1002;
    background-color: #054D75;
    line-height: 48px;
    text-align: center;
    width: 580px;
    top: 0;
    padding: 0 30px;
}

.logo {
    display: block;
    height: 45px;
    padding-top: 5px;
    float: left;
}

.logo_back {
    display: inline-block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 13px;
    left: 30px;
    cursor: pointer;
    border-radius: 6px;
    border: #e9e9e9 solid 1px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-size: 45px auto;
    background-position: center center;
}

.logo_fanti {
    width: 70px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 50px;
}

.logo_fanti a {
    color: #fff;
}

.logo_right {
    overflow: hidden;
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 13px;
    right: 30px;
}

.logo_right span {
    width: 48px;
    height: 48px;
}

.logo_right span.menuOpen {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-size: 45px auto;
    background-position: center center;
}

.logo_right span.menuClose {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 56px auto;
    background-position: center center;
}

.logo_mid {
    display: block;
    width: 460px;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 27px;
    margin-left: 65px; 
    color: #FFF;
}


.header2 {
    height: 140px;
    width: 640px;
    background-color: #054D75;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.4);
    z-index:9999;
}
.header2 img {
    height: 140px;
    width: 400px;
    float:left;
}
    .header2 .txtTel {
        padding:35px 20px 35px 0;
        height: 70px;
        width: 220px;
        float: right;
        overflow: hidden;
        color: #FFF;
        text-align: right;
    }

        .header2 .txtTel .t1 {
            font-size: 16px;
            line-height:32px;
        }

        .header2 .txtTel .t2 {
            font-size: 27px;
            line-height: 38px;
        }

/*底部*/

.footernav {
    width: 100%;
    max-width: 640px;
    font-size: 26px;
    line-height: 72px;
    height: 72px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    padding: 20px 0px;
    border-top:1px solid #ccc;
}

.footernav .l {
    width: 300px;
    padding-left: 15px;
    height: 72px;
    float: left;
}

.footernav .r {
    width: 300px;
    padding-right: 15px;
    height: 72px;
    float: right;
}

    .footernav a {
        width: 250px;
        padding-left: 40px;
        height: 72px;
        line-height: 72px;
        display: inline-block;
        font-size: 27px;
        border-radius: 10px;
        color: #FFF;
        background-image: url(../images/tel.png);
        background-repeat: no-repeat;
        background-size: 45px auto;
        background-position: 50px center;
        font-weight: bold;
        background-color: #f90;
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.4);
    }

    .footernav .l a {
        background-image: url(../images/car.png);
        color: #fff;
        background-color: #054D75;
    }

.footer {
    text-align: center;
    line-height: 32px;
    font-size: 21px;
    background: #f7f7f7;
    padding: 20px 10px 140px;
    color: #999;
}

.footer a {
    color: #999;
}

.banner {
    margin: 0 auto;
    width: 640px;
    overflow: hidden;
    height: 700px;
    z-index:0;
}

.banner,
.banner .swiper-container {
    position: relative
}

.banner .swiper-wrapper img {
    width: 640px;
    height: 430px
}

.banner .swiper-pagination {
    text-align: center;
    position: absolute;
    top: 280px;
    right: 0;
    z-index: 20
}

    .banner .swiper-pagination-bullet {
        width: 28px;
        height: 10px;
        background: #fff;
        border-radius: 3px;
        opacity: .7;
    }

    .banner .swiper-pagination-bullet-active {
        background: #054D75;
        opacity: 1;
    }

.banner .btn_left {
    left: 0
}

.banner .btn_left,
.banner .btn_right {
    width: 50px;
    height: 72px;
    background-color: #fff;
    position: absolute;
    top: 130px;
    z-index: 20;
    opacity: 0.4;
}

.banner .btn_right {
    right: 0
}

.banner .btn_left img,
.banner .btn_right img {
    width: 50px;
    height: 72px;
}

    .banner .tit {
        width: 580px;
        padding: 10px 0;
        background-color: #054D75;
        text-align: center;
        color: #FFF;
        top: 320px;
        left: 30px;
        position: absolute;
        z-index: 5;
        box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.4);
    }

.banner h1 {
    font-size: 48px;
    line-height: 84px;
}

.banner h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
}

.banner h2 span {
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 0 20px;
}

.banner h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner .tip {
    padding-top: 130px;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-size: 27px;
    padding-bottom: 60px;
    text-align: center;
}

.banner .tip span {
    color: #ccc;
    padding: 0 20px;
}


/*indexFlow*/

.indexFlow {
    width: 640px;
    margin: auto;
    padding-bottom: 30px;
}

.indexFlow ul {
    width: 580px;
    margin: auto;
}

.indexFlow ul li {
    width: 92px;
    height: 150px;
    float: left;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}

.indexFlow ul li img {
    border: 1px solid #CCC;
    background-color: #f5f5f5;
    padding: 14px;
    width: 56px;
    border-radius: 10px;
}

.indexFlow ul li:hover img {
    background-color: #eee;
}

.indexFlow ul li.arrs {
    width: 30px;
    float: left;
    background-image: url(../Images/LC/arr.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center 35px;
}

.indexFlow ul li a {
    display: inline-block;
    padding-top: 10px;
}

.indexFlow .ftxt h2 {
    font-size: 26px;
    line-height: 56px;
    text-align: center;
}

.indexFlow .ftxt h3 {
    font-size: 27px;
    line-height: 56px;
    text-align: center;
    color: #999;
    font-weight: normal;
}

.indexFlow .ftxt h3 u {
    color: #054D75;
    font-weight: bold;
}


/*indexSuit*/

.indexSuit {
    width: 620px;
    margin: auto;
}

.indexSuit .suitItem {
    width: 186px;
    float: left;
    padding: 0 10px;
}

.indexSuit .suitItem .tit {
    text-align: center;
    padding: 0 0 10px;
}

.indexSuit .suitItem .tit h3 {
    color: #054D75;
    font-size: 36px;
    font-weight: bold;
}

.indexSuit .suitItem .tit p {
    color: #999;
    font-size: 24px;
}

.indexSuit .suitItem .com {
    background-color: #054D75;
    background-image: url(../Images/bg-tao.jpg);
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 20px;
}

.indexSuit .suitItem .com .tPrice {
    font-size: 21px;
    line-height: 64px;
    color: #fff;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #7C8DA5;
}

.indexSuit .suitItem .com .tPrice span {
    font-size: 36px;
    font-weight: bold;
}

.indexSuit .suitItem .com .tips2 {
    font-size: 18px;
    line-height: 27px;
    color: #7C8DA5;
    padding-top: 10px;
}

.indexSuit .suitItem .com .tips3 {
    font-size: 18px;
    line-height: 36px;
    color: #f8ed0e;
    font-weight: bold;
}

.indexSuit .suitItem .com .detail {
    background-color: #054D75;
    padding: 0 10px 15px;
    text-align: left;
}

.indexSuit .suitItem .com .detail dl dt {
    line-height: 32px;
    color: #7C8DA5;
    font-size: 14px;
}

.indexSuit .suitItem .com .detail dl dd {
    line-height: 27px;
    color: #fff;
    font-size: 18px;
}

.indexSuit .suitItem .com .detail dl dd strong {
    color: #f8ed0e;
}

.indexSuit .suitItem .more {
    background-color: #EFDECC;
    padding: 30px 0;
    text-align: center;
}

.indexSuit .suitItem .more a {
    height: 42px;
    line-height: 42px;
    border: 1px solid #999;
    text-align: center;
    color: #054D75;
    font-size: 21px;
    display: inline-block;
    border-radius: 48px;
    font-weight: bold;
    padding: 0 25px;
}


/*services*/

.services {
    padding: 0 10px 20px;
}

.services ul {}

.services ul li {
    width: 186px;
    float: left;
    text-align: center;
    padding: 0 10px 50px 10px;
}

.services ul li img {
    width: 186px;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.services ul li p.t {
    font-size: 26px;
    font-weight: bold;
    line-height: 56px;
}

.services ul li p.bt a {
    height: 42px;
    line-height: 42px;
    border: 1px solid #999;
    text-align: center;
    color: #054D75;
    font-size: 21px;
    display: inline-block;
    border-radius: 48px;
    font-weight: bold;
    padding: 0 25px;
}

.services ul li p.bt a:hover {
    border: 1px solid #054D75;
    color: #fff;
    background-color: #054D75;
}

.services ul li p.m {
    font-size: 21px;
    color: #999;
    padding-top: 10px;
}

.services ul li p.m span {
    color: #f90;
}


/*indexCemetery*/

.indexCemetery {
    width: 600px;
    padding: 0 20px;
    margin: auto;
}

.indexCemetery .cemItem {
    width: 260px;
    height: 270px;
    float: left;
    padding: 20px;
    position: relative;
}

.indexCemetery .cemItem img {
    height: auto;
    width: 260px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.indexCemetery .cemItem h2 {
    height: 48px;
    width: 260px;
    position: absolute;
    left: 20px;
    top: 160px;
    line-height: 48px;
    text-align: center;
    color: #054D75;
    font-size: 26px;
    background-color: #EFDECC;
}

.indexCemetery .cemItem .tel {
    height: 42px;
    line-height: 42px;
    width: 260px;
    position: absolute;
    left: 20px;
    top: 230px;
    text-align: center;
}

.indexCemetery .cemItem .tel span {
    float: left;
    font-size: 18px;
    color: #999;
}

.indexCemetery .cemItem .tel span strong {
    font-size: 27px;
    color: #f00;
    padding-right: 5px;
}

.indexCemetery .cemItem .tel a {
    width: 110px;
    border: 1px solid #ccc;
    text-align: center;
    color: #054D75;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    border-radius: 20px;
    line-height: 40px;
}


/*indexBYG*/

.indexBYG {
    width: 600px;
    padding: 0 20px;
    margin: auto;
}

.indexBYG .bygItem {
    width: 300px;
    height: 360px;
    float: left;
    position: relative;
}

.indexBYG .bygItem img {
    height: 170px;
    width: 280px;
    position: absolute;
    left: 10px;
    top: 0;
}

.indexBYG .bygItem h2 {
    height: 48px;
    width: 260px;
    position: absolute;
    left: 20px;
    top: 150px;
    background-color: #054D75;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    -webkit-box-shadow: 2px 2px 4px #999;
    -moz-box-shadow: 2px 2px 4px #999;
    box-shadow: 2px 2px 4px #999;
}

.indexBYG .bygItem .addr {
    height: 42px;
    line-height: 42px;
    width: 280px;
    position: absolute;
    left: 10px;
    top: 210px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.indexBYG .bygItem .tel {
    height: 42px;
    line-height: 42px;
    width: 260px;
    position: absolute;
    left: 20px;
    top: 252px;
    text-align: center;
}

.indexBYG .bygItem .tel a {
    width: 120px;
    border: 1px solid #ccc;
    text-align: center;
    color: #054D75;
    font-size: 21px;
    display: inline-block;
    font-weight: bold;
    border-radius: 20px;
    line-height: 40px;
}

.indexBYG .bygItem .tel a.amore {
    width: 90px;
    border: 0px solid #ccc;
    text-align: center;
    color: #FF4C4C;
    font-size: 18px;
    display: inline-block;
    border-radius: 20px;
    line-height: 40px;
    font-weight: normal;
}


/*----------------*/

.index-intor {
    font-size: 26px;
    line-height: 48px;
    padding: 0 30px 50px;
}

.index-intor p {
    padding-bottom: 50px;
}


/*news_list*/

.news_list {
    padding: 30px;
}

.news_list li {
    line-height: 72px;
    height: 72px;
    font-size: 26px;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    padding-right: 150px;
    position: relative;
}

.news_list li span {
    float: right;
    color: #999;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
}

.loadMore {
    width: 300px;
    height: 72px;
    line-height: 72px;
    margin: 0 auto 40px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 26px;
    color: #666;
    border-radius: 10px;
}


/*------bannerCar-----*/

.bannerCar {
    width: 640px;
    background-image: url(../images/banner-car.jpg);
    background-repeat: no-repeat;
    background-size: 640px auto;
    background-position: center top;
    padding-top: 70px;
    padding-bottom: 20px;
}

.bannerCar h2 {
    width: 580px;
    margin: auto;
    height: 90px;
}

.bannerCar h2 em {
    width: 100px;
    float: left;
    display: block;
    height: 24px;
    border-bottom: 1px solid #fff;
}

.bannerCar h2 span {
    width: 380px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    float: left;
    display: block;
    overflow: hidden;
}

.bannerCar .con {
    line-height: 36px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-bottom: 90px;
}

.bannerCar .CarTelArea {
    width: 580px;
    margin: auto;
    background-color: #196E59;
    padding: 30px 0;
}

.bannerCar .CarTelArea .tit {
    line-height: 72px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    border-bottom: 1px solid #5E9A8B;
    padding-bottom: 20px;
}

.bannerCar .CarTelArea .tit2 {
    line-height: 42px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding-top: 10px;
}

.bannerCar .CarTelArea .tit3 {
    line-height: 56px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.bannerCar .con3 {
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 42px;
    color: #666;
    font-size: 24px;
    text-align: center;
}

.bannerCar .con4 {
    width: 580px;
    margin: auto;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 42px;
    color: #999;
    font-size: 22px;
    text-align: center;
}

.CarTxtArea {
    width: 580px;
    margin: auto;
    background-color: #E9F5EE;
    padding: 30px 0;
    margin-bottom: 50px;
}

.CarTxtArea dl {
    width: 580px;
    height: 72px;
    overflow: hidden;
    padding-bottom: 20px;
}

.CarTxtArea dl dt {
    float: left;
    color: #333;
    font-size: 27px;
    line-height: 72px;
    padding-right: 10px;
    width: 130px;
    text-align: right;
}

.CarTxtArea dl dd .carselect {
    height: 70px;
    line-height: 70px;
    border: 1px solid #ccc;
    font-size: 26px;
    border-radius: 5px;
    padding: 0 10px;
}

.CarTxtArea dl dd .cartext {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    font-size: 26px;
    padding: 10px;
    border-radius: 5px;
}

.CarTxtArea dl dd .carbt {
    width: 200px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    font-size: 26px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    background-color: #196E59;
    -webkit-appearance: none;
}


/*------bannerPrice-----*/

.bannerPrice {
    width: 640px;
    padding: 50px 0 20px;
}

.bannerPrice h2 {
    width: 580px;
    margin: auto;
    height: 90px;
}

.bannerPrice h2 em {
    width: 100px;
    float: left;
    display: block;
    height: 24px;
    border-bottom: 1px solid #196E59;
}

.bannerPrice h2 span {
    width: 380px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #196E59;
    font-weight: bold;
    float: left;
    display: block;
    overflow: hidden;
}

.bannerPrice .tit2 {
    line-height: 36px;
    color: #196E59;
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
}

.bannerPrice .con {
    width: 520px;
    margin: auto;
    background-color: #F3F4F6;
    padding: 30px;
    line-height: 36px;
    color: #196E59;
    font-size: 26px;
    text-align: center;
}

.bannerPrice .date {
    line-height: 36px;
    color: #666;
    font-size: 26px;
    text-align: center;
    padding: 20px 0;
}

.PriceList {
    width: 580px;
    margin: auto;
    padding-bottom: 40px;
}

.PriceList h2 {
    line-height: 48px;
    color: #999;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 15px;
}

.PriceList ul li {
    border-top: 1px solid #eee;
    padding: 20px 0;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    font-size: 18px;
}

.PriceList ul li a {
    font-size: 28px;
    font-weight: bold;
}

.PriceList ul li em {
    font-size: 18px;
    color: #999;
}

.PriceList ul li span {
    float: right;
    color: #999;
}

.PriceList ul li span u {
    font-size: 21px;
    color: #FF4C4C;
    font-weight: bold;
}


/*------About-----*/

.bannerAbout {
    background-image: url(../images/banner-about.jpg);
    background-repeat: no-repeat;
    background-size: 640px auto;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 20px;
}

.bannerAbout h2 {
    width: 580px;
    margin: auto;
    height: 70px;
}

.bannerAbout h2 em {
    width: 100px;
    float: left;
    display: block;
    height: 24px;
    border-bottom: 1px solid #196E59;
}

.bannerAbout h2 span {
    width: 380px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #196E59;
    font-weight: bold;
    float: left;
    display: block;
}

.bannerAbout .con {
    line-height: 36px;
    color: #196E59;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.bannerAbout .todo {
    width: 520px;
    margin: auto;
    background-color: #196E59;
    padding: 30px;
}

.bannerAbout .todo .tit {
    line-height: 72px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    border-bottom: 1px solid #5E9A8B;
    padding-bottom: 20px;
}

.bannerAbout .todo .tit2 {
    line-height: 32px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.bannerAbout .con2 {
    line-height: 64px;
    color: #666;
    font-size: 32px;
    text-align: center;
    padding-top: 20px;
}

.aboutCon {
    border-top: 1px solid #ccc;
    width: 580px;
    margin: auto;
    font-size: 26px;
    line-height: 48px;
    padding: 20px 0;
}

.aboutCon p {
    text-indent: 52px;
}

.aboutTel {
    border-top: 1px solid #ccc;
    width: 580px;
    margin: auto;
    color: #666;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    padding: 20px 0;
}

.aboutService {
    width: 580px;
    margin: auto;
    padding-bottom: 40px;
}

.aboutService h2 {
    border-bottom: 1px solid #ccc;
    line-height: 48px;
    color: #196E59;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}

.aboutService .item {
    background-color: #E9F5EE;
    padding: 30px;
    margin-top: 30px;
}

.aboutService .item span {
    width: 60px;
    height: 60px;
    float: left;
    background-color: #196E59;
    color: #FFF;
    line-height: 60px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.aboutService .item .inf {
    width: 430px;
    float: right;
    line-height: 32px;
    color: #999;
    font-size: 22px;
}

.aboutService .item .inf .tit {
    border-bottom: 1px solid #ccc;
    line-height: 60px;
    color: #196E59;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}


/*------newsDetail-----*/

.newsDetail {
    width: 580px;
    margin: auto;
    padding-bottom: 30px;
}

.newsDetail h1 {
    line-height: 56px;
    font-size: 36px;
    padding: 20px 0;
    text-align: center;
}

.newsDetail .ntype span {
    line-height: 42px;
    height: 42px;
    font-size: 24px;
    display: inline-block;
    background-color: #eee;
    border-radius: 6px;
    padding: 0 15px;
}

.newsDetail .ndate {
    padding: 10px 0;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
}

.newsDetail .nsumm {
    background: #F3F4F6;
    border-radius: 6px;
    padding: 15px;
    font-size: 24px;
    line-height: 36px;
}

.newsDetail .nconnn {
    padding: 15px;
    font-size: 24px;
    line-height: 36px;
}

.newsDetail .nconnn p {
    padding-bottom: 15px;
}

.newsDetail .ntags {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.newsDetail .ntags span {
    line-height: 42px;
    height: 42px;
    font-size: 24px;
    display: inline-block;
    background-color: #eee;
    border-radius: 6px;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.newsDetail .nhit {
    padding: 50px 0;
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    text-align: center;
}

.newsDetail .nhit span {
    color: #999;
}

.newsDetail .nhit span strong {
    color: #176f58;
}

.newsDetail .nhit a {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    background-color: #176f58;
    padding: 0 30px;
    border-radius: 10px;
    color: #fff;
}


/*------bannerCem-----*/

.bannerCem {
    width: 640px;
    background-image: url(../images/banner-cem.jpg);
    background-repeat: no-repeat;
    background-size: 640px auto;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 20px;
}

.bannerCem h2 {
    width: 580px;
    margin: auto;
    height: 70px;
}

.bannerCem h2 em {
    width: 100px;
    float: left;
    display: block;
    height: 24px;
    border-bottom: 1px solid #fff;
}

.bannerCem h2 span {
    width: 380px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    float: left;
    display: block;
}

.bannerCem .con {
    line-height: 36px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.bannerCem .typeArea {
    width: 520px;
    margin: auto;
    background-color: #196E59;
    padding: 30px;
}

.bannerCem .typeArea dl {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.bannerCem .typeArea dl dt {
    display: block;
    line-height: 42px;
    color: #fff;
    font-size: 20px;
    float: left;
    margin-right: 10px;
    font-weight: bold
}

.bannerCem .typeArea dl dd {
    display: block;
    overflow: hidden
}

.bannerCem .typeArea dl dd a {
    display: block;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 8px;
    border-radius: 3px;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #5E9A8B;
}

.bannerCem .typeArea dl dd a:hover,
.bannerCem .typeArea dd a.cur {
    color: #176f58;
    background-color: #fff;
    border: 1px solid #fff
}


/*------CemItem-----*/

.CemItem {
    width: 580px;
    height: 250px;
    margin: auto;
    border-bottom: 3px solid #ddd;
    font-size: 18px;
    margin: 30px auto;
    position: relative;
}

.CemItem a.img {
    width: 320px;
    height: 200px;
    float: left;
    position: relative;
}

.CemItem a img {
    width: 320px;
    height: 200px;
}

.CemItem a span {
    height: 30px;
    line-height: 30px;
    background-color: #FF7F00;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
}

.CemItem span.Discount {
    height: 30px;
    line-height: 30px;
    background-color: #FF4C4C;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
}

.CemItem .inf {
    width: 240px;
    float: right;
}

.CemItem .tit {
    font-size: 32px;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    width: 240px;
    font-weight: bold;
    display: inline-block;
}

.CemItem .dis {
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    color: #999;
    border-top: 1px solid #eee;
    padding: 5px 0;
}

.CemItem .price {
    line-height: 36px;
    height: 36px;
    width: 240px;
    color: #999;
    text-align: right;
    position: absolute;
    bottom: 48px;
    right: 0;
}

.CemItem .price strong {
    font-size: 26px;
    color: #FF4C4C;
    border-bottom: 2px solid #FF4C4C;
}

.CemItem .price span {
    float: left;
}

.CemItem .addr {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    color: #666;
    background-image: url(../images/posit.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 0 center;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*------cemPros-----*/

.cemPros {
    width: 620px;
    margin: auto;
}

.cemPros .Item {
    width: 170px;
    margin: 0 15px;
    height: 290px;
    font-size: 18px;
    float: left;
    border-radius: 5px;
}

.cemPros .Item a.img {
    width: 170px;
    height: 170px;
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
}

.cemPros .Item a img {
    width: 170px;
    height: 170px;
}

.cemPros .Item a span {
    width: auto;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background-color: #FF7F00;
    color: #fff;
    position: absolute;
    top: 0;
    left: 45px;
    font-size: 14px;
    text-align: center;
}

.cemPros .Item a span.mtype {
    width: auto;
    padding: 0 10px;
    background-color: #196E59;
    left: 0;
}

.cemPros .Item .price {
    padding-top: 10px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    color: #999;
}

.cemPros .Item .price u {
    font-weight: bold;
    color: #FF4C4C;
}

.cemPros .Item .tit {
    font-size: 22px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
}


/*------cemPics-----*/

.cemPics {
    width: 620px;
    margin: auto;
}

.cemPics .Item {
    width: 170px;
    margin: 0 15px;
    height: 190px;
    font-size: 18px;
    float: left;
    border-radius: 5px;
}

.cemPics .Item a.img {
    width: 170px;
    height: 128px;
    position: relative;
    display: inline-block;
}

.cemPics .Item a img {
    width: 170px;
    height: 128px;
}

.cemPics .Item .tit {
    font-size: 22px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
}


/*------cemNews-----*/

.cemNews {
    width: 580px;
    margin: auto;
    padding-bottom: 30px;
}

.cemNews ul li {
    line-height: 72px;
    height: 72px;
    font-size: 26px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.cemNews ul li a {
    float: left;
    width: 480px;
    line-height: 72px;
    height: 72px;
    overflow: hidden;
    display: inline-block;
}

.cemNews ul li span {
    width: 100px;
    font-size: 18px;
    float: right;
    color: #999;
    text-align: right;
}


/*------cemPL-----*/

.cemPL {
    width: 580px;
    margin: auto;
    padding-bottom: 30px;
}

.cemPL .Item {
    font-size: 18px;
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.cemPL .Item a.img {
    width: 100px;
    height: 100px;
    float: left;
}

.cemPL .Item a img {
    width: 100px;
    height: 100px;
}

.cemPL .Item .tit {
    width: 460px;
    float: right;
    font-size: 22px;
    line-height: 36px;
    height: 56px;
    overflow: hidden;
}

.cemPL .Item .tit span {
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #196E59;
    margin: 0 3px;
    color: #196E59;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
}

.cemPL .Item .tit em {
    display: block;
    color: #999;
    margin-left: 20px;
    float: right;
}

.cemPL .Item .dis {
    width: 460px;
    float: right;
    line-height: 32px;
    color: #999;
    font-size: 24px;
}


/*------cemMap-----*/

.cemMap {
    width: 580px;
    margin: auto;
    padding-bottom: 30px;
}


/*------cemHead-----*/

.cemHead {
    width: 640px;
    height: 470px;
    margin: auto;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.cemHead img {
    width: 640px;
    height: 420px;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.cemHead .HTit {
    width: 520px;
    margin: auto;
    background-color: #196E59;
    padding: 20px 30px;
    position: absolute;
    top: 320px;
    left: 30px;
}

.cemHead h1 {
    line-height: 72px;
    height: 72px;
    font-size: 48px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #5E9A8B;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cemHead .Htag {
    width: 580px;
    margin: auto;
    line-height: 56px;
    height: 56px;
    font-size: 24px;
    position: absolute;
    top: 0rem;
    right: 30px;
    text-align: right;
}

.cemHead .Htag span {
    line-height: 56px;
    height: 56px;
    padding: 0 15px;
    background-color: #5E9A8B;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cemHead .Htag span.tt2 {
    background-color: #FF7F00;
}

.cemHead .Htag span.tt3 {
    background-color: #f00;
}

.cemHead .addr {
    margin: auto;
    line-height: 48px;
    height: 48px;
    font-size: 20px;
    text-align: center;
}

.cemHead .addr span {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    color: #fff;
    background-image: url(../images/posit.png);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 0 center;
    padding-left: 30px;
    display: inline-block;
    margin: 0 auto;
}


/*------cemTips-----*/

.cemTips {
    width: 580px;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
}

.cemTips span {
    color: #ccc;
    padding: 0 20px;
}


/*------cemTag-----*/

.cemTag {
    width: 580px;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
}

.cemTag span {
    line-height: 42px;
    height: 42px;
    font-size: 20px;
    display: inline-block;
    background-color: #eee;
    border-radius: 6px;
    padding: 0 10px;
    margin: 5px 10px;
    color: #196E59;
}


/*------cemPrice-----*/

.cemPrice {
    padding: 10px 0 40px;
}

.cemPrice ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #999;
    line-height: 36px;
}

.cemPrice ul li p b {
    font-size: 24px;
    color: #333;
}

.cemPrice ul li p strong {
    line-height: 48px;
    font-size: 32px;
    border-bottom: 2px solid #FF4C4C;
    color: #FF4C4C;
}


/*------cemAbout-----*/

.cemAbout {
    width: 580px;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
}


/*------cemCar-----*/

.cemCar {
    width: 580px;
    margin: auto;
    padding-bottom: 30px;
    line-height: 48px;
    font-size: 32px;
    text-align: center;
    color: #999;
}

.cemCar strong {
    color: #176f58;
}

.cemCar u {
    color: #176f58;
    font-weight: bold;
}

.cemCar a {
    display: inline-block;
    height: 84px;
    line-height: 84px;
    background-color: #176f58;
    font-size: 32px;
    padding: 0 40px;
    border-radius: 10px;
    color: #fff;
    margin: 30px 0;
}


/*------indexPriceCem-----*/

.indexSpe {
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
    font-size: 26px;
    color: #999;
}

.indexSpe span {
    padding: 0 15px;
    color: #eee;
}


/*------indexPriceCem-----*/

.indexPriceCem {
    width: 610px;
    margin: auto;
    padding-bottom: 30px;
}

.indexPriceCemItem {
    width: 275px;
    margin: 0 15px;
    height: 400px;
    font-size: 18px;
    float: left;
    border-radius: 5px;
}

.indexPriceCemItem a.img {
    width: 275px;
    height: 207px;
    position: relative;
    display: inline-block;
}

.indexPriceCemItem a img {
    width: 275px;
    height: 207px;
}

.indexPriceCemItem a span {
    width: 40px;
    height: 36px;
    line-height: 36px;
    background-color: #FF7F00;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    border-bottom-right-radius: 20px;
}

.indexPriceCemItem a span.sell {
    width: 66px;
    background-color: #196E59;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0px;
    border-bottom-right-radius: 0px;
}

.indexPriceCemItem .tit {
    font-size: 26px;
    line-height: 56px;
    height: 56px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexPriceCemItem .price {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.indexPriceCemItem .price strong {
    font-size: 26px;
    color: #FF4C4C;
}

.indexPriceCemItem .dis {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding-bottom: 10px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.indexPriceCemItem .hit {
    padding-top: 15px;
    text-align: center;
}

.indexPriceCemItem .hit a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background-color: #F3F4F6;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    color: #666;
}


/*------indexCemItem-----*/

.indexHotCem {
    width: 614px;
    margin: auto;
    padding-bottom: 30px;
}

.indexHotCem .Item {
    width: 275px;
    margin: 0 15px;
    height: 520px;
    font-size: 18px;
    float: left;
    border: 1px solid #ddd;
}

.indexHotCem .Item a.img {
    width: 275px;
    height: 207px;
    position: relative;
    display: inline-block;
}

.indexHotCem .Item a img {
    width: 275px;
    height: 207px;
}

.indexHotCem .Item a span {
    width: 80px;
    height: 32px;
    line-height: 32px;
    background-color: #FF7F00;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
}

.indexHotCem .Item a span.Discount {
    width: 50px;
    background-color: #F94048;
    left: 80px;
}

.indexHotCem .Item a span.sell {
    width: 50px;
    background-color: #196E59;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0px;
}

.indexHotCem .Item .inf {
    width: 255px;
    margin: auto;
}

.indexHotCem .Item .tit {
    font-size: 32px;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    display: block;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.indexHotCem .Item .price {
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    color: #999;
}

.indexHotCem .Item .price strong {
    font-size: 32px;
    color: #FF4C4C;
}

.indexHotCem .Item .price span {
    float: right;
}

.indexHotCem .Item .dis {
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    padding: 10px 0;
    color: #999;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.indexHotCem .Item .addr {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    color: #666;
    background-image: url(../images/posit.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 center;
    padding-left: 20px;
}

.indexHotCem .Item .hit {
    text-align: center;
    padding-top: 10px;
}

.indexHotCem .Item .hit a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background-color: #196E59;
    border: 1px solid #196E59;
    font-size: 22px;
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}


/*------indexCemType-----*/

.indexCemType {
    width: 6.9rem;
    margin: auto;
    text-align: center;
    padding-bottom: 0.2rem;
}

.indexCemType ul li {
    display: inline-table;
    padding: 0 0.1rem;
}

.indexCemType ul li a {
    margin: auto;
    line-height: 0.56rem;
    height: 0.56rem;
    font-size: 0.21rem;
    display: block;
    background-color: #eee;
    border-radius: 0.06rem;
    font-weight: bold;
    padding: 0 0.15rem;
}

.indexCemType ul li a:hover {
    background-color: #196E59;
    color: #fff;
}


/*------indexCemTypeTit-----*/

.indexCemTypeTit {
    width: 320px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    background-color: #f5f5f5;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}

.indexCemItem {
    width: 580px;
    height: 200px;
    margin: auto;
    border: 1px solid #eee;
    font-size: 18px;
    margin: 30px auto;
}

.indexCemItem a.img {
    width: 300px;
    height: 200px;
    float: left;
    position: relative;
}

.indexCemItem a img {
    width: 300px;
    height: 200px;
}

.indexCemItem a span {
    width: 80px;
    height: 28px;
    line-height: 28px;
    background-color: #FF7F00;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
}

.indexCemItem a span.Discount {
    width: 50px;
    background-color: #F94048;
    left: 80px;
}

.indexCemItem .inf {
    width: 240px;
    float: right;
    padding-right: 20px;
}

.indexCemItem .tit {
    font-size: 30px;
    line-height: 56px;
    height: 56px;
    font-weight: bold;
}

.indexCemItem .price {
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    color: #999;
}

.indexCemItem .price strong {
    font-size: 30px;
    color: #FF4C4C;
}

.indexCemItem .price span {
    float: right;
}

.indexCemItem .dis {
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    color: #999;
    border-top: 1px solid #eee;
}

.indexCemItem .addr {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    color: #666;
    background-image: url(../images/posit.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 0 center;
    padding-left: 20px;
}


/*qaItem*/

.qaItem {
    width: 560px;
    margin: auto;
    padding-bottom: 40px;
}

.qaItem h2 {
    font-size: 24px;
    line-height: 36px;
    overflow: hidden;
    padding-bottom: 20px;
    overflow: hidden;
}

.qaItem h2 span {
    background-color: #054D75;
    color: #FFF;
    display: inline-block;
    border-radius: 10px;
    width: 36px;
    text-align: center;
    margin-right: 20px;
    font-size: 18px;
    float: left;
}

.qaItem h2 u {
    font-size: 21px;
    font-weight: normal;
    float: right;
    color: #999;
}

.qaItem .qaInfor {
    font-size: 18px;
}

.qaItem .qaInfor span {
    background-color: #f90;
    color: #FFF;
    display: inline-block;
    border-radius: 10px;
    width: 36px;
    text-align: center;
    margin-right: 20px;
    line-height: 36px;
    font-size: 18px;
    float: left;
}

.qaItem .qaInfor .qaInforc {
    font-size: 21px;
    width: 500px;
    float: left;
    line-height: 32px;
    color: #666;
}


/*------newsItem-----*/

.indexNewsType {
    width: 6.9rem;
    margin: auto;
    text-align: center;
    padding-bottom: 0.2rem;
}

.indexNewsType ul li {
    display: inline-table;
    padding: 0 0.1rem;
}

.indexNewsType ul li a {
    width: 1.8rem;
    margin: auto;
    line-height: 0.56rem;
    height: 0.56rem;
    font-size: 0.21rem;
    display: block;
    background-color: #eee;
    border-radius: 0.06rem;
    font-weight: bold;
}

.indexNewsType ul li a:hover {
    background-color: #196E59;
    color: #fff;
}


/*------indexNewsType-----*/

.indexNewsType {
    width: 580px;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}

.indexNewsType ul li {
    display: inline-table;
    padding: 0 10px;
}

.indexNewsType ul li a {
    width: 160px;
    margin: auto;
    line-height: 56px;
    height: 56px;
    font-size: 22px;
    display: block;
    background-color: #eee;
    border-radius: 6px;
    font-weight: bold;
}

.indexNewsType ul li a:hover {
    background-color: #196E59;
    color: #fff;
}


/*------newsItem-----*/

.indexNewsItem {
    width: 580px;
    height: 180px;
    margin: auto;
    padding: 30px 0;
    border-top: 1px solid #eee;
    font-size: 18px;
}

.indexNewsItem a.img {
    width: 200px;
    height: 150px;
    float: left;
}

.indexNewsItem a img {
    width: 200px;
    height: 150px;
}

.indexNewsItem .tit {
    width: 360px;
    float: right;
    font-size: 24px;
    line-height: 36px;
    height: 72px;
}

.indexNewsItem .dis {
    width: 360px;
    float: right;
    height: 64px;
    line-height: 32px;
    overflow: hidden;
    color: #999;
}

.indexNewsItem .date {
    width: 360px;
    float: right;
    color: #999;
    text-align: right;
}

.indexQA {
    width: 580px;
    margin: auto;
}

.indexQA ul {
    border-top: 1px solid #eee;
}

.indexQA ul li a {
    width: 580px;
    margin: auto;
    line-height: 72px;
    height: 72px;
    font-size: 26px;
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.indexQA ul li span {
    float: right;
    font-size: 18px;
    color: #999;
}

.indexQA ul li span strong {
    font-size: 24px;
    color: #f00;
}


/*------Process-----*/

.Process {
    width: 580px;
    margin: 0 auto;
}

.Process h1 {
    margin-top: 46px;
    margin-bottom: 23px;
    padding-bottom: 30px;
    font-size: 42px;
    line-height: 40px;
    border-bottom: #E6E6E6 solid 2px;
    color: #054D75;
    text-align: center;
}

.Process .cont {
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    padding-bottom: 30px;
}

.ProcessCon {
    width: 580px;
    margin: 0 auto 50px;
}

.ProcessCon h1 {
    margin-top: 46px;
    margin-bottom: 23px;
    padding-bottom: 30px;
    font-size: 42px;
    line-height: 40px;
    border-bottom: #E6E6E6 solid 2px;
    color: #054D75;
    text-align: center;
}

.ProcessCon .item h3 {
    padding: 30px 0;
    font-size: 26px;
    line-height: 40px;
    border-bottom: #E6E6E6 solid 1px;
    cursor: pointer;
}

.ProcessCon .item .showlist {
    background-color: #f5f5f5;
    padding: 18px;
    font-size: 26px;
    line-height: 42px;
}

.caidan {
    width: 610px;
    margin: 46px auto 46px 30px;
    font-size: 0;
}

.caidan li {
    display: inline-block;
    width: 116px;
    text-align: center;
    font-size: 24px;
}

.caidan li dt {
    width: 70px;
    height: 52px;
    padding-top: 18px;
    background: #ff6f00;
    border-radius: 50%;
    margin-left: 23px;
    margin-bottom: 5px;
}

.caidan li dt i {
    font-size: 34px;
    color: #fff;
}

.adv {
    width: 580px;
    height: 240px;
    margin: 0 auto;
    font-size: 0;
}

.adv dt {
    width: 343px;
    display: inline-block;
    margin-right: 17px;
}

.adv dt span {
    width: 343px;
    display: inline-block;
    margin-bottom: 17px;
}

.adv dd {
    width: 220px;
    display: inline-block;
}

.adv img {
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main-nav {
    width: 580px;
    padding: 10px 30px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.main-nav-list {
    float: left;
    width: 100%;
}

.main-nav-list li {
    display: inline-block;
}

.main-nav-list li a {
    display: inline-block;
    padding: 1px;
    margin-right: 40px;
    font-size: 26px;
}

.main-nav-list li.cur a {
    background: #2E5491
}

.menu_but {
    float: right;
    display: block;
    background: url(../images/mp/icon2.png) 50px no-repeat;
}

.menu_but a {
    color: #fff;
    display: block;
    width: 80px;
    padding: 1px;
    font-size: 0.95em;
    text-indent: 12px;
}

.menu_but.cur {
    background: url(../images/mp/icon3.png) 50px no-repeat;
}

.menu_down {
    display: none;
    position: absolute;
    padding-top: 6px;
    z-index: 99;
    background: url(../images/mp/icon1.png) top center no-repeat;
}

.menu_down ul {
    padding: 0 12px;
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.menu_down a {
    color: #fff;
    border-bottom: #fff solid 1px;
    width: auto;
    line-height: 2em;
    text-align: center;
    text-indent: 0;
}


/*search*/

.mod-search {
    margin: 10px;
    border: solid 1px #6391dc;
    border-radius: 2px;
    height: 1.8em;
    position: relative;
    display: none;
}

.mod-search input {
    height: 100%;
    font-size: 1em;
    width: 320px;
    border: none;
    padding-left: 10px;
}

.search-btn {
    width: 2.5em;
    height: 1.8em;
    background: url(../images/mp/search.png) #6391dc no-repeat center;
    background-size: 1.3em;
    position: absolute;
    right: 0;
    top: 0
}

.search-btn2 {
    width: 26px;
    height: 20px;
    background: url(../images/mp/search.png) #71A0EC no-repeat center;
    background-size: 1.3em;
    right: 0;
    top: 0
}

.quyu {
    border-bottom: solid 1px #E1E1E1;
    padding: 1.2em;
}

.quyu-title {
    float: left;
    width: 2.5em;
    padding-top: 2.0em;
    line-height: 1.5em;
    background: url(../images/mp/icon11.png) 8px 5px no-repeat;
    background-size: 60% 50%;
    text-align: center;
    color: #81abf1;
}

.quyu-list {
    display: inline-block;
    width: 80%;
    margin-left: 6%;
    line-height: 1.8em;
}

.quyu-list li {
    display: inline-block;
    width: 25%;
}

.jiage-title {
    float: left;
    width: 2.5em;
    padding-top: 2.1em;
    line-height: 1.5em;
    background: url(../images/mp/icon12.png) 8px 5px no-repeat;
    background-size: 60% 45%;
    text-align: center;
    color: #81abf1;
}

.jiage-list {
    display: inline-block;
    width: 80%;
    margin-left: 7%;
    line-height: 1.8em;
}

.jiage-list li {
    display: inline-block;
    width: 33%;
}


/*banner*/

.tab_wrap {
    position: relative;
    width: 580px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.tab_wrap img {
    border-radius: 6px;
}

.tab-content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tab-content div {
    width: auto;
    height: 100%;
    display: none;
}

.tab-content div.tab-pannel {
    display: block;
}

.tab-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    z-index: 9;
    display: none;
}

.tab-nav li {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    display: none;
}

.tab-nav li a {
    display: block;
    line-height: 30px;
    color: #FFF;
    text-indent: 10px;
}

.tab-nav li.current {
    background-color: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    display: block;
}

.tab-num {
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 60px;
    height: 30px;
    z-index: 99;
}

.tab-num li {
    width: 8px;
    height: 8px;
    background: #fff;
    float: left;
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 10px;
}

.tab-num li.current {
    width: 16px;
    background: #ff7a32;
}

.hotmudi {
    border: #ccc solid 1px;
    height: 30px;
    width: 95%;
    margin: 2%;
}

.hotmudi li {
    width: 33%;
    display: inline-block;
    line-height: 30px;
    border-left: #ccc solid 1px;
    text-align: center;
    position: relative;
}

.hotmudi li.first {
    border: 0;
}

.hotmudi li i {
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url(../images/mp/icon7.png);
    position: absolute;
    left: 49%;
    top: 30px;
    display: none;
}

.hotmudi li.cur {
    background: #6391DC;
    color: #fff;
}

.hotmudi li.cur i {
    display: block;
}

.indexmudi a {
    width: 580px;
    margin: 23px 30px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
}

.img_box {
    float: left;
    width: 186px;
    position: relative;
}

.img_box img {
    width: 186px;
    height: 140px;
    display: block;
    border-radius: 6px;
}

.img_box span {
    width: 58px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    font-size: 19px;
    color: #fff;
    background: #ff6501;
    border-radius: 0 17px 17px 0;
    text-align: center;
    margin-top: 15px;
}

.img_box2 {
    margin-left: 16px;
    width: 378px;
    float: left;
    overflow: hidden;
}

.img_box2 p {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    word-break: break-all
}

.img_box2 p.tit {
    font-size: 28px;
}

.img_box2 p.tit b {
    font-weight: normal;
}

.img_box2 p.decs {
    color: #999;
    font-size: 20px;
}

.img_box2 p.spec {
    display: inline-block;
    width: auto;
    max-width: 98%;
    overflow: hidden;
    background: #e5efff;
    border-radius: 3px;
    color: #297cff;
    padding: 3px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img_box2 span {
    color: #f60;
}

.moremudi {
    width: 580px;
    margin: 46px auto;
    display: block;
    text-align: center;
    background: #f5f5f5;
    border-radius: 6px
}

.moremudi a {
    width: 580px;
    text-align: center;
    display: block;
    line-height: 80px;
    font-size: 26px;
}

.moremudi img {
    border-radius: 6px;
}

.xinwen_tit {
    width: 580px;
    margin: 0 auto;
    margin-top: 46px;
    margin-bottom: 23px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
    border-bottom: #E6E6E6 solid 2px;
}

.xinwen_tit a {
    float: right;
    font-size: 24px;
    color: #4d4d4d;
}

.xinwen_list {
    width: 580px;
    margin: 23px auto;
}

.xinwen_list img {
    border-radius: 6px;
}

.xinwen_list li {
    margin-bottom: 10px;
    padding-bottom: 46px;
    margin-bottom: 46px;
    border-bottom: #e6e6e6 solid 2px;
    font-size: 24px;
}

.xinwen_list li dt {
    float: left;
    width: 65%;
}

.xinwen_list li span {
    font-size: 28px;
}

.xinwen_list li p {
    font-size: 22px;
    color: #999;
    line-height: 40px;
}

.xinwen_list li dt div {
    font-size: 18px;
    color: #ff8000;
    padding-top: 5px;
    margin-top: 14px;
}

.xinwen_list li dt div span {
    font-size: 18px;
    margin-right: 13px;
    display: inline-block;
    background: #e5efff;
    color: #297cff;
    padding: 5px 15px;
    border-radius: 2px;
}

.xinwen_list li dd {
    float: right;
    width: 30%;
}

.xinwen_list li .showlist p {
    color: #333;
    font-size: 24px;
}

.xinwen_type {
    width: 640px;
    height: 60px;
    margin: 0 auto;
    padding-bottom: 26px;
    padding-top: 20px;
    border-bottom: #e6e6e6 solid 2px;
    overflow: auto;
    overflow-y: hidden;
    position: fixed;
    background: #fff;
    top: 76px;
}

.xinwen_type ul {
    display: block;
    width: 1350px;
    height: 60px;
    overflow: hidden;
}

.xinwen_type li {
    display: inline-block;
    line-height: 60px;
    background: #e5efff;
    border-radius: 6px;
    padding: 0 24px;
    float: left;
    margin-left: 30px;
    font-size: 28px;
}

.xinwen_type li a {
    color: #3b87ff;
}

.xinwen_type li.cur {
    background: #3b87ff;
}

.xinwen_type li.cur a {
    color: #fff;
}

.news_con_txt p {
    margin: 10px auto;
}

.friends {
    width: 627px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 0;
    margin-left: 13px;
}

.friends li {
    width: 180px;
    display: inline-block;
    padding: 15px 0;
    border: #E6E6E6 solid 1px;
    font-size: 24px;
    border-radius: 6px;
    margin-left: 17px;
    margin-bottom: 24px;
    text-align: center;
}

.friends li a {
    display: block;
}

.copyright {
    font-size: 22px;
    color: #b5b5b5;
}

#GB_BIG {
    color: #b5b5b5;
}

#GB_BIG .cur {
    color: #333;
    font-style: normal;
}

.botel {
    width: 50px;
    position: fixed;
    bottom: 30%;
    left: 10px;
    z-index: 999;
}

.spotimg {
    background-color: #ddd;
    width: 580px;
    height: 260px;
    box-sizing: border-box;
    background-size: cover;
    -webkit-background-size: cover;
    display: block;
    background-position: center top;
    border-radius: 6px;
}