﻿@charset "utf-8";
/* CSS Document */

img {
    border-style: none;
}
/*select, input, textarea {
    outline: 0;
}*/
/*----------框架----------*/
/*  
   huangyuting
   2022-05-26
*/
/*滚动条整体部分*/
.prod_imgSmall ul::-webkit-scrollbar,
.fancybox-lock::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #e2e5e7;
}
.prod_imgSmall ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/*滚动条的轨道*/
.prod_imgSmall ul::-webkit-scrollbar-track,
.fancybox-lock::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #e4eaf5;
    background-color: #f6fafe;
}
/*滚动条的滑块按钮*/
.prod_imgSmall ul::-webkit-scrollbar-thumb,
.fancybox-lock::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e2e5e7;
    box-shadow: inset 0 0 3px #e4eaf5;
}
/*滚动条的上下两端的按钮*/
.prod_imgSmall ul::-webkit-scrollbar-button,
.fancybox-lock::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e4eaf5;
}

.prod_imgSmall ul,
.fancybox-lock,
body {
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #e2e5e7;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #e2e5e7;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #f6fafe;
    /*滚动条阴影*/
    scrollbar-shadow-color: #e4eaf5;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #f6fafe;
}

body, input, select, textarea, table {
    /*font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;*/
    font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

body {
    width: 100%;
    background-color: #f0f5f7;
}

    body.bac01 {
        background-color: white;
    }

.main_miw {
    min-width: 1080px;
}

.main_bg {
    width: 100%;
    min-width: 1080px;
}

.main_bgc {
    width: 1080px;
    margin: 0 auto;
}

.main_page {
    width: 100%;
    padding: 40px 0 60px 0;
    text-align: center;
}

.gotop {
    width: 54px;
    height: 54px;
    background: url(../images/ico_gotop1.png) center no-repeat;
    border: 1px solid #e0e2e4;
    background-color: white;
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 999;
    cursor: pointer;
    border-radius: 5px;
    display: none;
}

    .gotop:hover {
        background: url(../images/ico_gotop2.png) center no-repeat;
        border: 1px solid #238dc9;
        background-color: #238dc9;
    }
/***
    index
*/

.nav_bg {
    width: 100%;
    height: 144px;
    background-color: white;
}

.nav_fix {
    width: 100%;
    min-width: 1100px;
    height: 144px;
    background-color: white;
    border-bottom: 1px solid #f5f6f9;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

    .nav_fix .n_logo {
        display: block;
        /*float: left;*/
        width: 156px;
        height: 144px;
        background: url(../images/logo.png) center no-repeat;
        background-size: auto 75%;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: absolute;
        left: 0;
        top: 0;
    }

        .nav_fix .n_logo:hover {
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -webkit-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
        }

    .nav_fix .n_nav {
        width: 100%;
        height: 144px;
        /* float: left;*/
    }

        .nav_fix .n_nav ul {
            width: 100%;
            text-align: center;
            padding-top: 56px;
        }

            .nav_fix .n_nav ul li {
                display: inline-block;
                *display: inline;
                *zoom: 1;
                position: relative;
            }

                .nav_fix .n_nav ul li > a {
                    display: inline-block;
                    padding: 0 17px;
                    border-radius: 8px;
                    height: 35px;
                    line-height: 35px;
                    font-size: 16px;
                    color: #171d2b;
                    text-align: center;
                    text-transform: uppercase;
                    position: relative;
                }

                .nav_fix .n_nav ul li.n_li > a > span {
                    display: inline-block;
                    vertical-align: middle;
                }

                .nav_fix .n_nav ul li.n_li .dl {
                    width: 7px;
                    height: 5px;
                    background: url(../images/ico_triangle3.png) center no-repeat;
                    margin-left: 8px;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                .nav_fix .n_nav ul li.n_li:hover > a .dl,
                .nav_fix .n_nav ul li.n_li > a.act .dl {
                    background: url(../images/ico_triangle3_2.png) center no-repeat;
                }

                .nav_fix .n_nav ul li a:hover,
                .nav_fix .n_nav ul li a.act,
                .nav_fix .n_nav ul li.n_li:hover > a {
                    color: white;
                    background: -webkit-linear-gradient(to right, #238dc9, #6eb7e7);
                    background: -o-linear-gradient(to right, #238dc9, #6eb7e7);
                    background: -moz-linear-gradient(to right, #238dc9, #6eb7e7);
                    background: linear-gradient(to right, #238dc9, #6eb7e7);
                    background: #238dc9\9;
                }
    /*.nav_fix .n_nav ul li > a i {
                    display: inline-block;
                    width: 0;
                    height: 4px;
                    border-radius: 6px;
                    background-color: #238dc9;
                    position: absolute;
                    top: 90px;
                    left: 50%;
                    margin-left: -13px;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }

                .nav_fix .n_nav ul li > a:hover i,
                .nav_fix .n_nav ul li > a.act i {
                    width: 26px;
                }*/

    .nav_fix ul li .n_nav_droplist {
        padding: 8px;
        min-width: 200px;
        position: absolute;
        top: 105px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: white;
        border: 1px solid #e3e3e3;
        z-index: 9999;
        text-align: center;
        white-space: nowrap;
        -moz-box-shadow: 0px 0px 10px rgba(14,14,14,0.15);
        -webkit-box-shadow: 0px 0px 10px rgba(14,14,14,0.15);
        box-shadow: 0px 0px 10px rgba(14,14,14,0.15);
        border-radius: 6px;
        display: none;
    }

        .nav_fix ul li .n_nav_droplist > a {
            display: block;
            height: 44px;
            line-height: 44px;
            white-space: nowrap;
            text-align: center;
            color: #202020;
            font-size: 16px;
            border-bottom: 2px solid white;
            margin: 5px 0;
            background-color: #e4effd;
            border-radius: 5px;
            padding: 0 8px;
        }

            .nav_fix ul li .n_nav_droplist > a:hover {
                background-color: #238dc9;
                color: white;
            }

    .nav_fix ul li:hover .n_nav_droplist {
        display: block;
    }

    .nav_fix.active {
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: white;
        /*border-bottom: 1px solid #eeeff2;*/
        -moz-box-shadow: 0 0 13px rgba(120,131,139,0.15);
        -webkit-box-shadow: 0 0 13px rgba(120,131,139,0.15);
        box-shadow: 0 0 13px rgba(120,131,139,0.15);
    }

        .nav_fix.active .n_logo {
            width: 100px;
            height: 70px;
        }

        .nav_fix.active .n_nav {
            height: 70px;
        }

            .nav_fix.active .n_nav ul {
                padding-top: 22px;
            }

                .nav_fix.active .n_nav ul li > a {
                    height: 30px;
                    line-height: 30px;
                }

                    .nav_fix.active .n_nav ul li > a i {
                        top: 58px;
                    }

        .nav_fix.active ul li .n_nav_droplist {
            top: 68px;
        }

.footer_dbgc {
    width: 100%;
    color: white;
    background-color: #191f24;
    padding: 30px 0;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

    .footer_dbgc span {
        color: #50b6f7;
        padding: 0 15px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .footer_dbgc a {
        color: white;
        padding: 0 2px;
        display: inline-block;
        margin-left: 25px;
    }

        .footer_dbgc a:hover {
            color: #50b6f7;
            text-decoration: underline;
        }

/*弹出框*/
.popUp {
    width: 800px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -295px;
    z-index: 9999;
    background-color: white;
    display: none;
}

    .popUp div.popUp_con {
        width: auto;
        -moz-box-shadow: 0 2px 18px rgba(0,0,0,0.23);
        -webkit-box-shadow: 0 2px 18px rgba(0,0,0,0.23);
        box-shadow: 0 2px 18px rgba(0,0,0,0.23);
        margin-bottom: 0;
        background-color: white;
    }

.popUp_wbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    z-index: 9998;
    display: none;
}

.popUp_tit {
    width: 100%;
    height: 42px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
}

    .popUp_tit .tit {
        height: 42px;
        line-height: 42px;
        padding-left: 20px;
        font-weight: bold;
        color: black;
        font-size: 14px;
        float: left;
        text-transform: uppercase;
    }

    .popUp_tit .popUp_clo {
        float: right;
        display: block;
        width: 55px;
        height: 45px;
        background: url(../images/pop_close.png) center no-repeat;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

        .popUp_tit .popUp_clo:hover {
            background: url(../images/pop_close2.png) center no-repeat;
            transform: rotate(180deg);
            -ms-transform: rotate(180deg); /* IE 9 */
            -moz-transform: rotate(180deg); /* Firefox */
            -webkit-transform: rotate(180deg); /* Safari and Chrome */
            -o-transform: rotate(180deg); /* Opera */
        }

.popUp_con .btn {
    width: 100%;
    padding: 6px 0 20px 0;
    text-align: center;
    background-color: #f5f5f5;
}

.popUp_con .con {
    width: 100%;
    height: 450px;
}

.popUp_con .pad {
    padding: 13px 12px 0 12px;
}

.fhlhbtn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    *line-height: normal;
    border: 1px solid #238dc9;
    background-color: #238dc9;
    cursor: pointer;
    margin-top: 14px;
    border-radius: 4px;
    padding: 0 30px;
    *padding: 0 12px;
    font-size: 14px;
    color: White;
    text-transform: uppercase;
}

    .fhlhbtn:hover {
        background-color: #f89c14;
    }

.fhlhbtn_qx {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    *line-height: normal;
    background-color: white;
    border: 1px solid #dddddd;
    cursor: pointer;
    margin-top: 14px;
    border-radius: 4px;
    padding: 0 30px;
    *padding: 0 12px;
    font-size: 14px;
    color: black;
    margin-left: 15px;
}

    .fhlhbtn_qx:hover {
        background-color: #f9fafe;
        border: 1px solid #24325d;
        color: #24325d;
    }
/*弹出框end*/
.all_posi {
    width: 100%;
    color: #4c4948;
    font-size: 15px;
    text-transform: uppercase;
    padding: 25px 0;
}

    .all_posi .tit {
        padding-left: 32px;
        height: 25px;
        line-height: 25px;
        background: url(../images/ico_triangle2.png) 16px no-repeat;
    }

    .all_posi a {
        display: inline-block;
        vertical-align: middle;
        color: #4c4948;
    }

        .all_posi a:hover {
            color: #f5ab1b;
        }

    .all_posi i {
        display: inline-block;
        vertical-align: middle;
        color: #4c4948;
        padding: 0 10px;
    }

    .all_posi span {
        display: inline-block;
        vertical-align: middle;
        color: #238dc9;
    }

.all_con {
    width: 1078px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #eceff1;
}

.all_tit {
    width: 1048px;
    margin: 0 auto;
    color: #238dc9;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0 17px 0;
    border-bottom: 1px solid #dddddd;
}

.det_con {
    width: 1080px;
    background-color: white;
    min-height: 500px;
}

.det_cpa {
    padding: 40px 80px 70px 80px;
}

.det_tit {
    font-size: 36px;
    font-weight: bold;
    color: #238dc9;
    line-height: 1.2;
    /*  text-transform: uppercase;
    border-bottom: 1px solid #238dc9;*/
    padding: 25px 0;
    text-align: center;
}

.det_pb {
    width: 100%;
}

.det_c {
    padding-top: 10px;
    color: #222222;
    line-height: 1.5;
}

    .det_c img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100% !important;
        height: auto !important;
    }

    .det_c table,
    .det_c div,
    .det_c p,
    .det_c h1,
    .det_c h2 {
        max-width: 100% !important;
    }

    .det_c table {
        width: 100% !important;
    }
/**
        detail
    */
.top_con {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    text-align: center;
}

    .top_con span {
        display: inline-block;
        text-transform: uppercase;
        font-size: 58px;
        color: white;
        padding-top: 105px;
        font-family: /*Impact Regular, */ "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
        font-weight: bold;
        letter-spacing: -2px;
        text-shadow: 0 3px 10px rgba(13,73,166,0.8);
    }

.top_contact .top_con span {
    text-shadow: 0 3px 10px rgba(143,101,63,0.8);
}

.top_about,
.top_products,
.top_newp,
.top_contact {
    width: 100%;
}

    .top_about .top_con {
        background-image: url(../images/top_about.jpg);
        background-color: white;
    }

    .top_products .top_con {
        background-image: url(../images/top_products.jpg);
        background-color: white;
    }

    .top_newp .top_con {
        background-image: url(../images/top_newp.jpg);
        background-color: white;
    }

    .top_contact .top_con {
        background-image: url(../images/top_contact.jpg);
        background-color: white;
    }

.tit_posi {
    width: 100%;
    padding: 13px 0;
    font-size: 16px;
    color: #4c4948;
    text-transform: uppercase;
}

    .tit_posi span {
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

    .tit_posi .ico {
        padding: 2px 0 1px 50px;
        background: url(../images/ico_posi.png) 16px no-repeat;
    }

    .tit_posi a.ico {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        color: #4c4948;
    }

        .tit_posi a.ico:hover {
            display: inline-block;
            color: #2ba7eb;
        }

    .tit_posi span.now {
        color: #238dc9;
    }

    .tit_posi i {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        padding: 0 12px;
    }

.img_auto {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .img_auto img {
        display: inline-block;
        max-width: 100%;
        min-height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/**
        other
    */

.ind_ban {
    width: 100%;
    height: 626px;
    margin: 0 auto;
    background-color: #f0f5f7;
}

.ind_bant {
    position: relative;
    width: 100%;
    height: 626px;
    overflow: hidden;
    zoom: 1;
}

    .ind_bant ul.ban_slides li {
        width: 100%;
        height: 626px;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #f0f5f7;
    }

.ban_btn a {
    width: 65px;
    height: 65px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

    .ban_btn a.ban_next {
        background: url(../images/ban_right.png) no-repeat;
        position: absolute;
        top: 50%;
        right: 10%;
        margin-top: -30px;
        z-index: 10;
    }

    .ban_btn a.ban_pre {
        background: url(../images/ban_left.png) no-repeat;
        position: absolute;
        top: 50%;
        left: 10%;
        margin-top: -30px;
        z-index: 10;
    }

.ind_bant:hover .ban_next {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.ind_bant:hover .ban_pre {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

    .ind_bant:hover .ban_next:hover, .ind_bant:hover .ban_pre:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

#focus .btn {
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
}

    #focus .btn span {
        display: inline-block;
        _zoom: 1;
        width: 15px;
        height: 8px;
        background-color: #f5f6f9;
        _font-size: 0;
        margin-left: 5px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

        #focus .btn span.on,
        #focus .btn span:hover {
            width: 26px;
            background-color: #ff6334;
        }

.b_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flew_1 {
    flex: 1;
}

.fw_w {
    flex-wrap: wrap;
}

.f_fl {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.f_fl_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_fr {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.f_fr_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_fc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_fc_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_flrb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.f_flrb_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_flra {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}

.f_flrc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.pager .act {
    border: 1px solid #238dc9 !important;
    background: #238dc9 !important;
}

.pager a {
    border: 1px solid #ededed !important;
}

.swiper-slide {
    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;
    background-size: cover;
    background-position: center;
}


    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-next, .swiper-button-prev {
    width: 65px;
    height: 65px;
    color: transparent;
    margin-top: -47px;
    outline: 0;
}


    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: '';
        outline: 0;
        filter: drop-shadow(1px 2px 4px rgb(0,0,0,0.15));
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        pointer-events: all;
    }

    .swiper-button-next:after {
        width: 65px;
        height: 65px;
        background: url(../images/ban_right.png) center no-repeat;
    }

    .swiper-button-prev:after {
        width: 65px;
        height: 65px;
        background: url(../images/ban_left.png) center no-repeat;
    }

.ind_banner_swiper {
    width: 100%;
    height: 555px;
    max-width: 1920px;
    min-width: 1080px;
    margin: 0 auto;
}

    .ind_banner_swiper .swiper {
        width: 100%;
        height: 100%;
    }

/**
    other
*/
.nav_fr {
    /*float: right;*/
    position: absolute;
    right: 0;
    top: 0;
}

.nav_frc {
    display: block;
    width: 111px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: none;
    font-size: 14px;
    color: #171d2b;
    text-align: left;
}

    .nav_frc:focus {
        outline: 0;
    }

    .nav_frc:hover {
        color: #238dc9;
    }

    .nav_frc span {
        display: inline-block;
        padding: 2px 0 2px 36px;
    }

        .nav_frc span.ico1 {
            background: url(../images/ico_China.png) left no-repeat;
        }

        .nav_frc span.ico2 {
            background: url(../images/ico_English.png) left no-repeat;
        }

    .nav_frc.mt_1 {
        margin-top: 38px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .nav_frc.mt_2 {
        margin-top: 17px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.nav_fix.active .nav_frc.mt_1 {
    margin-top: 9px;
}

.nav_fix.active .nav_frc.mt_2 {
    margin-top: 3px;
}

.ind_about {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 53px;
}

.ind_about_tit {
    font-size: 45px;
    color: #011b29;
    font-weight: bold;
    text-transform: uppercase;
}

    .ind_about_tit i {
        display: inline-block;
        width: 42px;
        height: 30px;
        background: url(../images/ind_about_tit.png) center no-repeat;
        margin-left: 22px;
    }

.ind_about_fl {
    width: 490px;
    float: left;
}

    .ind_about_fl .con {
        width: 100%;
        color: #011b29 !important;
        font-size: 16px !important;
        line-height: 25px !important;
        height: 170px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden !important;
        margin-top: 17px;
        margin-bottom: 22px;
    }

.ind_about_fr {
    width: 533px;
    height: 304px;
    float: right;
    border-radius: 20px;
    overflow: hidden;
}

    .ind_about_fr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ind_pro {
    width: 100%;
    background: url(../images/ind_pro_bg.jpg) center bottom no-repeat;
    background-size: cover;
    background-color: #3f4d58;
    padding-top: 57px;
    padding-bottom: 57px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.ind_pro_tit {
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

    .ind_pro_tit i {
        display: inline-block;
        width: 42px;
        height: 30px;
    }

        .ind_pro_tit i.ico1 {
            background: url(../images/ind_pro_tit1.png) center no-repeat;
            margin-right: 30px;
        }

        .ind_pro_tit i.ico2 {
            background: url(../images/ind_pro_tit2.png) center no-repeat;
            margin-left: 30px;
        }

.ind_choose {
    width: 100%;
    background: url(../images/ind_choose_bg.jpg) center bottom no-repeat;
    background-color: #1f272d;
    padding-top: 57px;
    padding-bottom: 57px;
}

.ind_choose_tit {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.ind_choose_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #f0f5f7;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 20px;
}

.ind_choose_con {
    width: 90%;
    text-align: center;
    padding-top: 50px;
    margin: 0 auto;
}

.ind_choose_c {
    width: 200px;
    text-align: center;
    float: left;
    margin: 0 20px;
}

    .ind_choose_c .ico {
        width: 109px;
        height: 109px;
        margin: 0 auto;
        background: url(../images/ind_choose_ico1.png) center no-repeat;
    }

        .ind_choose_c .ico.ico1 {
            background: url(../images/ind_choose_ico1.png) center no-repeat;
        }

        .ind_choose_c .ico.ico2 {
            background: url(../images/ind_choose_ico2.png) center no-repeat;
        }

        .ind_choose_c .ico.ico3 {
            background: url(../images/ind_choose_ico3.png) center no-repeat;
        }

        .ind_choose_c .ico.ico4 {
            background: url(../images/ind_choose_ico4.png) center no-repeat;
        }

    .ind_choose_c .con {
        width: 100%;
        text-align: center;
        padding-top: 18px;
        color: white;
        font-size: 16px;
        line-height: 1.3;
    }

.ind_video {
    width: 100%;
    padding-top: 57px;
    padding-bottom: 75px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/ind_video_bg.jpg) left center no-repeat;
    background-size: 60% 100%;
    background-color: #f0f5f7;
}

.ind_play {
    width: 850px;
    height: 517px;
    border: 25px solid white;
    background-color: white;
    margin-left: 200px;
}

.ind_play_video {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.ind_map {
    width: 100%;
    height: 545px;
}

.ind_pro_tab_c {
    width: 100%;
}

.ind_pro_tab {
    width: 100%;
    padding: 32px 0 28px 0;
    text-align: center;
}
    /*
    .ind_pro_tab ul {
        width: 100%;
    }

        .ind_pro_tab ul li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            position: relative;
        }*/

    .ind_pro_tab a {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 25px;
        background-color: #4c6175;
        border-radius: 5px;
        font-size: 16px;
        color: #c0d8e8;
        text-transform: uppercase;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .ind_pro_tab a:hover {
            color: white;
            background: #238dc9;
        }

        .ind_pro_tab a.act {
            color: white;
            background: -webkit-linear-gradient(to right, #238dc9, #6eb7e7);
            background: -o-linear-gradient(to right, #238dc9, #6eb7e7);
            background: -moz-linear-gradient(to right, #238dc9, #6eb7e7);
            background: linear-gradient(to right, #238dc9, #6eb7e7);
            background: #238dc9\9;
        }


.ind_pro_list {
    width: 100%;
}

    .ind_pro_list ul {
        width: 100%;
    }

        .ind_pro_list ul li {
            float: left;
            margin: 0 14px 25px 15px;
            width: 241px;
        }


            .ind_pro_list ul li a {
                display: block;
                width: 100%;
                height: 295px;
                overflow: hidden;
                -webkit-transition: all 0.35s ease 0s;
                -moz-transition: all 0.35s ease 0s;
                -o-transition: all 0.35s ease 0s;
                transition: all 0.35s ease 0s;
            }

                .ind_pro_list ul li a .img {
                    width: 100%;
                    height: 241px;
                    overflow: hidden;
                    background-color: white;
                    text-align: center;
                }

                    .ind_pro_list ul li a .img img {
                        width: auto;
                        height: 100% !important;
                        object-fit: cover;
                        display: inline-block;
                        vertical-align: middle;
                        -webkit-transition: all 0.35s ease 0s;
                        -moz-transition: all 0.35s ease 0s;
                        -o-transition: all 0.35s ease 0s;
                        transition: all 0.35s ease 0s;
                    }

                .ind_pro_list ul li a .con {
                    width: 100%;
                    padding: 14px 0 0 0;
                    -webkit-transition: all 0.35s ease 0s;
                    -moz-transition: all 0.35s ease 0s;
                    -o-transition: all 0.35s ease 0s;
                    transition: all 0.35s ease 0s;
                }

                    .ind_pro_list ul li a .con p {
                        width: 100%;
                        height: 1px;
                        background-color: #607b8d;
                        position: relative;
                    }

                        .ind_pro_list ul li a .con p span {
                            display: inline-block;
                            width: 44px;
                            height: 2px;
                            background-color: #238dc9;
                            position: absolute;
                            left: 0;
                            top: -1px;
                            z-index: 15;
                            -webkit-transition: all 0.35s ease 0s;
                            -moz-transition: all 0.35s ease 0s;
                            -o-transition: all 0.35s ease 0s;
                            transition: all 0.35s ease 0s;
                        }

                    .ind_pro_list ul li a .con .tit {
                        width: 100%;
                        color: white;
                        font-size: 16px;
                        line-height: 26px;
                        padding: 10px 0 6px 0;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        -webkit-transition: all 0.35s ease 0s;
                        -moz-transition: all 0.35s ease 0s;
                        -o-transition: all 0.35s ease 0s;
                        transition: all 0.35s ease 0s;
                    }

                    .ind_pro_list ul li a .con .more {
                        width: 100%;
                        text-align: center;
                        padding: 0 0 15px 0;
                        display: none;
                        -webkit-transition: all 0.35s ease 0s;
                        -moz-transition: all 0.35s ease 0s;
                        -o-transition: all 0.35s ease 0s;
                        transition: all 0.35s ease 0s;
                    }

                        .ind_pro_list ul li a .con .more span {
                            display: inline-block;
                            width: 88px;
                            height: 28px;
                            line-height: 28px;
                            color: white;
                            font-size: 12px;
                            background-color: #238dc9;
                            border-radius: 5px;
                            text-align: center;
                        }

                .ind_pro_list ul li a:hover {
                    -moz-box-shadow: 0 2px 18px rgba(120,131,139,0.25);
                    -webkit-box-shadow: 0 2px 18px rgba(120,131,139,0.25);
                    box-shadow: 0 2px 18px rgba(120,131,139,0.25);
                    background-color: white;
                }

                    .ind_pro_list ul li a:hover .con p span {
                        width: 20px;
                        left: 50%;
                        margin-left: -10px;
                    }

                    .ind_pro_list ul li a:hover .con p {
                        background-color: #d6d9dc;
                    }


                    .ind_pro_list ul li a:hover .con {
                        margin-top: -49px;
                        position: relative;
                    }

                        .ind_pro_list ul li a:hover .con .tit {
                            width: 92%;
                            padding: 10px 4% 6px 4%;
                            text-align: center;
                            margin-top: 13px;
                            color: #238dc9;
                            line-height: 1.3;
                            background-color: white;
                        }

                        .ind_pro_list ul li a:hover .con .more {
                            display: block;
                            background-color: white;
                        }

                    .ind_pro_list ul li a:hover img {
                        filter: alpha(opacity=70);
                        -moz-opacity: 0.7;
                        -webkit-opacity: 0.7;
                        -khtml-opacity: 0.7;
                        opacity: 0.7;
                        transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -o-transform: scale(1.1);
                    }

.ind_more {
    display: block;
    width: 134px;
    height: 41px;
    line-height: 41px;
    border-radius: 8px;
    text-align: center;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(to right, #238dc9, #6eb7e7);
    background: -o-linear-gradient(to right, #238dc9, #6eb7e7);
    background: -moz-linear-gradient(to right, #238dc9, #6eb7e7);
    background: linear-gradient(to right, #238dc9, #6eb7e7);
    background: #238dc9\9;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .ind_more:hover {
        background: -webkit-linear-gradient(to left, #238dc9, #6eb7e7);
        background: -o-linear-gradient(to left, #238dc9, #6eb7e7);
        background: -moz-linear-gradient(to left, #238dc9, #6eb7e7);
        background: linear-gradient(to left, #238dc9, #6eb7e7);
        background: #6cb6e6\9;
    }

.ind_pro .ind_more {
    margin: 30px auto 0 auto;
}

.pro_con {
    width: 100%;
    padding-bottom: 30px;
}

    .pro_con .ind_pro_list ul li a .con .tit {
        color: #161b1e;
    }

    .pro_con .ind_pro_list ul li a .con p {
        background-color: #d6d9dc;
    }

    .pro_con .ind_pro_tab {
        width: 98%;
        margin: 0 auto;
        text-align: left;
        padding-top: 15px;
    }

        .pro_con .ind_pro_tab a {
            background-color: #dae6ea;
            color: #697078;
        }

            .pro_con .ind_pro_tab a:hover,
            .pro_con .ind_pro_tab a.act {
                color: white;
            }

            .pro_con .ind_pro_tab a:hover {
                background-color: #238dc9;
            }


.cont_tit {
    width: 100%;
    color: #238dc9;
    font-size: 24px;
    font-weight: bold;
    padding: 33px 0 23px 0;
}

.cont_con {
    width: 100%;
    color: black;
    font-size: 22px;
}

.cont_c {
    margin: 12px 0;
}

    .cont_c span {
        display: inline-block;
        padding: 8px 0 8px 55px;
        background: url(../images/cont_ico1.png) 16px center no-repeat;
    }

        .cont_c span.ico1 {
            background: url(../images/cont_ico1.png) 16px center no-repeat;
        }

        .cont_c span.ico2 {
            background: url(../images/cont_ico2.png) 16px center no-repeat;
        }

        .cont_c span.ico3 {
            background: url(../images/cont_ico3.png) 16px center no-repeat;
        }

        .cont_c span.ico4 {
            background: url(../images/cont_ico4.png) 16px center no-repeat;
        }

.cont_ac {
    width: 100%;
    padding: 17px 0 0 0;
}

    .cont_ac a {
        display: inline-block;
        vertical-align: middle;
        width: 145px;
        height: 62px;
        background: url(../images/cont_ico5.png) center no-repeat;
    }

        .cont_ac a span {
            width: 94px;
            height: 38px;
            line-height: 38px;
            color: white;
            font-size: 16px;
            display: inline-block;
            padding: 17px 0 0 48px;
            text-transform: uppercase;
            text-align: center;
        }

    .cont_ac .cont_a1 {
        margin-right: 66px;
    }

    .cont_ac .cont_a2 {
        width: 153px;
        background: url(../images/cont_ico6.png) center no-repeat;
    }

        .cont_ac .cont_a2 span {
            padding: 18px 0 0 55px;
        }

    .cont_ac a:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
.cont_map {
    width: 100%;
    height: 360px;
}
.conste_modal {
    width: 462px;
    height: 544px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -231px;
    margin-top: -277px;
    border-radius: 25px;
    z-index: 1050;
    background-color: white;
    -moz-box-shadow: 0 0 27px rgba(42,52,59,0.78);
    -webkit-box-shadow: 0 0 27px rgba(42,52,59,0.78);
    box-shadow: 0 0 27px rgba(42,52,59,0.78);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    display: none;
}

.conste_modalBg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

.conste_modal_top {
    width: 100%;
    height: 181px;
    border-radius: 25px 25px 0 0;
    background: url(../images/newp_modal_bg2.png) center bottom no-repeat;
    background-color: #247cc1;
    position: relative;
}

    .conste_modal_top .ico {
        width: 375px;
        height: 194px;
        background: url(../images/newp_modal_bg1.png) center bottom no-repeat;
        position: absolute;
        left: 40px;
        bottom: 90px;
        z-index: 10;
    }

    .conste_modal_top .close {
        width: 53px;
        height: 53px;
        background: url(../images/ico_close.png) center bottom no-repeat;
        cursor: pointer;
        outline: 0;
        border: 0;
        position: absolute;
        right: -60px;
        top: -70px;
        z-index: 10;
    }

        .conste_modal_top .close:focus {
            outline: 0;
        }

        .conste_modal_top .close:hover {
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -webkit-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
        }

.conste_modal_con {
    width: 100%;
    padding-top: 18px;
}

    .conste_modal_con .text {
        font-size: 18px;
        color: black;
        padding-left: 45px;
        padding-top: 10px;
    }

        .conste_modal_con .text.color {
            color: #247cc1;
            font-weight: bold;
        }

    .conste_modal_con .i_text {
        padding: 0 40px;
    }

        .conste_modal_con .i_text .conste_modal_text,
        .conste_modal_con .i_text .conste_modal_btn {
            width: 377px;
            height: 70px;
            line-height: 70px;
            border-radius: 8px;
            margin: 42px auto 0 auto;
            border: 0;
            font-size: 20px;
        }

        .conste_modal_con .i_text .conste_modal_text {
            background-color: #e5eff3;
            color: black;
            width: 323px;
            padding: 0 27px;
        }

        .conste_modal_con .i_text .conste_modal_btn {
            background-color: #247cc1;
            cursor: pointer;
            color: white;
            outline: 0;
            text-align: center;
            font-size: 24px;
        }

            .conste_modal_con .i_text .conste_modal_text:focus,
            .conste_modal_con .i_text .conste_modal_btn:focus {
                outline: 0;
            }

            .conste_modal_con .i_text .conste_modal_btn:hover {
                background-color: #238dc9;
            }

.pro_con.pb0 {
    padding-bottom: 0;
}

.prod_con {
    width: 100%;
    padding-top: 30px;
}

.prod_tit {
    width: 100%;
}

    .prod_tit p {
        width: 100%;
        height: 2px;
        background-color: #d6d9dc;
        position: relative;
    }

        .prod_tit p span {
            display: inline-block;
            width: 100px;
            height: 8px;
            background-color: #238dc9;
            position: absolute;
            left: 50%;
            top: -4px;
            margin-left: -50px;
            z-index: 15;
            -webkit-transition: all 0.35s ease 0s;
            -moz-transition: all 0.35s ease 0s;
            -o-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s;
        }

    .prod_tit .tit {
        width: 100%;
        color: #238dc9;
        font-size: 36px;
        line-height: 1.3;
        padding: 10px 0 20px 0;
        overflow: hidden;
        text-align: center;
    }

.prod_img {
    width: 460px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

    .prod_img .prod_imgBig {
        width: 460px;
        height: 460px;
        margin: 0 auto;
        background-color: white;
        -moz-box-shadow: 0 8px 32px rgba(120,131,139,0.2);
        -webkit-box-shadow: 0 8px 32px rgba(120,131,139,0.2);
        box-shadow: 0 8px 32px rgba(120,131,139,0.2);
    }

    .prod_img .fancybox {
        display: block;
        width: 460px;
        height: 460px;
        line-height: 460px;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        cursor: default;
    }

    .prod_img .prod_imgBig .fancybox img {
        max-height: 100%;
        object-fit: cover;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.35s ease 0s;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
    }

    .prod_img img {
        max-width: 100%;
        height: auto !important;
        display: inline-block;
        vertical-align: middle;
    }

.prod_imgSmall {
    width: 130px;
    height: 470px;
    position: absolute;
    right: -180px;
    top: -10px;
}

    .prod_imgSmall ul {
        width: 100%;
        height: 460px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 8px;
    }

        .prod_imgSmall ul::-webkit-scrollbar {
            display: none; /* Chrome Safari */
        }

    .prod_imgSmall ul {
        scrollbar-width: none; /* firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }

        .prod_imgSmall ul:hover::-webkit-scrollbar {
            display: block; /* Chrome Safari */
        }

        .prod_imgSmall ul:hover {
            scrollbar-width: initial; /* firefox */
            -ms-overflow-style: scrollbar; /* IE 10+ */
        }

        .prod_imgSmall ul li {
            width: 120px;
            margin-top: 10px;
            margin-bottom: 5px;
            display: inline-block;
            vertical-align: middle;
            *display: inline;
            *zoom: 1;
        }

            .prod_imgSmall ul li a {
                width: 100px;
                height: 100px;
                line-height: 100px;
                display: block;
                overflow: hidden;
                text-align: center;
                margin: 0 auto;
                background-color: white;
                border: 1px solid #f0f5f7;
            }

                .prod_imgSmall ul li a.act {
                    -moz-box-shadow: 0 0 10px rgba(120,131,139,0.2);
                    -webkit-box-shadow: 0 0 10px rgba(120,131,139,0.2);
                    box-shadow: 0 0 10px rgba(120,131,139,0.2);
                }

                .prod_imgSmall ul li a img {
                    /*min-width: 100% !important;*/
                    max-height: 100% !important;
                    display: inline-block;
                    vertical-align: middle;
                    object-fit: cover;
                    filter: alpha(opacity=70);
                    -moz-opacity: 0.7;
                    -webkit-opacity: 0.7;
                    -khtml-opacity: 0.7;
                    opacity: 0.7;
                }

                .prod_imgSmall ul li a:hover img,
                .prod_imgSmall ul li a.act img {
                    min-width: 100% !important;
                    min-height: 100% !important;
                    display: inline-block;
                    vertical-align: unset;
                    filter: alpha(opacity=100);
                    -moz-opacity: 1;
                    -webkit-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                }

.prod_cw {
    width: 810px;
    margin: 0 auto;
    line-height: 23px;
    padding-top: 60px;
    padding-bottom: 20px;
}

    .prod_cw .tit {
        color: #238dc9;
        font-size: 30px;
        padding-bottom: 25px;
        font-weight: bold;
    }

    .prod_cw .con img {
        max-width: 100% !important;
        height: auto !important;
        display: inline-block;
        vertical-align: middle;
    }

    .prod_cw .con table,
    .prod_cw .con div,
    .prod_cw .con p,
    .prod_cw .con span,
    .prod_cw .con h1,
    .prod_cw .con h2 {
        max-width: 100% !important;
    }

    .prod_cw .con table {
        width: 100% !important;
    }