﻿@charset "utf-8";

body {
    margin: 0;
    background: #fff;
}

html {
    height: 100% !important;
    width: 100% !important;
}

input, input[type=button], input[type=reset], input[type=submit] {
    resize: none;
    border: none;
}

.hide {
    display: none;
}

a, article, aside, body, button, dd, details, div, dl, dt, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, li, menu, nav, ol, p, section, select, table, tbody, td, textarea, th, tr, ul {
    -webkit-tap-highlight-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
    -ms-interpolation-mode: bicubic;
}

a, article, aside, body, button, dd, details, div, dl, dt, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, li, menu, nav, ol, p, section, select, table, tbody, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 PingFangSC-Regular,PingFang-Medium,PingFangSC-Light,'Microsoft YaHei','宋体',Tahoma,Arial,sans-serif;
    color: #373737;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

em, i {
    font-style: normal;
}

li, ul {
    list-style-type: none;
}

strong {
    font-weight: 400;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'PingFang SC';
}

    a:hover {
        text-decoration: none;
    }

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'PingFang SC';
}

img {
    border: none;
}

input {
    font-family: 'PingFang SC';
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.one_txt_cut {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.txt_cut {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.quare {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    vertical-align: top;
    margin-right: 4px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.check-item input {
    display: none;
}

    .check-item input + .quare:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .check-item input.checked + .quare:before {
        content: "";
        display: inline-block;
        height: 5px;
        width: 12px;
        position: absolute;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        left: 40%;
        top: 40%;
        -webkit-transform: rotate(135deg) translate(0,100%);
        -ms-transform: rotate(135deg) translate(0,100%);
        transform: rotate(135deg) translate(0,100%);
    }

.mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
    background-color: #f9b121 !important;
}

button {
    border: none !important;
}

.back-top {
    height: 8px;
    background-color: #f7f7f7;
}

.mui-active .span {
    display: block;
    height: 100%;
    width: 100%;
}

    .mui-active .span span {
        display: block;
        width: 25px !important;
        border-bottom: 2px solid #f9b121;
        margin: 0 auto;
    }

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #000;
    font-weight: 700;
    border: none;
}

body {
    background: 0 0;
}

* {
    outline: 0;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.a, a {
    color: #e07e26;
}

    .a:hover, a:hover {
        color: #a35b1a;
    }

.bgeee {
    background: #f3f3f3;
}

.layui-nav-more {
    display: none;
}

.layui-carousel > [carousel-item] {
    overflow: hidden;
    background: #fff;
}

    .layui-carousel > [carousel-item] div {
        position: relative;
    }

        .layui-carousel > [carousel-item] div .info {
            display: block;
            width: 400px;
            background: rgba(255,255,255,.7);
            position: absolute;
            padding: 20px;
            right: 10%;
            top: 20%;
        }

            .layui-carousel > [carousel-item] div .info p.tit {
                color: #0069aa;
                font-weight: 700;
                font-size: 18px;
            }

            .layui-carousel > [carousel-item] div .info span {
                font-size: 12px;
                line-height: 1;
            }

            .layui-carousel > [carousel-item] div .info .btns {
                margin: 30px 0 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .layui-carousel > [carousel-item] div .info .btns button {
                    display: inline-block;
                    border: 0;
                    height: 32px;
                    padding: 0 15px;
                    border-radius: 0;
                    color: #fff;
                    background: #e07e26;
                    margin: 0 -2px;
                }

                    .layui-carousel > [carousel-item] div .info .btns button:last-child {
                        padding: 0 10px;
                        border-left: 1px solid #fff !important;
                    }

.layui-carousel {
    height: 520px !important;
}

    .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
        opacity: 1;
        left: 20px;
        top: 500px;
        background: 0 0;
        color: #e07e26;
    }

.btns {
    margin: 30px 0 0;
    display: inline-block;
}

    .btns button {
        display: inline-block;
        position: unset;
        width: auto;
        height: 32px;
        border: 0;
        padding: 0 15px;
        border-radius: 0;
        color: #fff;
        background: #005991;
        margin: 0 -2px;
    }

        .btns button:last-child {
            padding: 0 10px;
            border-left: 1px solid #fff !important;
        }

.layui-carousel[lay-arrow=always] .layui-carousel-arrow:hover {
    color: #a35b1a;
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 88%;
}

.layui-carousel > [carousel-item] > * {
    background: #fff;
}

.layui-carousel-ind ul {
    position: absolute;
    background: 0 0;
    right: 4%;
    top: 5px;
}

    .layui-carousel-ind ul:hover {
        background: 0 0;
    }

.layui-carousel-ind li.layui-this {
    background-color: rgba(0,0,0,.9);
}

.layui-carousel-ind li {
    background-color: rgba(0,0,0,.2);
}

    .layui-carousel-ind li:hover {
        background-color: rgba(0,0,0,.4);
    }

.layui-anim-upbit {
    -webkit-animation-name: layui-anim-fadein !important;
    animation-name: layui-anim-fadein !important;
}

.home-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: 16px;
    overflow-x: hidden;
    min-width: 1170px;
}

    .home-container .top::after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #7e8083;
        position: absolute;
        bottom: 0;
    }

    .home-container .top::before {
        content: '';
        display: block;
        width: 40%;
        height: 50px;
        background: #0065ac;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .home-container .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 100;
        width: 100%;
    }

        .home-container .top .t-l {
            padding-left: 0;
            width: 40%;
        }

            .home-container .top .t-l a {
                width: 100%;
            }

            .home-container .top .t-l img {
                display: inline-block;
                padding: .5rem 0;
                grid-column: 1/span 2;
                grid-row: 1/span 2;
                width: auto;
                height: 110px;
            }

        .home-container .top .t-r {
            display: inline-block;
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-align: right;
            width: 70%;
            height: 100%;
            position: absolute;
            right: 0px;
            bottom: 0px;
        }

}

.home-container .top .t-r header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 240px;
    margin-right: 6%;
    padding-top: 12px;
    position: relative;
}

    .home-container .top .t-r header input.seaript {
        padding: 7px;
        width: 220px;
        height: 30px;
        font-size: 12px;
        line-height: 1;
        border: 0;
        color: #666;
        border-radius: 0;
        background-color: #cccdce;
    }

    .home-container .top .t-r header .seaript:focus {
        border: 1px solid #0065ac;
    }

    .home-container .top .t-r header button {
        display: inline-block;
        border: 0;
        width: 40px;
        height: 32px;
        padding: 0;
        border-radius: 2px;
        padding-left: 5px;
        position: absolute;
    }

        .home-container .top .t-r header button img {
            display: block;
            width: 90%;
            margin: 0 auto;
        }

        .home-container .top .t-r header button:hover {
            background: #eee;
        }

.home-container .top .t-r .layui-nav:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    left: -90px;
    background-image: url(../images/menu-sj.png);
    background-size: cover;
}

.home-container .top .t-r .layui-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0065ac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 0;
    right: 0;
    /*bottom: 0;*/
    top: 30px;
    border-radius: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .home-container .top .t-r .layui-nav .layui-nav-item {
        line-height: 50px;
    }

    .home-container .top .t-r .layui-nav .layui-this:after, .home-container .top .t-r .layui-nav-bar, .home-container .top .t-r .layui-nav-tree .layui-nav-itemed:after {
        background: #e07e26;
    }

.home-container .top .t-r .layui-nav-child {
    top: 50px;
    background: #0065ac;
    border: 0;
    text-align: left;
}

.home-container .top .t-r .layui-nav .layui-nav-item a {
    padding: 0 2rem;
    font-size: 16px;
    color: #fff;
}

.home-container .top .t-r .layui-nav .layui-nav-child a {
    font-size: 15px;
}

    .home-container .top .t-r .layui-nav .layui-nav-child a:hover {
        background: #0065ac;
        color: #e07e26;
    }

.content {
    padding: 0 10%;
}

    .content h1 {
        color: #0069aa;
        text-align: center;
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: 700;
    }

    .content p {
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
        color: #1a1a1b;
    }

    .content ul.mu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .content ul.mu li {
            height: auto;
            width: 19%;
            display: inline-block;
            padding: 90px 22px 30px;
        }

            .content ul.mu li img {
                display: block;
                width: auto;
                height: 30%;
                margin: 0 auto;
            }

            .content ul.mu li p {
                font-size: 18px;
                line-height: 3;
                font-weight: 700;
                color: #0069aa;
            }

            .content ul.mu li span {
                display: block;
                text-align: center;
                font-size: 15px;
                color: #7e8083;
                font-weight: 500;
            }

.ct2 {
    padding-top: 10px;
    padding-bottom: 40px;
}

    .ct2 b.tit {
        display: block;
        text-align: center;
        color: #0069aa;
        font-size: 28px;
        line-height: 2;
        border-bottom: 5px solid #0069aa;
    }

    .ct2 .p-n {
        display: inline-block;
        width: 45%;
        padding-top: 10px;
        vertical-align: top;
    }

        .ct2 .p-n h3 {
            color: #7e8083;
            line-height: 3;
            font-size: 18px;
            font-weight: 700;
        }

        .ct2 .p-n p {
            text-align: left;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .ct2 .p-n ul.p_mu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
        }

            .ct2 .p-n ul.p_mu li {
                display: inline-block;
                text-align: center;
                background: #7e8083;
                width: 32%;
                padding: 16px 3%;
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
            }

                .ct2 .p-n ul.p_mu li img {
                    display: block;
                    height: 50px;
                    width: auto;
                    margin: 0 auto;
                }

                .ct2 .p-n ul.p_mu li p {
                    color: #fff;
                    font-size: 16px;
                    margin: 10px 0 0;
                    text-align: center;
                }

                .ct2 .p-n ul.p_mu li:nth-child(3n) {
                    border-right: 0;
                }

                /*.ct2 .p-n ul.p_mu li:last-child {
                    background-color: #0065ac;
                }*/

                .ct2 .p-n ul.p_mu li:hover {
                    background: #e07e26;
                }

    .ct2 .p-2 {
        left: 5%;
        position: relative;
    }

        .ct2 .p-2 ul.textlink {
            position: relative;
            margin-bottom: 30px;
        }

            .ct2 .p-2 ul.textlink li {
                display: inline-block;
                width: 46%;
                position: relative;
            }

                .ct2 .p-2 ul.textlink li a {
                    line-height: 35px;
                    color: #e07e26;
                }

                    .ct2 .p-2 ul.textlink li a:hover {
                        color: #a35b1a;
                    }

        .ct2 .p-2 .textlink:before {
            content: '';
            display: block;
            height: 100%;
            width: 1px;
            background: #cccdce;
            position: absolute;
            left: 42%;
        }

        .ct2 .p-2 button {
            display: inline-block;
            border: 0;
            height: 32px;
            padding: 0 15px;
            border-radius: 0;
            color: #fff;
            background: #005991;
            margin: 0 -2px;
        }

        .ct2 .p-2 .btns {
            margin: 30px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .ct2 .p-2 .btns button:last-child {
                border-left: 1px solid #fff !important;
            }

            .ct2 .p-2 .btns:hover button {
                background: #014a77;
            }

    .ct2 .p-3 {
        display: block;
        width: 100%;
    }

        .ct2 .p-3 ul.pro {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .ct2 .p-3 ul.pro li {
                display: inline-block;
                width: 32%;
                border: 2px solid #0069aa;
                background: #fff;
                margin-bottom: 20px;
                margin-right: 1%;
            }

                .ct2 .p-3 ul.pro li h4.tit {
                    background: #0069aa;
                    font-size: 16px;
                    color: #fff;
                    line-height: 2;
                    padding: 0 20px;
                }

                .ct2 .p-3 ul.pro li img {
                    display: inline-block;
                    width: 30%;
                    height: 100px;
                    -o-object-fit: cover;
                    object-fit: cover;
                    vertical-align: top;
                }

                .ct2 .p-3 ul.pro li p {
                    display: -webkit-inline-box;
                    width: 68%;
                    padding: 20px 5px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

                .ct2 .p-3 ul.pro li span {
                    color: #e07e26;
                    display: block;
                    text-indent: 33%;
                    position: relative;
                    top: -12px;
                }

                    .ct2 .p-3 ul.pro li span:hover {
                        color: #a35b1a;
                    }

.c_fl {
    display: block;
    padding-top: 50px;
    position: relative;
}

    .c_fl p.fltit {
        font-size: 22px;
        color: #000;
        font-weight: 700;
        line-height: 3;
        text-align: left;
    }

.c_fl1 {
    width: 100%;
}

    .c_fl1 .act {
        display: inline-block;
        width: 48%;
    }

        .c_fl1 .act .color1 {
            padding-top: 20px;
            line-height: 3;
            background: 0 0;
        }

    .c_fl1 ul li {
        position: relative;
        padding: 1rem;
        padding-left: 0;
        margin-bottom: 1rem;
        border: 2px solid #7e8083;
    }

        .c_fl1 ul li span.Img {
            display: inline-block;
            width: 18%;
            vertical-align: top;
        }

            .c_fl1 ul li span.Img img {
                display: block;
                width: 100%;
                height: auto;
            }

        .c_fl1 ul li span.icon {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: url(../images/icon.png) no-repeat;
            background-size: contain;
        }

        .c_fl1 ul li .info {
            display: inline-block;
            width: 80%;
            vertical-align: top;
        }

            .c_fl1 ul li .info p {
                font-size: 15px;
                color: #000;
                text-align: left;
            }

            .c_fl1 ul li .info h3 {
                font-size: 18px;
                color: #0069aa;
            }

            .c_fl1 ul li .info span {
                font-size: 16px;
                color: #7e8083;
            }

        .c_fl1 ul li:hover {
            background-color: #0065ac;
        }

            .c_fl1 ul li:hover h3, .c_fl1 ul li:hover p, .c_fl1 ul li:hover span {
                color: #fff;
            }

                .c_fl1 ul li:hover span.icon {
                    background: url(../images/iconn.png) no-repeat;
                    background-size: contain;
                }

    .c_fl1 .words {
        display: inline-block;
        width: 45%;
        margin-left: 6%;
        vertical-align: top;
    }

        .c_fl1 .words p.con {
            display: block;
            color: #fff;
            font-size: 18px;
            padding: 2rem;
            background: #0069aa;
            background: -webkit-linear-gradient(45deg,#004a77,#0069aa);
            background: -o-linear-gradient(45deg,#004a77,#0069aa);
            background: linear-gradient(45deg,#004a77,#0069aa);
            text-align: left;
            line-height: 1.5;
        }

            .c_fl1 .words p.con span {
                display: block;
                font-size: 14px;
                line-height: 1.4;
                color: #a5a6a8;
                margin-top: 20px;
            }

footer.content {
    padding: 50px 10%;
}

    footer.content .ft-t {
        border-top: 1px solid #eee;
        padding-top: 36px;
    }

        footer.content .ft-t .ftt-l {
            display: inline-block;
            width: 30%;
            vertical-align: top;
        }

            footer.content .ft-t .ftt-l img.logo {
                display: block;
                width: auto;
                height: 100px;
                margin-bottom: 50px;
            }

            footer.content .ft-t .ftt-l p {
                text-align: left;
                line-height: 1.5;
            }

                footer.content .ft-t .ftt-l p span {
                    display: block;
                    margin-bottom: 6px;
                }

                footer.content .ft-t .ftt-l p b {
                    font-size: 16px;
                }

            footer.content .ft-t .ftt-l b {
                font-size: 24px;
            }

        footer.content .ft-t .ftt-r {
            display: inline-block;
            width: 40%;
            vertical-align: top;
        }

            footer.content .ft-t .ftt-r p {
                display: inline-block;
                width: 30%;
                color: #7e8083;
                font-size: 15px;
                vertical-align: top;
                text-align: left;
            }

                footer.content .ft-t .ftt-r p a {
                    display: block;
                    color: #7e8083;
                    text-align: left;
                    line-height: 1.8;
                }

                    footer.content .ft-t .ftt-r p a b {
                        color: #e07e26;
                    }

                    footer.content .ft-t .ftt-r p a:hover {
                        color: #e07e26;
                    }

    footer.content .ft-b {
        color: #7e8083;
        margin-top: 80px;
    }

        footer.content .ft-b span {
            font-size: 11px;
        }

        footer.content .ft-b p {
            font-size: 15px;
            color: #7e8083;
            text-align: left;
            padding: 30px;
        }

.oco_con {
    padding: 40px 10% 20px;
    background: #f3f3f3;
    border-bottom: 5px solid #a5a6a8;
}

    .oco_con div {
        position: relative;
    }

    .oco_con p.tit {
        font-size: 28px;
        font-weight: 700;
        color: #0069aa;
    }

    .oco_con span {
        font-size: 14px;
    }

.oco_info {
    padding: 50px 10% 0;
}

    .oco_info .oi-t {
        position: relative;
    }

        .oco_info .oi-t img, .oco_info .oi-t p, .oco_info .oi-t span {
            display: inline-block;
            vertical-align: top;
        }

        .oco_info .oi-t .p, .oco_info .oi-t p {
            display: inline-block;
            vertical-align: top;
            width: 15%;
            color: #7e8083;
            position: relative;
        }

            .oco_info .oi-t .p a, .oco_info .oi-t p a {
                display: block;
                color: #7e8083;
                font-size: 15px;
                line-height: 2.2;
            }

                .oco_info .oi-t .p a b, .oco_info .oi-t p a b {
                    color: #e07e26;
                }

                .oco_info .oi-t .p a:hover, .oco_info .oi-t p a:hover {
                    color: #e07e26;
                }

            .oco_info .oi-t .p span, .oco_info .oi-t p span {
                width: 100%;
                font-size: 14px;
            }

                .oco_info .oi-t .p span i, .oco_info .oi-t p span i {
                    display: block;
                    font-size: 12px;
                }

                .oco_info .oi-t .p span b, .oco_info .oi-t p span b {
                    display: block;
                    color: #7e8083;
                }

                .oco_info .oi-t .p span:hover {
                    color: #e07e26;
                }

        .oco_info .oi-t span {
            width: 50%;
            font-size: 15px;
            line-height: 1.6;
        }

            .oco_info .oi-t span b.tit {
                color: #0069aa;
                font-size: 22px;
            }

        .oco_info .oi-t img {
            width: 29%;
            margin-left: 4%;
            aspect-ratio: 240 / 275;
            object-fit: cover;
        }

    .oco_info .oi-b {
        display: block;
        width: 84%;
        background: rgba(0,0,0,.5);
        padding: 40px 30px 20px;
        position: relative;
        left: 16%;
        margin-top: 80px;
    }

        .oco_info .oi-b span.tx {
            display: block;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #fff;
            margin: 0 auto;
        }

        .oco_info .oi-b p {
            color: #fff;
            padding-top: 20px;
        }

            .oco_info .oi-b p span {
                display: block;
                font-size: 12px;
                color: #cccdce;
                line-height: 3;
            }

    .oco_info .video_con p {
        display: inline-block;
    }

    .oco_info .video_con ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 84%;
        position: relative;
        /*left:16%;*/
    }

        .oco_info .video_con ul li {
            display: inline-block;
            background: #ddd;
            width: 32%;
            border: 1px solid #000;
            height: 160px;
            margin-bottom: 15px;
        }

            .oco_info .video_con ul li:hover {
                background: #eee;
            }

.progul {
    display: inline-block;
    width: 80%;
    position: relative;
    /*left:20%;*/
}

    .progul b {
        font-size: 22px;
        color: #000;
        line-height: 2;
        position: relative;
    }

    .progul ul {
        position: relative;
        left: 1em;
    }

        .progul ul li {
            list-style: initial;
            padding-bottom: 5px;
        }

    .progul .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }

        .progul .form .iptframe {
            display: block;
            width: 49%;
            padding-top: 30px;
            margin-top: 10px;
            position: relative;
        }

            .progul .form .iptframe input, .progul .form .iptframe textarea {
                width: 100%;
                padding: 5px 10px;
                background-color: #cccdce;
                border: 0;
            }

            .progul .form .iptframe label {
                position: absolute;
                top: 0;
                left: 0;
                display: none;
            }

.ocu_banner {
    display: block;
    height: 330px;
    background: #f3f3f3;
    border-bottom: 5px solid #a5a6a8;
    position: relative;
    overflow: hidden;
}

    .ocu_banner .cuinfo {
        display: block;
        width: 50%;
        position: absolute;
        top: 10px;
        left: 18%;
    }

        .ocu_banner .cuinfo p {
            color: #0069aa;
            font-size: 22px;
            line-height: 4;
            font-weight: 700;
        }

            .ocu_banner .cuinfo p span {
                font-size: 22px;
                color: #e07e26;
            }

        .ocu_banner .cuinfo span {
            font-size: 15px;
        }

.ocu_con {
    padding: 50px 10% 20px;
    margin-top: 50px;
}

    .ocu_con h1 {
        text-indent: 12%;
    }

    .ocu_con ul.mu {
        width: 88%;
        margin: 0;
        position: relative;
        left: 12%;
    }

        .ocu_con ul.mu li {
            padding: 0 10px;
        }

    .ocu_con .ocu_info {
        display: inline-block;
        width: 44%;
        margin-left: 10%;
        margin-bottom: 50px;
        padding: 50px 30px 20px;
        vertical-align: middle;
        background: -webkit-linear-gradient(45deg,#004a77,#0069aa);
        background: -o-linear-gradient(45deg,#004a77,#0069aa);
        background: linear-gradient(45deg,#004a77,#0069aa);
    }

        .ocu_con .ocu_info span.tx {
            display: block;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #fff;
            margin: 0 auto;
        }

            .ocu_con .ocu_info span.tx img {
                display: block;
                width: 100%;
            }

        .ocu_con .ocu_info p {
            color: #fff;
            padding-top: 20px;
            text-align: left;
        }

            .ocu_con .ocu_info p span {
                display: block;
                font-size: 12px;
                color: #cccdce;
                line-height: 3;
                text-align: left;
            }

    .ocu_con img {
        display: inline-block;
        width: 40%;
        margin-left: 4%;
        vertical-align: top;
    }

    .ocu_con .ocu_text {
        display: inline-block;
        width: 50%;
        margin-left: 3%;
    }

        .ocu_con .ocu_text p {
            font-size: 28px;
            font-weight: 700;
            text-align: left;
            margin-bottom: 22px;
        }

        .ocu_con .ocu_text a {
            display: block;
            line-height: 2.2;
        }

.carbanner {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #a5a6a8;
    background: #f3f3f3;
}

    .carbanner p {
        position: absolute;
        font-size: 30px;
        color: #0069aa;
        top: 30px;
        z-index: 6;
        font-weight: 700;
    }

    .carbanner span {
        display: block;
        position: absolute;
        top: 98px;
        z-index: 6;
        color: #000;
    }

    .carbanner img {
        position: absolute;
        top: -50px;
    }

    .carbanner:before {
        content: '';
        display: block;
        width: 70%;
        height: 100%;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear,left top,right top,color-stop(70%,rgba(242,242,242,.65)),to(transparent));
        background: -webkit-linear-gradient(left,rgba(242,242,242,.65) 70%,transparent);
        background: -o-linear-gradient(left,rgba(242,242,242,.65) 70%,transparent);
        background: linear-gradient(to right,rgba(242,242,242,.65) 70%,transparent);
    }

span.tx {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    margin: 0 auto;
}

    span.tx img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

.car_info .cartext {
    display: inline-block;
    width: 50%;
}

    .car_info .cartext b {
        font-size: 28px;
    }

    .car_info .cartext .btns {
        display: block;
        width: 100%;
    }

        .car_info .cartext .btns button {
            height: 50px;
            line-height: 50px;
        }

            .car_info .cartext .btns button:first-child {
                width: 90%;
            }

            .car_info .cartext .btns button:last-child {
                width: 10%;
            }

        .car_info .cartext .btns:hover button {
            background: #014a77;
        }

    .car_info .cartext p {
        display: block;
        width: 100%;
        color: #000;
        margin-top: 40px;
        position: relative;
    }

.car_info .perinfo {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    position: relative;
    left: 2%;
    color: #fff;
    background: #7e8083;
    padding: 40px 20px;
}

    .car_info .perinfo span.tx img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .car_info .perinfo p {
        display: block;
        width: 100%;
        color: #fff;
        padding: 30px;
        text-align: left;
        position: relative;
    }

        .car_info .perinfo p span {
            display: block;
            position: relative;
            top: 10px;
            width: 100%;
            color: #cccdce;
            font-size: 12px;
        }

.exl_info ul.leaderImg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 84%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    position: relative;
    left: 16%;
}

    .exl_info ul.leaderImg li {
        display: inline-block;
        width: 23%;
        margin-bottom: 20px;
        vertical-align: top;
        margin-left: 2%;
    }
        .exl_info ul.leaderImg li:nth-child(4n) {
            margin-right: 0px !important;
        }

        .exl_info ul.leaderImg li img, .exl_info ul.leaderImg li p, .exl_info ul.leaderImg li span {
            display: block;
            width: 100%;
            overflow: hidden;
        }

        .exl_info ul.leaderImg li p {
            /*height: 40px;*/
            font-size: 18px;
            /*height: 90px;
            font-size: 16px;*/
            padding: 10px 5px 0;
            color: #0069aa;
            font-weight: 700;
            position: relative;
        }

        .exl_info ul.leaderImg li span {
            height: 60px;
            /*font-size: 14px;*/
            font-size:12px;
            padding: 0 5px;
            display: block;
            color: #7e8083;
            margin-bottom: 0px;
        }

        .exl_info ul.leaderImg li .more {
            display: none;
            /*top:10px;*/
        }

        .exl_info ul.leaderImg li.active {
            background: #f3f3f3;
            padding: 20px;
            padding-bottom: 0;
        }

            .exl_info ul.leaderImg li.active img {
                width: 100%;
                margin: 0 auto 20px;
            }

            .exl_info ul.leaderImg li.active .more {
                display: inline-block;
                position: relative;
                width: 524%;
                background: #f3f3f3;
                font-size: 15px;
                line-height: 1.5;
                padding: 50px 15px;
                margin-top:10px;
            }

                .exl_info ul.leaderImg li.active .more i {
                    display: block;
                    height: 10px;
                }

.exl_info .newscon {
    display: inline-block;
    width: 84%;
    /*position: relative;
    left: 16%;*/
}

    .exl_info .newscon b {
        display: block;
        color: #0069aa;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .exl_info .newscon p {
        display: block;
        width: 100%;
        color: #333;
        position: relative;
    }

    .exl_info .newscon li {
        border-bottom: 1px solid #cccdce;
        padding: 20px 0;
        position: relative;
    }

        .exl_info .newscon li p, .exl_info .newscon li span {
            display: block;
            width: 100%;
            margin-bottom: 15px;
        }

        .exl_info .newscon li P {
            font-size: 22px;
            color: #0069aa;
            font-weight: 700;
            position: relative;
        }

        .exl_info .newscon li.podcasts:before {
            content: 'Podcasts';
            display: block;
            width: 70px;
            line-height: 2;
            border-radius: 3px;
            color: #fff;
            font-weight: 700;
            text-align: center;
            position: relative;
            top: -2px;
            font-size: 11px;
            background-color: #a5a6a8;
        }

.career_sears .searframe {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 15px 50px;
    position: relative;
    top: 40px;
}

    .career_sears .searframe b {
        display: block;
        font-size: 28px;
        color: #000;
    }

    .career_sears .searframe div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 96%;
        margin: 12px auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .career_sears .searframe div p {
            display: inline-block;
            width: 49%;
            position: relative;
            left: 0;
            top: 0;
            color: #737373;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
        }

            .career_sears .searframe div p input {
                display: block;
                width: 100%;
                border: 1px solid #ddd;
                border-radius: 3px;
                padding: 6px 10px;
                margin-bottom: 5px;
            }

    .career_sears .searframe button {
        display: block;
        font-size: 12px;
        border: 1px solid #ddd !important;
        padding: 3px 10px;
        border-radius: 3px;
        position: absolute;
        right: 3%;
    }

        .career_sears .searframe button:hover {
            background: #eee;
        }

.career_sears:before {
    background: 0 0;
}

.careerinfo {
    margin: 50px auto;
    padding: 0 10%;
}

    .careerinfo li {
        text-align: left;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 42px;
        padding: 0 10px;
        max-width: 1180px;
        margin: 0 auto;
    }

        .careerinfo li p, .careerinfo li span {
            display: inline-block;
            width: 40%;
        }

        .careerinfo li p {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .careerinfo li p a {
                color: #50626a;
            }

                .careerinfo li p a:hover {
                    color: #000;
                    text-decoration: underline;
                }

        .careerinfo li:first-child {
            background-color: #333;
            color: #fff;
            font-weight: 700;
        }

        .careerinfo li:nth-child(2n) {
            border: 1px solid #ddd;
            background-color: #f6f6f6;
        }

        .careerinfo li:nth-child(2n+3) {
            background-color: #eee;
        }

.careerr_detail {
    border-top: 5px solid #a5a6a8;
    padding: 80px 10%;
}

    .careerr_detail .job {
        border: 1px solid #ddd;
        border-radius: 3px;
    }

        .careerr_detail .job p.tit {
            display: block;
            color: #333;
            background-color: #f5f5f5;
            border-bottom: 1px solid #ddd;
            font-weight: 700;
            font-size: 20px;
            line-height: 2;
            text-align: center;
        }

        .careerr_detail .job p {
            display: block;
            text-align: left;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            .careerr_detail .job p b {
                display: inline-block;
                width: 16%;
                text-align: right;
                padding: 0 20px;
            }

button.applybtn {
    display: block;
    border: 0;
    border-radius: 3px;
    background: #f59b00;
    cursor: pointer;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    margin: 60px auto 0;
}

    button.applybtn a, button.applybtn a:hover {
        color: #fff;
    }

    button.applybtn:hover {
        background-color: #7e8083;
    }

.searlist {
    display: block;
    width: 80%;
    max-width: 1180px;
    margin: 50px auto 0;
    position: relative;
    padding: 15px 15px 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .searlist a {
        color: #203f7c;
    }

        .searlist a:hover {
            text-decoration: underline;
        }

    .searlist b.tit {
        display: block;
        font-size: 28px;
        color: #000;
        line-height: 1.5;
    }

    .searlist button {
        position: absolute;
        background: #eee;
        border: 1px solid #ddd !important;
        top: 15px;
        right: 15px;
        border-radius: 5px;
        font-size: 15px;
        color: #203f7c;
        padding: 5px 10px;
    }

    .searlist p.rec {
        background-color: #d9edf7;
        padding: 5px 10px;
        border-top: 1px solid #ddd;
        margin: 10px 0 20px;
    }

    .searlist ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        border-top: 1px solid #ddd;
    }

        .searlist ul li p {
            display: inline-block;
            width: 58%;
        }

        .searlist ul li span {
            display: inline-block;
            width: 30%;
            text-align: left;
        }

            .searlist ul li span a {
                text-align: left;
            }

            .searlist ul li b, .searlist ul li span:last-child {
                width: 12%;
                text-align: center;
            }

        .searlist ul li:first-child {
            border: 0;
        }

        .searlist ul li:nth-child(2n) {
            background-color: #f9f9f9;
        }

.resume button {
    position: relative;
    padding: 0 18px;
    left: 2%;
}

    .resume button.submit:hover {
        background: #203f7c;
    }

.resume .cancel, .resume .submit {
    display: inline-block;
    margin-top: 20px;
    background: #203f7c;
    color: #fff;
    padding: 6px 12px;
}

.resume .cancel {
    background: #fff;
    color: #203f7c;
}

.resume span {
    display: block;
}

.resume p {
    display: inline-block;
    width: 30%;
    padding: 0 15px;
}

    .resume p b {
        display: block;
        line-height: 2;
    }

    .resume p input, .resume p select {
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        padding: 0 10px;
        width: 100%;
        background: #fff;
        height: 32px;
        line-height: 32px;
    }

.events .eventframe {
    position: relative;
    color: #fff;
    background: #0069aa;
    height: auto;
}

    .events .eventframe .layui-icon {
        font-size: 22px;
        vertical-align: middle;
    }

    .events .eventframe span.today {
        padding: 0 20px;
    }

    .events .eventframe span.date {
        font-weight: 700;
        font-size: 22px;
        vertical-align: middle;
        padding: 0 30px;
    }

    .events .eventframe .listtype {
        position: absolute;
        right: 0;
        top: 10px;
    }

        .events .eventframe .listtype select {
            background: #cccdce;
            display: inline-block;
            width: 300px;
            font-size: 16px;
            height: 30px;
            margin-right: 20px;
        }

        .events .eventframe .listtype .layui-icon {
            font-weight: 700;
        }

        .events .eventframe .listtype s {
            display: inline-block;
            position: relative;
            width: 18px;
            overflow: hidden;
            height: 16px;
            border-top: 2px solid rgba(255,255,255,.8);
            border-bottom: 2px solid rgba(255,255,255,.8);
            margin: 0 10px;
            top: 2px;
        }

            .events .eventframe .listtype s:before {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background: rgba(255,255,255,.8);
                position: absolute;
                top: 5px;
            }

            .events .eventframe .listtype s.active {
                border-color: #e07e26;
            }

        .events .eventframe .listtype i.active {
            color: #e07e26;
        }

        .events .eventframe .listtype s.active:before {
            background: #e07e26;
        }

.events .eventlist ul {
    display: block;
    width: 53%;
    margin-left: 0;
    margin-top: 50px;
}

    .events .eventlist ul li {
        padding: 15px;
        margin-bottom: 15px;
    }

        .events .eventlist ul li span {
            color: #a5a6a8;
            font-weight: 700;
            font-size: 15px;
        }

        .events .eventlist ul li b {
            display: block;
            font-size: 24px;
            line-height: 1.5;
        }

        .events .eventlist ul li p {
            margin-top: 15px;
        }

            .events .eventlist ul li p span {
                display: inline-block;
                padding: 6px 10px;
                vertical-align: middle;
                background: #0069aa;
            }

                .events .eventlist ul li p span img {
                    display: block;
                    width: 15px;
                    height: auto;
                    margin: 0 auto;
                }

                .events .eventlist ul li p span:hover {
                    background: #014a77;
                }

            .events .eventlist ul li p a {
                margin-left: 30px;
            }

        .events .eventlist ul li:hover {
            background: 0 0;
        }

.events .eventlist .nowday {
    padding: 0 20px;
    font-size: 16px;
    vertical-align: middle;
}

.events .eventlist .eventcase {
    display: block;
    width: 80%;
    margin: 30px auto 0;
    padding: 20px;
    color: #fff;
    background: #7e8083;
}

    .events .eventlist .eventcase b {
        font-size: 22px;
    }

    .events .eventlist .eventcase ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 96%;
        margin: 10px auto 0;
    }

        .events .eventlist .eventcase ul li {
            display: inline-block;
            width: 50%;
            position: relative;
            padding: 3px;
            margin: 0;
        }

            .events .eventlist .eventcase ul li a {
                color: #fff;
                margin-left: 20px;
            }

                .events .eventlist .eventcase ul li a:hover {
                    text-decoration: underline;
                }

            .events .eventlist .eventcase ul li:before {
                content: '';
                width: 5px;
                height: 5px;
                background: #fff;
                border-radius: 50%;
                position: absolute;
                top: 46%;
            }

.res_info header {
    background: #0065ac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10%;
}

    .res_info header span {
        display: inline-block;
        position: relative;
        width: auto;
        color: #fff;
    }

        .res_info header span img {
            display: inline-block;
            width: 28px;
            margin-right: 5px;
        }

        .res_info header span input {
            padding: 7px;
            width: 220px;
            height: 30px;
            font-size: 14px;
            line-height: 1;
            border: 0;
            color: #000;
            border-radius: 0;
            background-color: #cccdce;
        }

        .res_info header span select {
            background: #cccdce;
            display: inline-block;
            width: 80px;
            font-size: 14px;
            height: 30px;
            margin: 0 10px;
        }

.res_info ul {
    display: block;
    /*width: 80%;*/
    margin: 50px auto 0;
    border: 1px solid #ddd;
}

    .res_info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
    }

        .res_info ul li span {
            display: inline-block;
            width: 7%;
            font-size: 14px;
            padding: 10px;
            border-left: 1px solid #ddd;
        }

            .res_info ul li span i {
                display: block;
                width: 90%;
                margin: 0 auto;
                background: #0065ac;
                border-bottom: 2px solid #005991;
            }

                .res_info ul li span i img {
                    width: auto;
                    height: 38px;
                    position: relative;
                    margin: 0 auto;
                }

                .res_info ul li span i:hover {
                    background: #005991;
                    border-color: #0057;
                }

            .res_info ul li span:first-child {
                border-left: 0;
            }

            .res_info ul li span:first-child, .res_info ul li span:nth-child(2), .res_info ul li span:nth-child(3) {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

        .res_info ul li:nth-child(2n) {
            background: #f9f9f9;
        }

        .res_info ul li:last-child {
            border-bottom: 0;
        }

.res_info .binfo {
    padding: 10px 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    left: 0;
    top: 0;
    padding: 0;
}

#event-day {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 36%;
    left: 0;
}

    #event-day p {
        display: block;
        color: #fff;
        background-color: #7e8083;
        text-align: left;
        margin-bottom: 5px;
        padding: 0 5px;
        overflow: scroll;
        max-height: 50px;
        min-height: 15px;
    }

        #event-day p::-webkit-scrollbar {
            display: none;
        }

        #event-day p.active {
            background: #0069aa;
        }

.product header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: #106aa8;
    padding: 0 10%;
}

    .product header .seardiv {
        padding: 14px 0 12px;
    }

        .product header .seardiv input {
            display: inline-block;
            padding: 7px;
            width: 220px;
            height: 30px;
            font-size: 14px;
            line-height: 1;
            border: 0;
            color: #666;
            border-radius: 0;
            background-color: #cccdce;
        }

        .product header .seardiv .bb2 {
            display: inline-block;
            margin: 0;
            position: relative;
            left: -3px;
            vertical-align: top;
        }

            .product header .seardiv .bb2 button {
                height: 30px;
            }

                .product header .seardiv .bb2 button:last-child {
                    border-left: 0 solid #106aa8 !important;
                }

        .product header .seardiv .tit {
            position: relative;
            width: 180px;
        }

            .product header .seardiv .tit b {
                display: block;
                width: 180px;
                padding: 0 10px;
                background: rgba(0,58,94,.5);
                line-height: 58px;
                color: #fff;
                font-size: 20px;
            }

            .product header .seardiv .tit ul {
                display: block;
                width: 100%;
                position: absolute;
                top: 100%;
                background: #eee;
                z-index: 999;
            }

                .product header .seardiv .tit ul li {
                    padding: 10px;
                    color: #e07e26;
                }

                    .product header .seardiv .tit ul li.active, .product header .seardiv .tit ul li:hover {
                        background: #106aa8;
                        color: #fff;
                    }

    .product header p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

        .product header p span {
            display: inline-block;
            border-left: 1px solid #fff;
        }

            .product header p span i {
                display: block;
                background: #fff;
                margin: 20px 20px;
            }

                .product header p span i img {
                    height: 18px;
                    width: auto;
                }

            .product header p span.txtbtn {
                padding: 0 30px;
                line-height: 58px;
                white-space: nowrap;
                color: #fff;
                vertical-align: top;
            }

            .product header p span.imgbtn2 {
                border-right: 1px solid #fff;
            }

            .product header p span.imgbtn.active i, .product header p span.imgbtn:hover i, .product header p span.txtbtn.active, .product header p span.txtbtn:hover {
                background: #e07e26;
            }

.product .content {
    display: block;
    width: 100%;
    /*max-width:1180px;*/
    position: absolute;
    z-index: 999;
    padding: 15px 10%;
    background: #eee;
    display: none;
}

    .product .content ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1180px;
        margin: 0 auto;
    }

        .product .content ul li {
            display: inline-block;
            width: 33%;
            margin-bottom: 10px;
            color: #e07e26;
        }

            .product .content ul li:hover {
                color: #a35b1a;
            }

            .product .content ul li.active {
                color: #0069aa;
            }

.product .productframe {
    display: block;
    padding: 42px 10%;
    min-height: 420px;
    position: relative;
}

    .product .productframe .listframe ul.nameul.listhide {
        display: none;
    }

    .product .productframe .listframe ul.nameul.listshow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product .productframe .listframe.active ul.nameul.listhide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
    }

    .product .productframe .listframe.active ul.nameul.listshow {
        display: none;
    }

    .product .productframe ul {
        display: block;
        width: 100%;
        padding-left: 200px;
    }

        .product .productframe ul li {
            display: block;
            width: 100%;
            min-height: 100px;
        }

        .product .productframe ul.nameul {
            display: block;
            padding-left: 0;
        }

            .product .productframe ul.nameul.lists {
                padding-left: 200px;
            }

                .product .productframe ul.nameul.lists li {
                    width: 33% !important;
                }

                .product .productframe ul.nameul.lists.list li {
                    width: 100% !important;
                }

                    .product .productframe ul.nameul.lists.list li .btns, .product .productframe ul.nameul.lists.list li p {
                        display: inline-block;
                        width: 62%;
                        margin-left: 6%;
                    }

        .product .productframe ul.nameul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            .product .productframe ul.nameul li {
                display: inline-block;
                /*display: -webkit-box;
                display: -ms-flexbox;
                display: inline-flex;*/
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                width: 24%;
                height: 260px;
                padding: 10px 0;
                overflow: hidden;
                position: relative;
                margin-bottom: 20px;
            }

                .product .productframe ul.nameul li img {
                    width: auto;
                    max-width: 90%;
                    height: 165px;
                    -o-object-fit: contain;
                    object-fit: contain;
                    margin: 5% auto 2%;
                }

                .product .productframe ul.nameul li p {
                    display: block;
                    color: #e07e26;
                    text-align: center;
                    font-size: 16px;
                    height: 64px;
                    line-height: 1.5;
                    overflow: hidden;
                    padding: 10px 20px;
                }

                .product .productframe ul.nameul li .btns {
                    display: none;
                    position: absolute;
                    top: 112px;
                    left: 80px;
                    margin: 0;
                }

                    .product .productframe ul.nameul li .btns button {
                        background: #e07e26;
                    }

                        .product .productframe ul.nameul li .btns button:last-child {
                            border-left: 0 solid rgba(0,58,94,.5) !important;
                        }

                .product .productframe ul.nameul li:hover:before {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: rgba(0,58,94,.5);
                    position: absolute;
                    top: 0;
                }

                .product .productframe ul.nameul li:hover .btns {
                    display: block;
                }

            .product .productframe ul.nameul.list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .product .productframe ul.nameul.list li {
                    display: block;
                    width: 100%;
                    border-bottom: 1px solid #eee;
                }

                    .product .productframe ul.nameul.list li img {
                        display: inline-block;
                        width: 30%;
                    }

                    .product .productframe ul.nameul.list li .btns, .product .productframe ul.nameul.list li p {
                        display: inline-block;
                        width: 62%;
                        margin-left: 6%;
                        text-align: left;
                        padding: 0;
                        color: #0069aa;
                        font-size: 20px;
                        font-weight: 700;
                    }

                    .product .productframe ul.nameul.list li .btns {
                        position: relative;
                        top: -120px;
                        left: 30%;
                    }

                        .product .productframe ul.nameul.list li .btns:hover button {
                            background: #a35b1a;
                        }

                    .product .productframe ul.nameul.list li:hover:before {
                        display: none;
                    }

.product .listframe1:before {
    content: '';
    display: block;
    width: 180px;
    height: 98%;
    background: #eee;
    position: absolute;
}

.nicon1:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/nicon1.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
    position: relative;
    top: 8px;
}

.nicon2:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/nicon2.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
    position: relative;
    top: 8px;
}

.nicon3:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/nicon3.png) no-repeat;
    background-size: contain;
    margin-right: 5px;
    position: relative;
    top: 8px;
}

.nicon4 {
    unicode-bidi: bidi-override;
    direction: rtl;
}

    .nicon4:after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/nicon4.png) no-repeat;
        background-size: contain;
        margin-right: 5px;
        position: relative;
        top: 8px;
    }

.contact {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .contact .map {
        display: inline-block;
        width: 40%;
    }

        .contact .map b.tit {
            display: block;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .contact .map p {
            font-size: 14px;
            line-height: 1.5;
        }

.pod svg a path {
    fill: #0069aa;
}

.pod svg a:hover path {
    fill: #014a77;
}

.pod svg path {
    fill: #7e8083;
}

.pod svg a:hover .china path {
    fill: red;
}

svg {
    background: #fff;
}

.ctInfo {
    display: inline-block;
    vertical-align: top;
    width: 56%;
}

    .ctInfo ul {
        display: block;
        width: 100%;
    }

        .ctInfo ul li {
            display: none;
        }

            .ctInfo ul li .ctul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .ctInfo ul li p.tit {
                display: block;
                width: 100%;
                color: #fff;
                height: auto;
                background: #0069aa;
                padding: 8px 30px;
                font-weight: 700;
                font-size: 16px;
            }

                .ctInfo ul li p.tit:hover {
                    background: #eee;
                    color: #7e8083;
                }

            .ctInfo ul li p {
                display: inline-block;
                width: 50%;
                padding: 5px 20px 30px;
                font-size: 15px;
            }

                .ctInfo ul li p b {
                    display: block;
                    padding: 8px 0;
                    line-height: 1;
                }

                .ctInfo ul li p span {
                    display: block;
                    margin-bottom: 10px;
                }

                    .ctInfo ul li p span.txt {
                        display: block;
                        height: 70px;
                    }

.productdetail header {
    padding: 15px 10%;
    position: relative;
}

    .productdetail header div {
        position: relative;
    }

    .productdetail header button {
        position: absolute;
        right: 0;
        top: -6px;
        background: #e07e26;
        color: #fff;
        padding: 10px 15px;
        line-height: 1;
    }

.productdetail .procon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    max-width: 1180px;
    margin: 0 auto;
}

    .productdetail .procon.bgf3 {
        padding: 30px 10%;
        max-width: 100%;
    }

    .productdetail .procon .con-l {
        width: 40%;
        position: relative;
    }

        .productdetail .procon .con-l b {
            display: block;
            font-size: 24px;
            color: #000;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .productdetail .procon .con-l img.view {
            width: auto;
            -o-object-fit: contain;
            object-fit: contain;
            max-width: 90%;
            max-height: 300px;
            margin: 10% auto;
        }

        .productdetail .procon .con-l button {
            position: absolute;
            width: 36px;
            height: 36px;
            right: 20px;
            bottom: -10px;
            font-size: 15px;
        }

        .productdetail .procon .con-l .btns.add {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
        }

            .productdetail .procon .con-l .btns.add button {
                background-color: #5cb85c;
                border-color: #4cae4c;
                height: 28px !important;
            }

            .productdetail .procon .con-l .btns.add:hover button {
                background-color: #449d44;
                border-color: #255625;
            }

        .productdetail .procon .con-l ul li.prolist {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #7e8083;
            margin-bottom: 10px;
        }

            .productdetail .procon .con-l ul li.prolist select {
                width: 45%;
                height: 32px;
                background-color: #cccdce;
                border-radius: 0;
                -webkit-appearance: none;
                border: 0;
                padding: 0 15px;
            }

            .productdetail .procon .con-l ul li.prolist input {
                width: 40%;
                height: 32px;
                background-color: #cccdce;
                padding: 0 15px;
            }

            .productdetail .procon .con-l ul li.prolist button {
                position: unset;
                width: auto;
                height: 32px;
                background-color: #d9534f;
                border-color: #d43f3a;
            }

                .productdetail .procon .con-l ul li.prolist button img {
                    width: 30px;
                    margin: 0 auto;
                }

    .productdetail .procon .con-r {
        width: 55%;
    }

        .productdetail .procon .con-r b {
            display: block;
            font-size: 24px;
            color: #000;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .productdetail .procon .con-r ul {
            padding-left: 40px;
        }

            .productdetail .procon .con-r ul li {
                padding: 6px 0;
                list-style-type: disc;
            }

        .productdetail .procon .con-r p {
            display: block;
            padding: 15px 0;
            border-bottom: 1px solid #ddd;
        }

            .productdetail .procon .con-r p b {
                font-size: 18px;
                color: #0069aa;
                line-height: 1;
                margin: 0;
            }

            .productdetail .procon .con-r p a.a {
                position: relative;
            }

            .productdetail .procon .con-r p .pr1:before, .productdetail .procon .con-r p .pr2:before {
                content: '';
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url(../images/pico1.png) no-repeat;
                background-size: contain;
                position: relative;
                top: 5px;
            }

            .productdetail .procon .con-r p .pr2:before {
                background: url(../images/pico2.png) no-repeat;
                background-size: contain;
            }

            .productdetail .procon .con-r p:last-child {
                margin-bottom: 30px;
            }

        .productdetail .procon .con-r .ctus {
            display: block;
            padding: 20px;
            color: #fff;
            background: #7e8083;
        }

            .productdetail .procon .con-r .ctus b {
                font-size: 20px;
                color: #fff;
            }

            .productdetail .procon .con-r .ctus p {
                border: 0;
                padding: 8px 0;
            }

                .productdetail .procon .con-r .ctus p .ctus1:before, .productdetail .procon .con-r .ctus p .ctus2:before {
                    content: '';
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    background: url(../images/ctus1.png) no-repeat;
                    background-size: contain;
                    position: relative;
                    top: 8px;
                }

                .productdetail .procon .con-r .ctus p .ctus2:before {
                    background: url(../images/ctus2.png) no-repeat;
                    background-size: contain;
                }

            .productdetail .procon .con-r .ctus .btns button {
                background: #e07e26;
                border: 0 !important;
            }

            .productdetail .procon .con-r .ctus .btns:hover button {
                background: #a35b1a;
            }

    .productdetail .procon .procon2 {
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
    }

        .productdetail .procon .procon2 b {
            display: block;
            font-size: 22px;
            color: #000;
            margin-bottom: 10px;
        }

        .productdetail .procon .procon2 p.header {
            display: block;
            background: #cccdce;
            padding: 8px 15px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #4c4d4f;
            position: relative;
        }

            .productdetail .procon .procon2 p.header .layui-icon {
                position: absolute;
                right: 15px;
                top: 10px;
            }

            .productdetail .procon .procon2 p.header .layui-icon-up {
                display: none;
            }

        .productdetail .procon .procon2 .tb {
            display: none;
        }

            .productdetail .procon .procon2 .tb ul.teul {
                margin-bottom: 30px;
            }

                .productdetail .procon .procon2 .tb ul.teul li:first-child span {
                    font-weight: 700;
                }

                .productdetail .procon .procon2 .tb ul.teul li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    border-top: 1px solid #ddd;
                }

                    .productdetail .procon .procon2 .tb ul.teul li span {
                        display: inline-block;
                        width: 15%;
                        padding: 6px 10px;
                        font-size: 14px;
                        text-align: center;
                    }

                        .productdetail .procon .procon2 .tb ul.teul li span i.gou {
                            display: block;
                            margin: 0 auto;
                            width: 9px;
                            height: 10px;
                            background: url(../images/gou.png) no-repeat;
                            background-size: contain;
                        }

                        .productdetail .procon .procon2 .tb ul.teul li span:first-child {
                            -webkit-box-flex: 1;
                            -ms-flex-positive: 1;
                            flex-grow: 1;
                            text-align: left;
                        }

                    .productdetail .procon .procon2 .tb ul.teul li:nth-child(2n+1) {
                        background: #fff;
                    }

        .productdetail .procon .procon2 p.header:hover {
            color: #a35b1a;
        }

        .productdetail .procon .procon2 table, .productdetail .procon .procon2 tbody, .productdetail .procon .procon2 thead, .productdetail .procon .procon2 tr {
            display: inline-block;
            width: 100%;
        }

        .productdetail .procon .procon2 table {
            border: 1px solid #ddd;
            border-left: 0;
            margin-bottom: 15px;
        }

            .productdetail .procon .procon2 table thead tr {
                border-bottom: 2px solid #ddd;
            }

            .productdetail .procon .procon2 table tbody tr:last-child {
                border: 0;
            }

            .productdetail .procon .procon2 table tr {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                border-bottom: 1px solid #ddd;
            }

                .productdetail .procon .procon2 table tr td, .productdetail .procon .procon2 table tr th {
                    display: inline-block;
                    width: 18%;
                    height: auto;
                    font-size: 14px;
                    padding: 5px 8px 10px;
                    text-align: left;
                    border-left: 1px solid #ddd;
                }

                    .productdetail .procon .procon2 table tr td span, .productdetail .procon .procon2 table tr th span {
                        display: inline-block;
                        padding: 5px 10px;
                        color: #fff;
                        background-color: #5cb85c;
                        border-color: #4cae4c;
                    }

                        .productdetail .procon .procon2 table tr td span:hover, .productdetail .procon .procon2 table tr th span:hover {
                            background-color: #449d44;
                            border-color: #255625;
                        }

                    .productdetail .procon .procon2 table tr td i.layui-icon, .productdetail .procon .procon2 table tr th i.layui-icon {
                        font-weight: 700;
                    }

                    .productdetail .procon .procon2 table tr td i.layui-icon-ok, .productdetail .procon .procon2 table tr th i.layui-icon-ok {
                        color: #006400;
                    }

                    .productdetail .procon .procon2 table tr td i.layui-icon-close, .productdetail .procon .procon2 table tr th i.layui-icon-close {
                        color: #8b0000;
                    }

                    .productdetail .procon .procon2 table tr td.fg, .productdetail .procon .procon2 table tr td:nth-child(4), .productdetail .procon .procon2 table tr th.fg, .productdetail .procon .procon2 table tr th:nth-child(4) {
                        -webkit-box-flex: 1;
                        -ms-flex-positive: 1;
                        flex-grow: 1;
                    }

                    .productdetail .procon .procon2 table tr td:last-child, .productdetail .procon .procon2 table tr th:last-child {
                        width: 5%;
                        min-width: 50px;
                        -webkit-box-flex: unset;
                        -ms-flex-positive: unset;
                        flex-grow: unset;
                    }

            .productdetail .procon .procon2 table .nobor {
                border: 0;
            }

            .productdetail .procon .procon2 table tbody tr:nth-child(2n+1) {
                background: #fff;
            }

        .productdetail .procon .procon2 .tetable tr td, .productdetail .procon .procon2 .tetable tr th {
            width: 12%;
            font-weight: 400;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .productdetail .procon .procon2 .tetable tr td:nth-child(1), .productdetail .procon .procon2 .tetable tr th:nth-child(1) {
                width: 12%;
            }

.productdetail .bortb {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid #ddd;
    max-width: 1180px;
}

    .productdetail .bortb p {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .productdetail .bortb a {
        display: inline-block;
        background-color: #a5a6a8;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        padding: 0 6px;
        border-radius: 3px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

.cover {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(0,0,0,.5);
    overflow: scroll;
    display: none;
}

    .cover img {
        display: block;
        width: 60%;
        margin: 30px auto;
    }

#reqInfo, #subInfo {
    display: block;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(0,0,0,.5);
    display: none;
}

    #reqInfo .infoframe, #subInfo .infoframe {
        display: block;
        max-height: 650px;
        overflow-y: scroll;
        margin: 30px auto;
        width: 40%;
        padding-bottom: 30px;
        background: #fff;
        position: relative;
    }

        #reqInfo .infoframe b, #subInfo .infoframe b {
            display: block;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

        #reqInfo .infoframe span, #subInfo .infoframe span {
            padding: 10px;
        }

        #reqInfo .infoframe .form, #subInfo .infoframe .form {
            padding: 0 20px;
        }

            #reqInfo .infoframe .form .orderInfo b, #subInfo .infoframe .form .orderInfo b {
                font-size: 20px;
                color: #0069aa;
                border: 0;
            }

            #reqInfo .infoframe .form .orderInfo ul, #subInfo .infoframe .form .orderInfo ul {
                display: block;
                width: 100%;
                border: 1px solid #ddd;
                left: 0;
                margin-bottom: 20px;
            }

                #reqInfo .infoframe .form .orderInfo ul li:first-child span, #subInfo .infoframe .form .orderInfo ul li:first-child span {
                    font-weight: 700;
                }

                #reqInfo .infoframe .form .orderInfo ul li, #subInfo .infoframe .form .orderInfo ul li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    list-style: none;
                    border-bottom: 1px solid #ddd;
                    padding: 0;
                }

                    #reqInfo .infoframe .form .orderInfo ul li span, #subInfo .infoframe .form .orderInfo ul li span {
                        display: block;
                        width: 32%;
                        font-size: 15px;
                        color: #000;
                        height: auto;
                        padding: 3px 10px;
                    }

                        #reqInfo .infoframe .form .orderInfo ul li span:first-child, #subInfo .infoframe .form .orderInfo ul li span:first-child {
                            display: block;
                            width: 68%;
                            height: auto;
                            border-right: 1px solid #ddd;
                        }

                    #reqInfo .infoframe .form .orderInfo ul li:last-child, #subInfo .infoframe .form .orderInfo ul li:last-child {
                        border: 0;
                    }

        #reqInfo .infoframe .close, #subInfo .infoframe .close {
            display: block;
            width: 15px;
            position: absolute;
            right: 10px;
            top: 15px;
            z-index: 9999;
        }

span.bt {
    display: inline-block;
    color: #fff;
    background: #0069aa;
    font-size: 16px;
    padding: 8px 12px;
    margin-right: 2px;
    margin-bottom: 10px;
}

span.bt2 {
    background: 0 0;
    color: #e07e26;
}

span.bt1:hover {
    background: #f5f5f5;
    color: #666;
}

.prrflx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .prrflx div {
        width: 49%;
    }

        .prrflx div p {
            white-space: nowrap;
            font-size: 14px;
        }

.width_54 {
    width: 54%;
    max-width: 1180px;
    margin: 0 auto;
}

    .width_54 span {
        width: 50%;
    }
