:root {
    --blue: #007ed3;
    --border-color: #c0c0c0;
}

.blue {
    color: #0051bf;
}

header .container {
    /* padding-left: 24.29%; */
}

.top {
    padding: .12rem 0 0 30%;
}

.top ul {
    width: 70%;
    margin-left: 4%;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

.top .search_box {
    width: 23%;
    display: table-cell;
}

.top .item {
    display: inline-block;
    font-size: 14px;
    color: #3498db;
    letter-spacing: 0;
}

.top .item>a {
    color: #3498db;
    font-size: 14px;
    line-height: .42rem;
}

.search_box {
    box-sizing: content-box;
    width: 100%;
    transition: all .3s;
}

.searchss {
    width: 40%;
    padding: 20px 0 0;
    margin: 0 auto;
    border-bottom: 1px solid #666;
}

.drow {
    padding-left: 10px;
}

.drow-c {
    border-radius: .2rem;
    border: 1px solid #3498db;
    overflow: hidden;
}

.drow-c>input {
    width: 100%;
    height: .4rem;
    outline: none;
    border: none;
    background: #ebf5ff;
    line-height: .4rem;
    font-size: .14rem;
    text-indent: .2rem;
}

.drow-c button {
    position: absolute;
    right: 0;
    top: 0;
    width: .6rem;
    height: .4rem;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    background: url(/img/search.png) no-repeat center center;
    background-size: 45%;
    color: #fff;
    outline: none;
    border: none;
    font-size: .14rem;
    letter-spacing: 5px;
}

.drow-c button:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    top: 15%;
    left: 0;
    background-color: rgb(194, 192, 192);
}


/* 导航  */

.logo_box {
    float: left;
    width: 30%;
    margin-top: -.15rem;
}

.logo_box>a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.logo_box img {
    max-width: 100%;
    vertical-align: middle;
}

.top_right {
    float: left;
    width: 70%;
    padding-left: 2%;
    margin-top: .2rem;
}

.nav {
    width: 100%;
    margin: 0 auto;
}

.nav_ul {
    width: 100%;
    margin-bottom: 0;
}

.nav_item {
    position: relative;
}
.nav_item:nth-child(3){
    position: unset;
}
.nav_item>a {
    position: relative;
    display: block;
    line-height: .55rem;
    font-size: .2rem;
    text-align: center;
    -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;
}

.search_icon>i {
    line-height: 47px;
}



.nav_item_open {
    /* min-width: 110px; */
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 15px 0 rgba(0, 12, 49, 0.5);
    background: #fff;
    /* border-radius: 4px; */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.nav_item:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 0px 10px #cecece;
}
@media screen and (min-width:768px) {
    .nav_item.active>a {
        color: #fff;
    }
    .nav_item.active>a,
    .nav_item:hover>a {
        color: #fff;
        background-color: #e84545;
    }
    .nav_item.active>a>i,
    .nav_item:hover>a>i {
        /* background-color: #c40018; */
    }
    /*.nav_item_open {*/
    /*    width: auto;*/
    /*}*/
    .nav_ul {
        display: table;
    }
    .nav_item {
        display: table-cell;
    }
    .nav_item:nth-child(3):hover .nav_item_open{height:455px;}
    .nav_item:nth-child(4):hover .nav_item_open {
        height: 122px;
    }
    .nav_item2:hover a {
        background-color: #c40018;
        color: #fff !important;
    }
    .nav_item2 {
        border-bottom: 1px solid #ebe9e9;
    }
}

.subopen {
    display: none;
}

.nav_item2 {
    width: auto;
}


/* .nav_item2:last-child {
    border-bottom: none;
    
} */

.nav_item2 a {
    display: block;
    text-align: center;
    font-size: 16px;
    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:1296px) {
    .top {
        margin-bottom: 0;
    }
}

@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:768px) {
    header {
        padding: .1rem;
    }
    .logo_box {
        width: 72%;
    }
    .logo_box img {
        width: 100%;
    }
    /* .top_right {
        width: 50%;
        margin-left: 0;
    } */
    .search_icon {
        display: none;
    }
    .menu_open {
        display: block;
        float: right;
        width: 24px;
        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%;
    }
    .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-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        margin-left: 20px;
    }
}

@media screen and (width:768px) {
    .top {
        display: none !important;
    }
}

@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: 10px;
    }
}

@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;
    }
}


/* 产品中心下拉 */

.nav_item_100vw {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 0;
    transition: 0.6s;
    background: rgba(255, 255, 255, 1);
    border-bottom: none;
    box-shadow: none;
}

#topline {
    width: 1420px;
    margin: 0 auto;
    position: unset;
    padding-top: .2rem;
    height: 390px;
    box-shadow: none;
    border: none !important;
    animation-delay: .1s;
    display: table;
}

#topline li {
    display: table-cell;
    /* float: left; */
    /* width: 184px !important; */
    /* width: 100%; */
    margin-right: 0px;
    height: 38px;
    position: relative;
    line-height: 38px;
    font-size: 14px;
    padding-top: 12px;
    border: none !important;
    margin-left: 100px;
    text-align: center;
}

#topline h3 {
    color: #ef011c;
    font-size: 17px;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

#topline li h5 {
    text-align: center;
    line-height: 2.3;
}

#topline li a:link,
#topline li a:visited {
    color: #fff;
}

#topline li a {
    width: 100% !important;
}

#topline li img {
    width: 62%;
    border-radius: 15px;
    padding-top: 14px;
}

#topline li h5 a {
    color: #404040 !important;
    height: 29px;
    font-size: 14px;
    text-align: center;
}

#topline li h6 {
    font-size: 12px;
    text-align: center;
    color: #ef011c;
}

.nav_item:hover .nav_item_100vw {
    height: 455px;
}

.banner img {
    width: 100%;
}


/* 产品 */

.index_pro {
    padding-bottom: .8rem;
    background: url(/img/pro_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.proBar_box .tabBar {
    float: left;
    width: 20%;
    height: 10vw;
    padding: 0 4%;
    margin-bottom: .3rem;
}

.proBar_box .tabBar img {
    width: 100%;
    z-index: 10;
    margin-top: -66%;
    /*border-bottom-left-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
    /*box-shadow: 0 0 5px 5px rgba(255, 255, 255, .4);*/
}

.pro_type_title {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    /* padding: 0 16% 0; */
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    background-color: #3498db;
    color: #fff;
    vertical-align: text-bottom;
    box-shadow: 0 0 10px 10px rgba(0, 68, 114, .2);
    overflow: hidden;
    /* z-index: 10; */
}

.proBar_box .tabBar.active .pro_type_title,
.proBar_box .tabBar:hover .pro_type_title {
    height: 8vw;
    padding-top: 42%;
}

.pro_box .tab_list .col-md-10 {
    margin-left: -9%;
    padding: 0;
}

.pro_box .tab_list .col-md-10 img {
    width: 100%;
    margin-bottom: 1rem;
}

.pro_box .col-md-2 {
    float: right;
}

.pro_name>a {
    line-height: 2.5;
}

.tab_list {
    display: none;
}

.tab_list.active {
    display: block;
}

.index_about {
    padding-top: 1.6rem;
    background: url(/img/bg1.jpg) no-repeat 0 0;
    background-size: cover;
}

.imgb img {
    max-width: 100%;
}

.about_top .imgb {
    padding-left: 0;
    padding-right: .4rem;
}

.main_title {
    margin-bottom: .3rem;
}

.about_top {
    padding: 0 .65rem;
    margin-bottom: .9rem;
}

.about_top .text {
    padding-left: .4rem;
}

.main_title {
    font-weight: bold;
    line-height: 1.5;
    background: url(/img/xiahuaxian.png) no-repeat 0 bottom;
}

.main_title span {
    color: var(--blue);
    z-index: 10;
}

.about_top .main_title:after {
    position: absolute;
    top: -.4rem;
    left: -.5rem;
    content: 'COMPANY PROFILE';
    font-family: Georgia;
    color: #dad8d8;
    font-size: .58rem;
}

.service {
    padding: .3rem 0 .9rem;
}

.col_five_list {
    float: left;
    width: calc(20% - .6rem);
    text-align: center;
    margin-right: .75rem;
}

.col_five_list:last-child {
    margin-right: 0;
}

.service_list {
    padding-bottom: .2rem;
    background-color: rgba(98, 179, 255, .4);
    box-shadow: 8px 8px 15px 5px rgba(0, 0, 0, .1);
}

.service_list p.fs16 {
    color: var(--blue);
}

.service_list img {
    margin-top: -.4rem;
}

.service_list:last-child {
    border-right: none;
}

.service_list>p {
    margin: .1rem 0;
}

.service_list:hover {
    transform: translateY(-.1rem);
}

.index_case {
    padding: 1.1rem 0 .96rem;
    background: url(/img/case_bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.index_case .left {
    width: 30.985%;
    padding: 4vw .2rem 0 0;
    transform: translate3d(0, 0, 0);
}

.index_case .right {
    width: 69.015%;
    padding-left: 15.8%;
}

.index_case_list {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: .1rem;
}

.case_img {
    width: 30%;
    height: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    /* transition: 1s all cubic-bezier(.46,1,.23,1.52); */
}

.case_img img {
    width: 100%;
}

.case_title {
    margin: .06rem 0;
}

.publish_info {
    margin-bottom: 5px;
}

.publish_time {
    padding-left: .2rem;
    font-size: .14rem;
    background: url(/img/icon_time.png) no-repeat 0 center;
    background-size: .15rem auto;
}

.arrow {
    top: 10%;
    left: 63.72%;
    width: 0;
    height: auto;
    max-height: 90%;
}

.arrow img {
    width: 100%;
}

.index_case_list.active .case_img,
.index_case_list:hover .case_img {
    height: .93rem;
}

.index_case_list.active .arrow,
.index_case_list:hover .arrow {
    width: 34.28%;
}

.case_content_list {
    padding-bottom: 1.2rem;
}

.case_content_list>.inner>.rel {
    display: block;
    padding: .1rem .5rem .5rem .1rem;
    line-height: 2;
    background: url(/img/case_bg1.png) no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.case_content_list>.inner>.rel img {
    width: 100%;
    object-position: center center;
    border: 2px solid #2a5298;
}

@media screen and (min-width:1420px) {
    .case_content_list>.inner>.rel {
        height: 582px;
    }
    .case_content_list>.inner>.rel img {
        height: 532px;
    }
}

@media screen and (max-width:1420px) and (min-width:769px) {
    .case_content_list>.inner>.rel {
        height: 40.2vw;
    }
    .case_content_list>.inner>.rel img {
        height: calc(40.2vw - .5rem);
    }
}

.case_content_list .txt {
    bottom: 0;
    right: .1rem;
    width: 5.9rem;
    height: 2rem;
    background-color: rgba(255, 255, 255, .7);
    padding: .35rem .25rem;
}

.case_content_list .link {
    bottom: 0;
    right: 0;
}

.case_content_list .link:hover {
    color: #fff;
}

.tab_list1 {
    display: none;
}

.tab_list1.active {
    display: block;
}

.link {
    padding: .06rem .3rem;
    letter-spacing: 3px;
    background-color: #1998d3;
}

.link1 {
    border-top-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
}

.dev_wraper {
    padding: .5rem 0 1rem;
    /*background: url(/img/fazhan_bg.jpg) no-repeat 0 0;*/
}

.dev_wraper .main_title {
    padding: .5rem 0;
    background: url(/img/dev_tit_bg.png) no-repeat center center;
}

.dev_wraper .main_title span {
    padding-bottom: .05rem;
    background: url(/img/xiahuaxian.png) no-repeat 0 bottom;
}

.shili_list {
    padding: 0;
    overflow: hidden;
    object-fit: fill;
    object-position: center;
}

.shili .img_b {
    height: 1.89rem;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.shili .img_b img {
    height: 100%;
    object-position: center;
}

.ext {
    height: 1.89rem;
    padding: .3rem .3rem 0;
    background: rgba(224, 225, 225, .7);
    line-height: 1.5;
    overflow: hidden;
}

.ext .fs30 {
    line-height: 1;
    margin: 0 0 .2rem 0;
    font-weight: 500;
}

.index_news {
    padding: 9.27vw 0 0;
    background: url(/img/news_bg.jpg) no-repeat 0 0;
    background-size: 100%;
}
.index_news .main_title span{
    color: #fff;
}
.news_box{
    display: flex;
    flex-wrap: wrap;
}
.index_new_list {
    padding: 0 .2rem;
}

.index_new_list>a {
    display: block;
    background: #1ab6ff;
    border: 2px solid #fff;
}

.news_box {
    width: 65.625%;
    float: right;
}


/* .index_new_list {
    padding: 0 .4rem;
    border-right: 1px solid #dadada;
} */

.imgbox {
     display: flex;
    flex-wrap: wrap;
    height: 1.715rem;
    overflow: hidden;
}

.imgbox img {
    width: 100%;
}

.index_new_list .txt {
    padding: 0 .2rem;
}

.new_title {
    height: 3em;
    line-height: 1.5;
    margin: .1rem 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

.index_new_list:hover>a {
    background-color: #fff;
}

.index_new_list:hover .new_title {
    color: #df0024;
}


/* 底部 */

footer a {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    /*color: #fff;*/
}

.foot_one {
    padding: 0 .5rem 0 0;
}

.foot_logo {
    display: block;
    text-align: center;
}

.foot_logo img {
    max-width: 100%;
}


/* 底部 */
/*footer{*/
/*    display: none;*/
/*}*/
    
footer dt {
    font-size: .2rem;
    margin-bottom: .24rem;
}

footer dd {
    /* font-size: .14rem; */
    line-height: 2;
    margin-bottom: 0;
}

footer dd span {
    display: inline-block;
    vertical-align: top;
}

.foot_nav {
    margin: .3rem 0;
}

.foot_nav a {
    /* color: #333; */
    font-size: .18rem;
    /* font-weight: bold; */
    margin: 0 .3rem;
}

.foot_nav a:hover {
    color: #1998d3;
}

.foot_con {
    display: flex;
    align-items: center;
    padding: .1rem 0;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}

.foot_three {
    border-left: 1px solid #a7a7a7;
    padding-left: .6rem;
}

.foot_con dl {
    margin-bottom: 0;
}

.copyright {
    padding: .1rem 0;
    /*color: #fff;*/
}

.copyright p {
    margin-bottom: 0;
    line-height: 2;
}

.copyright a {
    /*color: #fff;*/
}


/* 联系我们页面 */

.crumbs {
    height: .4rem;
    font-size: .14rem;
    /* border-top: 1px solid #cccccc; */
}

.crumbs a {
    color: #000;
    line-height: .4rem;
}

.crumbs1 {
    position: relative;
    background-color: transparent;
    margin-top: -.4rem;
    color: #fff;
    border-top: none;
}

.inner_main_title {
    margin-bottom: .55rem;
}

.big_title {
    color: var(--blue);
    line-height: 1;
}

.big_title span {
    padding: 0 0 .25rem .4rem;
    background: url(/img/xian.png) no-repeat 0 bottom;
}

.big_title1 span {
    padding: 0 0 .1rem .4rem;
    background: url(/img/xian.png) no-repeat 0 bottom;
}

.small_title span {
    padding-left: 2rem;
    margin-top: -.1rem;
}

.contact {
    padding: .5rem 0 1.1rem;
}

.contact_txt {
    margin-bottom: .68rem;
    line-height: 2;
    text-indent: 2em;
}

.contact .col-four-list {
    float: left;
    width: calc(25% - .3rem);
    margin-right: .3rem;
    background: #fff;
    /* box-shadow: 0 0 8px 4px rgba(0, 0, 0, .2); */
    background: url(/img/lxfs_bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.contact .col-four-list:last-child {
    margin-right: 0;
}

.contact .col-four-list img {
    width: 100%;
}

.contact .col-four-list a {
    color: #df0024;
    font-weight: bold;
}

.contact .col-four-list {
    padding: .3rem 0 .35rem .2rem;
}

.contact .col-four-list .fs16 {
    margin-bottom: .15rem;
}

.contact .col-four-list .abs {
    bottom: -.3rem;
    left: 10%;
    width: 80%;
    line-height: .6rem;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    border-radius: .1rem;
    background-color: #3498db;
    box-shadow: 0 0 5px 4px rgba(93, 142, 175, .2);
    margin-bottom: 0;
    position: unset;
    margin: 30px auto 0;
}


/* .contact .col-four-list:hover a:last-child{
    color: #1998d3;

} */

.map_wraper {
    padding: .3rem 0;
}

.map_wraper .container {
    color: #fff;
    background-image: -moz-linear-gradient(top, #3498db, #0079c9);
    background-image: -ms-linear-gradient(top, #3498db, #0079c9);
    background-image: -webkit-linear-gradient(top, #3498db, #0079c9);
    background-image: -o-linear-gradient(top, #3498db, #0079c9);
    /* height: 5.5rem; */
}

@media screen and (min-width:769px) {
    .map_wraper .col-md-4 {
        width: 33.33%;
    }
}

.map_wraper .col-md-4 {
    padding: .2rem;
    height: 5.5rem;
    margin-bottom: 0;
    justify-content: space-around;
}

.map_wraper .flex-column span {
    display: inline-block;
    line-height: 1.4;
    vertical-align: top;
    margin-bottom: 0;
}

.map_wraper .container a {
    color: #fff;
}

.map_wraper .flex-column i {
    margin-right: .05rem;
}

.map_wraper .col-md-4 p.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: .28rem;
    vertical-align: middle;
}

.map_wraper .col-md-4 p.flex span:first-child {
    flex-shrink: 0;
}

.map_wraper .col-md-8 {
    padding: 0;
}

#map {
    height: 5.5rem;
}


/* 案例中心 */

.cases_wraper {
    padding: .6rem 0 .4rem;
}

.cases_wraper .new_list {
    /* height: 2.38rem; */
    overflow: hidden;
    padding: .25rem 0;
    /* margin-bottom: .35rem; */
    border-bottom: 1px solid #dadada;
    background-color: #fff;
}

.cases_wraper .new_title {
    text-shadow: none;
    margin-top: 0;
    height: unset;
}

.cases_wraper .publish_info {
    color: #919090;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    /*border-bottom: 1px dashed #e0dddd;*/
}

.new_cont {
    margin-bottom: 0;
}

.cases_wraper .new_list .img_b {
    width: 2.98rem;
    height: 2.2rem;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #afafaf;
}

.cases_wraper .new_list .img_b img {
    width: 100%;
}

.cases_wraper .new_list .new_con {
    width: calc(100% - 2.98rem);
    padding: 0 .4rem 0 0;
}

.line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c40018;
}

.link2 {
    top: 50%;
    left: 50%;
    display: block;
    width: 1.4rem;
    width: 0;
    height: .4rem;
    height: 0;
    line-height: .4rem;
    text-align: center;
    /* padding: .06rem .3rem; */
    background-color: #c40018;
    color: #fff;
    overflow: hidden;
}

.cases_wraper .new_list:hover {
    border-color: #fff;
}

.cases_wraper .new_list:hover a {
    color: #1998d3;
    border-color: #1998d3;
}

.cases_wraper .new_list:hover .img_b {
    border-color: #c40018;
}

.cases_wraper .new_list:hover .img_b img {
    opacity: .6;
}

.cases_wraper .new_list:hover .line {
    width: 100%;
}

.cases_wraper .new_list:hover .link2 {
    width: 1.4rem;
    height: .4rem;
    margin-left: -.7rem;
    margin-top: -.2rem;
}


/* 分页 */

.pagination-wrapper {
    margin: .2rem 0 .4rem;
    text-align: center;
}

.pagination {
    height: 34px;
    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: #555555;
    vertical-align: top;
    background-color: #cdcdcd;
}

.pagination li a {
    float: left;
    display: block;
    padding: 0;
    line-height: 34px;
    color: #555555;
    border: none;
    text-decoration: none;
    background-color: #cdcdcd;
    ;
}

.pagination li:hover {
    background: #1998d3;
    color: #fff;
}

.pagination li:hover a,
.pagination li a:hover {
    background: #1998d3;
    color: #fff;
}

.pagination li.thisclass {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: .16rem;
    border: 1px solid #1998d3;
    background: #1998d3;
    color: #fff;
    vertical-align: top;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
    background: transparent;
    border-color: #1998d3;
    color: #fff;
    cursor: default;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #cdcdcd;
    border: none;
}


/* 案例详情页 */

.new_content_wraper .container1 {
    padding: .4rem 0;
    position: relative;
}

.new_content_wraper .left {
    width: 74.7%;
    padding-right: 4%;
}

.new_content_wraper .inner_main_title {
    margin-bottom: .3rem;
}

.new_content_wraper .left .publish_info {
    /* display: inline-block; */
    margin-bottom: .5rem;
}

.new_content_wraper .left .publish_info span {
    margin-right: .1rem;
}

.qianyan {
    padding: 0 .1rem .1rem 0;
    background: url(/img/bg3.jpg) no-repeat right bottom;
    background-size: cover;
    margin-bottom: .4rem;
}

.qianyan p {
    padding: .22rem;
    margin-bottom: 0;
    margin-left: -.1rem;
    background: #0051bf;
}


/* .qianyan:after{
    position:absolute;
    left: -.1rem;
    bottom: -.1rem;
    width: 100%;
    height: 100%;
    content: url(/img/bg3.jpg);
} */

.new_content_wraper .left .link2 {
    display: inline-block;
    margin-top: 0;
}

.new_content {
    margin-bottom: .2rem;
    /* text-align: center; */
    /* border-bottom: 1px solid #0051bf; */
}

.new_content img {
    display: block;
    margin: .1rem auto;
}

.new_content p {
    text-indent: 2em;
    margin-bottom: .2rem;
    text-align: left;
}

.new_content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: .2rem;
}

.tuijian_chanpin {
    margin-bottom: .2rem;
}

.tuijian_chanpin a {
    padding: .1rem .2rem;
    background-color: rgb(218, 213, 213);
}

.new_content_wraper .right {
    width: 25%;
    padding: .2rem 0 .4rem;
}
@media screen and (min-width:769px){
   .new_content_wraper .right{
       position: sticky;
       top: 10px;
   } 
}
.tj_title {
    line-height: 3;
    background-color: #e8e7e7;
    letter-spacing: 3px;
    margin-bottom: .1rem;
}

.tuijian_new_list {
    margin-bottom: .4rem;
}

.tuijian_new_list .img_b {
    height: 2.66rem;
    overflow: hidden;
}

.tuijian_new_list .img_b img {
    width: 100%;
}

.tuijian_new_list .fs16 {
    margin: .1rem 0;
}

.link3 {
    display: block;
    letter-spacing: 4px;
    padding: .08rem 0;
    border-radius: .25rem;
    margin-top: 0;
    color: #fff;
    background: #21bada;
    box-shadow: 0 0 10px 4px #1998d3 inset;
}

.article_near {
    padding: 0;
}

.link_border {
    display: inline-block;
    line-height: 2;
    border-radius: .2rem;
    border: 2px solid #1998d3;
    color: #000;
    cursor: pointer;
}

.ceng {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    margin-top: 35%;
    margin-left: 50%;
    overflow: hidden;
    background-color: rgba(98, 179, 255, .5);
}

.ceng span {
    display: inline-block;
    top: 50%;
    left: 50%;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    margin-top: -.2rem;
    margin-left: -.2rem;
    border-radius: 50%;
    border: 1px solid #fff;
}

.tuijian_new_list:hover .ceng {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
}

.link_100 {
    width: 100%;
    background-color: #c7edff;
    padding: .05rem .1rem;
    letter-spacing: 2px;
}

.tuijian_link span {
    display: block;
    color: #333;
    line-height: .4rem;
    background: url(/img/bg4.png) no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer;
}

.tuijian_link span:hover {
    color: #0051bf;
}

.cptj_wraper .col-four-list {
    float: left;
    width: calc(25% - .6rem);
    margin-right: .8rem;
    background-color: #f8f8f8;
}

.cptj_wraper .col-four-list:last-child {
    margin-right: 0;
}

.cptj_wraper .col-four-list .imgb {
    height: 1.97rem;
    overflow: hidden;
}

.cptj_wraper .col-four-list .imgb img {
    width: 100%;
}

.cptj_wraper .col-four-list p {
    padding: 0 .15rem;
    line-height: 3;
}

.cptj_wraper .col-four-list:hover .imgb img {
    transform: scale(1.1);
}


/* 新闻中心页面 */

.news_wraper {
    padding: .6rem 0 0;
}

.news_wraper .new_list {
    /* height: 2.38rem; */
    overflow: hidden;
    padding: .35rem 0;
    /* margin-bottom: .1rem; */
    border-bottom: 1px solid #dadada;
    background-color: #fff;
}

.news_wraper .new_title {
    text-shadow: none;
    margin-top: 0;
    height: unset;
}

.news_wraper .publish_info {
    color: #919090;
    margin-bottom: .2rem;
}

.new_cont {
    margin-bottom: 0;
}

.news_wraper .new_list .img_b {
    display: block;
    width: 2.59rem;
    height: 1.7rem;
    overflow: hidden;
}

.news_wraper .new_list .img_b img {
    width: 100%;
}

.news_wraper .new_list .new_con {
    width: calc(100% - 2.59rem);
    padding: 0 0 0 .4rem;
}

.news_wraper .new_list:hover {
    background-color: #f8f8f8;
    border-color: #fff;
    /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1); */
}

.news_wraper .new_list:hover a {
    color: #1998d3;
    border-color: #1998d3;
}

.news_wraper .new_list .line {
    background-color: var(--blue);
}

.news_wraper .new_list:hover .line {
    width: 100%;
}

.news_wraper .new_list:hover .link2 {
    width: 1.4rem;
    height: .4rem;
    margin-left: -.7rem;
    margin-top: -.2rem;
}


/* .news_wraper .new_list .link2 {
    width: 1.4rem;
    height: .4rem;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}*/

.news_wraper .new_list:hover img {
    transform: scale(1.1);
}

.news_type {
    margin-bottom: .45rem;
}

.news_type a {
    display: inline-block;
    padding: 0 .35rem;
    margin: 0 .15rem;
}

.news_type a.active {
    color: var(--blue);
    background: url(/img/xian.png) no-repeat 0 bottom;
}

.right.news_wraper .new_list {
    padding: 0;
    margin-bottom: .3rem;
    border-bottom: none;
}

.right.news_wraper .new_list>div {
    display: flex;
    align-items: center;
}

.right.news_wraper .new_list .img_b {
    width: 35%;
    height: auto;
}

.right.news_wraper .new_con {
    width: 65%;
    padding-left: .2rem;
}

.right.news_wraper .publish_info {
    margin-bottom: 0;
}

.right.news_wraper .new_list .line {
    left: calc(35% + .2rem);
    background-color: #c40018;
}

.right.news_wraper .new_list:hover .line {
    width: calc(65% - .2rem);
}


/* 产品中心页面 */

.proc_wraper {
    padding-bottom: .5rem;
}

.proc_type_list {
    margin-top: .3rem;
    padding: .4rem 0 .3rem;
}

.proc_type_list:nth-child(2n-1) {
    background: #f0f8ff;
}

.proc_type_list:nth-child(2n) {
    background: #f8f8f8;
}


/*.proc_type_list:nth-child(2n) .type {*/


/*    float: right;*/


/*}*/


/*.proc_type_list:nth-child(2n) .right {*/


/*    float: left;*/


/*}*/

.type {
    display: block;
    padding: 0 2%;
}

.proc_type_list .type a {
    display: block;
    text-align: center;
}

.proc_type_list .type img {
    max-width: 100%;
}


/*.proc_type_list .type  {*/


/*    position: absolute;*/


/*    z-index: 100000;*/


/*    top: -.2rem;*/


/*    left: 67%;*/


/*}*/

.proc_type_list .right {
    padding: 0 0 0 .4rem;
}

.proc_type_list .right li {
    /*list-style: disc;*/
    display: inline-block;
    padding: 0 .2rem 0 .1rem;
    font-size: .18rem;
    line-height: 1.3;
    margin-bottom: .2rem;
    position: relative;
}

.proc_type_list .right li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 40%;
    left: 0;
    border-radius: 50%;
    background-color: #000;
}

.proc_type_list .right .fs40 {
    display: block;
    padding-left: .1rem;
    border-left: 7px solid #e84545;
    line-height: 1;
    margin-bottom: .2rem;
}

.proc_type_list:nth-child(odd) .right .fs40 {
    color: #e84545;
}

.proc_type_list:nth-child(even) .right .fs40 {
    color: #0075d9;
    border-left-color: #0075d9;
}

@media screen and (max-width:1170px) {
    .proc_type_list .right li {
        font-size: .18rem;
    }
}

@media screen and (max-width:1170px) {
    .proc_type_list .right li {
        font-size: .18rem;
    }
}

.line2 {
    bottom: 2px;
    left: 12.5%;
    height: 3px;
    width: 87.5%;
    background: url(/img/line2.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.proc_type_list:last-child .line2 {
    bottom: 0;
}

.proc_type_list:nth-child(2n) .type {
    padding-right: 0;
    padding-left: 2%;
}

.proc_type_list:nth-child(2n) .type a:nth-child(2) {
    left: auto;
    right: 67%;
}

.proc_type_list:nth-child(2n) .line2 {
    bottom: 0px;
    left: auto;
    right: 12.5%;
}


/* 产品列表页面 */

.list-wraper {
    background-color: #f5f5f5;
}

.list-wraper .container {
    max-width: 1420px;
}

.wsc-layoutCon {
    padding: .4rem 0 0;
}

.layout-side {
    position: sticky;
    top: 0;
    left: 0;
    width: 23.6%;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Arial", sans-serif;
    color: #333333;
    border-radius: 2px;
}
.layout-side .catebtn {
    display: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    background-color: var(--blue);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.layout-side .catebtn:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 18px;
    height: 18px;
}

.layout-side .close {
    display: none;
    position: absolute;
    top: 90px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    z-index: 10000000;
}

.prod-bar {}

.proNav-head {
    padding: 0 20px;
    font-size: 24px;
    color: #617080;
    line-height: 60px;
}

.proNav-head i {
    font-size: 24px;
    margin-right: 5px;
}
.panel-group {
    background: #fff;
    padding: 10px 10px 20px;
}

.sideNav {
    background: #fff;
    padding: 10px 10px 20px;
}

.sn-list-item,
.sn-list-item .panel-body {
    border: none !important;
}

.panel-default>.panel-heading {
    padding: 0;
    border: none !important;
    background-color: transparent;
}

.sn-item-tit span {
    font-size: 20px;
}

.sn-item-tit {
    overflow: hidden;
    padding: 0 20px;
    font-size: 16px;
    color: #617080;
    background: #f5f5f5;
    position: relative;
}

.list-wraper .panel .panel-title a,
.list-wraper .panel .panel-title a .fa {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
}

.sn-item-tit:hover a,
.sn-item-tit.in a,
.sn-item-tit a[aria-expanded="true"] {
    background-color: transparent;
    color: #e74543;
}

.sn-item-tit a .iconfont {
    font-size: 16px;
    /*transform: rotate(90deg);*/
}

.sn-item-tit.in a .iconfont,
.sn-item-tit a[aria-expanded=true] .iconfont {
    transform: rotate(180deg);
}

.sn-list-item .collapse:hover,
.sn-list-item .collapse.active {
    color: #007ed3;
}

.sn-item-tit a {
    float: left;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #617080;
    transition: 0.3s;
}

.sn-list-item .panel-body {
    background-color: #fff;
}


/* .sideNav ul {
    display: none;
} */

.collapse {
    border: none !important;
}

.pro_nav_list {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #617080;
    position: relative;
}

.pro_nav_list a {
    color: #617080;
}

.sideNav li .pro-nav2 {
    color: #617080;
    display: block;
    padding-left: 30px;
}

.layout-content {
    float: right;
    width: 73.5%;
}

.prodList .Atitem.wsc-relate {
    margin-top: 0;
    padding-top: 0px;
}

.prodList .Atitem .rlist-style3 {
    padding: 0;
    overflow: hidden;
    margin-top: 0px;
}

.Atitem .rlist-style3 .rListCon {
    margin: -20px -10px 0;
    zoom: 1;
}

.prodList .Atitem .wsc-pro .rlist-imgitem {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 .1rem;
    margin-top: .2rem;
}

.Atitem .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;
}

.Atitem .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 {
    width: 100%;
    height: auto;
    transition: 0.36s;
}

.rlist-imgitem:hover .rlist-img img {
    transform: scale(1.08);
}

.Atitem .wsc-pro .rlist-info {
    overflow: hidden;
    padding: 20px;
    border-top: 0;
    border-radius: 0px 0px 2px 2px;
    background-color: #fff;
}

.Atitem .wsc-pro .rlist-tit {
    font-size: 16px;
    line-height: 24px;
    color: #304255;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*height: 48px;*/
}

.wsc-pro .rlist-attr {
    height: 51px;
    overflow: hidden;
}

.wsc-pro .rlist-attr p {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 14px;
    color: #97A1AC;
    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;
    text-align: center;
}

.wsc-pro .list-btn .btn {
    display: inline-block;
    width: calc(45% - .05rem);
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    /* line-height: 35px; */
    font-size: 14px;
}

.wsc-pro .list-btn .btn .iconfont {
    margin-left: .1rem;
}

.btn-orangebd {
    background: #ffefef;
    border: 1px solid #e74543;
    color: #e74543;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: 0.36s;
    text-align: center;
    border-radius: 2px;
}

.wsc-pro .list-btn .btn-bluebdn {
    margin-left: .1rem;
}

.btn-bluebdn {
    border: 1px solid #007ed3;
    background: #e1f3ff;
    color: #007ed3;
}

@media screen and (max-width:768px) {
    .layout-side,
    .layout-content {
        width: 100%;
    }
    .pro_nav_list {
        display: inline;
        margin-right: 5px;
    }
    .prodList .Atitem .wsc-pro .rlist-imgitem {
        width: calc(50%);
    }
    .Atitem .wsc-pro .rlist-info {
        padding: 5px;
    }
    .wsc-pro .list-btn .btn {
        width: calc(48% - 5px);
        padding: 6px 0;
    }
    .Atitem .wsc-pro .rlist-img {
        height: 148px;
    }
    /* .prodList .Atitem .wsc-pro .rlist-imgitem:nth-child(2n-1){
        margin-right: 10px;
    } */
}


/*.prol_wraper {*/


/*    padding-top: .9rem;*/


/*}*/


/*.prol_box {*/


/*    padding-top: .15rem;*/


/*}*/


/*.prol_list {*/


/*    float: left;*/


/*    width: calc(50% - .25rem);*/


/*    margin: 0 .5rem .45rem 0;*/


/*    height: 1.76rem;*/


/*    background-color: #efefef;*/


/*    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);*/


/*}*/


/*.prol_list .imgb {*/


/*    float: left;*/


/*    width: 2.33rem;*/


/*    height: 1.76rem;*/


/*    overflow: hidden;*/


/*    object-fit: fill;*/


/*}*/


/*.prol_list .imgb img {*/


/*    height: 1.76rem;*/


/*    object-position: center;*/


/*}*/


/*.prol_list .txt {*/


/*    float: left;*/


/*    width: calc(100% - 2.33rem);*/


/*    height: 100%;*/


/*    padding-top: .25rem;*/


/*}*/


/*.prol_list:nth-child(2n) {*/


/*    margin-right: 0;*/


/*}*/


/*.prol_list .txt .abs {*/


/*    bottom: 0;*/


/*    width: 100%;*/


/*    height: .45rem;*/


/*    line-height: .45rem;*/


/*    margin: 0;*/


/*    padding: 0;*/


/*}*/


/*.prol_list .txt .abs a {*/


/*    display: block;*/


/*    float: left;*/


/*    width: 50%;*/


/*    margin-right: 0;*/


/*    padding: 0;*/


/*    text-align: center;*/


/*    color: #fff;*/


/*}*/


/*.prol_list .txt .abs a>i {*/


/*    display: inline-block;*/


/*    width: .19rem;*/


/*    height: .19rem;*/


/*    margin-left: .2rem;*/


/*    background: url(/img/icon.png) no-repeat 0 0;*/


/*    background-size: cover;*/


/*}*/


/*.prol_list .txt .abs a:first-child>i {*/


/*    background-position: 0 0;*/


/*}*/


/*.prol_list .txt .abs a:nth-child(2)>i {*/


/*    background-position: -29px 0;*/


/*}*/


/*.prol_list .txt .abs a:first-child {*/


/*    background-color: #fff;*/


/*    color: #0051bf;*/


/*}*/


/*.prol_list .txt .abs a:nth-child(2) {*/


/*    background-color: #df0024;*/


/*}*/


/*.prol_list:hover {*/


/*    transform: translateY(-.1rem);*/


/*    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .3);*/


/*}*/


/*.prol_list:hover img {*/


/*    transform: scale(1.1);*/


/*}*/


/*.prol_list:hover .prol_title {*/


/*    color: #0051bf;*/


/*}*/


/* 产品详情页面 */

.prod_crumbs {
    border-top: 1px solid #e6e6e6;
}

.pro_description_wraper .container1 {
    padding: .4rem 0 .55rem;
    border-bottom: 1px dashed #9a9a9a;
    margin-bottom: .4rem;
}

.pro_description_con .right {
    width: 45.45%;
} 
@media screen and (min-width:1320px){
   .pro_description_con .right {
    height: 445.5px;
} 
}
@media screen and (max-width:1319px) and (min-width:768px){
   .pro_description_con .right {
    height: 34.0875vw;
} 
}
.pro_description_con .right img {
    max-width: 100%;
    height: 100%;
}

.pro_description_con .left {
    width: 54.55%;
    padding-right: 10%;
}

.canshu {
    margin-bottom: .25rem;
}

.canshu span:nth-child(1) {
    display: inline-block;
    width: 1.2rem;
    margin-right: .15rem;
    line-height: 1.8;
    text-align: center;
    color: #414141;
    background-color: #efefef;
}

.canshu span:nth-child(2) {
    float: right;
    width: calc(100% - 1.35rem);
    font-weight: 550;
    line-height: 1.8;
    padding-bottom: .05rem;
    border-bottom: 1px solid #99cbed;
}

.zaixinzixun {
    top: auto;
    bottom: 0;
    width: 50%;
    margin-bottom: 0;
}

.zaixinzixun a {
    display: block;
    width: 2.8rem;
    color: #fff;
    border-radius: 6px;
    background-color: #e84545;
}

.pro_content_wraper .left {
    width: 70%;
    padding: 0 .2rem .45rem 0;
}
.floor_list,
.floor_list div,
.floor_list p,
.floor_list p span{
    font-size: 16px!important;
}

.pro_content_wraper .left h2 {
    font-size: .18rem !important;
    line-height: 1;
    padding: 0 0 .12rem .55rem;
    background: url(/img/titlle_icon.png) no-repeat 0 0;
    background-size: auto calc(100% - .12rem);
    margin: .25rem 0 .1rem;
    font-weight: bold;
    color: var(--blue);
    border-bottom: 1px dashed #9a9a9a;
}

.pro_content_wraper .left h2 span {
    font-size: .18rem !important;
}

.pro_content_wraper .left img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: .1rem auto;
}

.pro_content_wraper table {
    max-width: 100%;
    overflow-x: scroll;
    /* font-family: "微软雅黑"; */
}

.pro_content_wraper td {
    padding: .06rem .1rem;
    border: 1px solid #fff;
}

.pro_content_wraper table tr:first-child {
    background-color: #2f75b5;
    color: #fff;
    font-size: .16rem;
}

.pro_content_wraper table tr:not(first-child) {
    background-color: #f2f2f2;
    font-size: .15rem;
}

.pro_tuijian {
    background-color: #fff;
}

.pro_tuijian .col-four-list {
    width: calc(33.33% - .14rem);
    margin-right: .21rem;
}

.pro_tuijian .col-four-list:last-child {
    margin-right: 0;
}

.pro_tuijian .col-four-list .tc {
    padding: 0 .1rem;
}


/* .col-four-list:hover{
    margin-top: -.1rem;
} */

.col-four-list:hover .fs24 {
    color: #1998d3;
}

.article_near {
    margin-top: .4rem;
    padding-top: .2rem;
    border-top: 1px solid var(--blue);
}

.pro_content_wraper .proRight {
    position: sticky;
    top: .2rem;
    float: right;
    background-color: #fff;
    z-index: 1000;
}
.proRight>div{
    padding: .1rem .1rem 0;
    background-color: #f5f5f5;
}
@media screen and (min-width:1200px) {
    .pro_content_wraper .proRight {
        width: 334px;
    }
}

@media screen and (max-width:1200px) {
    .pro_content_wraper .proRight {
        width: 23.64%;
    }
}

.pro_content_wraper .table2 td {
    text-align: center;
    padding: .06rem .4rem;
    border: 2px solid #fff;
}

.pro_content_wraper .table2 tr,
.pro_content_wraper .table2 tr:first-child {
    background-color: #ddebf7;
    color: #000;
}

.proRight .tj_title {
    color: var(--blue);
}

.pro_right .fs18 {
    line-height: 2;
    padding: .08rem .1rem;
    color: var(--blue);
}

.zixun {
    display: block;
    line-height: 3;
    letter-spacing: 2px;
    border-radius: 6px;
    color: #fff;
    background-color: #df0024;
    margin-top: .1rem;
}

.back_list:hover {
    color: #1998d3;
}

.proRight .imgb img {
    width: 100%;
}

.FloorNavBar {
    position: fixed;
    top: 10%;
    left: 50%;
    display: none;
}

@media screen and (min-width:1370px) {
    .FloorNavBar {
        margin-left: -750px;
    }
}

@media screen and (max-width:1369px) {
    .FloorNavBar {
        display: none;
    }
}

.FloorNavBar li {
    /* width: .5rem;
    height: .5rem; */
    /* display: inline-block; */
    font-size: .14rem;
    padding: .1rem;
    line-height: 1.2;
    background-color: #efefef;
    border-radius: 5px;
    margin-bottom: 5px;
}

.FloorNavBar li.active,
.FloorNavBar li:hover {
    background-color: var(--blue);
    color: #fff;
}


/*.pro_left_nav {*/


/*    position: fixed;*/


/*    top: 19%;*/


/*    left: 0;*/


/*    width: 1.8rem;*/


/*}*/


/*.panel {*/


/*    border: none;*/


/*    background: transparent;*/


/*}*/


/*.pro_left_nav .panel-heading {*/


/*    border-top-right-radius: .2rem;*/


/*    background-image: -moz-linear-gradient(left, #02177d, #44bbfb);*/


/*    background-image: -ms-linear-gradient(left, #02177d, #44bbfb);*/


/*    background-image: -webkit-linear-gradient(left, #02177d, #44bbfb);*/


/*    background-image: -o-linear-gradient(left, #02177d, #44bbfb);*/


/*    color: #fff;*/


/*    background-color: unset;*/


/*    border: none;*/


/*}*/


/*.pro_left_nav .panel:nth-child(2n) .panel-heading {*/


/*    background-image: -moz-linear-gradient(left, #520e0f, #fd0404);*/


/*    background-image: -ms-linear-gradient(left, #520e0f, #fd0404);*/


/*    background-image: -webkit-linear-gradient(left, #520e0f, #fd0404);*/


/*    background-image: -o-linear-gradient(left, #520e0f, #fd0404);*/


/*}*/


/*.pro_left_nav .panel-title>a {*/


/*    font-size: .16rem;*/


/*    color: #fff !important;*/


/*}*/


/*.pro_nav_list {*/


/*    font-size: .12rem;*/


/*}*/


/*.panel-default>.panel-heading+.panel-collapse>.panel-body {*/


/*    border: none;*/


/*    background-color: #efefef;*/


/*    margin: 0 !important;*/


/*}*/


/*.panel-group .panel+.panel {*/


/*    margin-top: 0;*/


/*}*/


/* 关于我们页面 */

.about {
    padding-bottom: .65rem;
    background: url(/img/bg1.jpg) no-repeat 0 0;
    background-size: cover;
}

.about .service_list {
    float: left;
    /* width: 25%; */
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
        min-height: 200px;
}

.about .main_title {
    margin-bottom: .5rem;
}

.main_title_after {
    margin: 1rem 0 .5rem;
}

.main_title_after:after {
    position: absolute;
    top: -.4rem;
    left: -.5rem;
    content: 'COMPANY PROFILE';
    font-family: Georgia;
    color: #dad8d8;
    font-size: .58rem;
}

.about .service_list:hover {
    transform: translateY(0);
    background-color: rgba(242, 240, 197, .6);
}

.about .service_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .service_list img {
    margin-top: 0;
    margin-right: .4rem;
}

.about .service {
    padding: 0;
    margin: 0;
}

.about_content {
    background-color: rgba(188, 188, 188, .6);
}

.about_content .text {
    padding: .8rem .5rem 0;
    line-height: 2;
}

.about_content .imgb {
    padding: 0;
}

.coreValue {
    padding-bottom: 1.4rem;
}

.coreValue .main_title_after:after {
    content: 'CORE VALUE';
}

.value_list {
    float: left;
    width: calc(33.33% - .68rem);
    margin-right: 1.02rem;
    padding: .47rem .4rem .8rem;
    background: url(/img/bg2.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
}

.value_list:last-child {
    margin-right: 0;
}

.value_list>p:first-child {
    margin-bottom: .3rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.value_list>p:nth-child(2) {
    line-height: 2.5;
}

.process {
    padding-bottom: .75rem;
    background: url(/img/licheng_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.process .main_title {
    text-align: center;
    background: none;
}

.process .main_title span {
    color: white;
    padding-bottom: .1rem;
    background: url(/img/xiahuaxian.png) no-repeat 0 bottom;
}

.process .main_title_after:after {
    content: 'ENTERPRISE HISTORY';
    color: #6f7aab;
    width: 100%;
    text-align: center;
    left: 0;
}


/* 发展历程轮播 */

.qylc_swiper {
    width: 80%;
    margin: 0 auto;
    padding-top: 1.6rem;
}

.qylc_swiper .swiper-slide {
    height: 3rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    padding: .2rem .35rem;
}

.lc_tet {
    float: left;
    padding: .3rem 0;
    width: 68%;
}

.qylc_swiper .swiper-slide .img_b {
    float: right;
    width: 32%;
}

.img_b img {
    width: 100%;
}

.qylc_swiper .swiper-slide .img_b img {
    border-radius: 8px;
}

.qylc_swiper .swiper-slide p {
    margin-bottom: .1rem;
    color: #fff;
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets {
    top: 0;
    bottom: auto;
    /* position: relative; */
}

.qylc_swiper .swiper-pagination-bullet {
    width: 0;
    height: 0;
    display: inline-block;
    opacity: 1;
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
    position: relative;
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
    position: absolute;
    top: 0;
    left: -1rem;
    content: "";
    width: 2rem;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: .22rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after {
    position: absolute;
    top: .4rem;
    bottom: auto;
    left: -1rem;
    content: "";
    width: 2rem;
    height: auto;
    text-align: center;
    border-bottom: 3px solid transparent;
    color: #fff;
    font-size: .18rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1):before {
    content: '创业准备期';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1):after {
    content: '2001年-2008年';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2):before {
    content: '创业初期';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2):after {
    content: '2008年-2010年';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):before {
    content: '探索奋进期';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):after {
    content: '2011年-2016年';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4):before {
    content: '高速发展期';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4):after {
    content: '2017年-2020年';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5):before {
    content: '快速裂变期';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5):after {
    content: '2021年-至今';
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    border-color: #fef668;
}

.qylc_swiper .swiper-pagination-bullet-active:after {
    transform: scale(1.2);
}

.qylc_swiper .swiper-pagination-bullet span {
    margin: 0 .7rem;
}

.qylc_swiper_father .swiper-button-prev,
.qylc_swiper_father .swiper-button-next {
    width: .4rem;
    height: .4rem;
    top: unset;
    top: .6rem;
    bottom: auto;
    outline: none;
}

.qylc_swiper_father .swiper-button-prev {
    left: 1rem;
    background: url(/img/left-arrow.png) no-repeat 0 0;
    background-size: contain;
}

.qylc_swiper_father .swiper-button-next {
    right: 1rem;
    background: url(/img/right-arrow.png) no-repeat 0 0;
    background-size: contain;
}

.zizhi {
    background: url(/img/zizhi_bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    padding-bottom: 1.2rem;
}

.zizhi .main_title_after:after {
    content: 'QUALIFICATIONS';
}

.zizhi_inner {
    padding-bottom: .3rem;
}

.zizhi_swiper .swiper-slide {
    width: 20%;
    text-align: center;
    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;
    transition: 300ms;
    transform: scale(0.8);
}

.zizhi_swiper .swiper-slide img {
    width: 100%;
}

.zizhi_swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.fwlc {
    background: url(/img/liucheng_bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: .8rem;
}

.fwlc .container {
    width: 100%;
    max-width: 1500px;
}

.fwlc .main_title_after span {
    color: #FFF;
}

.fwlc .main_title_after:after {
    content: 'SERVICE PROCESS';
    color: #6f7aab;
}

.fwlc .main_title h2 {
    font-size: .36rem;
    letter-spacing: 3px;
}

.fwlc .main_title p {
    margin: .2rem 0 .3rem;
}

.fwlc_list .list {
    color: #000;
    padding: 0 .35rem;
    margin-bottom: .5rem;
    position: relative;
}

.fwlc_list .list .inner {
    padding: .45rem .25rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, .3) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, .3) 100%);
    border-radius: .1rem;
}

.fwlc_list .iconfont {
    padding: .08rem;
    font-size: .26rem;
    color: #ed0000;
    border-radius: 10px;
    border: 2px solid #ed0000;
}

.fwlc_list h3 {
    line-height: 1;
    margin: .25rem 0 .1rem;
}

.fwlc_list .list:hover a {
    color: #ed0000;
}


/* 视频展厅 */

.spzt_wraper {
    padding: .3rem 0 .3rem;
}

.spzt_tab_lists {
    padding: .2rem 0 0;
}

.spzt_tab_lists>div {
    margin-right: 0;
    /* padding: 0; */
    background: #fff;
    /* float: left; */
    margin: .46rem 0 .5rem 0;
}

.spzt_tab_lists>div>div {
    float: left;
    border-radius: 10px;
    padding: 0 17px 9px;
    box-shadow: 0 3px 27px rgba(2, 130, 184, .23);
    position: relative;
    /* overflow: visible; */
    /* box-shadow: 2px 2px 2px 1px #d8d8d8; */
}

@media screen and (min-width:769px) {
    .spzt_tab_lists>div:nth-child(3n) {
        padding-left: .3rem;
        padding-right: 0;
    }
    .spzt_tab_lists>div:nth-child(3n-1) {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .spzt_tab_lists>div:nth-child(3n-2) {
        padding-right: .3rem;
        padding-left: 0;
    }
}

.spzt_tab_lists>div p {
    padding: .05rem .2rem;
    font-size: .18rem;
    line-height: 2;
    margin-bottom: 0;
}

.spzt_tab_lists .picbox {
    margin-top: -.4rem;
}

.spzt_tab_lists img {
    height: 2.36rem;
    width: 100%;
    border-radius: 10px;
    box-shadow: none;
    object-fit: cover;
    object-position: center center;
    /* margin-top: -.4rem; */
    position: relative;
    z-index: 100;
}

.picbox:before {
    content: "";
    background: #03161f;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease .5s;
    z-index: 101;
    border-radius: 10px;
}

.picbox:after {
    content: "";
    border: 1px dashed #eaecee;
    border-radius: 10px;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    opacity: 0;
    transition: all ease .5s;
    z-index: 110;
}

.goto {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    text-align: center;
    line-height: .4rem;
    color: #fff;
    border-radius: .2rem;
    z-index: 101;
    overflow: hidden;
}

.goto:before {
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    display: inline-block;
    margin-right: 6px;
}

.spzt_tab_lists>div:hover .picbox:before {
    opacity: .6;
}

.spzt_tab_lists>div:hover .picbox:after {
    opacity: 1;
}

.spzt_tab_lists>div:hover .goto {
    width: 1.5rem;
    height: .4rem;
    border: 1px solid #0c8cf5;
    transform: translate(-.75rem, -.2rem);
}

.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 {
        width: 100%;
        height: auto;
    }
}

.modal-header .close {
    margin-top: 2px;
    right: 2%;
    z-index: 100;
}
.sitemap_container {
    padding: .35rem 0;
}

.sitemap_list {
    padding-bottom: .15rem;
}

.sitemap_title {
    line-height: 1;
    margin: .5rem 0 .45rem;
    letter-spacing: 2px;
    color: #000;
    border-bottom: 1px solid #c5c3c3;
}

.sitemap_title p {
    padding-left: .15rem;
    border-left: 5px solid var(--blue);
    margin: .2rem 0 .1rem;
}

.sitemap_title p>a {
    font-size: .22rem;
    line-height: 1;
}

.sitemap_list dl {
    padding-left: .25rem;
    margin-bottom: 0;
}

.sitemap_list dl>dd {
    float: left;
    width: 25%;
    margin-bottom: .3rem;
}

.sitemap_list li>p>a,
.sitemap_list dl>dd a {
    font-size: .2rem;
    color: #000;
}
.sitemap_list li>p>a:hover,
.sitemap_list dl>dd a:hover {
    color: var(--blue);
}
.sitemap_list li {
    padding-left: .25rem;
    margin-bottom: .2rem;
}

.sitemap_list li>p {
    padding-bottom: .05rem;
    margin: .2rem 0 .1rem;
    /* border-bottom: 1px solid #818181; */
}

.sitemap_list li dl>dd {
    margin-bottom: 0;
}

.sitemap_list li dl>dd a {
    display: inline-block;
    width: 85%;
    font-size: .16rem;
    line-height: 3;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c3c3;
    /* text-decoration: underline !important; */
}

.sitemap_list li dl>dd a:hover {
    color: var(--blue);
}
