﻿*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
i {
    font-style:normal;
}
b {
    font-weight:400;
}

input {
   border:none;
   outline:none;
}

.container {
    padding:0 !important;
}

.bx-index-top01 .bx-logo img {
    max-height: 70px;
}

.bx-index-top01 {
    height: auto;
}

.index_nav_top,
.index_nav_bottom {
    width:100%;
}

.index_nav_top {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.index-index {
    flex:1;
}

.index_nav_bottom {
    background-image: linear-gradient(to right,#0bcecc,#276ee3);
    transition: all .3s;
}

    .index_nav_bottom .bx-nav {
        width: 100%;
    }

.bx-index-top01 .bx-nav ul li {
    width:14.285%;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
}

    .bx-index-top01 .bx-nav ul li a {
        color: #fff;
        width: 100%;
        font-weight:bold;
    }

        .bx-index-top01 .bx-nav ul li a:hover,
        .bx-index-top01 .bx-nav ul li a.focus,
        .bx-index-top01 .bx-nav ul li a.active {
            background-color: #1b54b3;
        }

.index_search_box {
    width:23.57%;
    display: flex;
    align-items: center;
    border: 1px solid #1b54b3;
    line-height:40px;
    border-radius:5px;
    overflow:hidden;
}

    .index_search_box input {
        flex: 1;
        padding: 0 10px;
        font-size: 14px;
        color: #000;
    }

        .index_search_box input::placeholder {
            color:#cccccc;
        }


        .index_search_box .search_box_btn {
            width: 14.24%;
            text-align: center;
            cursor:pointer;
        }

        .index_search_box .search_box_btn i {
            font-size: 17px;
            color: #1b54b3;
        }


.bx-index-footer02 {
    background: #333333;
}

.index_footer {
    padding: 35px 0 55px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.index_footer_left .index_footer_ul {
    margin:30px 0;
}
    .index_footer_left .index_footer_ul ul li {
        float:left;
        padding: 0 27px;
        border-left: 1px solid #666666;
        line-height:1;
    }
        .index_footer_left .index_footer_ul ul li:first-child {
            padding: 0 27px 0 0;
            border-left: none;
        }
        .index_footer_left .index_footer_ul ul li a {
            font-size: 16px;
            color: #e6e6e6;
        }

.index_fooer_lainx ul li {
    padding-top:20px;
    display:flex;
    align-items:flex-start;
}
    .index_fooer_lainx ul li div {
        display:inline-block;
    }
    .index_fooer_lainx ul li i {
        display: inline-block;
        font-size: 17px;
        color: #e6e6e6;
        margin-right: 10px;
    }
    .index_fooer_lainx ul li p {
        display:inline-block;
    }
    .index_fooer_lainx ul li p,
    .index_fooer_lainx ul li b {
        font-size: 14px;
        color: #cccccc;
    }
        .index_fooer_lainx ul li b {
            display:block;
        }

.index_footer_img {
    text-align:center;
    max-width:152px;
}
    .index_footer_img p {
        font-size: 14px;
        color: #cccccc;
        padding:12px 0;
    }

    .bx-footer p {
        border-top: 1px solid #4d4d4d;
        padding: 13px 0;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #cccccc;
        text-align: center;
    }

.index_footer_logo {
    width: 280px;
}

/*首页*/

.modular {
    padding:70px 0;
    position:relative;
}
.index_title {
    text-align:center;
}
.index_title h4 {
    font-size: 30px;
    color: #1b54b3;
    padding-bottom: 10px;
}

.index_title p {
    font-size: 14px;
    color: #cccccc;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
}
    .index_title p::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 5px;
        background: #1b54b3;
    }

.index_product {
    margin-top:45px;
}
.index_product ul {
    margin:0 -6.5px;
}
    .index_product ul li {
        padding:0 6.5px;
        float:left;
        width:25%;
    }
    .index_product ul li a {
        position:relative;
        display:block;
    }
        .index_product ul li .index_product_img {
            position:relative;
        }

            .index_product ul li .index_product_img .sm_title_product {
                display:flex;
                align-items:center;
                justify-content:space-between;
                position:absolute;
                bottom:0;
                left:0;
                width:100%;
                padding:50px 20px 5px;
                background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
                opacity:1;
                transition:all .3s;
            }
        .index_product ul li a:hover{
            box-shadow:0 0 38px rgba(27,84,179,.3);
        }

        .index_product_img .sm_title_product h5,
        .index_product_title h5 {
            font-size: 18px;
            color: #fff;
            font-weight: bold;
        }
.index_product_img .sm_title_product i {
    font-size:30px;
    color:#fff;
}

.index_product_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    background-image: linear-gradient(to right,rgba(11,206,204,.8),rgba(39,110,227,.8));
    opacity:0;
    transition:all .3s;
}
.index_product_title h5 {
    position:relative;
    padding-bottom:11px;
    margin-bottom:30px;
}
.index_product_title h5::after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:40px;
    height:2px;
    background:#fff;
}

.index_product_sece p {
    font-size:16px;
    color:#fff;
    line-height:25px;
    height:75px;
}

.index_product_more {
    text-align:left;
}

    .index_product_more span {
        display: block;
        line-height: 35px;
        width: 50%;
        border-radius: 25px;
        overflow: hidden;
        font-size: 14px;
        color: #02bcd4;
        text-align:center;
       background:#fff;
       font-weight:bold;
    }


.index_product ul li:hover .sm_title_product {
    opacity:0;
}

.index_product ul li:hover .index_product_text {
    opacity:1;
}

.back1 {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}

.back1 img {
    width:100%;
    height:100%;
}

.index_service.index_product ul {
    margin:0 -10px;
}

.index_service.index_product ul li {
    padding:0 10px;
    margin-bottom:15px;
    width:33.33%;
}


    .index_service.index_product ul li .index_product_img .sm_title_product {
        padding: 50px 25px 10px;
    }

.index_service.index_product .index_product_sece p {
    height: 60px;
}

.index_service.index_product .index_product_title h5 {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.index_service.index_product .index_product_more {
    margin-top:20px;
}

.index_news {
    margin-top:50px;
    display:flex;
}

.index_news_left {
    width:45%;
    float:left;
}

.index_news_right {
    width: calc(100% - 45%);
    float: left;
    padding-left:20px;
}

.bx-index-news06-text .team {
    width: 13%;
    background-color: transparent;
    background-image: linear-gradient(to right,#0bcecc,#276ee3);
}

.bx-index-news06-text .index_news_p {
    width: calc(100% - 13%);
    padding-left: 10px;
}
    .bx-index-news06-text .index_news_p p {
        display: block;
        font-size: 18px;
        color: #333333;
    }

    .bx-index-news06-text .index_news_p i {
        width:100%;
        display:block;
        font-size: 14px;
        color: #696969;
    }
.bx-index-news06-text .team p {
    font-weight:bold;
    font-size: 40px;
    line-height:1;
}

.index_news_right ul {
    height:100%;
}

.index_news_right ul li {
    width: 33.33%;
    float: left;
    background: #f7f7f7;
    height: 100%;
    transition:all .3s;
}

    .index_news_right ul li a {
        display:block;
        height:100%;
        padding:35px 20px 20px;
    }

.index_news_right_time {
    color: #999999;
}

.index_news_right ul li .index_news_right_time p {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    transition: all .3s;
}

.index_news_right_time span {
    font-size: 14px;
    line-height: 1;
    transition: all .3s;
}

.index_news_right ul li a h5 {
    margin: 30px 0 15px;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    transition: all .3s;
}

.index_news_right ul li a p {
    font-size: 14px;
    color: #666666;
    transition: all .3s;
}

.index_news_more {
    margin-top: 60px;
}
    .index_news_more i {
        font-size: 20px;
        color: #36a4de;
        transition: all .3s;
    }

.index_news_right ul li:hover {
    background-image: linear-gradient(to right,#0bcecc,#276ee3);
}

    .index_news_right ul li:hover p,
    .index_news_right ul li:hover i,
    .index_news_right ul li:hover span,
    .index_news_right ul li:hover h5{
        color: #fff;
    }

/*渐变色*/
.back_image {
    background-image: linear-gradient(to right,#0bcecc,#276ee3);
}


/*产品*/
.modular_ny.modular {
    padding:45px 0 70px;
}
.product_bg {
    background: #fafafa;
}

.bx-Page04-items {
    padding: 0;
}

.bx-Page04-left {
    width: 21.429%;
    background:#FFF;
}
.bx-Page04-title {
    background-color: transparent;
    padding: 23px 20px;
}
    .bx-Page04-title p {
        font-size: 24px;
        line-height:1;
    }
.bx-Page04-ul li {
    margin-top: 1px;
}
    .bx-Page04-ul li a {
        line-height: 50px;
        background-color: transparent;
        padding-left: 20px;
        font-weight: 400;
    }
        .bx-Page04-ul li a i {
            font-size:18px;
            margin-right:13px;
        }


        .bx-Page04-ul li a.sore_focus {
            background-image: linear-gradient(to right,#0bcecc,#276ee3);
            color: #fff;
        }
            .bx-Page04-ul li a.sore_focus:hover {
                color:#fff;
            }
            .bx-Page04-ul li a:hover {
                color: #1b54b3;
                background-color: transparent;
            }
        .bx-Page04-ul li a::before {
            display: none;
        }

        .bx-Page04-right {
            width: calc(100% - 21.429%);
            padding-left: 40px;
        }
.bx-Page04-right-top {
    display:block;
    border-bottom:none;
    background:#fff;
}

.index_product.product_ny_box {
    margin:0;
}

.index_product.product_ny_box ul {
    margin:0 -10px;
}

.index_product.product_ny_box ul li {
    margin-bottom:20px;
    padding:0 10px;
    width:33.33%;
}
/*分页器*/
.webdiyerCss .redcss, .webdiyerCss .page_go {
    background-color: transparent;
    background-image: linear-gradient(to right,#0bcecc,#276ee3);
    border: 1px solid;
    border-color:transparent;
}

.webdiyerCss input {
    display:none;
}
.webdiyerCss .page_go {
    display:none;
}


.bx-Page04-right-top table {
    width: 100%;
    text-align: center;
}
    .bx-Page04-right-top table tr th {
        border: 1px solid #eeeeee;
        background: #f3f5f7;
        font-size: 14px;
        color: #333;
        line-height: 20px;
        padding: 15px 0;
        text-align:center;
        font-weight:bold;
    }
    .bx-Page04-right-top table tr td {
        border: 1px solid #eeeeee;
        font-size: 14px;
        color: #555;
        line-height: 20px;
        padding: 15px 0;
    }
        .bx-Page04-right-top table tr:hover{
            background-image: linear-gradient(to right,#0bcecc,#276ee3);

        }
            .bx-Page04-right-top table tr:hover td a {
                color: #fff;
            }
            .bx-Page04-right-top table tr td a {
                color: #333;
            }
        .bx-Page04-right-top table tr th:nth-child(1), .bx-Page04-right-top table tr td:nth-child(1) {
            width: 48%;
            text-align: left;
            padding-left: 30px;
        }
        .bx-Page04-right-top table tr th:nth-child(2), .bx-Page04-right-top table tr td:nth-child(2) {
            width: 12%;
        }
        .bx-Page04-right-top table tr th:nth-child(3), .bx-Page04-right-top table tr td:nth-child(3) {
            width: 16%;
        }
        .bx-Page04-right-top table tr th:nth-child(4), .bx-Page04-right-top table tr td:nth-child(4) {
            width: 12%;
        }

        /*新闻*/
        .News_ny ul li {
            width: 100%;
            margin-bottom: 15px;
            background-color: #fff;
        }
    .News_ny ul li a {
        display:flex;
    }
    .News_ny ul li .News_img {
        width: 28.301%;
    }

    .News_ny ul li .News_text {
        width:calc(100% - 28.301%);
        padding:0 20px 0 35px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
        .News_ny ul li .News_text h5 {
            font-size: 20px;
            color: #333;
            font-weight: 400;
            transition: all .3s;
        }

        .News_ny ul li .News_text p {
            font-size: 14px;
            color: #666666;
            margin:15px 0;
        }

.News_more {
    text-align:left;
}

    .News_more span {
        display: inline-block;
        width: 100px;
        line-height: 30px;
        border: 1px solid #10bdd0;
        border-radius: 25px;
        font-size: 14px;
        color: #10bdd0;
        background:#fff;
        text-align:center;
        transition:all .3s;
    }

.News_ny ul li:hover h5 {
    color: #10bdd0;
}
.News_ny ul li:hover .News_more span {
    background: #10bdd0;
    color:#fff;
}

/*服务支持*/
.index_product.service_box {
    margin-top:0;
}
    .index_product.service_box ul {
        margin: 0 -10px;
    }

        .index_product.service_box ul li {
            padding: 0 10px;
            width: 50%;
            margin-bottom: 20px;
        }

    .index_product.service_box .index_product_sece p {
        height: 125px;
    }

    .index_product.service_box .index_product_title h5 {
        margin-bottom: 20px;
    }

.News_text_time {
    font-size: 14px;
    color: #999999;
    line-height:1;
    margin:15px 0 0;
}

.index_product.leader_box {
    margin-top:0;
}

.index_product.leader_box ul {
    margin:0 -6px;
}

    .index_product.leader_box ul li {
        padding:0 6px;
        width:25%;
        margin-bottom:20px;
    }

        .index_product.leader_box ul li .index_product_img .sm_title_product  {
            justify-content:center;
        }
    .index_product.leader_box .index_product_img .sm_title_product h5 {
        font-size: 18px;
    }
    .index_product.leader_box ul li:hover .sm_title_product {
        opacity: 1;
    }

    /*产品优势*/

.index_product.Advantage_box {
    margin-top:0;
}

.index_product.Advantage_box ul {
    margin:0 -6px;
}

.index_product.Advantage_box ul li {
    padding:0 6px;
    margin-bottom:20px;
    width:25%;
}

    .index_product.Advantage_box .index_product_title h5 {
        margin-bottom: 30px;
    }

   /*加入我们*/

.join_box .bx-Join ul li {
    height: 60px;
    line-height: 60px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    margin-top: 10px;
}

.join_box .bx-Join ul li:first-child  {
    margin-top:0;
}

    .join_box .bx-Join ul li h3 {
        line-height: 58px;
        font-size: 18px;
        font-weight:bold;
        padding-left: 0;
    }

.bx-Join ul li span {
    height: 58px;
    line-height: 70px;
    width: 27px;
    border: none;
    margin-top: 0;
    border-radius: 0;
    transition: all .3s;
}
    .bx-Join ul li span i {
        font-size:27px;
        color: #333;
        transform:rotate(90deg);
        transition:all .3s;
    }
.bx-Join ul li.li h3:before {
    display:none;
}
.bx-Join ul li span.s {
    transform: rotateZ( 180deg );
}
    .bx-Join ul li span.s i {
        color: #38a5de;
    }
.join_box .bx-Join ul li.li h3 {
    color: #38a5de;
}
.join_box .bx-Join ul li.li {
    border: 1px solid #43aae0;
    border-bottom:1px solid #fff;
}
.bx-Join .submenu {
    padding:20px;
    background-color: #fff;
    border: solid 1px #43aae0;
    border-top:1px solid #fff;
}

.bx-Join .Join-sq a {
    width: 130px;
    background-color: #10bdd0;
}

.banner {
    position:relative;
}

.chanp_list {
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    z-index:999;
    width:73%;
}

    .chanp_list ul li {
        padding: 40px 0 35px;
        background: rgba(0,0,0,.5);
        float: left;
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all .3s;
        border-right: 1px solid #7193c0;
    }

        .chanp_list ul li:last-child {
            border:none;
        }

        .chanp_list ul li p {
            font-size: 18px;
            color: #fff;
            line-height: 1;
            font-weight: bold;
        }

    .chanp_list ul li a {
        display:inline-block;
        margin-top: 18px;
        font-size: 14px;
        color: #fff;
        line-height: 35px;
        width: 37.3%;
        border-radius: 25px;
        background-color: #10bdd0;
        text-align:center;
    }
    .chanp_list ul li:hover {
        background-image: linear-gradient(to right,rgba(11,206,204,.8),rgba(39,110,227,.8));
    }

   /*联系我们*/
.contact_us {
    margin-top:50px;
}
    .contact_us ul{
        overflow:hidden;
    margin:0 -20px;
    }
        .contact_us ul li:nth-child(1){
            width:100%;
        }
            .contact_us ul li:nth-child(1) h3 {
                font-size: 25px;
                font-weight:bold;
                color: #1b54b3;
                font-weight:bold;
            }
        .contact_us ul li {
            width: 33.33%;
            float: left;
            margin: 20px 0;
            padding: 0 20px;
        }
        .contact_us ul li h3{
            font-size:18px;
            color:#000;
            font-weight:bold;
            margin-bottom:20px;
        }
        .contact_us ul li p{
            font-size:16px;
            color:#000;
            margin-top:10px;
        }
        .contact_box {
            display: flex;
            justify-content: flex-end;
            position: relative;
        }
    .contact_box .contact_right {
        width:50%;
    }

        .contact_box .contact_right .map {
            height:430px;
        }

        .contact_box .contact_left {
            padding: 40px;
            width: 57.2%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background-image: linear-gradient(to right,rgba(11,206,204,.8),rgba(39,110,227,.8));
        }

.left_bioaq ul li {
    float:left;
}

.left_bioaq ul li a {
    font-size:18px;
    color:#fff;
    font-weight:bold;
    line-height:1;
    position:relative;
    margin-right:50px;
    padding-bottom:15px;
}
.left_bioaq {
    margin-bottom:60px;
}

.left_bioaq ul li a::before {
    opacity: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: all .3s;
}
    .left_bioaq ul li.active a::before {
        opacity:1;
    }
    .left_bioaq ul li:hover a::before {
        opacity:1;
    }
.contact_left .bx-index-news06-box ul li {
    margin-bottom:30px;
}

.contact_left .bx-index-news06-box ul li i {
    margin-right: 20px;
    font-size: 17px;
    color: #fff;
}
.contact_left .bx-index-news06-box ul li p {
    display:inline-block;
    font-size:18px;
    color:#fff;
    line-height:1;
    text-align:left;
}
    .contact_left .bx-index-news06-box ul li:first-child,
    .contact_left .bx-index-news06-box ul li:last-child {
        display: flex;
        align-items: flex-start;
    }
    .contact_left .bx-index-news06-box ul li:first-child p {
        width: 26%;
        margin-bottom:15px;
    }

    .contact_left .bx-index-news06-box ul li .p_phone {
        flex:1;
    }



/*留言*/

.bx-index-news06-box {
   margin:0;
}
.Message_box {
    padding: 20px 0 60px;
    display: flex;
}

    .Message_box .contact_left,
    .Message_box .Message_right{
        width:50%;
    }

        .Message_box .contact_left .bx-index-news06-box ul li i {
            color: #1b54b3;
        }

        .Message_box .contact_left .bx-index-news06-box ul li p {
            color: #666666;
        }

.Message_right .index_footer_right {
    display:flex;
    justify-content:center;
    align-items:center;
}

.modular.Message {
    padding:70px 0 0;
}

.Message_bottom_box {
    position:relative;
}

    .Message_bottom_box .Message_bottom_box_bgimg {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:-1;
    }
    .Message_bottom_box .Message_bottom_box_bgimg img {
        width:100%;
        height:100%;
    }

.Message_form {
    padding:90px 0;
}

.Message_form ul li {
    display:flex;
    width:100%;
    margin:0 -11px 30px;
}
    .Message_form ul li p {
        width: 50%;
        padding: 0 11px;
        position: relative;
    }
        .Message_form ul li p::before {
            content: "*";
            position: absolute;
            top: 30%;
            left: 21px;
            width: 0;
            height: 0;
            color: #ff0000;
            z-index: 50;
        }
    
    .Message_form ul li:nth-child(2) p:first-child::before {
        display:none;
    }

            .Message_form ul li input {
                width: 100%;
                border: 1px solid #cccccc;
                line-height: 50px;
                padding: 0 17px;
                font-size: 16px;
                color: #666666;
            }


        .Message_form ul li input:hover,
        .Message_form ul li input:focus,
        .Message_form ul li textarea:hover,
        .Message_form ul li textarea:focus {
            border: 1px solid #1b54b3;
        }

    .Message_form ul li.liuya {
        flex-direction:column;
    }
        .Message_form ul li.liuya p {
            font-size: 16px;
            color: #666666;
            margin-bottom:13px;
        }
        .Message_form ul li.liuya p i {
            color: #ff0000;
        }
            .Message_form ul li.liuya p::before {
                display:none;
            }

            .Message_form ul li textarea {
                display: block;
                width: calc(100% - 22px);
                min-height: 100px;
                border: 1px solid #cccccc;
                margin-left: 11px;
                padding:10px;
                font-size:16px;
            }
    .Message_form ul li:last-child {
        justify-content:center;
    }

    .Message_form ul li span {
        display: inline-block;
        width: 21%;
        background-color: #1b54b3;
        font-size:16px;
        font-weight:bold;
        color:#fff;
        text-align:center;
        line-height:50px;
        cursor:pointer;
    }


.index_nav_bottom.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    /*background-image: linear-gradient(to right,rgba(11,206,204,.8),rgba(39,110,227,.8));*/
}
.bx-head.active {
    z-index:9999;
}
#search li {
    margin-top: 20px;
}

#search a {
    display: block;
    overflow: hidden;
    padding: 10px;
    background-color: #f7f7f7;
}

.bx-sideBar ul li .div-fc {
    width:150px;
}


.product .bx-Page04-ul li .div-fd {
    display: none;
}

.bx-Page04-ul li .div-fd a {
    padding-left:55px;
}

.dis_none {
    display: none !important;
}




/*详情*/

.cp_details {
    padding-bottom:20px;
}


.cp_details .cp_details_top {
    display: flex;
}

.cp_details_top .cp_details_top_left {
    width:32.1%;
    border:1px  solid #ccc;
}

.cp_details_top .cp_details_top_right {
    width:calc(100% - 32.1%);
    padding-left:40px;
}

.cp_details_top_right_box {
    padding-top:15px;
}

.cp_details_top_right_box h5 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    color: #000;
}


.top_right_box_desc {
    margin-top:15px;
}

.top_right_box_desc  p{
    font-size: 14px;
    line-height: 1.5;
}

.cp_details_bottom {
    margin-top:50px;
}





.Tabnav ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #d6d6d6;
}

    .Tabnav ul li {
        width: 16%;
        border-radius: 5px 5px 0 0;
        background: #e2e2e2;
    }

        .Tabnav ul li a {
            display:block;
           width:100%;
           height:100%;
            line-height: 40px;
            font-size: 16px;
            color: #000;
            text-align:center;
        }
.active-line {
    background-image: linear-gradient(to right,#0bcecc,#276ee3) !important;
}

    .active-line a {
        color:#fff !important;
    }


    .TabCon {
        margin-top:30px;
        padding:0 10px;
    }

.act-color {
    color: #000000 !important;
}

.TabCon {
    display: none;
}

.actcon-show {
    display: block;
}


.modular.modular_ny.p {
    padding: 0 0 70px;
    margin-top: 45px;
}

.TabCon ul li {
    display:flex;
    align-items:center;
    margin-bottom:15px;
    padding:10px;
}

    .TabCon ul li:nth-child(2n) {
        background-color:#f7f7f7;
    }

    .TabCon ul li h5 {
        width: 90%;
        font-size: 18px;
        color: #000;
        font-weight: 400;
    }

    .TabCon ul li a {
        display: inline-block;
        width: calc(100% - 90%);
        text-align: center;
        border: 1px solid #0566c5;
        background-color: #fff;
        border-radius: 25px;
        line-height: 30px;
        color: #000;
        font-size: 16px;
    }

        .TabCon ul li a:hover {
            background-color: #0566c5;
            color: #fff;
        }

@media (max-width: 1000px) {
    .bx-Page04-right-top {
      
        overflow-x:auto;
    }
        .bx-Page04-right-top table {
            width: 100%;
        }
    .TabCon img{
        width:auto;
    }
    .index_footer_logo{
        width:80%;
    }
    .index_footer_logo img {
        width: auto;
    }
    .contact_us ul li{
        width:100%;
    }
        .contact_us ul li h3{
            font-size:16px;
        }
        .contact_us ul li p{
            font-size:14px;
        }
}
@media (max-width: 640px) {
    .bx-Page04-right-top table{
        width:150%;
    }
}

    @media (max-width: 480px) {
        .bx-Page04-right-top table {
            width: 800px;
        }
    }
