* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #222;
}
.nav_mobile{display: none;}
.linyuan1200>h5{display: none;}
.linyuan_content>a{display: none;}
.shengtai_list_mobile{display: none;}

.clear {
    width: 100%;
    clear: both;
}

.index_pics {
    max-width: 1920px;
    min-width: 1200px;
    height: 380px;
    margin: 0px auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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-slide>img {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-button-next,
.swiper-button-prev {
    top: 52%;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-slide {
    background-size: 100% 100%;
    background-position: center center;
    transition: background-size 0.5s;
}

.swiper-slide:hover {
    background-size: 110% 110%;
}

.top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
}

.top1200 {
    width: 1200px;
    margin: 0px auto;
}

.top1200>ul {
    line-height: 14px;
    height: 14px;
    padding-top: 11px;
}

.top1200>ul>li:first-child {
    float: left;
    font-size: 13px;
}

.top1200>ul>li:not(:first-child) {
    float: right;
    font-size: 13px;
    width: 80px;
    text-align: center;
    border-right: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}

.top1200>ul>li:not(:first-child)>div {
    display: none;
    position: absolute;
    background-color: #f00;
    width: 100px;
    height: 120px;
    left: -10px;
    top: 25px;
    transition: opacity 0.5s ease;
    z-index: 9999;
}
.top1200>ul>li:not(:first-child)>div>img{
    width: 100%;
    height: 100%;
}

.top1200>ul>li:not(:first-child):hover>div {
    display: block;
}

.head {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.head1200 {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    margin: 0px auto;
}

.head1200>a {
    height: 80px;
    float: left;
}

.head1200 .logo {
    margin-top: 5px;
    height: 60px;
    width: 200px;
}

.head1200>.location {
    font-size: 16px;
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.head1200>.location>i {
    color: #fb7c14;
    font-size: 16px;
}

.head1200>.location>ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 60px;
    border: 1px solid #ccc;
    background-color: #eee;
    z-index: 9999;
    width: 200px;
    height: auto;
    transition: all 0.5s ease;
}

.head1200>.location>ul>li {
    float: left;
    line-height: 30px;
    padding: 0px 10px;
    margin-right: 12px;
}

.head1200>.location>ul>li>a {}

.head1200>.location>ul>li>a.now {
    color: #fb7c14;
}

.head1200>.location:hover>ul {
    display: block;
}

.head1200>.nav {
    float: left;
    margin-left: 0px;
    height: 70px;
}

.head1200>.nav>li {
    float: left;
    text-align: center;
}

.head1200>.nav>li>a {
    display: block;
    --padding: 0px 15px;
    width: 88px;
    height: 100%;
    font-size: 16px;
}

.head1200>.nav>li>a:hover,
.head1200>.nav>li>a.now {
    color: #ff8f00;
}

.head1200>.nav>li>a>i {
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.head1200>.nav>li>a:hover>i {
    transform: rotate(180deg);
    color: #ff8f00;
}

.head1200>.nav>li.more {
    position: relative;
}

.head1200>.nav>li.more>ul {
    display: none;
    background-color: #fff;
    width: 124px;
    position: absolute;
    left: -15px;
    top: 70px;
    z-index: 9999;
}

.head1200>.nav>li.more>ul>li {
    line-height: 50px;
}

.head1200>.nav>li.more>ul>li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

.head1200>.nav>li.more>ul>li>a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
}

.head1200>.nav>li.more>ul>li>a:hover {
    color: #ff8f00;
}

.head1200>.nav>li.more:hover>ul {
    display: block;
}

.search {
    display: block;
    float: left;
    width: 174px;
    margin-top: 22px;
}

.search>input[type=text] {
    float: left;
    outline: none;
    border: 2px solid #ff8f00;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 30px;
    width: 120px;
    padding: 0px 5px;
}

.search>button[type=submit] {
    cursor: pointer;
    float: left;
    outline: none;
    border: 2px solid #ff8f00;
    background-color: #ff8f00;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 34px;
    width: 40px;
}

.search>button[type=submit]>span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
}

.search>button[type=submit]>span>i {
    color: #fff;
    font-size: 18px;
}

.hot_tel {
    float: right;
    height: 100%;
    width: 200px;
}

.hot_tel>div {
    float: left;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    background-color: #ff8f00;
}

.hot_tel>div>span {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 2px;
    line-height: 40px;
}

.hot_tel>div>span>i {
    color: #fff;
    font-size: 36px;
    margin-left: 13px;
}

.hot_tel>div>span>i::before {
    /* margin-top: -10px; */
}

.hot_tel>span {
    float: left;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 5px;
}

.hot_tel>strong {
    float: left;
    line-height: 22px;
    color: #ff8f00;
    font-size: 22px;
    margin-left: 5px;
}

.nav_linyuan {
    width: 100%;
    height: 100px;
    background-color: #f00;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
}

.head1200>.nav>li:hover>.nav_linyuan {
    display: block;
}

.nav_linyuan1200 {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    background-color: aquamarine;
}

.index_linyuan {
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
}

.linyuan1200 {
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
}

.linyuan1200>h3 {
    width: 200px;
    margin: 0px auto;
    font-size: 32px;
    text-align: center;
    position: relative;
}

.linyuan1200>h3::before {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    left: 100%;
    top: 49%;
}

.linyuan1200>h3::after {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    right: 100%;
    top: 49%;
}

.linyuan1200>h4 {
    margin: 0px auto;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
}

.linyuan_tab {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.linyuan_tab>li {
    width: 120px;
    line-height: 32px;
}

.linyuan_tab>li>a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
}

.linyuan_tab>li:not(:last-child)>a {
    border-right: 0px;
}

.linyuan_tab>li:first-child>a {
    border-radius: 10px 0px 0px 10px;
}

.linyuan_tab>li:last-child>a {
    border-radius: 0px 10px 10px 0px;
}

.linyuan_tab>li>a.now {
    color: #ff8f00;
}

.linyuan_content {
    width: 100%;
    margin-top: 30px;
    min-height: 310px;
    max-height: 620px;
}

.linyuan_content>li {
    float: left;
    width: 280px;
    height: 330px;
    border: 1px solid #ddd;
    margin-right: 24px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.linyuan_content>li:hover {
    border: 1px solid #ff8f00;
}

.linyuan_content>li>div.img {
    width: 100%;
    height: 210px;
    position: relative;
    ;
    overflow: hidden;
}

.linyuan_content>li>div.img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
}

.linyuan_content>li>div.img:hover img {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
}

.linyuan_content>li:nth-of-type(4),
.linyuan_content>li:nth-of-type(8) {
    margin-right: 0px;
}

.linyuan_content>li>h3 {
    font-size: 16px;
    line-height: 36px;
    margin-left: 20px;
}

.linyuan_content>li>p {
    color: #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.linyuan_content>li>p.mobile{
    display: none;
}

.linyuan_content>li>.other {
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
}

.linyuan_content>li>.other>span {
    color: #f00;
    float: left;
}

.linyuan_content>li>.other>span>i {
    font-style: normal;
    color: #999;
}

.linyuan_content>li>.other>i {
    float: right;
    ;
    color: #999;
}

.shengtai {
    width: 100%;
    background-color: #efefef;
    ma
}

.shengtai1200 {
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
}

.shengtai1200>h3 {
    width: 200px;
    margin: 0px auto;
    font-size: 32px;
    text-align: center;
    position: relative;
}

.shengtai1200>h3::before {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    left: 100%;
    top: 49%;
}

.shengtai1200>h3::after {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    right: 100%;
    top: 49%;
}

.shengtai1200>h4 {
    margin: 0px auto;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
}

.shengtai_list {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.shengtai_item {
    display: block;
}

.shengtai_item>h3 {
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}

.shengtai_item>h4 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.shengtai_item>a {
    display: block;
    width: 108px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 10px auto;
}

.fuwu {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    padding-bottom: 30px;
}

.fuwu1200 {
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
}

.fuwu1200>h3 {
    width: 200px;
    margin: 0px auto;
    font-size: 32px;
    text-align: center;
    position: relative;
}

.fuwu1200>h3::before {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    left: 100%;
    top: 49%;
}

.fuwu1200>h3::after {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    right: 100%;
    top: 49%;
}

.fuwu1200>h4 {
    margin: 0px auto;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
}

.fuwu1200>ul {
    display: flex;
    width: 100%;
    height: 210px;
    margin-top: 20px;
    position: relative;
}

.fuwu1200>ul::after {
    content: ' ';
    width: 1080px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 160px;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

.fuwu1200>ul>li {
    flex-grow: 1;
    text-align: center;
    position: relative;
}

.fuwu1200>ul>li>i {
    font-size: 50px;
}

.fuwu1200>ul>li:nth-child(1)>i {
    color: #f45b60;
}

.fuwu1200>ul>li:nth-child(2)>i {
    color: #1aa2dc;
}

.fuwu1200>ul>li:nth-child(3)>i {
    color: #fb7c14;
}

.fuwu1200>ul>li:nth-child(4)>i {
    color: #6b4ced;
}

.fuwu1200>ul>li:nth-child(5)>i {
    color: #6cab1e;
}

.fuwu1200>ul>li:nth-child(6)>i {
    color: #17c9bb;
}

.fuwu1200>ul>li:nth-child(7)>i {
    color: #e50c29;
}

.fuwu1200>ul>li>h3 {
    color: #333;
    line-height: 40px;
    font-size: 16px;
}

.fuwu1200>ul>li>h4 {
    color: #666;
    line-height: 30px;
}

.fuwu1200>ul>li>span {
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 34px;
    border: 1px solid #ccc;
    margin-top: 20px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}

.fuwu1200>ul>li:hover>span {
    background-color: #ff8f00;
    color: #fff;
}

.fuwu1200>ul>li:nth-child(1):hover>span {
    background-color: #f45b60;
}

.fuwu1200>ul>li:nth-child(2):hover>span {
    background-color: #1aa2dc;
}

.fuwu1200>ul>li:nth-child(3):hover>span {
    background-color: #fb7c14;
}

.fuwu1200>ul>li:nth-child(4):hover>span {
    background-color: #6b4ced;
}

.fuwu1200>ul>li:nth-child(5):hover>span {
    background-color: #6cab1e;
}

.fuwu1200>ul>li:nth-child(6):hover>span {
    background-color: #17c9bb;
}

.fuwu1200>ul>li:nth-child(7):hover>span {
    background-color: #e50c29;
}

.footer {}

.info {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    background-color: #ff8f00;
    background-image: url('../img/info_bg.png');
}

.info1200 {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}

.info_left {
    float: left;
    width: 229px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-top: 15px;
    font-family: "楷体";
    font-size: 24px;
    color: #fff;
    border-right: 1px solid #fff;
}

.info_right {
    float: right;
    width: 199px;
    height: 90px;
    margin-top: 15px;
    border-left: 1px solid #fff;
}

.info_right>i {
    width: 40px;
    height: 40px;
    float: left;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
    margin-top: 25px;
    margin-right: 10px;
}

.info_right>h4 {
    float: left;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
}

.info_right>h5 {
    float: left;
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
}

.info1200>ul {
    float: left;
    width: 770px;
}

.info1200>ul>li {
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 24px;
}

.info1200>ul>li>i {
    color: #ff8f00;
    background-color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}

.info1200>ul>li>h4 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.info1200>ul>li>p {
    color: #fff;
    line-height: 20px;
}

.info_bottom {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}

.info_bottom1200 {
    width: 1200px;
    height: 60px;
    margin: 0px auto;
}

.info_bottom_left {
    float: left;
    width: 229px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 22px;
    color: #ff8f00;
}

.info_bottom_right {
    float: right;
    width: 199px;
    height: 60px;
}

.info_bottom_right>h4 {
    float: left;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../img/24hours.png);
    background-size: 100% 100%;
}

.info_bottom_right>h5 {
    float: left;
    margin-top: 10px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
}

.info_bottom1200>ul {
    float: left;
    width: 770px;
}

.info_bottom1200>ul>li {
    float: left;
    width: 25%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.info_bottom1200>ul>li>h4 {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 10px;
    background-image: url(../img/gou.png);
    background-size: 100% 100%;
    float: left;
}

.info_bottom1200>ul>li>p {
    color: #ddd;
    float: left;
    line-height: 60px;
}

.about {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #333;
}

.about1200 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
}

.about1200>li {
    float: left;
    margin-right: 20px;
}

.about1200>li>a {
    color: #ddd;
}

.about1200>li>a:hover {
    color: #ed5609;
}

.links {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #333;
}

.links1200 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
}

.links1200>h4 {
    float: left;
    color: #ddd;
    margin-right: 20px;
}

.links1200>li {
    float: left;
    margin-right: 20px;
}

.links1200>li>a {
    color: #ddd;
}

.links1200>li>a:hover {
    color: #ed5609;
}

.hezuo {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #333;
}

.hezuo1200 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
}

.hezuo1200>li {
    float: left;
    color: #ddd;
}

.hezuo1200>li:nth-child(2) {
    margin: 0px 30px;
}

.copyright {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #333;
    margin-bottom: 60px;
}

.copyright1200 {
    width: 1200px;
    height: 100%;
    line-height: 40px;
    margin: 0px auto;
    color: #ddd;
    font-size: 14px;
}

.copyright1200>span {
    float: left;
    color: #ddd;
}

.copyright1200>a {
    float: right;
    color: #ddd;
    margin-right: 10px;
}

.baike_index {
    width: 100%;
    min-width: 1200px;
    background-color: #efefef;
}

.baike1200 {
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
}

.baike1200>h3 {
    width: 200px;
    margin: 0px auto;
    font-size: 32px;
    text-align: center;
    position: relative;
}

.baike1200>h3::before {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    left: 100%;
    top: 49%;
}

.baike1200>h3::after {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    right: 100%;
    top: 49%;
}

.baike1200>h4 {
    margin: 0px auto;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
}

.baike1200>ul {
    width: 1200px;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.baike1200>ul>li {
    display: block;
    margin-right: 16px;
    border: 1px solid #ddd;
    flex: 1;
    margin-left: -1px;
    text-align: center;
}

.baike1200>ul>li:last-child {
    margin-right: 0px;
}

.baike1200>ul>li:first-child {
    margin-left: 0;
}

.baike1200>ul>li>a {
    display: block;
    width: 100%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.9);
}

.baike1200>ul>li>a>i {
    padding-top: 20px;
    font-size: 44px;
    float: left;
    width: 100%;
    height: 50px;
}

.baike1200>ul>li>a>h3 {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
}

.baike1200>ul>li:hover {
    box-shadow: 0px 10px 10px #999;
}

.baike1200>ul>li:nth-child(1) {
    background-image: url(../img/baike_index_bg1.jpg);
}

.baike1200>ul>li:nth-child(2) {
    background-image: url(../img/baike_index_bg2.jpg);
}

.baike1200>ul>li:nth-child(3) {
    background-image: url(../img/baike_index_bg3.jpg);
}

.baike1200>ul>li:nth-child(4) {
    background-image: url(../img/baike_index_bg4.jpg);
}

.baike1200>ul>li:nth-child(1):hover>a {
    background-image: url(../img/baike_index_bg1.jpg);
}

.baike1200>ul>li:nth-child(2):hover>a {
    background-image: url(../img/baike_index_bg2.jpg);
}

.baike1200>ul>li:nth-child(3):hover>a {
    background-image: url(../img/baike_index_bg3.jpg);
}

.baike1200>ul>li:nth-child(4):hover>a {
    background-image: url(../img/baike_index_bg4.jpg);
}

.baike1200>ul>li:hover>a>i,
.baike1200>ul>li:hover>a>h3 {
    color: #fff;
}

.baike1200>ul>li>ul {
    text-align: left;
    padding: 10px;
    background-color: #fff;
    min-height: 234px;
}

.baike1200>ul>li>ul>li {
    line-height: 38px;
    height: 38px;
    text-indent: 12px;
    background-image: url(../img/baike-dot.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    overflow: hidden;
}

.baike1200>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px dashed #ddd;
}

.baike1200>ul>li>ul>li>a {
    font-size: 15px;
}

.baike1200>ul>li>ul>li>a:hover {
    color: #ed5609;
}

.muqing {
    width: 100%;
    background-color: #fff;
}

.muqing1200 {
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
}

.muqing1200>h3 {
    width: 200px;
    margin: 0px auto;
    font-size: 32px;
    text-align: center;
    position: relative;
}

.muqing1200>h3::before {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    left: 100%;
    top: 49%;
}

.muqing1200>h3::after {
    content: ' ';
    width: 50px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    right: 100%;
    top: 49%;
}

.muqing1200>h4 {
    margin: 0px auto;
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
}

.muqing1200>ul {
    width: 1200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.muqing1200>ul>li {
    width: calc((100% - 40px) / 3);
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: left;
    padding: 10px;
}

.muqing1200>ul>li:hover {
    box-shadow: 0px 0px 10px #999;
}

.muqing1200>ul>li:not(:last-child) {
    margin-right: 20px;
}

.muqing1200>ul>li>h3 {
    line-height: 40px;
}

.muqing1200>ul>li>h3>a {
    font-size: 20px;
}

.muqing1200>ul>li>h3>a:hover {
    color: #fb7c14;
}

.muqing1200>ul>li>ul {}

.muqing1200>ul>li>ul>li {
    height: 70px;
    transition: all 0.5s;
}

.muqing1200>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.muqing1200>ul>li>ul>li img {
    width: 120px;
    height: 67px;
    float: left;
    margin-right: 10px;
    opacity: 0.7;
}

.muqing1200>ul>li>ul>li h4 {
    width: 230px;
    font-size: 14px;
    line-height: 20px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.muqing1200>ul>li>ul>li p {
    float: left;
    width: 230px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.muqing1200>ul>li>ul>li:hover h4,
.muqing1200>ul>li>ul>li:hover p {
    color: #ed5609;
}

.muqing1200>ul>li>ul>li:hover img {
    opacity: 1;
}


/*陵园公墓*/

.linyuan {
    width: 1200px;
    min-height: 100px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
}

.linyuan_list {
    width: 930px;
    float: left;
}

.linyuan_other {
    width: 240px;
    float: right;
}

.linyuan_list_ul {}

.linyuan_list_ul>li {
    width: 888px;
    height: 230px;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.linyuan_list_ul>li>a>div.cover {
    width: 210px;
    height: 160px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.linyuan_list_ul>li>a>div.cover>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.linyuan_list_ul>li>a>div.cover:hover>img {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -10%;
}

.linyuan_list_ul>li>a>h3 {
    width: 430px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 20px;
    margin: 5px 0px;
}

.linyuan_list_ul>li>span {
    width: 430px;
    line-height: 26px;
    float: left;
    display: inline-block;
    font-size: 14px;
}

.linyuan_list_ul>li>p {
    width: 430px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}

.linyuan_list_ul>li>p>span {
    margin-right: 10px;
}

.linyuan_list_ul>li>h4 {
    float: right;
    margin-top: 20px;
    color: #f00;
    font-size: 28px;
}

.linyuan_list_ul>li>h4>span {
    font-weight: normal;
}

.linyuan_list_ul>li>div.line {
    width: 100%;
    clear: both;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}

.linyuan_list_ul>li>div.youhui {
    margin-top: 10px;
}

.linyuan_list_ul>li>div.youhui>h5 {
    float: left;
    background-color: #fb7c14;
    color: #fff;
    padding: 10px 10px;
    margin-right: 20px;
}

.linyuan_list_ul>li>div.youhui>p {
    float: left;
    line-height: 24px;
    color: #333;
}

.linyuan_list_page {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.linyuan_list_page>li {
    float: left;
    margin-right: 8px;
}

.linyuan_list_page>li>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    min-width: 18px;
    background-color: #fff;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.linyuan_list_page>li>a:hover,
.linyuan_list_page>li>a.active {
    background-color: #fb7c14;
    color: #fff;
}

.linyuan_list_page>li>a.disabled {
    background-color: #fff;
    color: #222;
}

.linyuan_city {
    width: 928px;
    border: 1px solid #ccc;
    min-height: 48px;
    margin-bottom: 20px;
}

.linyuan_city>h4 {
    background-color: #eee;
    width: 100px;
    text-align: center;
    height: 100%;
    float: left;
    min-height: 48px;
    line-height: 48px;
}

.linyuan_city>li {
    float: left;
    width: 90px;
    line-height: 48px;
    text-align: center;
}

.linyuan_city>li>a {}

.linyuan_city>li>a.now {
    color: #fb7c14;
}

.linyuan_list_order {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.linyuan_list_order>li {
    float: left;
    line-height: 30px;
    margin-left: 20px;
}

.linyuan_list_order>li>a {}

.linyuan_list_order>li>a.now {
    color: #ff8f00;
}


/*生态*/

.shengtai {
    width: 100%;
    min-width: 1200px;
    min-height: 100px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    background-color: #efefef;
}

.shengtai_cata {
    background-color: #fff;
    padding-top: 0px;
    margin-top:20px ;
}

.shengtai_cata>.shengtai1200 {
    padding-top: 0px;
}

.shengtai_list_ul {
    width: 100%;
}

.shengtai_list_ul>li {
    width: calc(100% - 42px);
}

.shengtai_list_ul>li>span {
    width: 650px;
}

.shengtai_list_ul>li>p {
    width: 650px;
}

.shengtai_top {
    width: 100%;
    height: 250px;
    background-image: url(../img/shengtai_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.shengtai_top>h3 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 30px 0px;
}

.shengtai_biaoqian {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.shengtai_biaoqian>li {
    width: 120px;
    line-height: 32px;
}

.shengtai_biaoqian>li>a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: #fff;
}

.shengtai_biaoqian>li:not(:last-child)>a {
    border-right: 0px;
}

.shengtai_biaoqian>li:first-child>a {
    border-radius: 10px 0px 0px 10px;
}

.shengtai_biaoqian>li:last-child>a {
    border-radius: 0px 10px 10px 0px;
}

.shengtai_biaoqian>li>a.now {
    color: #fff;
    background-color: #ff8f00;
}


/*百科*/

.baike_top {
    width: 100%;
    height: 250px;
    background-image: url(../img/baike_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.baike_top>h3 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 30px 0px;
}

.baike_top>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.baike_top>ul>li {
    width: 120px;
    height: 40px;
    margin-right: 5px;
}

.baike_top>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
}

.baike_top>ul>li>a.now {
    color: #fff;
    background-color: #ff8f00;
}

.baike {
    width: 1200px;
    min-height: 100px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    background-color: #fff;
}

.baike_list {
    width: 930px;
    float: left;
}

.baike_other {
    width: 240px;
    float: right;
}

.baike_list_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.baike_list_ul>li {
    width: 420px;
    height: 110px;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.baike_list_ul>li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.baike_list_ul>li>a>h3 {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    width: 100%;
    overflow: hidden;
}

.baike_list_ul>li:hover>a>h3 {
    color: #fb7c14;
}

.baike_list_ul>li>a>p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    /* 结合 WebKit 内核的特性来实现多行文本截断 */
    -webkit-box-orient: vertical;
    /* 子元素垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为 2 行 */
}

.baike_list_ul>li>div>i {
    color: #999;
    margin-right: 20px;
    margin-top: 10px;
}

.baike_list_ul>li>a>div.cover {
    width: 210px;
    height: 160px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.baike_list_ul>li>a>div.cover>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.baike_list_ul>li>a>div.cover:hover>img {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -10%;
}

.baike_list_ul>li>span {
    width: 430px;
    line-height: 26px;
    float: left;
    display: inline-block;
    font-size: 14px;
}

.baike_list_ul>li>p {
    width: 430px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}

.baike_list_ul>li>p>span {
    margin-right: 10px;
}

.baike_list_ul>li>h4 {
    float: right;
    margin-top: 20px;
    color: #f00;
    font-size: 28px;
}

.baike_list_ul>li>h4>span {
    font-weight: normal;
}

.baike_list_ul>li>div.line {
    width: 100%;
    clear: both;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}

.baike_list_page {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.baike_list_page>li {
    float: left;
    margin-right: 8px;
}

.baike_list_page>li>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    min-width: 18px;
    background-color: #fff;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.baike_list_page>li>a:hover,
.baike_list_page>li>a.active {
    background-color: #fb7c14;
    color: #fff;
}

.baike_list_page>li>a.disabled {
    background-color: #fff;
    color: #222;
}

.baike_city {
    width: 928px;
    border: 1px solid #ccc;
    min-height: 48px;
    margin-bottom: 20px;
}

.baike_city>h4 {
    background-color: #eee;
    width: 100px;
    text-align: center;
    height: 100%;
    float: left;
    min-height: 48px;
    line-height: 48px;
}

.baike_city>li {
    float: left;
    width: 90px;
    line-height: 48px;
    text-align: center;
}

.baike_city>li>a {}

.baike_city>li>a.now {
    color: #fb7c14;
}

.baike_list_order {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.baike_list_order>li {
    float: left;
    line-height: 30px;
    margin-left: 20px;
}

.baike_list_order>li>a {}

.baike_list_order>li>a.now {
    color: #ff8f00;
}

.baike_detail_top {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
}

.baike_detail_top>ul {}

.baike_detail_top>ul>li {
    float: left;
    color: #999;
    margin-left: 5px;
}

.baike_detail_top>ul>li>a {
    color: #999;
}

.baike_detail_top>ul>li>a:hover {}

.baike_detail {
    width: 928px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 20px;
}

.baike_detail>h3 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 20px;
}

.baike_detail>.baike_detail_extra {
    text-align: center;
    border-bottom: 1px dashed #666;
    padding: 0px 0px 10px 0px;
    margin: 0px 30px;
}

.baike_detail>.baike_detail_extra>i {
    color: #666;
    margin-right: 20px;
}

.baike_detail>.baike_detail_content {
    padding: 30px;
    text-align: justify;
}

.prev_next {}

.prev_next>li {
    height: 30px;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.prev_next>li>h5 {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #ff8f00;
    margin-right: 20px;
}

.prev_next>li>a {
    float: left;
    line-height: 30px;
}

.prev_next>li>a:hover {
    color: #fb7c14;
}


/* 墓情 */

.muqing_top {
    width: 100%;
    height: 250px;
    background-image: url(../img/muqing_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.muqing_top>h3 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 30px 0px;
}

.muqing_top>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.muqing_top>ul>li {
    width: 120px;
    height: 40px;
    margin-right: 5px;
}

.muqing_top>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
}

.muqing_top>ul>li>a.now {
    color: #fff;
    background-color: #ff8f00;
}

.muqing_list {
    width: 100%;
}

.muqing_cata {
    width: 1198px;
    border: 1px solid #ccc;
    min-height: 48px;
    margin-bottom: 20px;
}

.muqing_cata>h4 {
    background-color: #eee;
    width: 100px;
    text-align: center;
    height: 100%;
    float: left;
    min-height: 48px;
    line-height: 48px;
}

.muqing_cata>li {
    float: left;
    width: 90px;
    line-height: 48px;
    text-align: center;
}

.muqing_cata>li>a {}

.muqing_cata>li>a.now {
    color: #fb7c14;
}

.muqing_list_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.muqing_list_ul>li {
    width: 570px;
    height: 110px;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.muqing_list_ul>li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.muqing_list_ul>li>a>h3 {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    width: 370px;
    overflow: hidden;
    float: left;
}

.muqing_list_ul>li:hover>a>h3 {
    color: #fb7c14;
}

.muqing_list_ul>li>a>p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    width: 370px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    /* 结合 WebKit 内核的特性来实现多行文本截断 */
    -webkit-box-orient: vertical;
    /* 子元素垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为 2 行 */
}

.muqing_list_ul>li>div>i {
    color: #999;
    margin-right: 20px;
    margin-top: 10px;
}

.muqing_list_ul>li>div.cover {
    width: 180px;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.muqing_list_ul>li>div.cover img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.muqing_list_ul>li>div.cover:hover img {
    width: 110%;
    height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}

.muqing_list_ul>li>span {
    width: 230px;
    line-height: 26px;
    float: left;
    display: inline-block;
    font-size: 14px;
}

.muqing_list_ul>li>p {
    width: 430px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}

.muqing_list_ul>li>p>span {
    margin-right: 10px;
}

.muqing_list_ul>li>h4 {
    float: right;
    margin-top: 20px;
    color: #f00;
    font-size: 28px;
}

.muqing_list_ul>li>h4>span {
    font-weight: normal;
}

.muqing_list_ul>li>div.line {
    width: 100%;
    clear: both;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}


/**关于 */

.about_left {
    float: left;
    width: 240px;
    border: 1px solid #ccc;
}

.about_left>ul {}

.about_left>ul>li {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.about_left>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 20px;
    font-size: 20px;
}

.about_left>ul>li:not(:last-child)>a {
    border-bottom: 1px solid #ccc;
}

.about_left>ul>li>a:hover,
.about_left>ul>li>a.active {
    background-color: #fb7c14;
    color: #fff;
}

.jiri {
    width: 1200px;
    min-height: 100px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    background-color: #fff;
}

/* 服务 */

.fuwu_top {
    width: 100%;
    height: 250px;
    background-image: url(../img/fuwu_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.fuwu_top>h3 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 30px 0px;
}

.fuwu_list {
    width: 100%;
}

.fuwu_cata {
    width: 1198px;
    border: 1px solid #ccc;
    min-height: 48px;
    margin-bottom: 20px;
}

.fuwu_cata>h4 {
    background-color: #eee;
    width: 100px;
    text-align: center;
    height: 100%;
    float: left;
    min-height: 48px;
    line-height: 48px;
}

.fuwu_cata>li {
    float: left;
    width: 90px;
    line-height: 48px;
    text-align: center;
}

.fuwu_cata>li>a {}

.fuwu_cata>li>a.now {
    color: #fb7c14;
}

.fuwu_list_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.fuwu_list_ul>li {
    width: 570px;
    height: 110px;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.fuwu_list_ul>li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.fuwu_list_ul>li>a>h3 {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    width: 370px;
    overflow: hidden;
    float: left;
}

.fuwu_list_ul>li:hover>a>h3 {
    color: #fb7c14;
}

.fuwu_list_ul>li>a>p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    width: 370px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    /* 结合 WebKit 内核的特性来实现多行文本截断 */
    -webkit-box-orient: vertical;
    /* 子元素垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数为 2 行 */
}

.fuwu_list_ul>li>div>i {
    color: #999;
    margin-right: 20px;
    margin-top: 10px;
}

.fuwu_list_ul>li>div.cover {
    width: 180px;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.fuwu_list_ul>li>div.cover img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.fuwu_list_ul>li>div.cover:hover img {
    width: 110%;
    height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}

.fuwu_list_ul>li>span {
    width: 230px;
    line-height: 26px;
    float: left;
    display: inline-block;
    font-size: 14px;
}

.fuwu_list_ul>li>p {
    width: 430px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}

.fuwu_list_ul>li>p>span {
    margin-right: 10px;
}

.fuwu_list_ul>li>h4 {
    float: right;
    margin-top: 20px;
    color: #f00;
    font-size: 28px;
}

.fuwu_list_ul>li>h4>span {
    font-weight: normal;
}

.fuwu_list_ul>li>div.line {
    width: 100%;
    clear: both;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
}



