:root {
    --activeColor: #086cbb;
    --border-color: #c0c0c0;
}

.wraper {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}

.container1 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}

.transition {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.transition1 {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

a.white:hover {
    color: #fff;
}


/* 头部导航 */

@media screen and (min-width:1501px) {
    header {
        left: calc(50% - 750px);
    }
}

@media screen and (max-width:1500px) {
    header {
        left: 0;
    }
}

header {
    width: 100%;
    max-width: 1500px;
    padding: .3rem .2rem .3rem;
    background-color: #fdfefe;
    z-index: 1000;
}

#app header {
    position: relative;
}


/* s-nav */

header .container {
    text-align: left !important;
}

.logo_box {
    width: 20%;
    height: auto;
}

.logo_box a {
    display: block;
}

.logo_box a img {
    max-width: 100%;
}

.top_right {
    width: 50%;
    display: inline-block;
    vertical-align: baseline;
    margin-top: .2rem;
}

.nav {
    width: 100%;
    height: 44px;
    margin: 0 auto;
}

.nav_ul {
    width: 100%;
}

.nav_item {
    position: relative;
    text-align: center;
}

.nav_item:after {
    content: "/";
    position: absolute;
    right: 0;
    top: .03rem;
}

.nav_item:last-child:after {
    content: "";
}

.nav_item>a {
    position: relative;
    font-size: .17rem;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav_item>a:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    content: "";
    width: 0;
    height: 2px;
    background-color: #086cbb;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav_item>a>i {
    display: block;
    position: absolute;
    left: -2%;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.menu_open {
    display: none;
}

@media screen and (min-width:1001px) {
    .nav_item.active>a {
        color: #fff;
    }
    .nav_item.active>a,
    .nav_item:hover>a {
        color: #086cbb;
    }
    .nav_item.active>a:after,
    .nav_item:hover>a:after {
        width: 100%;
        left: 0;
    }
    .nav_item.active>a>i,
    .nav_item:hover>a>i {
        /* background-color: #c40018; */
    }
    .nav_ul {
        display: table;
    }
    .nav_item {
        display: table-cell;
    }
}

.nav_item_open {
    /* min-width: 110px; */
    position: absolute;
    left: 0;
    top: calc(100% + 25px);
    width: auto;
    height: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow-y: hidden;
    box-sizing: border-box;
    padding-top: 25px;
    top: calc(100%);
}

.nav_item:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width:1001px) {
    .nav_item:nth-child(2):hover .nav_item_open {
        height: auto;
    }
    .nav_item:nth-child(4) .nav_item_open {
        display: none;
    }
    .nav_item:nth-child(5):hover .nav_item_open {
        height: 105px;
    }
    .nav_item2:hover a {
        background-color: var(--activeColor);
        color: #fff !important;
    }
    .nav_item2 {
        /* border-bottom: 1px solid #ebe9e9; */
    }
}

.subopen {
    display: none;
}

.nav_item2 {
    float: left;
    width: 100%;
}

.nav_item2 a {
    display: block;
    text-align: left;
    padding: 0 .1rem;
    font-size: .14rem;
    line-height: 2.5;
    white-space: nowrap;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.hcover {
    display: none;
}

@media screen and (max-width:1279px) {
    .nav_item>a {
        font-size: 15px;
    }
}

@media screen and (max-width:1023px) {
    .nav_item>a {
        font-size: 16px;
    }
}

@media screen and (max-width:1000px) {
    .menu_open {
        display: block;
        float: right;
        width: 24px;
        /* height: 20px; */
        margin-top: 5px;
        margin-right: 3%;
    }
    .menu_open i {
        height: 2px;
        width: 100%;
        background: #000;
        display: block;
        margin-bottom: 7px;
    }
    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background: #333;
        color: rgba(255, 255, 255, .6);
    }
    .hcover {
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 101;
    }
    .nav_ul {
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 20px;
        text-align: left;
    }
    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
        overflow: hidden;
    }
    .nav_item:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        margin-left: 20px;
    }
    .nav_item>a {
        display: block;
        margin: 0;
        /* font-size: 14px; */
        line-height: 1.8;
        color: inherit;
        padding: 10px 10px 10px 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 40px;
    }
    .nav_item i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%;
    }
    .nav_item i:before {
        content: '';
        display: block;
        height: 100%;
        border-left: 1px solid rgba(0, 0, 0, .15);
        position: absolute;
        top: 0;
        left: 0;
    }
    .nav_item i:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin-bottom: -5px;
        border: 2px solid rgba(255, 255, 255, .3);
        border-top: 0;
        border-left: 0;
        position: absolute;
        bottom: 50%;
        right: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav_item_open {
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background: #333;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
    }
    .subopen {
        display: block;
        /* width: 110px; */
        /* float: left; */
    }
    .subopen a {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 30px 10px 10px 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        /* font-size: 14px; */
        color: rgba(255, 255, 255, .3);
        background: rgba(0, 0, 0, .1);
        text-indent: 20px;
        position: relative;
    }
    .subopen a:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        position: absolute;
        bottom: 50%;
        left: 22px;
        margin-bottom: -15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 2px solid rgba(255, 255, 255, .3);
        border-right: 0;
        border-bottom: 0;
    }
    .nav_item2 {
        position: relative;
    }
    .nav_item2 a {
        display: block;
        overflow: hidden;
        margin: 0;
        /* font-size: 14px; */
        line-height: 1.8;
        padding: 10px 10px 10px 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: inherit;
    }
    .nav_item2:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-bottom: none;
        /* border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(0, 0, 0, .15); */
        margin-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .nav_item>a,
    .nav_item2 a,
    .subopen a {
        font-size: 18px;
    }
    .menu_open {
        width: 30px;
        /* margin-top: 10px; */
    }
    .menu_open i {
        margin-bottom: .1rem;
    }
}

@media screen and (max-width:450px) {
    .menu_open {
        width: 24px;
        margin-top: 7px;
    }
    .menu_open i {
        margin-bottom: 6px;
    }
    .nav_item>a,
    .nav_item2 a,
    .subopen a {
        font-size: 14px;
    }
}


/* e-nav */


/* 搜索框 开始 */

.rig {
    float: right;
    width: 26%;
}

.search_icon {
    float: left;
    margin: .2rem 0 0 0;
    padding: 0 .1rem;
    border-radius: 8px;
    border: none;
    height: .3rem;
    line-height: .3rem;
    background-color: #dcdbdb;
}

.search_box {
    position: absolute;
    box-sizing: content-box;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    /* padding: 10px 0;  */
    transition: all .3s;
    height: 0;
    overflow: hidden;
    /* margin:0 auto; */
}

.searchss {
    width: 40%;
    padding: 20px 0 0;
    margin: 0 auto;
    border-bottom: 1px solid #666;
}

.drow {
    background-color: #fff;
    padding-left: 10px;
}

.drow-c>input {
    width: calc(100% - 100px);
    height: 40px;
    outline: none;
    border: none;
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
}

.drow-c button {
    outline: none;
    border: none;
    background: #fff;
    font-size: 14px;
}

.close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 28%;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}


/* 搜索框 结束 */

.hottel {
    float: right;
    font-size: .24rem;
    color: #a4d42e;
    letter-spacing: 1px;
    margin-top: .12rem;
}

@media screen and (max-width:1000px) {
    header {
        padding: .1rem;
    }
    .logo_box {
        width: 25%;
    }
    .logo_box img {
        width: 100%;
    }
    .top_right {
        float: right;
        width: 10%;
        padding-right: 0.2rem;
        margin-left: 0;
    }
    .hottel {
        display: none;
    }
    .search_icon {
        padding: 0 0.1rem;
        border-radius: 0.25rem;
        height: 0.5rem;
        line-height: .5rem;
        margin-top: 5px;
    }
    /* .search_icon {
        display: none;
    } */
}

@media screen and (max-width:1220px) and (min-width:1000px) {
    .rig {
        float: right;
        width: 30%;
    }
}

.banner img {
    width: 100%;
    min-height: 175px;
    object-fit: cover;
    object-position: 30% center;
}

.banner-swiper .swiper-pagination-bullet {
    width: .4rem;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
    background-color: var(--activeColor);
}


/* 不朽情缘_首页官网入口模块 */

.index_title {
    margin: .55rem 0 .45rem;
    font-weight: normal;
}

.index_title h3 {
    font-weight: normal;
    letter-spacing: 2px;
    display: inline;
}

.index_pro_list {
    margin-bottom: 2.25%;
    float: left;
    width: 28.8%;
    padding-right: 1.8%;
}

.index_pro_list a {
    display: block;
    position: relative;
}

.index_pro_list img {
    width: 100%;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.pro_name {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    font-size: .16rem;
    text-align: center;
    line-height: 2.5;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.index_pro_list:nth-child(3) {
    float: right;
    width: 42.4%;
    padding-left: 0;
}

.index_pro_list:hover img {
    /* box-shadow: 2px 2px 3px 3px rgba(170, 170, 170, 0.4); */
    box-shadow: 4px 10px 16px rgb(69 0 5 / 5%);
}

.index_pro_list:hover .pro_name {
    font-weight: bolder;
}

.index_anli {
    padding-bottom: .8rem;
    background: url(/img/anli_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.main_title {
    padding: .2rem 0 .2rem;
    color: #3b3b3b;
}

.main_title_white {
    color: #fff;
}

.main_title h3 {
    font-size: .42rem;
    letter-spacing: 4px;
    font-weight: normal;
}

.main_title>p {
    font-size: .16rem;
    margin: .25rem 0 0.8rem;
    text-align: center;
}

.main_title_white h3 {
    text-shadow: 2px 4px 4px #000;
}

.index_fangan {
    background-color: #2c6199;
    margin-bottom: .85rem;
    overflow: hidden;
}

@media screen and (min-width:1500px) {
    .index_fangan {
        height: 636px;
    }
}

@media screen and (max-width:1499px) and (min-width:769px) {
    .index_fangan {
        height: 38.8vw;
    }
}

.fangan_con {
    width: 56.6%;
}

.fangan_con_list {
    display: none;
}

.fangan_con_list.active {
    display: block;
}

.fangan_con_list img {
    width: 100%;
}

.fangan_bar {
    width: 43.4%;
    height: 100%;
}

.fangan_bar ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:769px) {
    .fangan_bar_list {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.fangan_bar_list p {
    line-height: 2.5;
    color: #fff;
    padding-left: .2rem;
}

.fangan_bar_list p .iconfont {
    margin-right: 3px;
}

.tabBar {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.tabBar p {
    margin-bottom: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.tabBar:hover,
.tabBar.active {
    background: #204ec4;
}

.tabBar:hover p,
.tabBar.active p {
    color: #fff;
}

.tab_lists {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.tab_list {
    display: none;
}

.tab_list:first-child {
    display: block;
}

.more1 {
    padding: .05rem .2rem;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
}

.more1:hover {
    color: #fff;
}


/* 首页新闻部分 */

.index_new {
    background-color: #f6f6f6;
}

.news_tabBar {
    margin-bottom: .3rem;
    text-align: center;
}

.link {
    color: #fff;
    letter-spacing: 2px;
    padding: .04rem .3rem;
    border-radius: 8px;
    background-color: var(--activeColor);
    /* border: 1px solid #fff; */
}

.news_tabBar .link {
    color: #000;
    font-size: .18rem;
    margin-left: .2rem;
    line-height: 2;
    border: 1px solid var(--activeColor);
    background-color: #fff;
}

.news_tabBar .link.active {
    background-color: var(--activeColor);
    color: #fff;
}

.index_new_box {
    padding: 0;
}

.index_new_box .title,
.hudong_wraper .title {
    padding: 0 .15rem;
    background: url(/img/bg1.jpg) no-repeat 0 center;
    background-size: contain;
    font-size: .26rem;
    line-height: .28rem;
    margin: .3rem 0;
}

.more {
    color: #666;
    padding: 0 .1rem;
    font-size: .14rem;
    line-height: .28rem;
    border-radius: .06rem;
    border: 1px solid #999;
}

.more:hover {
    color: #666;
    border-color: #c40018;
    box-shadow: 1px 2px 3px 3px rgb(228, 226, 226);
}


/* 新闻版块 */

.new_first {
    padding: 0 .46rem 0 0;
    margin-bottom: .4rem;
}

.new_first>a {
    display: block;
    background-color: #fff;
}

@media screen and (min-width:1500px) {
    .img_box1 {
        height: 5.28rem;
    }
}

.img_box1>img {
    width: 100%;
}

.new_first:hover>a {
    box-shadow: 4px 10px 16px rgb(69 0 5 / 5%);
}

.new_first:hover .new_title {
    color: var(--activeColor);
}

.new_con {
    padding: .15rem .15rem .15rem;
    /* height: 2.4rem; */
}

.new_con .new_time {
    /* margin-bottom: .1rem; */
    padding-top: 3px;
    vertical-align: middle;
}

.new_con .new_title {
    line-height: 1.7;
    margin-bottom: .1rem;
}

.new_title {
    color: #000;
}

.new_des {
    line-height: 1.6;
    max-height: 237.5px;
}

.new_lists {
    padding: 0 0 0 .2rem;
}

.index_new_list {
    /* height: 1.16rem; */
    padding: .315rem .1rem;
    overflow: hidden;
    line-height: 1.6;
    background-color: #fff;
    margin-bottom: .25rem;
}

.index_new_list .fr {
    width: calc(100% - .9rem);
    line-height: 1.8;
}

.index_new_list .new_time {
    /* width: .6rem;
    height: .6rem;
    background: #c1c1c1; */
    padding-right: .12rem;
    border-right: 1px solid var(--border-color);
}

.index_new_list .new_time>p {
    line-height: 1.8;
    margin-bottom: 0;
}

.index_new_list .new_title {
    margin: -.05rem 0 .08rem;
}

.index_new_list:hover {
    box-shadow: 4px 10px 16px rgb(69 0 5 / 5%);
}

.index_new_list:hover .new_title {
    padding-left: .2rem;
}

.index_new_list:hover .new_time,
.index_new_list:hover .new_title {
    color: var(--activeColor);
}


/* 三列布局 */

.col_three_list {
    padding-left: .15rem;
    padding-right: .15rem;
}

.col_three_list img {
    width: 100%;
    margin-bottom: .2rem;
}

.col_three_list p {
    margin-bottom: .2rem;
}

.col_three_list:first-child {
    padding-left: 0;
    padding-right: .3rem;
}

.col_three_list:last-child {
    padding-right: 0;
    padding-left: .3rem;
}


/* 品牌 */

.index_pinpai {
    padding-bottom: 1.2rem;
    background: url(/img/pinpai_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.pinpai_list>div {
    overflow: hidden;
}

.pinpai_nane {
    position: relative;
}

.pinpai_nane:before {
    position: absolute;
    top: 40%;
    left: -20px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.pinpai_list:hover img {
    transform: scale(1.05);
}

.pinpai_list:hover>div {
    background-color: #086BD0;
}

.liuyan {
    padding: .25rem 0 .6rem;
}

.liuyan .container {
    padding: 0 .2rem .2rem;
    background: url(/img/liuyan_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.liuyan .main_title>p {
    text-align: left;
    margin: 0;
}

.liuyan_con {
    padding: 0 1rem;
}

.liuyan_list {
    width: 4rem;
    height: 3.88rem;
    padding: .22rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .8);
}

.liuyan_form {
    padding: .3rem .4rem 0 0;
}

.liuyan_form label {
    font-size: .16rem;
    font-weight: normal;
    padding-top: .05rem;
    margin-bottom: .3rem;
}

.liuyan_form .iconfont {
    font-size: .22rem;
    color: #a3d32f;
    margin-right: 2px;
}

.liuyan_form .icon-youxiang {
    font-size: .16rem;
}

.liuyan_form input {
    font-size: .16rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--border-color);
}

.liuyan_form button {
    display: block;
    margin: 0 auto;
    width: 95px;
    height: 36px;
    font-size: .16rem;
    line-height: 24px;
    padding-left: 10px;
    letter-spacing: 10px;
    color: #fff;
    background-color: #456991;
    border: none;
    border-radius: 12px;
}

.guocheng {
    align-items: flex-start;
    margin-bottom: .2rem;
}

.guocheng_list {
    font-size: .16rem;
    text-align: center;
}

.guocheng_list:nth-child(1) {
    padding-top: .5rem;
}

.guocheng_list:nth-child(2) {
    padding-top: .25rem;
}

.guocheng_list:nth-child(3) {
    padding-top: 0;
}

.cricle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a3d32f;
    margin: 0 auto 5px;
}

.liuyan_list dl {
    font-size: .16rem;
}

.liuyan_list dt,
.liuyan_list dd {
    margin-bottom: .1rem;
}

.liuyan_list dt {
    font-size: .22rem;
}

.liuyan_list dt span {
    font-size: .16rem;
    font-weight: normal;
}


/* 底部 */

footer {
    background-color: #e6e6e6;
    padding-top: .3rem;
}

.foot_left {
    float: left;
    width: 22.5%;
    padding: .25rem .25rem;
    text-align: center;
    border-right: 1px solid #fff;
}

.foot_logo {
    display: block;
    width: 1.4rem;
    height: auto;
    margin: .2rem auto;
}

.foot_tel {
    display: block;
    width: 65%;
    margin: .15rem auto .1rem;
    padding: 2px 0;
    letter-spacing: 0;
    text-align: center;
    border-radius: 10px;
    background-color: #436790;
}

.foot_tel:hover {
    color: #fff;
}

.foot_right {
    float: left;
    width: 77.5%;
    padding-top: .25rem;
}

.foot_right ul {
    padding-left: .2rem;
    /* margin-bottom: 1.6rem; */
    /* justify-content: center; */
}

.foot_pro {
    /* padding: 0 .3rem; */
}

.erweima {
    display: flex;
    justify-content: center;
}

.erweima_list {
    padding: .2rem .3rem 0;
    text-align: center;
}

.erweima_list img {
    max-width: 70%;
    margin-bottom: .1rem;
}

.copyright {
    line-height: 3;
}


/* 不朽情缘_首页官网入口中心页面 */

.crumbs {
    line-height: .4rem;
    border-bottom: 1px solid #e0e0e0;
}

.probar {
    margin-bottom: 0;
}

.pro_li {
    flex: 1;
    height: 1.5rem;
    background-color: #385d87;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.pro_li:last-child {
    border-right: none;
}

.pro_li.active,
.pro_li:hover {
    background-color: #2f80db;
}

.pro_li>a {
    display: block;
    padding: .4rem 0;
    text-align: center;
}

.pro_li>a:hover {
    color: #fff;
}

.pro_li p.fs18 {
    margin-bottom: .1rem;
}

.pro {
    /* padding: .55rem 0 0; */
    background-color: #f0f1f1;
}

.pro_last {
    padding-bottom: .55rem;
}

.pro_type {
    /* height: 4.25rem; */
    background-color: #fff;
    margin-bottom: .55rem;
}

.pro_type_left {
    padding-left: 0;
    padding-right: .32rem;
}

.pro_type_right {
    padding: .3rem .1rem 0 0;
}

.pro_type_right:hover {
    padding: .3rem .1rem 0 0;
}

.type_name {
    font-weight: normal;
    margin-bottom: .15rem;
}

.pro_good {
    margin-top: .6rem;
}

.good_li {
    padding-left: .3rem;
    padding-right: .1rem;
    font-size: .14rem;
    line-height: 1.5;
    margin: .25rem 0 .2rem;
}

.good_li:nth-child(1) {
    background: url(/img/icon1.png) no-repeat 0 0;
    background-size: 21px auto;
}

.good_li:nth-child(2) {
    background: url(/img/icon2.png) no-repeat 0 0;
    background-size: 21px auto;
}

.good_li:nth-child(3) {
    background: url(/img/icon3.png) no-repeat 0 0;
    background-size: 21px auto;
}

.good_li:nth-child(4) {
    background: url(/img/icon4.png) no-repeat 0 0;
    background-size: 21px auto;
}

.prodList .rlist-style3 {
    padding: 0;
    overflow: hidden;
    margin-top: 0px;
}

.rlist-style3 .rListCon {
    display: flex;
    flex-wrap: wrap;
    zoom: 1;
}

.wsc-pro .rlist-imgitem {
    /* width: 33.33%;
    float: left; */
    padding: 0 6px;
}

.wsc-pro .rlist-img {
     height: 0; 
    padding-bottom: 75%;
    overflow: hidden;
    margin: 0;
    float: none;
    border: 0;
    position: relative;
    box-sizing: border-box;
    background-color: #E9ECF0;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.wsc-pro .rlist-img img {
    max-width: 100%;
    max-height: 100%;
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    margin: auto;
}

.rlist-style3 .rlist-img img {
    position: absolute;
    width: 100%;
    height: auto;
    transition: 0.36s;
}

.rlist-imgitem:hover .rlist-img img {
    transform: scale(1.08);
}

.wsc-pro .rlist-info {
    overflow: hidden;
    padding: .2rem;
    border-top: 0;
    border-radius: 0px 0px 2px 2px;
    background-color: #fff;
}

.wsc-pro .rlist-tit {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #304255;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wsc-pro .rlist-attr {
    margin-top: 10px;
    overflow: hidden;
}

.wsc-pro .rlist-attr p {
    display: inline-block;
    width: 100%;
    margin: 3px 0 0;
    font-size: 14px;
    color: #969ca3;
    line-height: 24px;
}

.wsc-pro .rlist-attr p em {
    font-size: 14px;
    color: #617080;
    line-height: 24px;
}

.wsc-pro .list-btn {
    margin-top: 15px;
    font-size: 0;
    padding: 0 .4rem;
}

.wsc-pro .list-btn .btn {
    display: inline-block;
    width: 105px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    /* line-height: 35px; */
    font-size: .14rem;
}

.btn-greenbd {
    float: left;
    border: 1px solid #a4d42e;
    color: #a4d42e;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
    border-radius: 8px;
}

.wsc-pro .list-btn .btn-bluebdn {
    /* float: right; */
    margin-left: .4rem;
    display: inline-block;
    border: 1px solid var(--activeColor);
    color: var(--activeColor);
    text-align: center;
    border-radius: 8px;
}


/* 不朽情缘_首页官网入口列表页 */

.prolist_wraper {
    background-color: #f0f1f1;
    padding-top: .15rem;
}

.prolist_wraper .container1 {
    border-bottom: 1px solid var(--border-color);
}

.prolist_wraper .rlist-attr>p {
    width: 100%;
}

.prolist_wraper .rlist-imgitem {
    margin-bottom: .5rem;
}

.prolist_wraper .list-btn {
    padding: 0;
}

.prolist_wraper .list-btn .btn-bluebdn {
    margin-left: .4rem;
}


/* 分页样式 */

.pagination-wrapper {
    margin: 0 0 .4rem;
    text-align: center;
}

.pagination-wrapper0 {
    margin-bottom: 0;
}

.pagination {
    height: 34px;
    margin: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
    line-height: 34px;
    font-size: .16rem;
    padding: 0 12px;
    /* border: 1px solid #dddddd; */
    color: #385d87;
    vertical-align: top;
    background-color: #e9edf2;
}

.pagination li a {
    float: left;
    display: block;
    padding: 0;
    line-height: 34px;
    color: #a2a1a1;
    border: none;
    text-decoration: none;
    background-color: #e9edf2;
}

.pagination>li>span {
    background-color: unset;
    border: none;
}

.pagination li:hover a {
    background: transparent;
    color: #fff;
}

.pagination li:hover {
    background: #385d87;
    color: #fff;
}

.more1 {
    border: none;
}

.video {
    margin-top: .5rem;
    padding-top: .3rem;
}

.video .case_ul {
    margin-top: 0;
}

.video_list {
    padding: 0 6px;
    margin-bottom: .5rem;
}

.video_list>a {
    background: #fff;
}

.video_title {
    line-height: 1.2;
    border-left: 4px solid #0069bc;
    padding-left: 6px;
    margin-bottom: .25rem;
}

.video_list .iconfont {
    position: absolute;
    left: 41%;
    top: 31%;
    font-size: .5rem;
    color: #fff;
}

.rlist-tit>a {
    letter-spacing: 1px;
}

.vList_txt {
    padding: .2rem;
}

.rlist-img .iconfont {
    position: absolute;
    left: 41%;
    top: 31%;
    color: #fff;
}

.service .main_title>h3 {
    font-size: .34rem;
    font-weight: bold;
}

.service .main_title>p {
    margin-bottom: .4rem;
}

.goodness {
    padding: 0 6px;
    margin-bottom: .25rem;
}

.goodness li>div {
    text-align: center;
    padding-bottom: .2rem;
}

.goodness li>div>.iconfont {
    width: 1rem;
    font-size: .7rem;
    line-height: 1.4;
    /* margin: .2rem  ; */
    color: #000;
}

.goodness li>div>p {
    line-height: 1;
    margin-bottom: 0;
    font-size: .16rem;
    color: #000;
}

.goodness li.active div,
.goodness li:hover div {
    background-color: #274768;
}

.goodness li.active .iconfont,
.goodness li.active p,
.goodness li:hover .iconfont,
.goodness li:hover p {
    color: #fff;
}

.fuwu_list {
    display: none;
}

.fuwu_list.active {
    display: block;
}

.fuwu_list>.container1 {
    top: 1.4rem;
    left: 50%;
    margin-left: -490px;
}

.fuwu_list img {
    width: 100%;
}

@media screen and (max-width:1240px) {
    .fuwu_list>.container1 {
        top: 1.4rem;
        left: .2rem;
        margin-left: 0;
    }
}

.fuwu_list>.container1>p,
.fuwu_list>.container1>a {
    color: #fff;
    text-shadow: 3px 5px 4px rgba(0, 0, 0, .6);
}

.fuwu_list>.container1>p.fs32,
.fuwu_list>.container1>p.fs28,
.fuwu_list>.container1>a.fs28 {
    display: block;
    margin: .35rem 0 .2rem;
}

.fuwu_list>.container1>a.bolder {
    font-family: 'Regular';
}

.yuyue {
    display: inline-block;
    margin: .8rem 0 0 .6rem;
    padding: 0.03rem .3rem;
    color: #000 !important;
    text-shadow: none !important;
    font-size: .17rem;
    border-radius: 6px;
    background-color: #fff;
}


/* 不朽情缘_首页官网入口详情页 */


/* 不朽情缘_首页官网入口图轮播 */

.pro_img_box {
    padding: 0;
}

.pro_img_box .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pro_img_box .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;
}

.pro_img_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_img_box .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.pro_img_box .swiper-slide {
    background-size: cover;
    background-position: center;
}

.pro_img_box .mySwiper2 {
    height: 80%;
    width: 100%;
}

.pro_img_box .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.pro_img_box .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    /* opacity: 0.4; */
}

.pro_img_box .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.pro_img_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_img_box .swiper-button-next,
.swiper-button-prev {
    top: 36%;
}

.proDetail_wraper .proc_text {
    padding-left: .3rem;
    padding-right: 0;
    letter-spacing: 1px;
}

.proDetail_wraper .proc_text h1 {
    font-size: .28rem;
    margin: 0 0 .1rem;
}

.proDetail_wraper .proc_text .canshu {
    padding: .23rem;
    /* background-color: #f5f5f5; */
    border-radius: 6px;
    background-color: #f6f7f9;
    /* box-shadow: 0 4px 20px rgba(246, 247, 249, 0.2) inset; */
    margin-bottom: .4rem;
    border-radius: 6px;
    font-size: .16rem;
}

.proDetail_wraper .proc_text .canshu ul {
    /* padding: .15rem; */
    border-bottom: 1px solid #a3d32f;
}

.proDetail_wraper .proc_text .canshu li {
    position: relative;
    font-size: .16rem;
    line-height: 2.7;
    padding-left: .23rem;
}

.proDetail_wraper .proc_text .canshu li:before {
    position: absolute;
    left: 0;
    top: 45%;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a3d32f;
    vertical-align: middle;
}

.proc_text .canshu p {
    margin-bottom: 0;
}

.proDetail_wraper .link {
    padding-left: 0;
    background-color: #fff;
    margin-bottom: .6rem;
}

.proDetail_wraper .link>a {
    font-size: .18rem;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 12px;
    width: auto;
    min-width: 3rem;
    padding: .06rem .4rem;
    margin-left: .4rem;
}

.proDetail_wraper .link .zixun {
    background-color: #a3d32f;
    color: #fff;
    padding: .085rem .3rem;
    line-height: 1.6;
    /* border: 1px solid #d60202; */
    margin-right: .2rem;
}

.proDetail_wraper .link .more {
    font-size: .24rem;
    line-height: 1;
    padding: .03rem .15rem;
    color: #006cbc;
    border: 2px solid #006cbc;
}

.proDetail_wraper .link .iconfont {
    line-height: .4rem;
}

.prooneflicon {
    text-align: left;
    padding-left: .4rem;
    line-height: 1;
}

.prooneflicon span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    display: inline-block;
    font-size: .14rem;
    padding-left: 14px;
    background: url(/img/pro_icon1.png) left center no-repeat;
}

.prooneflicon span:before {
    position: absolute;
    left: 0;
    top: 30%;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a3d32f;
}

.FloorNav_wraper.proDetail_wraper {
    padding: .2rem 0;
    background-color: #f5f8fa;
}

.proDetail_wraper .FloorNavBar {
    width: 100%;
    background-color: #eef1f4;
    top: 0;
    left: 0;
    z-index: 100;
}

.proDetail_wraper .FloorNavBar li {
    /* width: 20%;
    float: left; */
    flex: 1;
    text-align: center;
    font-size: .16rem;
    border-top: 4px solid #eef1f4;
    line-height: 3;
    margin: 0;
    padding: 0;
}

.proDetail_wraper .FloorNavBar li:after {
    content: "";
    margin: 0;
}

.proDetail_wraper .FloorNavBar li span {
    border-bottom: none;
}

.proDetail_wraper .FloorNavBar ul {
    margin-bottom: 0;
}

.proDetail_wraper .left {
    width: 71%;
    padding: 0 0 .45rem;
    background-color: #fff;
}

.proDetail_wraper .FloorNavBar {
    /* padding: .5rem .3rem; */
    background-color: #eef1f4;
}

.proDetail_wraper .FloorNavBar li.active span,
.proDetail_wraper .FloorNavBar li:hover span {
    color: #0069bc;
    border-bottom: none;
}

.proDetail_wraper .FloorNavBar li.active,
.proDetail_wraper .FloorNavBar li:hover {
    border-top: 4px solid #0069bc;
    background-color: #fff;
}

.proDetail_wraper .FloorNav_list {}

.FloorNav_list {
    letter-spacing: 2px;
    color: #8a8c8d;
    padding: 0 .1rem;
}

.FloorNav_list.qiyeshili {
    padding: 0;
}

.proDetail_wraper .FloorNav_list h4 {
    font-size: .22rem;
    margin: .5rem 0 .1rem;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: normal;
    border-bottom: 1px solid #8a8c8d;
    position: relative;
}

.FloorNav_list.qiyeshili h4 {
    margin: .5rem .1rem .1rem;
}

.proDetail_wraper .FloorNav_list h4:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: .7rem;
    background-color: #0069bc;
}

.FloorNav_list video {
    display: block;
    max-width: 90%;
    margin: .4rem auto .2rem;
}

.FloorNav_list img {
    display: block;
    width: 100%;
    margin: .4rem auto .2rem;
}

.proDetail_wraper .FloorNav_list p {
    text-indent: 0;
    letter-spacing: 2px;
}

.proDetail_wraper .proRight {
    height: auto;
    position: relative;
    top: 0;
    /* z-index: 99; */
}

.proDetail_wraper .proRight>div {
    background-color: #fff;
}

.ben {
    margin-bottom: .3rem;
}

.pro_right {
    padding: .15rem;
}

@media screen and (min-width:1239px) {
    .proDetail_wraper .proRight {
        width: 334px;
        right: 50%;
        margin-right: -620px;
    }
}

@media screen and (max-width:1240px) {
    .proDetail_wraper .proRight {
        width: 23.64%;
        right: 0;
    }
}

.pro_right .fs16 {
    padding: .1rem 0 .1rem .1rem;
    color: var(--blue);
    /* background-color: #e6e6e6; */
}

.xgcp .swiper-button-next,
.xgcp .swiper-button-prev {
    top: 45%;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    text-align: center;
}

.xgcp .swiper-button-prev {
    left: 20px;
    right: auto;
}

.xgcp .swiper-button-next {
    left: auto;
    right: 20px;
}

.xgcp:hover .swiper-button-next,
.xgcp:hover .swiper-button-prev {
    background: rgba(0, 0, 0, .4);
}

.proRight .imgb img {
    width: 100%;
}

.proRight .link {
    margin: 0;
    padding: 0;
    text-align: center;
}

.proDetail_wraper .proRight .link>a {
    font-size: .18rem;
    margin: .1rem auto .1rem;
    min-width: unset;
    width: 71%;
}

.proDetail_wraper .proRight .link .zixun {
    display: block;
    padding: .04rem .1rem;
}


/* case页面 */

.case_type .container1 {
    padding: .1rem;
    background-color: #f0f0f0;
}

.case_type .container1>.inner {
    display: flex;
    background: #fafafa;
    padding: .35rem 0 .05rem .15rem;
}

.inner .col-sm-1 {
    padding: 0;
}

.inner>ul {
    padding: 0;
    margin-bottom: 0;
}

.case_type {
    margin-top: .5rem;
}

.case_type_list {
    font-size: .15rem;
    margin: .04rem 0 .4rem;
    padding: 0 0 0 .1rem;
}

.case_type_list>a>input {
    margin-right: 5px;
}

.case {
    margin-top: 1rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

.case .container1 {
    border-top: 1px solid #fff;
}

.case_ul {
    margin-top: -.45rem;
}

.case_list {
    margin-bottom: .68rem;
}

.col_three .three_list:nth-child(3n-2) {
    padding: 0 .3rem 0 0.06rem;
}

.col_three .three_list:nth-child(3n-1) {
    padding: 0 .18rem;
}

.col_three .three_list:nth-child(3n) {
    padding: 0 .06rem 0 .3rem;
}

.three_list img {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.three_list:hover img {
    transform: scale(1.05);
}

.case .wsc-pro .rlist-info {
    padding-top: .1rem;
}

.case .rlist-tit {
    line-height: 2;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: .1rem;
}

.case_list .rlist-tit .clamp2 {
    height: .48rem;
}

.can {
    color: #999;
}


/* 视频播放模态框 */

.modal-header {
    padding: .1rem .15rem;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        margin: 1rem auto 0;
    }
    #imgModal .modal-header {
        padding: .2rem .15rem;
    }
    .modal-body {
        width: auto;
        padding: 0;
    }
    .modal-body video,
    .modal-body img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 780px;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal-header .close {
    margin-top: 2px;
    right: 2%;
    z-index: 100;
}


/* 新闻资讯页面 */

.index_title1 h3 {
    font-weight: bold;
}

.index_title1 .more {
    line-height: .59rem;
}

.cpzs_list .rlist-img {
    width: 100%;
    height: 2.83rem;
}

.cpzs_list .rlist-img>a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.cpzs_list .rlist-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cpzs_list .tet {
    padding: .2rem .1rem .1rem;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 4px 3px #f0f0f0;
    margin-top: -.1rem;
}

.cpzs_list .new_time {
    margin: .05rem 0;
}

.new_sum:nth-child(1) {
    padding: 0 .3rem 0 0;
}

.new_sum:nth-child(2) {
    padding: 0 0 0 .3rem;
}

.new_sum .index_title {
    margin: .6rem 0 .2rem;
}

.new_sum_ul .new_list {
    padding: .24rem .1rem;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    margin-bottom: .45rem;
}

.new_sum_ul .new_list:hover {
    box-shadow: 0 0 4px 4px #f0f0f0;
}

.new_sum_ul .new_list .img_b {
    width: 1.25rem;
    height: .83rem;
    overflow: hidden;
}

.new_sum_ul .new_list .img_b a {
    display: block;
    width: 100%;
    height: 100%;
}

.new_sum_ul .new_list .img_b img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.new_sum_ul .new_list .new_con {
    width: calc(100% - 1.25rem);
    padding: 0 0 0 .25rem;
}

.new_sum_ul .new_title {
    margin-bottom: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.new_sum_ul .new_list:hover .new_title {
    padding-left: .1rem;
    color: var(--activeColor);
}

.new_sum_ul .new_list .new_time {
    color: #a3d32f;
    margin: .03rem 0;
}

.new_sum_ul .new_list.new_con p {
    margin: .15rem 0 .15rem;
    line-height: 1.8;
}


/* 新闻内容页 */

.new_wraper .container {
    /* padding: 0 .3rem; */
}

.new-ny {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: .4rem .3rem .7rem;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px dashed #c2c0c0;
    margin-bottom: .25rem;
}

.new-ny h3 {
    font-size: .26rem;
    color: #333;
    line-height: 1.6;
    letter-spacing: 2px;
}

.new-ny>p {
    padding-bottom: .2rem;
    margin: .2rem 0 .5rem;
    text-align: center;
    border-bottom: 1px solid rgb(230, 229, 229);
}

.new-ny>p>span {
    display: inline-block;
    color: #4b4a4a;
    margin: 0 .1rem;
    font-size: .14rem;
}


/* .new-ny>div>p:first-child {
    padding: 1em 2em;
    background-color: #f5f5f5;
    text-indent: 0;
} */

.new-ny .img_text {
    font-size: .15rem;
    text-align: center;
    margin-bottom: .2rem;
}

.new-ny div p {
    /* text-indent: 2em; */
    line-height: 2;
    color: #4b4a4a;
    font-size: .15rem;
    text-align: left;
    /* text-align: justify; */
}

.new-ny p img {
    text-indent: inherit;
    max-width: 100%;
    display: block;
    margin: .2rem auto;
}

.new_footer {
    padding: .4rem 0 .2rem;
}

.new_footer p {
    font-size: .15rem;
    color: #4b4a4a;
}

.tel_contact {
    padding: .4rem 0 .6rem;
    border-bottom: 1px solid #c2c0c0;
}

.tel_contact>a {
    padding: .15rem .4rem;
    font-size: .17rem;
    color: #fff;
    background-color: #0069bc;
    border-radius: 6px;
}


/* 关于不朽情缘页面 */

.wsc-banner {
    background: url(/img/banner-sl.jpg) repeat-x center top;
    background-position: center;
    height: 6.82rem;
}

.slban-main {
    padding-top: 2.08rem;
}

.slban-tit {
    color: #FFFFFF;
    font-size: .36rem;
    line-height: .5rem;
    text-align: left;
}

.slban-text {
    text-align: left;
    width: 8.2rem;
    margin-top: 20px;
    font-size: .15rem;
    color: #FFFFFF;
}

.slban-btn {
    margin-top: .6rem;
    text-align: left;
}

.slban-btn .btn {
    width: 1.48rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .15rem;
}

.btn-green {
    background-color: #a4d42e;
    color: #FFFFFF;
}

.sl-block1 {
    padding: .6rem 0;
}

.sib1-img {
    width: 4.8rem;
    height: 3.2rem;
    overflow: hidden;
}

.sib1-img img {
    width: 100%;
}

.slb1-box {
    width: 6.6rem;
    margin-left: .4rem;
}

.slb1-tit {
    font-size: .36rem;
    line-height: .5rem;
    color: #304255;
}

.btn {
    width: 2.6rem;
    height: .48rem;
    font-size: .15rem;
    padding: 0;
    line-height: .48rem;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: 0.36s;
    text-align: center;
}

.slb1-text {
    margin-top: .3rem;
    font-size: .15rem;
    line-height: .26rem;
    color: #617080;
}

.slb1-btn {
    margin-top: .4rem;
    font-size: 0;
}

.btn-bluejt {
    background: rgba(8, 107, 208, 1);
    color: #FFFFFF;
}

.slb1-btn .btn {
    width: 1.98rem;
}

.slb1-btn .btn-bluebd {
    margin-left: .2rem;
    border: 1px solid rgba(8, 107, 208, 1);
    color: #086BD0;
}

.slb1-btn .btn {
    width: 198px;
}

.sl-block2 {
    background: url(/img/slb2-bg.jpg) no-repeat center top;
    padding: .6rem 0;
}

.at-tit {
    font-size: .36rem;
    line-height: .5rem;
    color: #304255;
    text-align: center;
}

.at-text {
    text-align: center;
    margin-top: .2rem;
    font-size: .15rem;
    line-height: .26rem;
    color: #617080;
}

.sl-block2 .at-text {
    text-align: left;
    margin-top: .3rem;
}

.slb2-main {
    margin-top: .3rem;
}

.slb2-list {
    float: left;
    width: 4rem;
    margin-left: .2rem;
}

.slb2-list:first-child {
    margin-left: 0;
}

.slb2-img {
    width: 100%;
    overflow: hidden;
}

.slb2-img img {
    width: 100%;
    transition: 0.36s;
}

.slb2-info {
    height: .65rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    line-height: .65rem;
    text-align: center;
    font-size: .18rem;
    color: #0056AD;
    transition: 0.3s;
}

.slb2-list:hover .slb2-info {
    background: #086BD0;
    color: #fff;
}

.pb60 {
    padding-bottom: .6rem;
}

.serb6-main {
    height: 175px;
    background: url(/img/serb6-bg.jpg) no-repeat center top;
    background-size: cover;
}

.serb6-info {
    padding: .4rem .6rem 0;
}

.serb6-tit {
    font-size: .22rem;
    line-height: .3rem;
    color: #FFFFFF;
}

.serb6-btn {
    margin-top: .19rem;
    font-size: 0;
}

.serb6-btn .btn {
    width: 2.07rem;
}

.btn-whitel {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #FFFFFF;
}

.serb6-btn .btn {
    width: 2.07rem;
}

.serb6-btn .btn-whitel {
    font-size: .16rem;
    margin-left: .2rem;
}

.btn-whitel span {
    /* padding-left: .3rem; */
    /* background: url(/img/icon-telw.png) no-repeat left center; */
}

.sl-block5 {
    background: url(/img/slb5-bg.jpg) no-repeat center top;
    padding: .6rem 0;
}

.sl-block5 .at-tit {
    color: #FFFFFF;
}

.slb5-top {
    margin-top: .3rem;
}

.slb5-top-list {
    float: left;
    width: calc(50% - .1rem);
    height: 2.17rem;
    background: rgba(1, 177, 234, 0.2);
    border-radius: 2px;
    text-align: center;
    margin-left: .2rem;
}

.slb5-top-list:first-child {
    margin-left: 0;
}

.slb5-top-tit {
    margin-top: .3rem;
    font-size: .24rem;
    line-height: .33rem;
    color: #FFFFFF;
}

.slb5-top-text {
    margin-top: .15rem;
    font-size: .18rem;
    line-height: .32rem;
    color: #FFFFFF;
}

.slb5-top-list2 .slb5-top-text {
    width: 3.24rem;
    text-align: left;
    margin: .15rem auto 0;
}

.slb5-bot {
    margin-top: .2rem;
}

.slb5-nav li {
    float: left;
    width: 4.1rem;
    height: 1rem;
    background: rgba(69, 212, 230, 0.25);
    border-radius: 2px 2px 0px 0px;
    text-align: center;
    line-height: 1rem;
    font-size: .24rem;
    color: #FFFFFF;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.slb5-nav li:first-child {
    margin-left: 0;
}

.slb5-nav li span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
}

.slb5-bot .slb5-nav li:hover,
.slb5-bot .slb5-nav .active {
    background: rgba(245, 248, 250, 0.1);
    color: #fff;
}

.slb5-nav li:hover span,
.slb5-nav .active span {
    background-color: #A3D332;
}

.slb5-cont {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px 0px 2px 2px;
    padding: .4rem;
}

.slb5-tit {
    font-size: .2rem;
    line-height: .27rem;
    color: #FFFFFF;
}

.slb5-text {
    margin-top: .3rem;
    font-size: .16rem;
    line-height: .32rem;
    color: #FFFFFF;
}


/* 新闻列表页 */

.new_type {
    bottom: .5rem;
}

@media screen and (min-width:1240px) {
    .new_type {
        left: 50%;
        margin-left: -620px;
    }
}

@media screen and (max-width:1239px) {
    .new_type {
        left: 0;
    }
}

.new_type_li {
    padding: .08rem .3rem;
    border: 1px solid #fff;
    font-size: .2rem;
    color: #fff;
}

.new_type_li:nth-child(2) {
    margin-left: .3rem
}

.new_type_li.active,
.new_type_li:hover {
    background-color: #A3D332;
    border-color: #A3D332;
    color: #Fff;
}

.newlist_wraper {
    padding: .5rem 0;
}

.newlist_wraper .new_list {
    padding: .24rem;
}

.newlist_wraper .new_list .img_b {
    width: 2rem;
    height: auto;
}

.newlist_wraper .new_list .new_con {
    width: calc(100% - 2rem);
    padding: 0 0 0 0.25rem;
}

.newlist_wraper .new_list .img_b img {
    width: 100%;
}

.newlist_wraper .new_list .new_time {
    margin: .1rem 0;
}

.contact {
    padding-top: .3rem;
}

.contact>li {
    float: left;
    width: 20.96%;
    height: 2.77rem;
    margin-left: 2.82%;
    padding-top: .4rem;
    text-align: center;
    background-color: #f7f7f7;
}

.contact .rexian {
    width: 28.66%;
    margin-left: 0;
    padding: .55rem .4rem 0;
    text-align: left;
    background: url(/img/dalou.jpg) no-repeat 0 0;
    background-size: cover;
}

.rexian_tel {
    margin: .28rem 0;
}

.rexian_tel>a {
    letter-spacing: 1px;
    color: #f89a04;
}

.rexian .more {
    display: inline-block;
    padding: 0 .25rem;
    height: .4rem;
    line-height: .4rem;
    border: none;
    font-size: .16rem;
    color: #fff;
    background-color: #f89a04;
    vertical-align: text-top;
}

.rexian .more:hover {
    box-shadow: none;
    margin-left: .1rem;
}

.rexian .more>.iconfont {
    display: inline-block;
    line-height: .4rem;
    margin-right: .1rem;
}

.ico {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #cfdfff;
    border: 1px solid #2960c4;
    color: #2960c4;
    text-align: center;
    margin: 0 auto;
    line-height: .6rem;
}

.ico_name {
    margin: .15rem 0;
}
.contact .lianxifangshi{
    padding-left: .15rem;
    padding-right: .15rem;
    text-align: left;
    letter-spacing: 0;
}
.contact .lianxifangshi p{
     margin-bottom: .2rem;
}
.contact .lianxifangshi a,
.contact .lianxifangshi span{
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: .15rem;
}
.gongzhognhao {
    margin-bottom: .1rem;
}

#map {
    width: 100%;
    height: 5rem;
    margin: .7rem 0;
}

/* 2022.7.25 新增 */

@media screen and (min-width:769px) {
    .dy_imgbox {
        width: 36.7%;
        padding: 0;
    }
    .proDetail_wraper .dy_proc_text {
        width: 63.3%;
        padding-left: .55rem;
    }
}

.dy_imgbox img {
    max-width: 100%;
}

.proDetail_wraper .dy_proc_text h1 {
    font-size: .32rem;
    line-height: 1;
    margin-bottom: .25rem;
}

.proDetail_wraper .dy_proc_text .canshu {
    padding: 0;
    font-size: .14rem;
    background-color: transparent;
    margin-bottom: 0;
}

.proDetail_wraper .dy_proc_text .canshu ul {
    margin-bottom: .15rem;
    border-bottom: none;
}

.proDetail_wraper .dy_proc_text p {
    line-height: 1.7;
    margin-bottom: .15rem;
}

.proDetail_wraper .dy_proc_text .canshu li {
    color: #000;
    font-size: .14rem;
    line-height: 2.3;
}

.proDetail_wraper .dy_proc_text .canshu li:before {
    background-color: #0078b9;
}

.dy_tel_wraper {
    margin-top: -.3rem;
    padding: .3rem 0;
    background-color: #f1f1f1;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, .35);
}

.dy_tel_wraper .dy_tel {
    width: 63.3%;
    float: right;
    padding-left: 1rem;
}


/* .dy_tel a {
    display: inline-block;
} */

.dy_tel a:nth-child(3) {
    margin-right: 1rem;
}

.dy_tel .zixun {
    background-color: #0078b9;
    border-radius: .1rem;
    color: #fff;
    padding: 0.085rem 0.5rem;
    line-height: 1.6;
    margin-right: 0.2rem;
}

.dy_tel .cricle {
    left: .7rem;
    top: calc(50% - .04rem);
    width: .08rem;
    height: .08rem;
    background-color: #0078b9;
}

.dy_tel .line {
    left: .73rem;
    bottom: 50%;
    width: 1px;
    height: .78rem;
    background-color: #0078b9;
    animation: changeLength 1s linear infinite alternate;
}

@keyframes changeLength {
    from {
        height: .78rem;
    }
    to {
        height: .2rem;
    }
}

.dy_pro_wraper {
    color: #838383;
}

.dy_pro_bg_wraper {
    background-color: #f1f1f1;
}

.jianjie_wraper {
    padding: 1.18rem 0;
}

.dy_txt {
    width: 58%;
    padding-right: .2rem;
}

.dy_txt>p {
    margin-bottom: .2rem;
}

.yd_list_title {
    margin-bottom: .3rem;
}

.dy_img_box {
    width: 42%;
}

.dy_img_box img {
    max-width: 100%;
}

.shadow_img {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .35);
}

.radius_img {
    border-radius: 8px;
}

.youshi_wraper {
    padding: .3rem 0;
}

.youshi {
    padding: .2rem 0 .2rem .3rem;
    margin: .2rem 0 0;
}

.youshi:before {
    position: absolute;
    top: 0;
    left: .34rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0078b9;
}

.youshiList>p {
    padding-left: .2rem;
}

.youshiList .tit {
    margin-top: .15rem;
    color: #0078b9;
    font-weight: bold;
}

.youshiList:nth-child(1) .tit {
    margin-top: 0;
}

.youshiList .tit:before {
    position: absolute;
    top: calc(50% - .04rem);
    left: 0;
    content: "";
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: #0078b9;
}

.dy_txt_right {
    padding-left: .96rem;
    padding-right: 0;
}

.dy_txt_before_bg>p {
    padding-left: .3rem;
    background: url(/img/icon_bg.png) no-repeat 0 .08rem;
    background-size: auto;
}

.canshu {
    margin-top: .1rem;
}

.canshu.table {
    font-size: .15rem;
    /* border: 1px dashed #252525; */
}

.canshu .table>thead>tr>th,
.canshu .table>tbody>tr>td {
    vertical-align: middle;
}

.canshu th,
.canshu td {
    text-align: center;
}

.canshu thead {
    background: #4f81bd;
    color: #fff;
}

.canshu td:first-child {
    background-color: #dce6f1;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #dce6f1;
}


/* .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(231, 229, 229);
}

.canshu .table-bordered>tbody>tr>td {
    padding: 8px;
    border: 1px dashed #252525;
} */

.xianchang_wraper {
    padding-top: .85rem;
}

.xianchang_wraper .dy_txt,
.xianchang_wraper .dy_img_box {
    width: 50%;
    margin-bottom: .4rem;
}

.xianchang_wraper .dy_txt {
    padding-top: .5rem;
}

.xianchang_wraper .dy_txt_before_bg p {
    background-image: url(/img/blue_arrow.png);
    margin-bottom: .1rem;
}

.shengchantu {
    padding: 0 .17rem 0 0;
}

.shengchantu>div {
    padding: .17rem .3rem .1rem;
    border-radius: 8px;
    border: 2px solid #f3f1f1;
    box-shadow: 5px 5px 3px 3px #f5f5f5;
    background: transparent;
}

.shengchantu>div img {
    max-width: 100%;
}

.aiteshili {
    padding: .17rem 0 0 .3rem;
    color: #838383;
}

.aiteshili {
    padding: .17rem 0 0 .3rem;
    color: #838383;
}

.dianhuazixun {
    padding: .5rem 0 !important;
    justify-content: center;
}

.dianhuazixun .more {
    width: 2.9rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    margin: 0 4vw;
    text-align: center;
    border-radius: 0;
}

.dianhuazixun .more:nth-child(1) {
    border: none;
    color: #fff;
    background-color: #f89a04;
    vertical-align: text-top;
}

.dianhuazixun .more:nth-child(2) {
    color: #000;
    border-color: #000;
}<!--0.00022292137145996-->