:root {
    --blue: #1b7ee6;
}

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

.wraper {
    width: 100%;
    margin-bottom: .75rem;
}

.bg_wraper {
    background: #f5f5f5;
}

.wraper_margin0 {
    margin-bottom: 0;
}

.container {
    width: 100%;
    max-width: 1400px;
    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;
}

.red {
    color: #c40018;
}

.blue {
    color: #006aca;
}

.black {
    color: black;
}


/* 棣栭〉 */


/* 椤堕儴 */

.top_wraper {
    height: 40px;
    background-color: #f3f7fe;
    /* border-bottom: 1px solid #d8d8d8; */
}

.top_wraper a:hover {
    color: #1b7ee6 !important;
}

.top_wraper .item {
    display: inline-block;
    /* float: left; */
    color: #000;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
}

.top_wraper .item>a {
    color: #000;
    font-size: 14px;
    line-height: 40px;
}

.top_wraper .item:after {
    content: "|";
    color: #000;
    font-size: 14px;
    margin: 0 20px;
}


/* .top_wraper .item.item.item_last:after {
    content: "";
} */


/* .top_wraper .item:nth-child(3) {
    float: right;
}

.top_wraper .item:nth-child(4) {
    float: right;
    text-align: center;
} */

.top_wraper .item.item:nth-child(1):after,
.top_wraper .item.item:nth-child(2):after {
    float: left;
    content: "";
    height: 0;
    margin: 0;
}

.top_wraper li.rel>div {
    top: 40px;
    right: 25px;
    height: 0;
    width: 144px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 999999;
}

.item_hover>div li {
    height: 40px;
}

.item_hover>div a {
    font-size: 14px;
    line-height: 40px;
    color: #000;
}

.top_wraper .item:nth-child(5) {
    float: right;
    margin-right: -.08rem;
}


/* .top_wraper .item:nth-child(4):after {
    float: left;
    content: "";
    height: 0;

} */

.top_wraper .item:nth-child(5) i {
    margin-right: .05rem;
    font-size: .18rem;
    color: #1B7EE6FF;
}

.top_wraper .item:nth-child(5) a {
    color: #1B7EE6FF;
}

.top_wraper li.item_hover:hover div {
    height: 210px;
    border-bottom: 2px solid #1B7EE6FF;
}


/* 澶撮儴瀵艰埅 */

header {
    position: relative;
    left: 0;
    width: 100%;
    padding: 32px 0;
    z-index: 1000;
}


/* s-nav */

header .container {
    text-align: left !important;
}

.logo_box {
    width: 30.8%;
    height: auto;
}

.logo_box a {
    display: block;
}

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

.top_right {
    /* margin-left: 1.5%;
    */
    width: 65%;
    display: inline-block;
}

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

.nav_ul {
    width: 100%;
}

.nav_item {
    position: relative;
    border-bottom: 1px solid #fff;
}

.nav_item>a {
    position: relative;
    display: block;
    line-height: 44px;
    font-size: .18rem;
    color: #000;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav_item.active>a:after {
    position: absolute;
    left: calc(50% - 12.5px);
    bottom: -32px;
    content: "";
    width: 0;
    height: 15px;
    background: url(../image/shangjiantou.png) no-repeat 0 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav_item .iconfont {
    margin-left: 5px;
    font-size: .15rem;
}

.nav_item>a>i {
    display: block;
    position: absolute;
    left: -2%;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* transform: skewX(-10deg);
    transform-origin: 50% 50%;
    */
}

.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: #fff;
        background-color: #c40018;
   }
    */
    .nav_item.active>a:after,
    .nav_item:hover>a:after {
        width: 25px;
    }
    .nav_item.active>a>i,
    .nav_item:hover>a>i {
        /* background-color: #c40018;
        */
    }
    .nav_item_open {
        width: auto;
    }
    .nav_ul {
        display: table;
        padding: 0 .4rem;
        margin: .15rem 0 0;
    }
    .nav_item {
        display: table-cell;
    }
    .nav_item:nth-child(3) {
        position: unset;
    }
}

.nav_item_open {
    /* min-width: 110px;
    */
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    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:1001px) {
    .nav_item:nth-child(4):hover .nav_item_open {
        height: 108px;
    }
    .nav_item2:hover a {
        background-color: var(--blue);
        color: #fff !important;
    }
    .nav_item2 {
        border-bottom: 1px solid #ebe9e9;
    }
}

.subopen {
    display: none;
}

.nav_item2 {
    width: auto;
}

.nav_item2 a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
    white-space: nowrap;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.hcover {
    display: none;
}

.search_icon {
    width: .44rem;
    height: .44rem;
    margin-top: .15rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
}

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


/* 鎼滅储妗� 寮€濮� */

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


/* 鎼滅储妗� 缁撴潫 */

@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) {
    header {
        padding: .1rem;
    }
    .logo_box {
        width: 42%;
    }
    /* .logo_box img {
        max-width: 100%;
   }
    */
    .top_right {
        width: 57%;
        margin-left: 0;
        margin-top: .03rem;
    }
    .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%;
    }
    .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 (max-width:768px) {
    header {
        background-color: #fff;
    }
    .logo_box {
        width: 62%;
    }
    .top_right {
        width: 20%;
        float: right;
    }
    .search {
        width: 30%;
        padding-right: .1rem;
    }
    .search button {
        float: right;
    }
    .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: 75px;
    left: -832px;
    width: 100vw;
    height: 0;
    transition: 0.6s;
    background: rgba(255, 255, 255, .8);
    border-bottom: none;
    box-shadow: none;
}

#topline {
    width: 1400px;
    margin: 0 auto;
    position: unset;
    height: 440px;
    box-shadow: none;
    border: none !important;
    animation-delay: .1s;
}

#topline li {
    display: block;
    float: left;
    width:25% !important;
    margin-right: 0px;
    height: 440px;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    padding: 12px .3rem;
    border: none !important;
    text-align: center;
    /* margin-left: 100px;
    */
}
#topline li:nth-child(odd){
    background: #fff;
}
#topline li:nth-child(even){
    background: #f8f8f8;
}
#topline h3 {
    background: #0061bc;
    color: #fff;
    font-size: 17px;
    line-height: 2;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

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

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

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

#topline li img {
    max-width: 35%;
    border-radius: 15px;
    margin-top: 14px;
}

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

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

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


/* e-nav */

.banner img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
}

.banner-swiper .swiper-pagination-bullet {
    width: .4rem;
    height: 5px;
    border-radius: 2px;
    background-color: #fff;
    /* border: 1px solid #fff;
    */
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .09rem;
}

.banner-swiper .swiper-pagination-bullet-active {
    background-color: var(--blue);
}

.index_pro_bar {
    background-color: var(--blue);
    padding: .3rem 0;
    margin-bottom: .9rem;
}

.pro_li {
    flex: 1;
    opacity: .6;
}

.pro_li:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.pro_li.active:before {
    position: absolute;
    content: "";
    bottom: -.7rem;
    left: calc(50% - 22.5px);
    width: 0;
    height: 0;
    border: 20px solid;
    border-color: var(--blue) transparent transparent transparent;
}

.pro_li.active,
.pro_li:hover {
    opacity: 1;
}

.pro_li:last-child:after {
    width: 0;
}

.pro_icon {
    width: .4rem;
    height: .4rem;
    margin-bottom: .05rem;
}

.tab_list {
    display: none;
}

.tab_list:first-child,
.tab_list.active {
    display: block;
}

.pro_tab_list .left {
    float: left;
    width: 40%;
    margin-right: .35rem;
}

.pro_tab_list .right {
    float: left;
    width: calc(60% - .35rem);
}

.left img {
    /*width: 100%;*/
}

.pro_tab_list .text {
    width: 100%;
    padding: .2rem;
    word-break: break-all;
    word-wrap: break-word;
    /* height: 1.2rem;
    */
    bottom: 0;
    left: 0;
}

.more {
    display: inline-block;
    line-height: 3;
    padding: .02rem .4rem;
    border-radius: .06rem;
    border: 1px solid var(--blue);
}


/* .more:hover {
    color: #fff;
    border-color: #1d2089;
    background-color: #1d2089;
}
*/

.more_white {
    color: #fff;
    border-color: #fff;
}

.bg_more {
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #1b7ee6;
}

.bg_more:hover {
    color: #fff;
}

.col_three_list {
    float: left;
    width: calc(33.33% - .2rem);
    margin-right: .3rem;
}

.col_three_list:nth-child(3n) {
    margin-right: 0;
}

.index_pro_item {
    background-color: #f3f7fe;
    margin-bottom: .3rem;
}

.index_pro_item:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .15);
}

.img_box {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.img_box img {
    position: absolute;
    width: 100%;
}

.item_txt {
    padding: .1rem .2rem;
}

.item_txt .title {
    line-height: 1.3;
    height: 3vw;
    margin: 0;
}

.item_txt .clearfix {
    line-height: 1.39vw;
}

.index_about img {
    width: 100%;
}

.index_about .index_about_con {
    position: absolute;
    bottom: 0;
    right: 6vw;
    width: 60vw;
    padding: 1.5vw 6vw 2.5vw;
    background-color: rgba(27, 126, 230, .8);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
    z-index: 1;
}

.index_about .abs:after {
    position: absolute;
    left: -.4rem;
    top: -.4rem;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(27, 126, 230, .5);
    z-index: -1;
}

.hengxian {
    width: 1.3rem;
    height: 5px;
    margin: .05rem 0 .15rem;
    background-color: #fff;
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, .2);
}

.index_about .abs p {
    margin-bottom: .1rem;
}

.youshi {
    margin: .4rem 0;
}

.youshi_list {
    text-align: center;
    padding: 0;
}

.youshi_list .bold {
    font-size: .5rem;
    line-height: 1;
    margin-right: .05rem;
}

.index_about .more {
    background-color: #52c431;
}


/* ``````````````` */

.main_title {
    padding: .0 0 .35rem;
}

.main_title h2 {
    font-size: .38rem;
    line-height: 1;
    color: var(--blue);
}

.main_title>p {
    width: 70%;
    font-size: .16rem;
    margin: .3rem auto 0;
    text-align: center;
}

.title {
    margin: .4rem 0 .2rem;
}


/* 棣栭〉浜у搧鎵嬮鐞� */

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

.index_fangan_list {
    display: block;
    width: 16.78%;
    float: left;
    overflow: hidden;
    position: relative;
}

.index_fangan_list:first-child {
    width: 32.88%;
}

.img_box img {
    width: 100%;
}

.index_fangan_list .ceng {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 117, 243, 0.2);
}
.index_fangan_list:first-child .ceng{
    /*background-color: rgba(0, 117, 243, 0.6); */
}
.index_fangan_list .fangan_hy {
    position: absolute;
    top: 70%;
    left: .2rem;
    width: 100%;
    font-size: .26rem;
}

.index_fangan_list .line {
    position: absolute;
    top: 80%;
    left: .2rem;
    width: 1rem;
    height: 5px;
    background-color: #fff;
}

.index_fangan_list .fanan_des {
    position: absolute;
    top: 85%;
    left: .2rem;
}

.index_zixun {
    padding-bottom: 6.5vw;
    background: url(../image/index_zixun.jpg) no-repeat 0 0;
    background-size: 100% auto;
}

.index_zixun .container {
    padding: 3vw 0 3.39vw;
}

.index_zixun .bg_more {
    margin: .7rem 0 0;
}


/* 鏂伴椈鐗堝潡 */

.left_new {
    /* width: 42.86%;
    */
    padding: 0;
}


/* .img_box1>img {
    width: 100%;
}
*/

.new_box .img_box {
    padding-bottom: 60%;
    overflow: hidden;
}

.new_box:hover {
    box-shadow: 0 0 10px 5px rgba(0, 29, 176, .4);
}

.new_box:hover .new_title {
    color: var(--blue);
}

.new_con {
    background-color: #f3f7fe;
    overflow: hidden;
}

.left_new .new_con {
    /* padding: .15rem .15rem .2rem;
    */
    height: 2rem;
}

.new_con .new_time {
    width: 25%;
    height: 100%;
    padding: 0 .15rem;
    background-color: var(--blue);
    justify-content: center;
}

.new_con .new_time p:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: .1rem;
}

.new_con .info {
    width: 75%;
    padding: 3%;
}

.new_con .new_title {
    line-height: 1.4;
    margin-bottom: .1rem;
}


/* .new_title {
    color: #000;
}
.new_des {
    line-height: 1.6;
    max-height: 237.5px;
}
*/

.right_news {
    /* width: 57.14%;
    */
    padding: 0 0 0 .3rem;
}

.right_news .new_box {
    float: left;
    width: calc(50% - .15rem);
}

.right_news .new_box:nth-child(2n) {
    margin-left: .3rem;
}

.right_news .new_box:nth-child(1),
.right_news .new_box:nth-child(2) {
    margin-bottom: .3rem;
}

.right_news .new_con {
    height: 1.02rem;
}

.lavMsg {
    padding: .4rem 0;
    background: url(../image/livMsg_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.massage_form label {
    width: 15%;
    font-size: .16rem;
    color: #fff;
    font-weight: normal;
    vertical-align: top;
    line-height: .45rem;
}

.massage_form input,
.massage_form select,
.massage_form textarea {
    width: 75%;
    float: none;
    height: .45rem;
    line-height: .45rem;
    font-size: .15rem;
    color: #7b7b7b;
    /* border-radius: 4px;
    */
    border: none;
    margin-right: 10px;
    margin-bottom: .2rem;
    background-color: #eceded;
    padding-left: .1rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.massage_form input::placeholder,
.massage_form select::placeholder,
.massage_form textarea::placeholder {
    font-size: .15rem;
    color: #9c9a9a;
}

.massage_form textarea {
    height: 1.6rem;
    margin-bottom: .23rem;
}

.massage_form input:hover,
.massage_form textarea:hover,
.massage_form input:focus,
.massage_form textarea:focus {
    border-color: #0058ae;
}

.massage_form button {
    display: block;
    width: 2rem;
    height: .38rem;
    line-height: .38rem;
    color: #fff;
    /* background-color: #066ef7; */
    background-color: #228eff;
    font-size: .18rem;
    text-align: center;
    border: none;
    border-radius: .2rem;
    box-shadow: 2px 2px 2px 2px #0058ae;
    margin: .1rem auto .35rem;
}

footer {
    font-size: .18rem;
    color: #fff;
    background: url(../image/footer_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.foot_top {
    padding: .2rem 0;
    border-bottom: 1px solid #fff;
}

.foot_top p>a {
    line-height: .48rem;
    margin-right: .5rem;
    position: relative;
    word-break: normal;
}

.foot_top p>a:hover {
    color: #fff;
}

.foot_top p>a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -.25rem;
    width: 1px;
    height: 100%;
    background: #fff;
}

.foot_top p>a:last-child:after {
    height: 0;
}


/* .search_box {
    width: 45%;
    margin: .3rem 0 0;
}
*/

.search_box1 input {
    width: calc(100% - .72rem);
    height: .48rem;
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, .4);
    color: #fff;
    line-height: .48rem;
    font-size: 16px;
    text-indent: .1rem;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search_box1 input::placeholder {
    color: #fff;
}

.search_box1 button {
    width: .62rem;
    height: .48rem;
    cursor: pointer;
    outline: none;
    border: none;
    background: #fff;
    font-size: 14px;
    color: var(--blue);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.foot_con {
    padding: .4rem 0;
}

footer .info {
    /* text-align: center;
    */
    position: relative;
    padding: inherit;
}

footer .info:after {
    position: absolute;
    right: .5rem;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(180, 179, 179);
}


/* footer .info p {
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: .15rem;
} */

footer .info>img {
    max-width: 100%;
    margin-bottom: .4rem;
}

.foot_rexian {
    padding-right: 1rem;
}

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

.share .icon_list {
    float: left;
    margin: 0 .25rem 0 0;
    padding-top: 0;
}

.share .icon_list img {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
}

.share .icon_list .erweima_hover {
    transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
}

.footer_right {
    padding-left: 0;
    position: relative;
}

footer .foot_nav dd {
    padding: 0;
    margin-bottom: .18rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer dt {
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .25rem;
}

footer dt>a {
    color: #fff;
}

footer dd>a {
    color: #fff;
}

footer dd {
    font-size: .15rem;
    margin-bottom: .18rem;
}

.copyright {
    background-color: #214081;
    font-size: .14rem;
    line-height: 2;
}

.copyright a {
    line-height: 2.8;
    margin-left: .1rem;
}

.copyright .fr {
    display: inline-block;
    text-align: right;
}
.copyright .container:first-child {
    border-bottom: 1px solid #cccccc;
}

/* 鏂规涓績椤甸潰 */

.crumbs {
    line-height: .5rem;
    background-color: #f3f7fe;
    font-size: 14px;
}

.crumbs a {
    font-size: 14px;
    line-height: .5rem;
}

.layout-side {
    width: 20%;
    float: left;
    padding: .3rem .2rem;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Arial", sans-serif;
    color: #fff;
    background: #214081;
    border-radius: 2px;
}

.layout-side .catebtn {
    display: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    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;
    /* background-image: url(/img/category-icon.png);
    */
    background-size: 100% 100%;
}

.layout-side .close {
    display: none;
    position: absolute;
    top: 74px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    /* background-image: url(/img/close.png);
    */
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 10000000;
}

.category .catbtn {
    display: none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 1vw;
    padding: 0 20px;
    font-size: 14px;
    background-color: var(--blue);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.solution .tabBar_list {
    font-size: .2rem;
    font-weight: bolder;
    text-align: center;
    padding: .2rem 0 .2rem;
}

.solution .tabBar {
    font-size: .2rem;
    font-weight: bolder;
    text-align: center;
    padding: .2rem 0 .2rem;
}

.solution .tabBar span {
    opacity: .7;
}

.solution .tabBar_list.active .block,
.solution .tabBar_list:hover .block {
    opacity: 1;
    background: url(../image/double_arrow.png) no-repeat 0 0;
    background-size: 100% auto;
}

.solution .sn-item-tit {
    overflow: hidden;
    padding: 0 .2rem;
    font-size: 18px;
    color: #fff;
}

.solution .sn-item-tit a {
    height: .8rem;
    line-height: .8rem;
    font-size: .18rem;
    color: #fff;
    transition: 0.3s;
}

.solution .collapse {
    padding-bottom: .2rem;
    border: none !important;
    opacity: .8;
}

.solution .pro_nav_list {
    padding: .15rem 0 .1rem .1rem;
    line-height: 1.3;
    font-size: 16px;
    color: #617080;
    position: relative;
}

.solution .pro_nav_list a {
    color: #fff;
}

.solution .sideNav li .pro-nav2 {
    color: #fff;
    display: block;
    padding-left: .3rem;
}

.layout-right {
    width: calc(80% - .4rem);
}

.solution_right .tab_list {
    padding-bottom: .3rem;
    border-bottom: 1px solid rgb(212, 212, 212);
    margin-bottom: .3rem;
}

.solution .solution_right h2 {
    margin: 0 0 .1rem;
}

.solution .solution_right .txt {
    text-indent: 2em;
    margin-bottom: .1rem;
}

.anli {
    margin: .3rem 0 .65rem;
}

.anli .top {
    line-height: .44rem;
    vertical-align: middle;
    margin-bottom: .2rem;
}

.anli .top span {
    display: block;
    line-height: .44rem;
    /* vertical-align: middle;
    */
}

.top img {
    display: inline-block;
    margin-right: .05rem;
    margin-top: -5px;
}

.anli-swiper {
    padding: .1rem;
}

.sweiper-father .anli-slide {
    width: calc(33.33% - .2rem);
}

.review_tit {
    margin-bottom: .05rem;
}

.anli-slide>.clearfix {
    margin-bottom: .1rem;
}

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

.anli-slide .tet {
    line-height: 3;
}

.anli-slide:hover {
    box-shadow: 0 0 5px 5px rgba(0, 29, 176, .2);
}

.swiper-button-next.swiper-button-next-review,
.swiper-button-prev.swiper-button-prev-review {
    width: 0.15rem;
    height: 0.3rem;
    right: 0;
    top: 0.3rem;
    background-size: contain;
}

.swiper-button-prev-review.swiper-button-prev {
    right: .35rem;
    left: auto;
}

.tjcp-swiper .swiper-wrapper {
    padding: .1rem 0;
}

.pro_list {
    float: left;
    width: calc(19.9% - .15rem);
    margin: 0 .2rem .4rem 0;
    box-shadow: none;
    background-color: #f3f7fe;
}

.bg_wraper .pro_list {
    background-color: #fff;
}

.pro_list:nth-child(5n) {
    margin-right: 0;
}

@media screen and (min-width:1400px) {
    /* .pro_list:nth-child(4n) {
        margin-right: 0;
   }
    */
}

.pro_list:hover {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 20%);
}


/* .pro_list:hover img {
    transform: scale(1.1);
}
*/

.pro_tx {
    text-align: center;
    padding: .15rem .2rem;
}

.pro_name {
    height: .52rem;
    line-height: 1.4;
    margin-bottom: .1rem;
}

.pro_list .more {
    padding: .02rem .15rem;
    margin: 0 .05rem 0 !important;
    /* padding: 0 .2rem;
    */
}

.pro_list .link2:hover,
.pro_list .link2.active {
    color: #fff;
    background-color: #1998d3;
}

.pro_list_box {
    /* margin-bottom: .6rem;
    */
}

.swiper-button-next-pro.swiper-button-next,
.swiper-button-prev-pro.swiper-button-prev {
    width: 0.15rem;
    height: 0.3rem;
    right: 0;
    top: 0.7rem;
    background-size: contain;
}

.swiper-button-prev-pro.swiper-button-prev {
    right: .35rem;
    left: auto;
}


/* 浜у搧涓績椤甸潰 */

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

.proc_category>.container {
    margin-bottom: .2rem;
}


/* 浜у搧鍒楄〃椤� */

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

.erji_cate a {
    font-size: .17rem;
    color: var(--blue);
    padding: .02rem .15rem;
    border-radius: 4px;
    border: 1px solid var(--blue);
    margin: 0 .3rem .2rem 0;
}

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

.pro_category .layout-side {
    background: unset;
}

.pro_category .proNav-head {
    padding: 0 20px;
    font-size: 24px;
    color: #617080;
    line-height: 60px;
    background: url(/img/title.png) no-repeat center center;
    background-size: cover;
}

.pro_category .proNav-head i {
    font-size: 24px;
    margin-right: 5px;
}

.pro_category .panel-group {
    background: #fff;
    padding: 10px 10px 20px;
}

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

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

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

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

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

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

.pro_category .list-wraper .panel .panel-title a:hover,
.pro_category .list-wraper .panel .panel-title a[aria-expanded="true"] {
    background-color: transparent;
    color: #ef9c00;
}

.pro_category .list-wraper .panel .panel-title a .iconfont {
    font-size: 18px;
    transform: rotate(90deg);
}

.pro_category .list-wraper .panel .panel-title a[aria-expanded=true] .iconfont {
    transform: rotate(270deg);
}

.pro_category .sn-list-item .collapse:hover,
.pro_category .sn-list-item .collapse.active {
    color: #086BD0;
}

.pro_category .panel:first-child .panel-title a .fa,
.pro_category .panel .panel-title a[aria-expanded=true] .fa {
    transform: rotate(180deg);
}

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

.pro_category .sn-list-item .panel-body {
    background-color: rgb(242, 247, 253);
}


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

.pro_category .collapse {
    margin-top: .05rem;
    border: none !important;
}

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

.pro_category .pro_nav_list a {
    color: #617080;
}

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

.pro_category .layout-content {
    float: right;
    width: calc(80% - .4rem);
}

.pro_category .pro_list {
    width: calc(33.33% - 0.12rem);
    margin: 0 0.18rem 0.4rem 0;
    box-shadow: none;
    background-color: #f3f7fe;
}

.pro_category .pro_list:nth-child(3n) {
    margin-right: 0;
}

.page {
    text-align: center;
    clear: both;
    margin-bottom: .6rem;
}

.page ul {
    display: inline-block;
}

.page ul li {
    float: left;
    line-height: .36rem;
    margin: 0 5px;
}

.page ul li a {
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    padding: 0 .14rem;
    /* padding: 0 14px;
    */
}

.page ul li.thisclass a,
.page ul li a:hover {
    color: var(--blue);
}


/* 分页 */

.page_bg {
    margin: .2rem 0 .7rem;
}

.page_bg ul {
    display: inline-block;
}

.page_bg ul li {
    float: left;
    line-height: .36rem;
    margin: 0 5px;
}

.page_bg ul li a {
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    padding: 0 .14rem;
    background-color: #fff;
}

.page_bg ul li.thisclass a {
    background-color: var(--blue);
    color: #fff;
}

.page_bg ul li a:hover {
    background-color: var(--blue);
    color: #fff;
}


/* 浜у搧璇︽儏椤� */
@media screen and (max-width:768px){
    .pro_category .layout-content {
        float: right;
    }
}

/* 浜у搧鍥捐疆鎾� */

.pro_img_box {
    height: 5.2rem;
    padding: 0 .8rem 0 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;
    border: 1px solid #ddd;
}

.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: 82%;
    width: 100%;
}

.pro_img_box .mySwiper {
    height: 18%;
    box-sizing: border-box;
    padding: 10px 0;
}

.pro_img_box .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    /* opacity: 0.4;
    */
    border: 1px solid #ddd;
}

.pro_img_box .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.pro_img_box .swiper-slide img {
    display: block;
    width: 82%;
    height: 100%;
    object-fit: cover;
}

.pro_img_box .swiper-button-next,
.pro_img_box .swiper-button-prev {
    top: 36%;
}

.proDetail_wraper .proc_text {
    padding: 0;
}

.proDetail_wraper .proc_text h1 {
    font-size: .45rem;
    margin: 0 0 .1rem;
    color: var(--blue);
}

.proDetail_wraper .proc_text .fs16 {
    margin-bottom: .3rem;
}

.proDetail_wraper .proc_text .canshu {
    padding: .3rem 0;
    /* background-color: #f5f5f5;
    */
    border-top: 4px solid #dcdcdc;
    background-color: #fff;
    /* 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 li {
    position: relative;
    font-size: .16rem;
    line-height: 2.7;
    padding-left: .23rem;
    color: #000;
}

.proDetail_wraper .proc_text .canshu li {
    font-weight: bold;
}

.proDetail_wraper .proc_text .canshu li span {
    font-weight: normal;
}

.proc_text .canshu p {
    margin-bottom: 0;
}

.proDetail_wraper .link {
    padding-left: 0;
}

.proDetail_wraper .link>a {
    display: inline-block;
    width: 40%;
    height: .55rem;
    font-size: .20rem;
    line-height: .55rem;
    text-align: center;
}
.proDetail_wraper .link>a:visited {
    color: #fff;
}
.proDetail_wraper .link .more {
    width: 46%;
    padding: unset;
    color: #fff;
    background-color: #214081;
    margin-right: .2rem;
}

.proDetail_wraper .link img {
    width: .3rem;
    height: .3rem;
}

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

.prod_content .left {
    width: 70%;
    padding: .45rem .45rem .45rem;
    background-color: #fff;
}

.proRight {
    width: 29%;
    position: sticky;
    top: .3rem
}


/* .prod_content .proRight .in {


} */

.prod_content .proRight .in>div {
    background: #fff;
    margin-bottom: .2rem;
}

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

.pro_right .fs18 {
    padding: .1rem 0 .1rem .1rem;
    color: var(--blue);
    /* background-color: #e6e6e6;
    */
}

.hotline {
    justify-content: start;
    align-items: center;
    padding-left: 6%;
    /* border: 1px solid var(--blue); */
    margin-bottom: 0.15rem;
}

.proRight .hotline {
    padding: .1rem 0 .1rem 6%;
    border-radius: 4px;
    /* background-color: #fff; */
}

.proRight .hotline:first-child {
    background-color: #214081;
}

.proRight .hotline:last-child {
    background-color: #52c431;
}

.proRight .hotline .lf {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    margin-right: .1rem;
}

.hotline .lf img {
    width: 100%;
}

.hotline .rt {
    text-align: left;
}


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

.back_list:hover {
    color: var(--blue);
}

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


/* 鏂板 end */

.content_list {
    color: #575757;
    margin-top: 25px;
}

.content_list.qiyeshili {
    padding: 0;
}

.content_list h4 {
    padding-left: .3rem;
    font-size: .34rem;
    margin: .5rem 0 .25rem;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
}

.content_list h4:after {
    position: absolute;
    top: calc(50% - .09rem);
    left: 0;
    content: "";
    height: .18rem;
    width: .18rem;
    border-radius: 50%;
    background-color: #fff;
    border: .05rem solid var(--green);
}

.content_list video {
    display: block;
    width: 90%;
    margin: .4rem auto .2rem;
}

.content_list img {
    display: block;
    /*width: 100%;*/
    margin: .4rem auto .2rem;
    max-width: 100%;
}

.content_list p {
    /* text-indent: 0;
    */
    line-height: 2.5 !important;
}


/* 鍏充簬鎴戜滑椤甸潰 */
.about{
    margin-bottom: .3rem;
}
.about_content{
    margin-bottom: .3rem;
}
.about_content .text {
    padding-right: .2rem;
}

.about_content .text>p {
    line-height: 1.6;
    margin-bottom: .1rem;
}

.about_content .youshi {
    margin: .5rem 0 0;
}

/*.about_content .imgb {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

.History {
    padding-top: .5rem ;
    background: url(../image/progress_bg.jpg) no-repeat 0 0;
    background-size: cover;
}


/* 鍙戝睍鍘嗙▼杞挱 */

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

.qylc_swiper .swiper-slide {
    height: 3rem;
    overflow: hidden;
    /* background: rgba(27, 126, 230, .3); */
    background: rgba(255, 255, 255, .5);
    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_father {
    margin-bottom: .4rem;
}

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

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

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 10%;
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets::before {
    position: absolute;
    top: 2.6%;
    left: 0%;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    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 {
    margin: 0 .8rem;
    position: relative;
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after {
    position: absolute;
    bottom: -.8rem;
    left: -.70rem;
    content: "";
    width: 1.6rem;
    height: auto;
    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:before {
    position: absolute;
    top: 126%;
    left: -.04rem;
    content: "";
    width: 0;
    height: 0;
    border: .2rem solid var(--blue);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-left-width: .13rem;
    border-right-width: .13rem;
    display: none;
    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):after {
    content: '2001-2008';
}

.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):after {
    content: '2011-2016';
}

.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):after {
    content: '2021-to present';
}

.qylc_swiper_father .swiper-pagination-bullet {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    border-radius: 100%;
    background: var(--blue);
    border: 2px solid #fff;
    box-shadow: 0 0 0px 2px var(--blue);
    opacity: 1;
}

.qylc_swiper_father .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border-color: var(--blue);
    box-shadow: 0 0 0 .08rem var(--blue);
}

.qylc_swiper_father .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    display: block;
}

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

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

.qylc_swiper_father .swiper-button-prev,
.qylc_swiper_father .swiper-button-next {
    width: .61rem;
    height: .65rem;
    top: 11%;
    bottom: 1.15rem;
    outline: none;
}

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

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

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

.zizhi_inner.swiper-father {
    padding: 0 .6rem;
}

.zizhi_swiper .swiper-slide {
    width: 25%;
    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.9);
}

.zizhi_swiper .swiper-slide img {
    width: 100%;
    border: 10px solid #e5e5e5;
}

.modal img {
    width: 100%;
}


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

.culture {
    padding: .8rem 0 1rem;
    background: url(../image/about_wenhua_bg.jpg) no-repeat 0 0;
    background-size: cover;
    margin-bottom: 0;
}

.culture_text p {
    margin-bottom: .1rem;
}


/* 鏂伴椈椤甸潰 */

.erji_cate.news_cate a {
    font-size: .18rem;
    width: 1.8rem;
    text-align: center;
}

.pro_list.new_box {
    width: calc(24.8% - .16rem);
    margin-right: .24rem;
}

.pro_list.new_box:nth-child(4n) {
    margin-right: 0;
}

.newDetail_wraper {
    background: #f3f7fe;
    /*padding: .2rem 0;*/
    margin-bottom: 0;
}

.newDetail_wraper .left {
    width: 70%;
    background-color: #fff;
    padding: 0.6rem 0.45rem 0;
}

.new_info {
    color: #888787;
    margin: 0.2rem 0;
    text-align: center;
}

.new_info span {
    margin-right: 0.2rem;
}

.new_content {
    font-size: .14rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #d2d2d2;
}
.new_content a{
    color:#0d70d6;
    border-bottom: 1px dashed #2A7EFB;
}

.new_content p {
    margin-bottom: 0.22rem;
}

.new_footer {
    font-size: .14rem;
    padding: 0.3rem 0;
}

.new_footer>div {
    width: 88%;
}

.new_footer p {
    margin: 0.1rem 0;
}

.new_footer>.links {
    margin: .1rem 0;
}

@media screen and (min-width: 1339px) {
    .proDetail_wraper .proRight {
        width: 334px;
        margin-right: -620px;
    }
}

.proRight {
    padding: .3rem;
    background-color: #fff;
}

.right_news_list>li {
    padding: .2rem 0;
    border-bottom: 1px solid #9c9a9a;
}


/* 甯歌闂 */

.faq .layout-side {
    background: unset;
    padding: 0;
}

.side_title {
    padding: .3rem .3rem;
    color: #fff;
    background-color: #214081;
    margin-bottom: .2rem;
}

.side_title span {
    line-height: 1;
    background: url(/img/double_arrow.png) no-repeat 0 .0;
    background-size: 100% auto;
}


/* .faq .living_msg {
    margin-top: .1rem;
    padding: .3rem .2rem 0;
    background: #f3f7fe;
}

.layout-side .massage_form input,
.layout-side .massage_form select,
.layout-side .massage_form textarea {
    width: 100%;
} */

.side_content {
    padding: .3rem 0;
    background-color: var(--blue);
}

.side_content .icon {
    display: inline-block;
    padding: .05rem .35rem;
    background-color: #328be9;
    border: 1px solid #fff;
    border-radius: .1rem;
}

.side_rexian {
    line-height: 1.3;
    margin: .2rem auto .25rem;
}

.side_content .fs20 {
    margin-bottom: .2rem;
}

.faq_list {
    margin-bottom: .6rem;
}

.faq_list .list {
    padding: .2rem 0;
    border-bottom: 1px solid #e0dfdf;
}

.faq_list .list a {
    line-height: .4rem;
}

.faq_list .list .fl {
    width: 85%;
}

.contact {
    padding-left: 0;
    margin-bottom: 0;
}

.contact li:first-child {
    margin-bottom: .3rem;
}

.contact h3 {
    padding-bottom: .05rem;
    border-bottom: 1px solid #e0dfdf;
    margin-bottom: .1rem;
}

.contact p {
    font-size: .18rem;
    margin-bottom: .1rem;
}

.contact p span {
    display: inline-block;
    vertical-align: top;
}

.contact p a {
    color: var(--blue);
}

.contact_from label {
    width: 100%;
    font-size: .14rem;
    height: .44rem;
    line-height: .44rem;
    padding-left: 15px;
    border-radius: 4px;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    /* margin: 0; */
    background-color: #f8f8f8;
}

.contact_from label .iconfont {
    float: left;
}

.contact_from input {
    width: 95%;
    border: none;
    line-height: .42rem;
    margin: 0;
    background-color: transparent;
}

.contact_from textarea {
    width: 100%;
    border: 1px solid #8c8c8c;
    background-color: #f8f8f8;
    margin-bottom: .15rem;
}

.contact_from button {
    float: left;
    background-color: #0d70d6;
    color: #fff;
    font-size: .18rem;
    height: .45rem;
    line-height: .45rem;
    border-radius: 4px;
}

.contact_from label:hover,
.contact_from textarea:focus {
    border-color: #0057a7;
}
.fwrx_crad li {
    padding: 0 .2rem;
}

.fwrx_crad li .box {
    padding: .2rem .7rem .4rem;
    height: auto;
    background: url(/img/contact_bg2.jpg) no-repeat 0 0;
    background-size: contain;
}

.fwrx_crad .box>div {
    padding: 0 .1rem;
}


/* .fwrx_crad li {
    margin-bottom: .2rem;
} */

.fwrx_crad li p {
    font-size: .16rem;
    line-height: 1;
    margin-bottom: .2rem;
}

.fwrx_crad li h2 {
    font-size: .26rem;
    font-weight: bold;
    padding: 0;
    margin: .2rem 0 .2rem;
    /* text-align: center; */
}
#map {
    height: 7.7rem;
}

.sm_wraper {
    padding: .6rem;
}

.sm_wraper h2 {
    margin: 0 0 .4rem;
}

@media screen and (min-width:769px) {
    .sm_wraper p {
        width: 50%;
        margin: 0 auto .77rem;
    }
}

.shemei {
    display: flex;
    flex-wrap: nowrap;
}

.shemei_list p {
    margin: .15rem auto 0;
}

.shemei_list img {
    width: 1.2rem;
}

.shemei_list p {
    width: 100%;
}


/* 瑙嗛 */

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

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

.spzt_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_lists>div:nth-child(3n) {
        padding-left: .3rem;
        padding-right: 0;
    }
    .spzt_lists>div:nth-child(3n-1) {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .spzt_lists>div:nth-child(3n-2) {
        padding-right: .3rem;
        padding-left: 0;
    }
}

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

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

.spzt_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_lists>div:hover .picbox:before {
    opacity: .6;
}

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

.spzt_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) {
    .video .modal-dialog {
        width: 660px;
        margin: 0 auto;
    }
    .video #imgModal .modal-header {
        padding: .2rem .15rem;
    }
    .video .modal-body {
        width: auto;
        padding: 0;
    }
    .video .modal-body video,
    .video .modal-body img {
        width: 100%;
        height: auto;
    }
}

.video .modal-header .close {
    margin-top: 2px;
    right: 2%;
    z-index: 100;
}

.solutionD_banner {
    padding: 5vh 0 7vh;
    color: #214081;
    background: url(/img/banner_solutiond.jpg) no-repeat 0 0;
    background-size: cover;
}

.solutionD_banner .col-sm-6 {
    padding: 0;
}

.solutionD_banner h1 {
    margin: 2vh 0;
    text-shadow: 4px 3px 4px rgba(255, 255, 255, 1);
}

.solutionD_banner .more {
    margin-top: 3vh;
}

.crumbs_between .container p {
    display: inline-block;
}

.tx_bar_wraper {
    width: 100%;
    margin-bottom: .5rem;
    /* background-color: #fff; */
    z-index: 10;
    top: 0;
    right: 0;
}

.tx_bar {
    /* background-color: #fff; */
    margin-bottom: 0;
}

.tx_bar>span {
    display: inline-block;
    font-size: .16rem;
    line-height: 3;
    padding: 0 .15rem;
    color: #000;
    cursor: pointer;
}

.tx_bar>span.active {
    background-color: var(--blue);
    color: #fff;
}

.solutionD .wraper {
    padding: .6rem 0 .5rem;
}

.hangyedongcha {
    padding: .7rem 0;
}

.hangyetexing {
    padding: 0;
    flex-wrap: wrap;
}

.hangyetexing li {
    width: 50%;
}

.hangyetexing li img {
    margin-right: .2rem;
}

.hangyetexing li:nth-child(1),
.hangyetexing li:nth-child(2) {
    margin-bottom: .5rem;
}

.solutionD h2 {
    /* line-height: 1; */
    padding-left: .4rem;
    background: url(/img/right_arrow.png) no-repeat 0 50%;
    background-size: .24rem auto;
}

.hangyedongcha h2 {
    background: none;
}

.jiejuefangan {
    background-color: #f5f5f5;
}

.jiejuefangan h2 {
    margin-bottom: .2rem;
}

.jiejuefangan img {
    margin: .2rem 0;
    width: 100% !important;
}

.fwlc {
    background: url(/img/fuwuliucheng_bg.jpg) no-repeat 0 0;
    background-size: cover;
    /* background-attachment: fixed; */
}

.fwlc_list .list {
    float: left;
    width: 20%;
    color: #fff;
    padding: 0 .6rem;
    position: relative;
}

.fwlc_list .list:after {
    position: absolute;
    right: -.25rem;
    top: calc(50% - .4rem);
    content: "";
    width: .5rem;
    height: .54rem;
    background: url(/img/arrow1.png) no-repeat 0 0;
    background-size: contain;
}

.fwlc_list .list:last-child:after {
    background: none;
}

.fwlc_list .iconfont {
    padding: .15rem;
    font-size: .5rem;
    border-radius: 10px;
    border: 2px solid #fff;
    text-shadow: 4px 6px 8px #003771;
    box-shadow: 5px 5px 8px 2px #003771;
}

.fwlc_list p.fs20 {
    font-size: .2rem;
    line-height: 1;
    margin: .25rem 0 .1rem;
}

.fwlc h2 {
    margin-bottom: .3rem;
    background: url(/img/right_arrow2.png) no-repeat 0 50%;
    background-size: .24rem auto;
}
.title-line {
    width: 100%;
    height: 50px;
    background-color: #ebf7ff;
    padding: 0 20px;
    font-size: 18px;
    color: #01327e;
    line-height: 50px;
    margin-bottom: 10px;
}
.news_tag {
    margin: 15px 0;
}
.news_tag a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #f0f0f0;
    color: #999;
    display: inline-block;
}
/*分页效果20240319*/
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #1b7ee6;
    border: 1px solid #1b7ee6;
}
.pagination a.page-num-current {
    color: #fff;
    background: #1b7ee6;
    border: 1px solid #1b7ee6;
}
/* 在线客服 2024年5月13日 */
ul { list-style: none }
a { text-decoration: none }
.clear { clear: both }
* { margin: 0; padding: 0 }
.f-l { float: left }
.f-r { float: right }
.clearfix:after { content: "/20"; display: block; visibility: hidden; clear: both; font-size: 0; line-height: 0; height: 0 }

@keyframes scaleToggleOne { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(2);
-webkit-transform:scale(2)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl { width: 60px; height: 60px; border-radius: 50%; position: fixed; bottom: 480px; right: 40px; opacity: 0; -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl:focus { outline: 0 }
.livechat-girl.animated { opacity: 1; transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px) }
.livechat-girl:after { content: ''; width: 12px; height: 12px; border-radius: 50%; background-image: linear-gradient(to bottom, #1b7ee6, #1b7ee6); position: absolute; right: 1px; top: 1px; z-index: 50 }
.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50 }
.livechat-girl .animated-circles .circle { background: rgba(38,199,252,.25); width: 60px; height: 60px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl .livechat-hint { position: absolute; right: 40px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1 }
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0) }
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1296px!important }
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
@media only screen and (max-width:1599px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1060px!important }
}
@media only screen and (max-width:1309px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 984px!important }
}
@media only screen and (max-width:1124px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 600px!important }
}
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50 }
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px; font-weight: 400; line-height: 1.45 }
.rd-notice-type-success { background-color: #1b7ee6; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-type-success .rd-notice-content { background-color: #1b7ee6 }
.rd-notice-type-success:after { background-color: #1b7ee6; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-position-left { margin-left: -20px }
.rd-notice-position-left:after { right: -6px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap }





.pagination > a{
        padding: 3px 12px;
        margin-left: 0;
}
.pagination > .active{
    position: relative;
    float: left;
    padding: 3px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #1b7ee6;
    border: 1px solid #ddd;
    margin-right: 5px;
        display: flex;
    align-items: center;
        border-radius: 3px;
}

.pagination>li>a, .pagination>li>span{
    color:#000;
}



