
/* CSS Document */

/* CSS 公共样式开始 */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    font-size: 14px;
}

body {
    overflow-x: hidden;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    /* font-family: Arial, 'Microsoft Yahei'; */
    -webkit-overflow-scrolling: touch;
    min-width: 330px;
    padding-right: 0 !important;
}

.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

body,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th {
    margin: 0;
    padding: 0;
    border: 0
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
    background: transparent
}

a,
em,
i,
span {
    display: inline-block
}

b,
em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px
}

button {
    padding: 0
}

button,
input,
optgroup,
select,
textarea {
    outline: 0;
    border: 0;
    vertical-align: middle;
    /* font-family: 'Microsoft Yahei' */
}

button,
html input[type=button],
input[type=reset],
input[type=submit],
input[type=text] {
    outline: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: button
}

textarea {
    resize: none;
    font-size: 14px
}

textarea,
.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none
}

.select::-ms-expand {
    display: none
}

.clearfix:after,
.clearfix:before,
.mauto:after,
.mauto:before {
    display: table;
    content: ""
}

.clearfix:after,
.mauto:after,
.clear {
    clear: both
}

.mauto {
    max-width: 80%;
    margin: 0 auto
}

.db {
    display: block
}

.dn {
    display: none
}

.db_min768 {
    display: block
}

.dn_min768 {
    display: none
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.fl {
    float: left
}

.fr {
    float: right
}

.ov {
    overflow: hidden
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.tajustify {
    text-align: justify
}

.fb {
    font-weight: bold
}

.wh1 {
    width: 100%;
    height: 100%
}

.dtm {
    display: table;
    margin: 0 auto
}

.els {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word
}

.els2 {
    display: block;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.img-md img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .8s;
    -webkit-transition: all .8s
}

.img-md:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.tra,
a {
    transition: all .3s;
    -webkit-transition: all .3s
}

.cf {
    color: #fff
}

.c0 {
    color: #000
}

.c6 {
    color: #666
}

.baf {
    background: #fff
}

.li25 {
    line-height: 25px
}

.li30 {
    line-height: 30px
}

.f12 {
    font-size: 12px
}

.f16 {
    font-size: 16px
}

.dfcc,
.dfccs,
.dflc,
.dflcs,
.dflr,
.dflrs {
    display: -webkit-flex;
    display: flex
}

.dfcc,
.dflcs,
.dfccs {
    justify-content: center;
    -webkit-justify-content: center
}

.dflc,
.dfcc,
.dfccs,
.dflr,
.dflrs {
    align-items: center;
    -webkit-align-items: center
}

.dflr {
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.dflrs {
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.dflcs,
.dfccs {
    -webkit-flex-direction: column;
    flex-direction: column
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    width: 100%;
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 0;
    text-align: center
}

.slick-dots div {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer
}

.slick-dots div.slick-active,
.slick-dots div:hover,
.slick-dots div:focus {
    background: #333
}

.slick-dots div button {
    display: none
}

.slick-arrow {
    width: .6rem;
    height: .6rem
}

.slick-prev {
    left: -2%;
    background: url(../image/banner_l.png) no-repeat center/cover
}

.slick-next {
    right: -2%;
    background: url(../image/banner_r.png) no-repeat center/cover
}

.slick-dots {
    display: none !important
}


.animation {
    visibility: hidden;
    opacity: 0
}

.fadel,
.fader,
.fadeup,
.fadez {
    visibility: visible
}

.fadeup {
    animation: slideInUp ease-out .6s forwards;
    -webkit-animation: slideInUp ease-out .6s forwards
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fadel {
    animation: slideInLeft ease-out .6s forwards;
    -webkit-animation: slideInLeft ease-out .6s forwards
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fader {
    animation: slideInRight ease-out .6s forwards;
    -webkit-animation: slideInRight ease-out .6s forwards
}

@keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.fadez {
    animation: zoomIn ease-out .6s forwards;
    -webkit-animation: zoomIn ease-out .6s forwards
}

@keyframes zoomIn {
    from {
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.img,
.imgs {
    overflow: hidden;
    background: #eee url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center
}

.img img,
.imgs img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit:cover*/
}

.imgs {
    position: relative
}

.imgs img {
    position: absolute
}

.po-auto {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.mt5 {
    margin-top: .05rem
}

.mt10 {
    margin-top: .1rem
}

.mt15 {
    margin-top: .15rem
}

.mt20 {
    margin-top: .2rem
}

.mt25 {
    margin-top: .25rem
}

.mt30 {
    margin-top: .3rem
}

.mt35 {
    margin-top: .35rem
}

.mt40 {
    margin-top: .4rem
}

.mt45 {
    margin-top: .45rem
}

.mt50 {
    margin-top: .5rem
}

.mr5 {
    margin-right: .05rem
}

.mr10 {
    margin-right: .1rem
}

.mr15 {
    margin-right: .15rem
}

.mr20 {
    margin-right: .2rem
}

.mr25 {
    margin-right: .25rem
}

.mr30 {
    margin-right: .3rem
}

.mr35 {
    margin-right: .35rem
}

.mr40 {
    margin-right: .4rem
}

.mr45 {
    margin-right: .45rem
}

.mr50 {
    margin-right: .5rem
}

.mb5 {
    margin-bottom: .05rem
}

.mb10 {
    margin-bottom: .1rem
}

.mb15 {
    margin-bottom: .15rem
}

.mb20 {
    margin-bottom: .2rem
}

.mb25 {
    margin-bottom: .25rem
}

.mb30 {
    margin-bottom: .3rem
}

.mb35 {
    margin-bottom: .35rem
}

.mb40 {
    margin-bottom: .4rem
}

.mb45 {
    margin-bottom: .45rem
}

.mb50 {
    margin-bottom: .5rem
}

.ml5 {
    margin-left: .05rem
}

.ml10 {
    margin-left: .1rem
}

.ml15 {
    margin-left: .15rem
}

.ml20 {
    margin-left: .2rem
}

.ml25 {
    margin-left: .25rem
}

.ml30 {
    margin-left: .3rem
}

.ml35 {
    margin-left: .35rem
}

.ml40 {
    margin-left: .4rem
}

.ml45 {
    margin-left: .45rem
}

.ml50 {
    margin-left: .5rem
}

.pt5 {
    padding-top: .05rem
}

.pt10 {
    padding-top: .1rem
}

.pt15 {
    padding-top: .15rem
}

.pt20 {
    padding-top: .2rem
}

.pt25 {
    padding-top: .25rem
}

.pt30 {
    padding-top: .3rem
}

.pt35 {
    padding-top: .35rem
}

.pt40 {
    padding-top: .4rem
}

.pt45 {
    padding-top: .45rem
}

.pt50 {
    padding-top: .5rem
}

.pr5 {
    padding-right: .05rem
}

.pr10 {
    padding-right: .1rem
}

.pr15 {
    padding-right: .15rem
}

.pr20 {
    padding-right: .2rem
}

.pr25 {
    padding-right: .25rem
}

.pr30 {
    padding-right: .3rem
}

.pr35 {
    padding-right: .35rem
}

.pr40 {
    padding-right: .4rem
}

.pr45 {
    padding-right: .45rem
}

.pr50 {
    padding-right: .5rem
}

.pb5 {
    padding-bottom: .05rem
}

.pb10 {
    padding-bottom: .1rem
}

.pb15 {
    padding-bottom: .15rem
}

.pb20 {
    padding-bottom: .2rem
}

.pb25 {
    padding-bottom: .25rem
}

.pb30 {
    padding-bottom: .3rem
}

.pb35 {
    padding-bottom: .35rem
}

.pb40 {
    padding-bottom: .4rem
}

.pb45 {
    padding-bottom: .45rem
}

.pb50 {
    padding-bottom: .5rem
}

.pl10 {
    padding-left: .1rem
}

.pl15 {
    padding-left: .15rem
}

.pl20 {
    padding-left: .2rem
}

.pl25 {
    padding-left: .25rem
}

.pl30 {
    padding-left: .3rem
}

.pl35 {
    padding-left: .35rem
}

.pl40 {
    padding-left: .4rem
}

.pl45 {
    padding-left: .45rem
}

.pl50 {
    padding-left: .5rem
}

.lg-12,
.lg-2,
.lg-3,
.lg-4,
.lg-6 {
    float: left
}

.lg-12 {
    width: 100%
}

.lg-6 {
    width: 50%
}

.lg-4 {
    width: 33.33333333%
}

.lg-3 {
    width: 25%
}

.lg-2 {
    width: 20%
}

@media (max-width:1024px) {
    .md-dn {
        display: none !important
    }

    .md-db {
        display: block !important
    }

    .md-12,
    .md-2,
    .md-3,
    .md-4,
    .md-6 {
        float: left
    }

    .md-12 {
        width: 100% !important
    }

    .md-6 {
        width: 50% !important
    }

    .md-4 {
        width: 33.33333333% !important
    }

    .md-3 {
        width: 25% !important
    }
}

.md-2 {
    width: 20% !important
}

@media (max-width:767px) {
    .db_min768 {
        display: none
    }

    .dn_min768 {
        display: block;
    }

    .sm-3,
    .sm-4,
    .sm-6 {
        float: left
    }

    .sm-12 {
        width: 100% !important
    }

    .sm-6 {
        width: 50% !important
    }

    .sm-4 {
        width: 33.33333333% !important
    }

    .sm-3 {
        width: 25% !important
    }

    .sm-2 {
        width: 20% !important
    }

    .sm-ha {
        height: auto !important
    }

    .sm-mt5 {
        margin-top: .05rem
    }

    .sm-mt10 {
        margin-top: .1rem
    }

    .sm-mt15 {
        margin-top: .15rem
    }

    .sm-mt20 {
        margin-top: .2rem
    }

    .sm-mt25 {
        margin-top: .25rem
    }

    .sm-mt30 {
        margin-top: .3rem
    }

    .sm-mt35 {
        margin-top: .35rem
    }

    .sm-mt40 {
        margin-top: .4rem
    }

    .sm-mt45 {
        margin-top: .45rem
    }

    .sm-mt50 {
        margin-top: .5rem
    }

    .sm-mt0 {
        margin-top: 0 !important
    }

    .sm-mr5 {
        margin-right: .05rem
    }

    .sm-mr10 {
        margin-right: .1rem
    }

    .sm-mr15 {
        margin-right: .15rem
    }

    .sm-mr20 {
        margin-right: .2rem
    }

    .sm-mr25 {
        margin-right: .25rem
    }

    .sm-mr30 {
        margin-right: .3rem
    }

    .sm-mr35 {
        margin-right: .35rem
    }

    .sm-mr40 {
        margin-right: .4rem
    }

    .sm-mr45 {
        margin-right: .45rem
    }

    .sm-mr50 {
        margin-right: .5rem
    }

    .sm-mr0 {
        margin-right: 0 !important
    }

    .sm-mb5 {
        margin-bottom: .05rem
    }

    .sm-mb10 {
        margin-bottom: .1rem
    }

    .sm-mb15 {
        margin-bottom: .15rem
    }

    .sm-mb20 {
        margin-bottom: .2rem
    }

    .sm-mb25 {
        margin-bottom: .25rem
    }

    .sm-mb30 {
        margin-bottom: .3rem
    }

    .sm-mb35 {
        margin-bottom: .35rem
    }

    .sm-mb40 {
        margin-bottom: .4rem
    }

    .sm-mb45 {
        margin-bottom: .45rem
    }

    .sm-mb50 {
        margin-bottom: .5rem
    }

    .sm-mb0 {
        margin-bottom: 0 !important
    }

    .sm-ml5 {
        margin-left: .05rem
    }

    .sm-ml10 {
        margin-left: .1rem
    }

    .sm-ml15 {
        margin-left: .15rem
    }

    .sm-ml20 {
        margin-left: .2rem
    }

    .sm-ml25 {
        margin-left: .25rem
    }

    .sm-ml30 {
        margin-left: .3rem
    }

    .sm-ml35 {
        margin-left: .35rem
    }

    .sm-ml40 {
        margin-left: .4rem
    }

    .sm-ml45 {
        margin-left: .45rem
    }

    .sm-ml50 {
        margin-left: .5rem
    }

    .sm-ml0 {
        margin-left: 0 !important
    }

    .sm-ml0 {
        margin: 0 !important
    }

    .sm-m0 {
        margin: 0 !important
    }

    .sm-pt5 {
        padding-top: .05rem
    }

    .sm-pt10 {
        padding-top: .1rem
    }

    .sm-pt15 {
        padding-top: .15rem
    }

    .sm-pt20 {
        padding-top: .2rem
    }

    .sm-pt25 {
        padding-top: .25rem
    }

    .sm-pt30 {
        padding-top: .3rem
    }

    .sm-pt35 {
        padding-top: .35rem
    }

    .sm-pt40 {
        padding-top: .4rem
    }

    .sm-pt45 {
        padding-top: .45rem
    }

    .sm-pt50 {
        padding-top: .5rem
    }

    .sm-pt0 {
        padding-top: 0 !important
    }

    .sm-pr5 {
        padding-right: .05rem
    }

    .sm-pr10 {
        padding-right: .1rem
    }

    .sm-pr15 {
        padding-right: .15rem
    }

    .sm-pr20 {
        padding-right: .2rem
    }

    .sm-pr25 {
        padding-right: .25rem
    }

    .sm-pr30 {
        padding-right: .3rem
    }

    .sm-pr35 {
        padding-right: .35rem
    }

    .sm-pr40 {
        padding-right: .4rem
    }

    .sm-pr45 {
        padding-right: .45rem
    }

    .sm-pr50 {
        padding-right: .5rem
    }

    .sm-pr0 {
        padding-right: 0 !important
    }

    .sm-pb5 {
        padding-right: .05rem
    }

    .sm-pb10 {
        padding-bottom: .1rem
    }

    .sm-pb15 {
        padding-bottom: .15rem
    }

    .sm-pb20 {
        padding-bottom: .2rem
    }

    .sm-pb25 {
        padding-bottom: .25rem
    }

    .sm-pb30 {
        padding-bottom: .3rem
    }

    .sm-pb35 {
        padding-bottom: .35rem
    }

    .sm-pb40 {
        padding-bottom: .4rem
    }

    .sm-pb45 {
        padding-bottom: .45rem
    }

    .sm-pb50 {
        padding-bottom: .5rem
    }

    .sm-pb0 {
        padding-bottom: 0 !important
    }

    .sm-pl10 {
        padding-left: .1rem
    }

    .sm-pl15 {
        padding-left: .15rem
    }

    .sm-pl20 {
        padding-left: .2rem
    }

    .sm-pl25 {
        padding-left: .25rem
    }

    .sm-pl30 {
        padding-left: .3rem
    }

    .sm-pl35 {
        padding-left: .35rem
    }

    .sm-pl40 {
        padding-left: .4rem
    }

    .sm-pl45 {
        padding-left: .45rem
    }

    .sm-pl50 {
        padding-left: .5rem
    }

    .sm-pl0 {
        padding-left: 0 !important
    }

    .sm-p0 {
        padding: 0 !important
    }

    .sm-db {
        display: block !important
    }

    .sm-dn {
        display: none !important
    }

    .lg-4 {
        width: 100%
    }
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    color: unset;
    text-decoration: none;
}

a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

/* CSS 公共样式结束 */

.inner-page-main {
    width: 100%;
    overflow: hidden;
}

.inner-page-middle {
    width: 95%;
    margin: 0 auto;
    /* max-width: 1540px; */
    overflow: hidden;
}

.inner-page-content {
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.banner,
.header-m,
footer,
header,
main {
    transition: all .5s;
    -webkit-transition: all .5s
}

header {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
}

.header {
    z-index: 100;
    position: fixed;
    min-width: 330px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.header #main-menu .submenu {
    top: 50px;
}

/* header */
@media (min-width: 1050px) {
    .header #main-menu {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .header #main-menu li {
        display: flex !important;
        align-items: center;
        margin: 0 2%;
    }

    .header li {
        border-bottom: 3px solid transparent;
    }

    .header li.current {
        text-decoration: none;
    }
}

@media (min-width: 1301px) {
    .header .sv-acbl span {
        border: none !important;
    }
}

.header a.logo {
    width: 35%;
    min-width: 130px;
    max-width: 232px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#carModal,
#carDoneModal {
    background-color: rgba(12, 51, 142, 0.5);
}

#carModal .form_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#carModal .modal-dialog,
#carDoneModal .modal-dialog,
.job>.modal[id^="jobModal"]>.modal-dialog {
    width: 80%;
    max-width: 1200px;
    min-width: 300px;
    margin: 5% auto;
}

#carModal .modal-content.box,
#carDoneModal .modal-content.box {
    border: 0;
    padding: 50px 10% !important;
}

#carDoneModal .modal-content.box {
    border: 0;
    padding: 45px 10% 40px 10% !important;
}

#carModal .modal-content .modal-header {
    padding: 0;
    border-bottom: 1px solid #9E9E9E;
}

#carModal .modal-content .modal-header .modal-title {
    padding: 0 20px 20px 20px;
    width: fit-content;
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 6px solid #0D3EAC;
}

#tool-menu li a img,
#nav_search>div>button>img,
.search .search_banner>div.search_box button>img,
#carModal .modal-content .modal-header .modal-title img,
.job .job_content .content-r>.job_search>div.job_row>button>img {
    width: 20px;
    height: 20px;
    max-width: unset;
}

#carModal .modal-content .modal-header .modal-title img {
    margin-right: 18px;
}

#carModal .modal-content .modal-footer {
    padding: 0;
    border: none;
    text-align: left;
    margin-top: 50px;
}

#carModal .modal-content .modal-header {
    margin: 0 15px;
}

#carModal .modal-content .modal-footer button {
    width: 100%;
    min-width: 162px;
    height: 50px;
    background: #0D3EAC;
    border-radius: 8px 8px 8px 8px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
}

#carModal .modal-content .modal-body {
    padding: 0;
    margin-bottom: 50px;
}

#carModal .modal-content .modal-body .form_item {
    margin-top: 20px;
}

#carModal .modal-content .modal-body .form_item,
#carModal .modal-content .modal-body #form_item_product>div.form_full>label,
#carModal .modal-content .modal-body #form_item_product div.form_select_product,
#carModal .modal-content .modal-body #form_item_product div.form_select_product_type,
#carModal .modal-content .modal-body #form_item_product div.form_input_product_num,
#carModal .modal-content .modal-footer>div {
    padding: 0 15px;
}


#carModal .modal-content .modal-body .form_item_other,
#carModal .modal-content .modal-body .form_item_sample {
    display: none;
}

#carModal .modal-content .modal-body .form_item label span {
    color: #FF0000;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

#carModal .modal-content .modal-body .form_item input::-webkit-input-placeholder,
#carModal .modal-content .modal-body .form_item textarea::-webkit-input-placeholder,
#nav_search>div>input::-webkit-input-placeholder,
.search .search_banner>div.search_box input::-webkit-input-placeholder,
.job .job_content .content-r>.job_search>div>input::-webkit-input-placeholder {
    color: #acacac;
}

#carModal .modal-content .modal-body .form_item>p,
#carModal .modal-content .modal-body .form_select>p,
#carModal .modal-content .modal-body .form_input>p,
#carModal .modal-content .modal-body #form_item_product div.form_input_product_num>p {
    display: none;
    font-size: 14px;
    font-weight: 500;
    color: #FF0000;
    line-height: 32px;
}

#carDoneModal .modal-content .modal-body {
    padding: 0;
}

#carDoneModal .modal-content .modal-body>div {
    text-align: center;
}

#carDoneModal .modal-content .modal-body>div:first-child {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
}

#carDoneModal .modal-content .modal-body>div:last-child {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
}

@media (max-width: 680px) {

    #carDoneModal .modal-content .modal-body>div:first-child {
        font-size: 20px;
    }
}

#carDoneModal .modal-content .modal-body>div:last-child>a {
    color: #0D3EAC;
    cursor: pointer;
}

.home h1 {
    font-size: 48px;
    font-weight: bold;
    color: #0D3EAC;
    text-align: center;
    line-height: 65px;
    margin-bottom: 80px;
}

.home h1>span {
    white-space: nowrap;
}

.home>.page {
    padding: 120px 0;
}

.home>.page:nth-child(odd) {
    background: #F7FAFC;
}

.home>.page .home_row,
.join .join_row,
.kaifa .kaifa_row,
.company .company_row,
.technology .technology_row,
.honor .honor_row,
.news .news_row,
.quality .quality_row,
.life .life_row,
.contact .contact_row,
.job .job_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.paper .paper_row{
    display: flex;
    flex-direction: row;
    
}

.home>.page .home_column,
.join .join_column,
.kaifa .kaifa_column,
.company .company_column,
.honor .honor_column,
.news .news_column,
.technology .technology_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home>.page,
.home>.page p,
.company .company_row p {
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
    text-align: justify !important;
}

.home>.page .box,
.productlist .box,
.productlist .box1,
.productlist .box2,
#carModal .modal-content.box,
#carDoneModal .modal-content.box,
.kaifa .box,
.join .box,
.company .box,
.technology .box,
.honor .box,
.paper .box,
.news .box,
.quality .box,
.contact .box,
.job .box {
    box-shadow: 0px 0px 20px 1px rgba(13, 62, 172, 0.12);
    border-radius: 18px 18px 18px 18px;
    padding: 20px;
}

.productlist .box3{
    
    border-radius: 18px 18px 18px 18px;
    padding: 20px;
}
.home>.page1>div>.home_row .home>.page3>div>.home_row {
    padding: 0 20px;
}

.home>.page1>div>.home_row>.home_column,
.company .content-r>.company_row>.company_column {
    width: 60%;
}

.home>.page1 .page1-box1,
.company .company-box1 {
    margin-top: 45px;
    padding: 0 20px;
}

.home>.page1 .page1-box2,
.company .company-box2 {
    width: 30%;
}

.company .company-box2 {
    width: 35%;
}

.home>.page1 .page1-box1.home_row,
.company .company-box1.company_row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.home>.page1 .page1-box1 div,
.company .company-box1 div {
    padding: 20px;
}

.home>.page1 .page1-box1 div p,
.company .company-box1 div p {
    font-weight: 500;
    color: #0D3EAC;
    line-height: 65px;
    text-align: center !important;
    white-space: nowrap;
}

.home>.page1 .page1-box1 div:first-child p:first-child,
.company .company-box1 div:first-child p:first-child {
    font-size: 48px;
}

.home>.page1 .page1-box1 div:last-child p:first-child,
.company .company-box1 div:last-child p:first-child {
    font-size: 46px;
}

.home>.page1 .page1-box1 div p:last-child,
.company .company-box1 div p:last-child {
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
}

.home>.page1 .page1-box1 div p span,
.company .company-box1 div p span {
    font-size: 18px;
    line-height: 32px;
}

.home>.page1 .page1-box2>div,
.home>.page3 .home_row>.box>div,
.join .join_row>.box>div,
.company .company-box2>div {
    border-radius: 18px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {

    .home>.page1>div>.home_row>.home_column {
        width: 100%;
    }

    .home>.page1 .page1-box2 {
        display: none;
    }
}

@media (max-width: 1400px) {

    .company .content-r>.company_row>.company_column {
        width: 100%;
    }

    .company .company-box2 {
        display: none;
    }
}

.home>.page2 {
    padding-bottom: 160px;
}

@media (max-width: 500px) {
    .home>.page2 .mauto {
        max-width: 90%;
    }
}

.home>.page2 h1 {
    margin-bottom: 60px;
}

.home>.page2 .box,
.news .box {
    padding: 35px;
    background: #FFFFFF;
    margin-bottom: 35px;
}

.home>.page2 .home_column,
.news .news_column {
    justify-content: center;
}

.home>.page2 a.home_row,
.news .news_list .content-r>ul>li>a.news_row {
    justify-content: flex-start;
    overflow-x: hidden;
}

.home>.page2 a.home_row>div:first-child,
.news .news_list .content-r>ul>li>a.news_row>div:first-child {
    margin-right: 35px;
    width: 110px;
}

.home>.page2 a.home_row>div:first-child p,
.news .news_list .content-r>ul>li>a.news_row>div:first-child p {
    padding-right: 35px;
    border-right: 2px solid #CCCCCC;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 36px;
    font-size: 26px;
}

.home>.page2 a.home_row>div:first-child p:last-child,
.news .news_list .content-r>ul>li>a.news_row>div:first-child p:last-child {
    font-size: 31px;
}

.home>.page2 a.home_row>div:last-child,
.news .news_list .content-r>ul>li>a.news_row>div:last-child {
    overflow: hidden;
    width: calc(100% - 180px);
    min-width: 100px;
}

.home>.page2 a.home_row>div:last-child p:first-child,
.news .news_list .content-r>ul>li>a.news_row>div:last-child p:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #707070;
    line-height: 40px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home>.page2 a.home_row>div:last-child p:last-child,
.news .news_list .content-r>ul>li>a.news_row>div:last-child p:last-child {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home>.page2 #carousel-news .carousel-inner>.item {
    padding: 20px;
    height: 620px;
}

.home>.page2 #carousel-news .carousel-indicators {
    bottom: -10px !important;
}

.home>.page2 #carousel-news .carousel-indicators li {
    width: 50px;
    height: 10px;
    background: #CED8EE;
    border: none;
    border-radius: 20px 20px 20px 20px;
    margin: 0;
}

.home>.page2 #carousel-news .carousel-indicators li.active {
    background: #859ED5;
}

@media (max-width: 500px) {

    .home>.page2 #carousel-news .carousel-indicators li {
        width: 20%;
    }
}

.home>.page3 {
    padding-bottom: 170px;
}

.home>.page3 .home_row ul,
.join .join_row ul {
    width: 40%;
    min-width: min-content;
}

.home>.page3 .home_row ul li.box,
.join .join_row ul li.box {
    margin-bottom: 40px;
}

.home>.page3 .home_row ul li.box:last-child,
.join .join_row ul li.box:last-child {
    margin-bottom: 0;
}

.home>.page3 .home_row ul li.box a.home_row,
.join .join_row ul li.box a.join_row {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: unset;
}

.home>.page3 .home_row ul li.box a>div:first-child,
.join .join_row ul li.box a>div:first-child {
    min-width: 104px;
    width: 104px;
    height: 104px;
    box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 18px 18px 18px 18px;
    position: relative;
}

.home>.page3 .home_row ul li.box a>div:first-child>img,
.join .join_row ul li.box a>div:first-child>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
}

.home>.page3 .home_row ul li.box a>div:nth-child(2),
.join .join_row ul li.box a>div:nth-child(2) {
    width: 255px;
    min-width: 255px;
    padding: 0 20px;
}

.home>.page3 .home_row ul li.box a>div:nth-child(2) p:first-child,
.join .join_row ul li.box a>div:nth-child(2) p:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
}

.home>.page3 .home_row ul li.box a>div:nth-child(2) p:last-child,
.join .join_row ul li.box a>div:nth-child(2) p:last-child {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
}

.home>.page3 .home_row ul li.box a>img,
.join .join_row ul li.box a>img {
    width: 19px;
    height: 33px;
    margin: 0 35px 0 20px;
}

@media (max-width: 500px) {

    .home>.page3 .home_row ul li.box a>img,
    .join .join_row ul li.box a>img {
        margin-left: 0;
    }
}

.home>.page3 .home_row>.box,
.join .join_row>.box {
    min-width: 485px;
    width: 50%;
}

@media (max-width: 1300px) {

    .home>.page3 .home_row {
        justify-content: center;
    }

    .home>.page3 .home_row>ul {
        width: 100%;
        max-width: 550px;
    }

    .home>.page3 .home_row>.box {
        display: none;
    }
}

@media (max-width: 1400px) {

    .join .join_row {
        justify-content: center;
    }

    .join .join_row>ul {
        width: 100%;
        max-width: 550px;
    }

    .join .join_row>.box {
        display: none;
    }
}

@media (max-width: 540px) {

    .home h1 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 25px;
    }

    .home>.page2 h1 {
        margin-bottom: 5px;
    }

    .home>.page {
        padding: 65px 0;
    }
}

.content-submenu {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
}

.content-submenu ul {
    width: 100%;
    min-width: max-content;
    border-bottom: 1px solid #9E9E9E;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.content-submenu li {
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.content-submenu ul li.current {
    border-bottom: 6px solid #0D3EAC;
    color: #0D3EAC;
}

.content-submenu li a {
    padding: 20px 54px;
}

.mb60 {
    margin-bottom: 60px;
}

footer {
    width: 100%;
}

.footer_box {
    width: 100%;
    padding: 80px 10% 100px 10%;
    background: #0f2b6b;
    color: #FFFFFF;
}

.footer_box .footer_row,
.footer_box .footer_row .ft_left,
.footer_box .footer_row .ft_right,
.footer_box .footer_row .ft_right .icon_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_box .footer_row {
    min-height: 335px;
    padding-bottom: 80px;
}

.footer_box .footer_row .ft_left {
    width: 56%;
    max-width: 800px;
}

.footer_box .footer_row .ft_left .ft_item {
    margin-bottom: 20px;
}

.footer_box .footer_row .ft_right {
    justify-content: flex-end;
    width: 30%;
    min-width: 312px;
}

@media (max-width:1000px) {

    .footer_box .footer_row .ft_left,
    .footer_box .footer_row .ft_right {
        width: 100%;
    }

    .footer_box .footer_row .ft_right {
        justify-content: flex-start;
    }
}

@media (max-width:768px) {
    .footer_box .footer_row .ft_left {
        display: none;
    }
}

.footer_box .item_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 15px;
}

.footer_box .item_content {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 3px;
}

.footer_box .item_content a {
    cursor: pointer;
}

.footer_box .logo img {
    /* max-width: 312px; */
    max-height: unset;
    margin-bottom: 40px;
}

.footer_box p {
    padding-top: 14px;
    border-top: 1px solid #FFFFFF;
}

.footer_box .footer_row .ft_right .icon_list {
    justify-content: flex-start;
    margin-top: 30px;
}

.footer_box .footer_row .ft_right .icon_list a {
    margin-right: 40px;
    cursor: pointer;
}

.footer_box .wechat {
    width: 200px;
    max-width: unset;
    height: 200px;
}

.more a {
    padding: 0 .83rem;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999;
    border: 1px solid #ccc
}

.more a:hover {
    color: #fff;
    text-decoration: underline;
    background: #093388
}

.banner {
    height: 4rem
}

.banner .mauto {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.banner h2 {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    padding-right: 40px;
}

.wrap {
    width: 1600px;
    margin: 0 auto;
}

.ny-banner {
    position: relative;
    width: 100%;
    height: 550px;
}

.home .ny-banner {
    height: unset;
}

.home .ny-banner>img {
    width: 100%;
}

.ny-banner>div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 65%;
    padding: 0 10%;
    text-align: justify;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.ny-banner>div>h1 {
    font-size: 64px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100px;
}

.ny-banner>div>p {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 25px;
}

@media (max-width: 1680px) {
    .ny-banner {
        height: 480px;
    }

    .ny-banner>div>h1 {
        font-size: 56px;
        line-height: 88px;
    }

    .ny-banner>div>p {
        font-size: 22px;
        line-height: 34px;
        margin-top: 22px;
    }
}


@media (max-width: 1450px) {
    .ny-banner {
        height: 415px;
    }

    .ny-banner>div>h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .ny-banner>div>p {
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px;
    }
}


@media (max-width: 1250px) {
    .ny-banner {
        height: 360px;
    }

    .ny-banner>div>h1 {
        font-size: 44px;
        line-height: 60px;
    }

    .ny-banner>div>p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 18px;
    }
}


@media (max-width: 1024px) {
    .ny-banner {
        height: 300px;
    }

    .ny-banner>div>h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .ny-banner>div>p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
}

@media (max-width: 720px) {
    .ny-banner {
        background-position-x: left !important;
    }

    .ny-banner>div {
        width: 100%;
    }
}

.content {
    min-height: 400px
}

.honor-list ul {
    margin-left: -.27rem
}

.honor-list li {
    padding-left: .27rem;
    margin-bottom: .1rem
}

.honor-list li a:hover h3 {
    color: #093388;
    text-decoration: underline
}

.honor-list .pic {
    width: 100%;
    padding-bottom: 75%;
    border: 1px solid #dedede
}

.honor-list .pic img {
    max-width: 90%;
    max-height: 90%
}

.honor-list h3 {
    padding: .17rem 0
}

.news-info .con {
    padding: .4rem;
}

.news-info .head {
    border-bottom: 1px solid #e0e0e0
}

.news-info .head h3 {
    font-size: 26px;
    color: #093388;
    text-align: center;
}

.news .news-info .head h3 {
    color: #333;
    text-align: left;
}

.news-info .head .date {
    color: #9FA0A0;
    text-align: left;
}

.slick-dots div.slick-active,
.slick-dots div:focus,
.slick-dots div:hover {
    background: #093388
}

.tab-head li {
    cursor: pointer
}

.tab-body li {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s
}

.tab-body li.cur {
    visibility: visible;
    opacity: 1;
    height: inherit
}

.edit {
    overflow: hidden
}

.edit .com_title {
    font-size: 30px;
    color: #093388;
    line-height: 40px;
}

.edit .com_title_line {
    width: 208px;
    height: 2px;
    background: #e70d1e;
    bottom: 0;
    left: 0;
}

.edit p {
    text-align: justify;
}

.edit span {
    display: inline
}

.edit img {
    width: auto !important;
    height: auto !important
}

.fix-wrap {
    display: none;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, .8)
}

.fix-wrap,
.fix-wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fix-wrap .hide,
.fix-wrap circle {
    transition: all .8s;
    -webkit-transition: all .8s
}

.fix-wrap .hide {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: 0 0
}

.fix-wrap .hide::after,
.fix-wrap .hide::before {
    z-index: 1;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    margin-top: -25%;
    background: #fff
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.fix-wrap .hide:hover circle {
    fill: none;
    stroke-dasharray: 145
}

.fix-wrap svg {
    position: absolute
}

.fix-wrap circle {
    stroke-dasharray: 0 145
}

.fix-video .video-wrap {
    min-width: 55%;
    max-width: 55%
}

.fix-video video {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3a3a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background: #2d2d2d;
    object-fit: cover;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both
}

.fix-pics {
    background: rgba(0, 0, 0, .7)
}

.fix-pic-slider {
    color: #fff
}

.fix-pic-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    cursor: grab;
    cursor: -webkit-grab;
    background-color: transparent
}

.fix-pic-slider .item:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.fix-pic-slider .item::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .9)
}

.fix-pic-slider em,
.fix-pic-slider img {
    position: absolute;
    left: 0;
    bottom: 0
}

.fix-pic-slider img {
    top: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: inherit
}

.fix-pic-slider em {
    width: 100%;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .7)
}

.fix-pic-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

.fix-pic-slider .slick-arrow::after {
    position: absolute;
    content: '';
    top: 50%;
    border: solid #fff;
    padding: 6px
}

.fix-pic-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, .9)
}

.fix-pic-slider .slick-prev {
    left: 1%;
    animation: slideInLeft .5s both;
    -webkit-animation: slideInLeft .5s both
}

.fix-pic-slider .slick-prev::after {
    left: 50%;
    border-width: 0 1px 1px 0;
    transform: translateX(-25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick-next {
    right: 1%;
    animation: slideInRight .5s both;
    -webkit-animation: slideInRight .5s both
}

.fix-pic-slider .slick-next::after {
    right: 50%;
    border-width: 1px 0 0 1px;
    transform: translateX(25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick_page {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    font-size: 16px;
    font-weight: 700
}

.fix-pic-slider .slick_page i {
    font-size: 22px
}

.fix-pic-slider .slick_page div {
    display: none
}

.fix-pic-slider .slick_page div.slick-active {
    display: block
}

.fix-search {
    padding: 0 2.5%;
    background: #222
}

.fix-search:hover .search::after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.fix-search .search {
    position: relative;
    width: 100%;
    height: 125px;
    color: #555;
    padding-left: 88px;
    font-size: 66px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center
}

.fix-search .search::after,
.fix-search .search::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all 1s;
    -webkit-transition: all 1s
}

.fix-search .search::before {
    background: #515151
}

.fix-search .search::after {
    background: rgba(255, 255, 255, .5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.fix-search .btn,
.fix-search .txt {
    color: #555;
    background: 0 0
}

.fix-search .txt {
    width: 100%;
    text-align: center;
    font-size: 66px;
    padding-right: 2%
}

.fix-search .btn {
    font-size: 24px
}

@media (max-width:767px) {
    .edit .com_title {
        font-size: 24px;
    }

    .news-info .head h3 {
        font-size: 20px;
    }
}

.menu .branch {
    height: 24px;
    display: block;
}

/*语言选择开始*/
.language {
    margin: 2px 0;
    display: inline-block;
    float: right;
}

.language .cur {
    cursor: pointer;
    position: relative;
    padding: 2px 5px 2px 6px;
    background-color: #fff;
}

.language .cur e {
    color: #555;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../image/flag.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 20px;
    display: block;
}

.language .cur e i {
    font-weight: bold;
    font-size: 12px;
    margin-left: 3px;
}

.language .cur:hover e {
    color: #ff3b23;
}

.language ul.language-list {
    text-align: left;
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 0;
    list-style-type: none;
    background-color: #fff;
    font-size: 12px;
    height: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    opacity: 0;
}

.language .cur:hover .language-list {
    opacity: 1;
    height: auto;
    padding: 2px 5px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.language ul.language-list li {
    padding: 4px 4px 2px 4px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 3px 0 2px 0;
}

.language ul.language-list li a {
    color: #1b1b1b;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../image/flag.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 30px;
    float: left;
    width: 100%;
    white-space: nowrap;
}

.language ul.language-list li:hover {
    background-color: #093388;
}

.language ul.language-list li:hover a {
    color: #fff;
}

.language e i {
    color: #666;
}

.language e.cn,
.language ul.language-list li a.cn {
    background-position: 0 0;
}

.language e.en,
.language ul.language-list li a.en {
    background-position: 0 -22px;
}

.language e.es,
.language ul.language-list li a.es {
    background-position: 0 -44px;
}

.language e.nl,
.language ul.language-list li a.nl {
    background-position: 0 -66px;
}

.language e.ar,
.language ul.language-list li a.ar {
    background-position: 0 -88px;
}

.language e.ru,
.language ul.language-list li a.ru {
    background-position: 0 -110px;
}

.language e.de,
.language ul.language-list li a.de {
    background-position: 0 -132px;
}

.language e.ja,
.language ul.language-list li a.ja {
    background-position: 0 -154px;
}

.language e.pt,
.language ul.language-list li a.pt {
    background-position: 0 -176px;
}

.language e.fr,
.language ul.language-list li a.fr {
    background-position: 0 -198px;
}

.language e.it,
.language ul.language-list li a.it {
    background-position: 0 -220px;
}

.language e.ko,
.language ul.language-list li a.ko {
    background-position: 0 -242px;
}

.language e.th,
.language ul.language-list li a.th {
    background-position: 0 -264px;
}

.language e.el,
.language ul.language-list li a.el {
    background-position: 0 -286px;
}

.language e.pl,
.language ul.language-list li a.pl {
    background-position: 0 -308px;
}

.language e.bul,
.language ul.language-list li a.bul {
    background-position: 0 -330px;
}

.language e.est,
.language ul.language-list li a.est {
    background-position: 0 -352px;
}

.language e.dan,
.language ul.language-list li a.dan {
    background-position: 0 -374px;
}

.language e.fin,
.language ul.language-list li a.fin {
    background-position: 0 -396px;
}

.language e.cs,
.language ul.language-list li a.cs {
    background-position: 0 -418px;
}

.language e.rom,
.language ul.language-list li a.rom {
    background-position: 0 -440px;
}

.language e.slo,
.language ul.language-list li a.slo {
    background-position: 0 -462px;
}

.language e.swe,
.language ul.language-list li a.swe {
    background-position: 0 -484px;
}

.language e.hu,
.language ul.language-list li a.hu {
    background-position: 0 -506px;
}

.language e.hi,
.language ul.language-list li a.hi {
    background-position: 0 -528px;
}

.language e.tr,
.language ul.language-list li a.tr {
    background-position: 0 -550px;
}

.language e.vi,
.language ul.language-list li a.vi {
    background-position: 0 -572px;
}

.language e.fa,
.language ul.language-list li a.fa {
    background-position: 0 -594px;
}

.language e.he,
.language ul.language-list li a.he {
    background-position: 0 -616px;
}

.language e.sk,
.language ul.language-list li a.sk {
    background-position: 0 -638px;
}

.language e.id,
.language ul.language-list li a.id {
    background-position: 0 -660px;
}

.language e.lt,
.language ul.language-list li a.lt {
    background-position: 0 -682px;
}

.language e.lv,
.language ul.language-list li a.lv {
    background-position: 0 -704px;
}

.language e.ms,
.language ul.language-list li a.ms {
    background-position: 0 -726px;
}

.language e.no,
.language ul.language-list li a.no {
    background-position: 0 -748px;
}

.language e.uk,
.language ul.language-list li a.uk {
    background-position: 0 -770px;
}

.language e.ur,
.language ul.language-list li a.ur {
    background-position: 0 -792px;
}

.language e.hr,
.language ul.language-list li a.hr {
    background-position: 0 -814px;
}

.language e.tw,
.language ul.language-list li a.tw {
    background-position: 0 0;
}

.language e.bn,
.language ul.language-list li a.bn {
    background-position: 0 -836px;
}

@media screen and (max-width:768px) {
    .language ul.language-list {
        right: -10px;
    }
}

/*Menu*/
.menu {
    width: 100%;
    /*background-color: #FFF;*/
    font-size: 14px;
}

.T-nav>li {
    float: left;
    position: relative;
}

.T-nav>li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #093388;
    opacity: 0;
}

.T-nav>li>a {
    display: block;
    padding: 0 25px;
    line-height: 92px;
    height: 92px;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
}

.T-nav>li .gdlt {
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: 95px;
    text-align: center;
    background: #093388;
}

.sv-acbl span {
    display: block;
    width: 95px;
    height: 92px;
    background: url(../image/fd.png) no-repeat center center;
    font-size: 16px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 92px;
}

/* fullPage 3.0.3 */
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    /* font-family: arial, helvetica, sans-serif; */
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#fp-nav.fp-right {
    right: 5px
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: 15px;
    height: 89px;
    margin: 0
}

#fp-nav ul li:first-child,
.fp-slidesNav ul li:first-child {
    display: none
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    background: url(../image/page_nav_bg.png) no-repeat center
}

#fp-nav ul li a .fp-sr-only,
.fp-slidesNav ul li a .fp-sr-only {
    text-transform: uppercase;
    position: relative;
    display: block;
    left: inherit;
    top: inherit;
    font-size: 12px;
    width: 100px !important;
    height: inherit !important;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    text-align: right;
    margin: 0 0 0 -110px !important;
    border-radius: inherit;
    color: #999;
    background: 0 0
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    border-radius: inherit
}

#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
    background: url(../image/page_nav_bgs.png) no-repeat center
}

#fp-nav ul li a.active .fp-sr-only,
.fp-slidesNav ul li a.active .fp-sr-only {
    color: #093388
}

#fp-nav ul li .fp-tooltip.fp-right,
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    display: none
}

@media screen and (max-width:768px) {
    #fp-nav {
        display: none
    }
}

/*Menu*/
.menu {
    width: 100%;
    /*background-color: #FFF;*/
    font-size: 14px;
}

.T-nav>li {
    float: left;
    position: relative;
}

.T-nav>li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #093388;
    opacity: 0;
}

.T-nav>li>a {
    display: block;
    padding: 0 25px;
    line-height: 92px;
    height: 92px;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
}

.T-nav>li .gdlt {
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: 95px;
    text-align: center;
    background: #093388;
}

.T-nav>li .gdlt a {
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    transition: all 0.5s ease;
}

.sv-acbl span {
    font-size: 40px;
    display: block;
    width: 95px;
    height: 92px;
    /*background:url(../image/fd.png) no-repeat center center;*/
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 92px;
}

.sv-acbl p {
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 95px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 250px;
}

.sv-acbl p .c1 {
    float: left;
    width: 200px;
    height: 40px;
    border: none;
    padding: 0 10px;
}

.sv-acbl p .c2 {
    float: left;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../image/fd.png) no-repeat center center;
}

.sv-acbl div {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 95px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sv-acbl div a {
    display: block;
    line-height: 40px;
    text-align: center;
}

.T-nav>li .gdlt ul {
    display: none;
}

.T-nav>li .gdlt ul li {
    left: 0;
}

.T-nav>li .gdlt:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #093388;
    width: 100%;
}

.T-nav>li .gdlt:hover ul li a {
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    transition: all 0.5s ease;
}

.T-nav>li .gdlt a:hover ul .left_side li {
    float: left;
    border: 0;
    border-left: 1px solid #eee;
}

/*导航条三级菜单*/
.dn {
    display: none;
}

/*右侧漂浮替换样式*/
#select {
    display: none;
}

#select:checked+.box {
    display: block;
}

/*分页符*/
.pagination-bar {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pagination-bar ul {
    display: block;
    margin: 0 !important;
}

.pagination-bar ul li {
    display: inline-block;
    margin: 2px;
    vertical-align: top;
    padding-left: 0;
}

.pagination-bar ul li a {
    background: #f0f0f0;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    cursor: pointer;
}

.pagination-bar ul li.pageinfo {
    background: #f0f0f0;
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
}

.pagination-bar ul li.active {
    background: #093388;
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.pagination-bar ul li a:hover {
    color: #fff;
    background: #093388;
}

.pagination-bar .page-num-current {
    background: #093388 !important;
    color: #fff !important;
}

/*返回顶部*/
.scroll {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    position: fixed;
    right: 34px;
    bottom: 74px;
    cursor: pointer;
    background-color: rgba(0, 104, 183, 0.5);
    border-radius: 4px;
    z-index: 10;
}

.scroll i {
    font-size: 28px;
}

@media (max-width: 1480px) {
    .top {
        padding: 0 2%;
        position: relative;
        top: 0;
    }
}

@media (min-width: 1301px) {
    .T-nav>li .gdlt {
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease;
    }

    .T-nav>li .gdlt a:hover {
        background: #00518e;
        color: #fff;
        transition: all 0.5s ease;
    }

    .T-nav>li>a.cur,
    .T-nav>li>a.on,
    .T-nav>li>a:hover {
        transition: all 0.5s ease;
    }

    .T-nav>li:hover .gdlt {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
        transition: all 0.8s ease;
    }

    .T-nav>li:hover:after {
        opacity: 1;
        transition: all 0.5s ease;
    }

    .sv-acbl:hover p,
    .sv-acbl:hover div {
        display: block;
    }
}


@media (max-width: 1300px) {
    .wrap {
        width: 100%;
        max-width: 768px;
        padding: 0 3%;
    }

    .top {
        height: 58px;
        background: #fff;
        position: relative;
        top: 0;
    }

    .language {
        float: left;
    }

    .mob-nav {
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        float: right;
    }

    .mob-nav span {
        display: block;
        position: absolute;
        left: 10px;
        width: 30px;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        background: #034ea2;
        transition: all 0.5s ease;
    }

    .mob-nav:before {
        content: '';
        position: absolute;
        left: 10px;
        width: 30px;
        height: 2px;
        top: 50%;
        margin-top: -11px;
        background: #034ea2;
        transition: all 0.5s ease;
    }

    .mob-nav:after {
        content: '';
        position: absolute;
        left: 10px;
        width: 30px;
        height: 2px;
        top: 50%;
        margin-top: 10px;
        background: #034ea2;
        transition: all 0.5s ease;
    }

    .mob-nav.on span {
        width: 0;
        transition: all 0.5s ease;
    }

    .mob-nav.on:before {
        transform: rotate(45deg);
        margin-top: -1px;
        transition: all 0.5s ease;
    }

    .mob-nav.on:after {
        transform: rotate(-45deg);
        margin-top: -1px;
        transition: all 0.5s ease;
    }

    .T-nav {
        display: none;
        position: fixed;
        margin: 0;
        top: 50px;
        left: 0;
        height: calc(100% - 50px);
        overflow: auto;
        margin: 0;
        width: 100%;
        background: #fff;
        z-index: 50;
    }

    .T-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .T-nav>li a {
        width: 100%;
        text-align: left;
        padding: 0 2%;
        line-height: 45px;
        height: 45px;
        font-size: 15px;
    }

    .T-nav>li>a.cur {
        background: none;
        border: none;
        color: #666;
    }

    .T-nav li .gdlt {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 0;
        padding: 0;
        display: none;
    }

    .T-nav li .gdlt a {
        padding: 0 5%;
        height: 35px;
        line-height: 35px;
        margin: 0;
        font-size: 14px;
        background: none;
    }

    .sv-acbl {
        z-index: 10;
    }

    .sv-acbl span {
        width: 40px;
        height: 50px;
        line-height: 50px;
        border: none;
    }

    .sv-acbl p,
    .sv-acbl div {
        top: 50px;
    }

    .ny-nav {
        padding: 0;
        background: #eee;
        padding: 0 10px;
    }

    .ny-nav span {
        display: block;
        line-height: 45px;
        height: 45px;
        background: url(../image/xx.png) no-repeat right center;
        background-size: auto 10px;
    }

    .ny-nav p {
        text-align: left;
        display: none;
    }

    .ny-nav p a {
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        line-height: 45px;
    }

    .ny-nav p a.cur:after {
        display: none;
    }
}

@media (max-width: 1300px) {
    .T-nav {
        top: 116px;
    }

    .top-fixed .T-nav {
        top: 50px;
    }

    /*手机端导航条菜单右侧加号*/
    .sm-blue a.disabled {
        color: #a1d1e8;
    }

    .sm-blue a .sub-arrow {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: auto;
        right: 4px;
        width: 34px;
        height: 34px;
        overflow: hidden;
        font: bold 16px/34px monospace !important;
        text-align: center;
        text-shadow: none;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .sm-blue a .sub-arrow::before {
        content: '+';
    }

    .sm-blue a.highlighted .sub-arrow::before {
        content: '-';
    }

    .sm-blue ul {
        background: #fff;
    }

    .sm-blue ul ul {
        background: rgba(102, 102, 102, 0.1);
    }

    .sm-blue ul a,
    .sm-blue ul a:hover,
    .sm-blue ul a:focus,
    .sm-blue ul a:active {
        background: transparent;
        color: #666;
        font-size: 16px;
        text-shadow: none;
        border-left: 8px solid transparent;
    }

    .sm-blue ul a.current {
        background: #006892;
        background-image: linear-gradient(to bottom, #006188, #006f9c);
        color: #fff;
    }

    .sm-blue ul a.disabled {
        color: #b3b3b3;
    }

    .sm-blue ul ul a,
    .sm-blue ul ul a:hover,
    .sm-blue ul ul a:focus,
    .sm-blue ul ul a:active {
        border-left: 16px solid transparent;
    }

    .sm-blue ul ul ul a,
    .sm-blue ul ul ul a:hover,
    .sm-blue ul ul ul a:focus,
    .sm-blue ul ul ul a:active {
        border-left: 24px solid transparent;
    }

    .sm-blue ul ul ul ul a,
    .sm-blue ul ul ul ul a:hover,
    .sm-blue ul ul ul ul a:focus,
    .sm-blue ul ul ul ul a:active {
        border-left: 32px solid transparent;
    }

    .sm-blue ul ul ul ul ul a,
    .sm-blue ul ul ul ul ul a:hover,
    .sm-blue ul ul ul ul ul a:focus,
    .sm-blue ul ul ul ul ul a:active {
        border-left: 40px solid transparent;
    }

    .sm-blue ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .sm-blue ul li:first-child {
        border-top: 0;
    }
}

/*产品详情页多图*/
.panel {
    width: 40% !important;
}

@media screen and (max-width: 768px) {
    .panel {
        width: 100% !important;
        float: left;
    }
}

.widget {
    clear: both;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 10px 0;
}

.video-js .vjs-big-play-button {
    top: 200px !important;
    left: 180px !important;
}


/*幻灯图开始*/
#about_pb {
    max-width: 800px;
}

#about_pb img {
    min-width: 50% !important;
}

#promotion_banners {
    width: 100%;
    overflow: hidden;
}

#promotion_banners li {
    width: 100%;
    height: 100%;
}

.product_box {
    width: 100%;
    max-width: 450px;
    min-width: 320px;
}

.product_box .banners {
    height: 450px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.pb {
    display: inline-block;
    position: relative;
    height: auto;
    float: left;
    margin-bottom: 10px;
    z-index: 0;
}

.pb .banners {
    float: left;
    padding: 0px;
    margin: 0px;
}

.pb .banners li {
    display: none;
    padding: 0px;
}

.pb .banners li.current {
    display: block;
}

.pb .switcher {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}

.pb .points {
    font-size: 0px;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    overflow: hidden;
}

.pb .points li {
    width: 70px;
    height: 70px;
    background-position: 0px 0px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    border: 1px solid #e6e6e6;
    display: table;
    margin-top: 8px;
}

.pb .points li i {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pb .points li img {
    max-height: 70px;
    max-width: 70px;
    vertical-align: middle;
    display: table-cell;
    z-index: -1;
    position: relative;
}

.pb .points li.current {
    color: #FFF;
    margin-right: 8px;
    height: 70px;
    width: 70px;
    border: 1px solid #F00;
}

.C_top_R1IMG2 {
    width: 100%;
    height: auto;
}

.C_top_R1IMG2 a img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #about_pb {
        width: 100%;
        margin-left: 0px;
    }

    .product_box .banners {
        height: 300px;
    }

    .pb .points li img {
        max-width: 80px;
    }
}

/*幻灯图结束*/

/*导航栏*/
.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul,
.sm li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: default;
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
    box-sizing: inherit;
}

.main-nav {
    padding: 0 10px;
    /*background-color: #fff;*/
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

#main-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main-menu:before {
    content: '';
    display: block;
    height: 1px;
    overflow: hidden;
    background: #fff;
}

.main-menu-btn {
    float: right;
    margin: 35px 10px;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: 22px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 22px;
    background: #666;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked)~#main-menu {
    display: none;
}

#main-menu-state:checked~#main-menu {
    display: block;
}

/* header */
@media (min-width: 1050px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    #main-menu-state:not(:checked)~#main-menu {
        overflow: inherit;
        display: table;
        width: 100%;
        /* max-width: 1200px; */
        margin: 0 auto;
    }
}

.sm-blue {
    max-height: 400px;
    background: transparent;
    overflow: auto;
}

.sm-blue li a {
    color: #707070;
    padding: 10px;
}

.sm-blue>li {
    height: 92px;
}

#main-menu.sm-blue>li>a {
    cursor: pointer;
    height: 100%;
    line-height: 72px;
}

/* header */
@media (max-width: 1049px) {
    .sm-blue>li {
        height: auto;
    }

    #main-menu.sm-blue>li>a {
        height: unset;
        line-height: unset;
    }
}

.sm-blue>li>a,
.sm-blue>li>a:hover,
.sm-blue>li>a:focus,
.sm-blue>li>a:active {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.sm-blue>li.current>a {
    color: #0c3eac;
}

.header #main-menu .submenu>li>a,
.header #main-menu .submenu>li>a:hover,
.header #main-menu .submenu>li>a:focus,
.header #main-menu .submenu>li>a:active {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.header #main-menu .submenu {
    top: 80px;
}

.sm-blue a.disabled {
    color: #a1d1e8;
}

.sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/* header */
@media (min-width: 1050px) {
    .sm-blue {
        overflow: unset;
    }

    .sm-blue a .sub-arrow {
        display: none !important;
    }
}

@media (max-width: 949px) {
    .sm-blue a .sub-arrow {
        display: absolute;
    }
}

.sm-blue a .sub-arrow::before {
    content: '+';
}

.sm-blue a.highlighted .sub-arrow::before {
    content: '-';
}

.sm-blue>li:last-child>a.highlighted,
.sm-blue>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
    border-radius: 0;
}

.sm-blue ul {
    background: #fff;
}

.sm-blue ul ul {
    background: rgba(102, 102, 102, 0.1);
}

.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
    background: transparent;
    color: #666;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent;
}

.sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
}

.sm-blue ul a.disabled {
    color: #b3b3b3;
}

.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

.sm-blue ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-blue ul li:first-child {
    border-top: 0;
}

/* header */
@media (min-width: 1050px) {
    .main-nav {
        float: left;
        width: calc(100% - 325px);
        background-color: #fff;
        padding: 0;
        padding-left: 2%;
    }

    .sm-blue ul {
        top: 55px;
        position: absolute;
        width: 12em;
    }

    .sm-blue ul li>ul {
        top: 60px;
    }

    .sm-blue>li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue ul li,
    .sm-blue.sm-rtl ul li,
    .sm-blue.sm-vertical li {
        float: none;
    }

    .sm-blue ul a,
    .sm-blue.sm-vertical a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap>li>a,
    .sm-blue .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        font-size: 14px;
    }

    .sm-blue a {
        color: #666;
    }

    .sm-blue a:hover,
    .sm-blue a:focus,
    .sm-blue a:active,
    .sm-blue a.highlighted {
        color: #093388;
    }

    .sm-blue a.disabled {
        color: #000;
    }

    .sm-blue a:hover .sub-arrow,
    .sm-blue .highlighted .sub-arrow,
    .sm-blue>.current>a .sub-arrow {
        border-color: #093388 transparent transparent transparent;
    }

    .sm-blue ul a:hover .sub-arrow,
    .sm-blue ul .highlighted .sub-arrow {
        border-color: transparent transparent transparent #093388;
    }

    .sm-blue a .sub-arrow {
        position: static;
        width: 0;
        height: 0;
        margin-top: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #666 transparent transparent transparent;
        background: transparent;
        border-radius: 0;
        display: inline-block;
        margin-left: 5px;
    }

    .sm-blue a .sub-arrow::before {
        display: none;
    }

    .sm-blue ul {
        padding: 7px 0;
        /* background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0; */
        border-radius: 0 0 4px 4px !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }

    .sm-blue ul ul {
        border-radius: 4px !important;
        /* background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0; */
    }

    .sm-blue ul a,
    .sm-blue ul a:hover,
    .sm-blue ul a:focus,
    .sm-blue ul a:active,
    .sm-blue ul a.highlighted {
        border: 0 !important;
        padding: 9px 23px;
        background: transparent;
        color: #666;
        border-radius: 0 !important;
    }

    .sm-blue ul a:hover,
    .sm-blue ul a:focus,
    .sm-blue ul a:active,
    .sm-blue ul a.highlighted {
        color: #093388;
    }

    .sm-blue ul a.current {
        color: #093388;
    }

    .sm-blue ul a.disabled {
        background: #fff;
        color: #b3b3b3;
    }

    .sm-blue ul a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 10;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #666;
    }

    .sm-blue ul li {
        border: 0;
    }

    .sm-blue .scroll-up,
    .sm-blue .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }

    .sm-blue .scroll-up-arrow,
    .sm-blue .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #2b82ac transparent;
    }

    .sm-blue .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #2b82ac transparent transparent transparent;
    }

    .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent;
    }

    .sm-blue.sm-rtl>li:first-child>a,
    .sm-blue.sm-rtl>li:first-child> :not(ul) a {
        border-radius: 0 8px 8px 0;
    }

    .sm-blue.sm-rtl>li:last-child>a,
    .sm-blue.sm-rtl>li:last-child> :not(ul) a {
        border-radius: 8px 0 0 8px !important;
    }

    .sm-blue.sm-rtl>li:first-child {
        border-left: 1px solid #2b82ac;
    }

    .sm-blue.sm-rtl>li:last-child {
        border-left: 0;
    }

    .sm-blue.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent;
    }

    .sm-blue.sm-vertical {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    .sm-blue.sm-vertical a {
        padding: 9px 23px;
    }

    .sm-blue.sm-vertical a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #a1d1e8;
    }

    .sm-blue.sm-vertical>li:first-child>a,
    .sm-blue.sm-vertical>li:first-child> :not(ul) a {
        border-radius: 8px 8px 0 0;
    }

    .sm-blue.sm-vertical>li:last-child>a,
    .sm-blue.sm-vertical>li:last-child> :not(ul) a {
        border-radius: 0 0 8px 8px !important;
    }

    .sm-blue.sm-vertical>li {
        border-left: 0 !important;
    }

    .sm-blue.sm-vertical ul {
        border-radius: 4px !important;
    }

    .sm-blue.sm-vertical ul a {
        padding: 9px 23px;
    }
}

/* header */
@media (max-width: 1049px) {
    #main-menu {
        /*z-index:50; position:relative;*/
        width: 100%;
    }
}

/*上下篇*/
.other-upper-next {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    line-height: 28px;
    font-size: 18px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.other-upper-next-box {
    overflow: hidden;
}

.other-upper-next .other-upper {
    float: left;
}

.other-upper-next .other-next {
    float: right;
}

.other-upper-next .other-upper i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.other-upper-next .other-next i {
    float: right;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.other-upper-next span a:hover {
    color: #093388;
}

@media (max-width:1024px) {
    .header-m {
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        line-height: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::after,
    .header-m .m-menu-b::before {
        position: absolute;
        content: '';
        top: 50%;
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -5px;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #999;
        border-radius: 50%;
        background: 0 0;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4e4e4e
    }

    .header-m .nav>li .sub-nav a::after,
    .header-m .nav>li .sub-nav a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #093388
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-language {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center
    }

    .header-m .m-language a {
        color: #666;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #ebebeb;
        animation: slideInUp 1.5s both;
        -webkit-animation: slideInUp 1.5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(https://nanocorechip.com/template/default/static/fonts/3b4e84ca004b4fe6b613f6e99e19024a.woff) no-repeat left center;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::after,
    html.active .header-m .m-menu-b::before {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active .banner,
    html.active footer,
    html.active main {
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }
}

@media (max-width:767px) {
    .banner {
        height: 3rem
    }

    .main-nav-m {
        display: block;
        position: relative;
        z-index: 1;
        cursor: pointer
    }

    .main-nav-m .title {
        position: relative;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        background: #093388
    }

    .main-nav-m .title strong {
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

    .main-nav-m .title i {
        position: absolute;
        content: '';
        width: 45px;
        height: 100%;
        right: 0
    }

    .main-nav-m .title i::after,
    .main-nav-m .title i::before {
        position: absolute;
        top: 50%;
        content: '';
        width: 12px;
        height: 1px;
        background: #fff;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .main-nav-m .title i::before {
        left: 46%;
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m .title i::after {
        right: 46%;
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::before {
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::after {
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m ul {
        display: none;
        position: absolute;
        top: 45px;
        width: 100%;
        padding: 0 10px;
        background: rgba(9, 51, 136, .8);
        color: #fff
    }

    .main-nav-m ul li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .main-nav-m ul li a {
        display: block;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, .55)
    }

    .join-list .edit,
    .join-list .head,
    .join-list .list {
        padding: 0
    }

    .join-list .head li:first-child,
    .join-list .list li:first-child {
        width: 70%;
        padding: 0 10%;
        text-align: left
    }

    .join-list .head li:last-child,
    .join-list .list li:last-child {
        width: 30%
    }

    .join-list .head li:nth-child(2),
    .join-list .head li:nth-child(3),
    .join-list .head li:nth-child(4),
    .join-list .list li:nth-child(2),
    .join-list .list li:nth-child(3),
    .join-list .list li:nth-child(4) {
        display: none
    }

    .join-list .edit {
        padding: .1rem .3rem
    }

    .fix-video .video-wrap {
        max-width: 90%
    }

    .fix-search {
        padding: 0 15px
    }

    .fix-search .search {
        height: 65px;
        padding-left: 0;
        background: 0 0
    }

    .fix-search .txt {
        font-size: 20px;
        text-align: left;
        padding: 0 10px
    }

    .fix-search .btn {
        font-size: 22px;
        color: #777
    }
}

@keyframes resize {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale(5, 5)
    }

    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@-webkit-keyframes resize {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale(5, 5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@keyframes ReturnToNormal {
    from {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg)
    }

    to {
        opacity: 1;
        transform-origin: right bottom;
        transform: none
    }
}

@-webkit-keyframes ReturnToNormal {
    from {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none
    }
}

.join_nav {
    width: 100%;
    padding: 60px 10% 60px 10%;
}

.join_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.join_nav ul li {
    display: inline-block;
    margin: 10px;
    width: 33.33%;
    max-width: 450px;
}

.join_nav ul li a {
    display: block;
    height: unset;
    line-height: unset;
    padding: 20px;
    font-size: 20px;
    text-align: left;
    border-radius: 15px;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0px 0px 8px 3px rgba(241, 241, 241, 1);
}

.join_nav ul li a>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.join_nav ul li a>div img {
    max-width: 35%;
    height: auto;
    /* margin: 0 2% 0 5%; */
}

.join_nav ul li a>div>div {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.join_nav ul li a>div>div p {
    padding: 3% 0;
}

.join_nav li.cur a,
.c li:hover a {
    color: unset;
    border: none;
    border: 1px solid rgba(10, 60, 195, 1);
    background: unset;
}

.join_nav li a::after {
    display: none;
}

table {
    border-radius: 20px;
    border-collapse: collapse;
}

#i-main,
.main {
    padding-top: 93px;
}

#language a:hover {
    color: #0f3385;
}

.fadedown {
    animation: slideInDown ease-out .6s forwards;
    -webkit-animation: slideInDown ease-out .6s forwards
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none
    }
}

.news>.news_list {
    padding-top: 60px;
}

.news>.news_wrap,
.quality>.quality_content,
.contact>.contact_content {
    padding-top: 60px;
    padding-bottom: 120px;
}

.news>.news_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.news>.news_wrap.mauto::before,
.news>.news_wrap.mauto::after {
    display: none;
}

.news>.news_wrap>.box {
    padding: 0;
}

.news>.news_wrap .news_content {
    width: 60%;
    padding-top: 0.2rem;
}

.news>.news_wrap .news_content .news_date_share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news>.news_wrap .news_content .news_date,
.news>.news_wrap .news_content .news_share {
    margin-top: 20px;
}

.news>.news_wrap .news_content .news_date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 24px;
    white-space: nowrap;
}

.news>.news_wrap .news_content .news_share {
    display: flex;
    flex-direction: row;
}

.news>.news_wrap .news_content .news_share img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.news>.news_wrap .news_hot {
    padding: 0.3rem;
    width: 35%;
    line-height: 24px;
}

.news>.news_wrap .news_hot h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0.2rem;
}

.news>.news_wrap .news_hot h2 img {
    width: 30px;
    height: 30px;
}

.news>.news_wrap .news_hot h2 a {
    font-size: 18px;
    font-weight: bold;
}

.news>.news_wrap .news_hot h2 a:hover,
.news>.news_wrap .news_hot h2 a i {
    color: #0F3385;
}

.news>.news_wrap .news_hot>div {
    margin-bottom: 0.2rem;
}

.news>.news_wrap .news_hot>div a:hover {
    color: #0A3488;
}

@media (max-width: 1000px) {
    .news>.news_wrap .news_hot {
        display: none;
    }

    .news>.news_wrap .news_content {
        width: 100%;
    }
}

#content_detail {
    overflow-y: hidden;
    overflow-x: auto;
}

.productlist .product_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productlist .box,
.productlist .box1 {
    min-width: max-content;
    margin-bottom: 40px;
}

.productlist table {
    width: 100%;
    margin: 15px 0;
}

.product table {
    margin-top: 0;
}

.productlist table tr th,
.productlist table tr td {
    text-align: center;
}

.productlist.product table thead tr th {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
    padding: 5px 25px 25px 25px;
    white-space: nowrap;
}

.productlist table tbody {
    border-radius: 8px;
    box-shadow: 0px 0px 15px 1px rgba(13, 62, 172, 0.1) inset, 0px 0px 0px 1px rgba(13, 62, 172, 0.15);
}

.productlist table tbody tr {
    border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}

.productlist table tbody tr:last-child {
    border-bottom: none;
}

.productlist table tr th,
.productlist table tbody tr td {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    padding: 18px 25px;
}

.productlist table tbody tr:hover td {
    color: #3e64bc;
}

.productlist table tbody tr td img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.productlist .sidebar-box.box {
    padding: 20px 0;
}

.productlist .sidebar-title {
    padding: 0 25px;
}

.productlist .sidebar-title a,
.productlist .sidebar-content dt a {
    padding: 14px 0;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 25px;
}

.productlist .sidebar-title a {
    font-weight: bold;
    padding: 15px 0;
}

.productlist .sidebar-content {
    padding: 0;
    width: 220px;
}

.productlist .sidebar-title a,
.productlist .sidebar-content a {
    width: 100%;
}

.productlist .sidebar-content dd {
    display: none;
}

.productlist .sidebar-content dd.active {
    display: block;
}

.productlist .sidebar-content dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 0 30px;
}

.productlist .sidebar-content dt button {
    background-color: transparent;
}

.productlist .sidebar-content dt a,
.productlist .sidebar-content dt img {
    cursor: pointer;
}

.productlist .sidebar-content dt img.active {
    transform: rotate(180deg);
}

.productlist .sidebar-content dt img {
    width: 10px;
    height: 6px;
}

.productlist .sidebar-content dt.current,
.productlist .sidebar-content .sidebar-item.current {
    background: #F5F6FA;
}

.productlist .sidebar-content dt.current a,
.productlist .sidebar-content .sidebar-item.current a {
    color: #0D3EAC;
}

.productlist .sidebar-content dt.current:hover a,
.productlist .sidebar-content .sidebar-item.current:hover a {
    text-decoration: none;
}

.productlist .sidebar-content dt a:hover,
.productlist .sidebar-content .sidebar-item a:hover {
    text-decoration: underline;
}

.productlist .sidebar-title a,
.productlist .sidebar-content .sidebar-subtitle1 a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.productlist .sidebar-title a img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

.productlist .sidebar-content .sidebar-subtitle2 a {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0 12px 10px;
}

.productlist .sidebar-content .sidebar-item {
    padding-left: 40px;
}

.productlist .sidebar-content .sidebar-item a {
    font-size: 16px;
    color: #707070;
    line-height: 22px;
    padding: 8px 15px;
    border-left: 2px solid #CDCFD6;
    cursor: pointer;
}

.productlist .inner-page-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 800px;
    margin: 0;
}

.productlist .content-l .sidebar-block {
    padding: 20px;
    margin-right: 0;
    margin-top: 10px;
}

.productlist .content-r {
    width: 100%;
    padding-left: 5%;
    padding-right: 20px;
    padding-bottom: 80px;
    overflow-x: auto;
    overflow-y: hidden;
}

.product .content-r {
    padding-left: calc(5% - 20px);
    padding-right: 0;
}

.productlist .content-r>div.description {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    margin: 50px 0;
    text-align: justify;
    padding: 8px 0;
}

.productlist .content-r>ul.product_row {
    margin-bottom: 20px;
}

.productlist .content-r>ul.product_row>li,
.product #content_detail>div#product_wdxz>ul.product_row>li {
    width: 250px;
    min-width: 250px;
    padding: 0;
}

@media (max-width: 1530px) {

    .productlist .content-r>ul.product_row>li,
    .product #content_detail>div#product_wdxz>ul.product_row>li {
        width: 30%;
        min-width: 250px;
    }
}

@media (max-width: 1220px) {

    .productlist .content-r>ul.product_row>li,
    .product #content_detail>div#product_wdxz>ul.product_row>li {
        width: 47.5%;
        min-width: 250px;
        max-width: 340px;
    }
}

@media (max-width: 910px) {

    .productlist .content-r>ul.product_row>li,
    .product #content_detail>div#product_wdxz>ul.product_row>li {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 680px) {

    .productlist .content-r>ul.product_row>li,
    .product #content_detail>div#product_wdxz>ul.product_row>li {
        max-width: 250px;
        min-width: unset;
    }
}

.productlist .content-r>ul.product_row li>a {
    width: 100%;
    padding: 35px;
    text-align: center;
}

.productlist .content-r>ul.product_row li>a>img {
    width: 94px;
    height: 94px;
    margin-bottom: 25px;
}

.productlist .content-r>ul.product_row li>a>p {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
}

.productlist .content-r .selection.box {
    min-width: unset;
    padding: 20px 0;
}

.productlist .content-r .selection>div.product_row {
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 10px;
}

#carModal .modal-content .modal-body .form_item label,
.productlist .content-r .selection>div:first-child .filter_item label {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    margin-bottom: 0;
}

.productlist .content-r .selection>div:first-child .filter_item {
    width: 25%;
    min-width: 260px;
    padding: 0 20px;
    margin-bottom: 15px;
}

#carModal .modal-content .modal-body .form_select,
#carModal .modal-content .modal-body .form_input,
#carModal .modal-content .modal-body #form_item_product div.form_input_product_num {
    width: 25%;
}

#carModal .modal-content .modal-footer>div,
#carModal .modal-content .modal-body #form_item_cooperation {
    width: 20%;
}

#carModal .modal-content .modal-body #form_item_company {
    width: 30%;
}

#carModal .modal-content .modal-body #form_item_company_address,
#carModal .modal-content .modal-body #form_item_mailing_address {
    width: 50%;
}

@media (max-width: 1400px) {

    #carModal .modal-content .modal-body .form_select,
    #carModal .modal-content .modal-body .form_input,
    #carModal .modal-content .modal-body #form_item_cooperation,
    #carModal .modal-content .modal-body #form_item_company {
        width: 50%;
    }

    #carModal .modal-content .modal-body #form_item_company_address,
    #carModal .modal-content .modal-body #form_item_mailing_address {
        width: 100%;
    }
}

@media (max-width: 650px) {

    #carModal .modal-content .modal-body .form_select,
    #carModal .modal-content .modal-body .form_input,
    #carModal .modal-content .modal-body #form_item_cooperation,
    #carModal .modal-content .modal-body #form_item_company,
    #carModal .modal-content .modal-body #form_item_company_address,
    #carModal .modal-content .modal-body #form_item_mailing_address {
        width: 100%;
    }
}

#carModal .modal-content .modal-body #form_item_product {
    padding: 0;
}

#carModal .modal-content .modal-body #form_item_product>div.form_full>label:first-child,
#carModal .modal-content .modal-body #form_item_product>div.form_full>label:nth-child(2),
#carModal .modal-content .modal-body #form_item_product div.form_select_product,
#carModal .modal-content .modal-body #form_item_product div.form_select_product_type {
    width: 37.5%;
}

#carModal .modal-content .modal-body #form_item_product>div.form_full>label:last-child,
#carModal .modal-content .modal-body #form_item_product div.form_input_product_num {
    width: 25%;
}

@media (max-width: 1250px) {

    #carModal .modal-content .modal-body #form_item_product>div.form_full>label:first-child,
    #carModal .modal-content .modal-body #form_item_product>div.form_full>label:nth-child(2),
    #carModal .modal-content .modal-body #form_item_product>div.form_full>label:last-child,
    #carModal .modal-content .modal-body #form_item_product div.form_select_product,
    #carModal .modal-content .modal-body #form_item_product div.form_select_product_type,
    #carModal .modal-content .modal-body #form_item_product div.form_input_product_num {
        width: 33.3%;
    }
}

@media (max-width: 950px) {

    #carModal .modal-content .modal-body #form_item_product>div.form_full>label:first-child,
    #carModal .modal-content .modal-body #form_item_product>div.form_full>label:nth-child(2),
    #carModal .modal-content .modal-body #form_item_product>div.form_full>label:last-child,
    #carModal .modal-content .modal-body #form_item_product div.form_select_product,
    #carModal .modal-content .modal-body #form_item_product div.form_select_product_type,
    #carModal .modal-content .modal-body #form_item_product div.form_input_product_num {
        width: 100%;
    }

    #carModal .modal-content .modal-body #form_item_product div.form_input_product_num,
    #carModal .modal-content .modal-body #form_item_product div.form_select_product_type {
        margin-top: 14px;
    }
}

#carModal .modal-content .modal-body #form_item_product>div.form_item_product_item_add {
    margin-top: 14px;
}

#carModal .modal-content .modal-body #form_item_product div.form_input_product_num>div.form_input {
    width: 100%;
}

#carModal .modal-content .modal-body .form_full {
    width: 100%;
}

#carModal .modal-content .modal-body .form_select>div.form_row,
#carModal .modal-content .modal-body .form_input>div.form_row,
#carModal .modal-content .modal-body .form_textarea>div.form_row,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row,
.productlist .content-r .selection>div:first-child .filter_item.product_row button {
    height: 40px;
    border: 1px solid #707070;
    border-radius: 8px 8px 8px 8px;
    padding: 0 20px;
    background-color: #fff;
    cursor: pointer;
}

#carModal .modal-content .modal-body .form_textarea>div.form_row {
    height: 70px;
}

#carModal .modal-content .modal-body .form_select>div.form_row,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row {
    position: relative;
    align-items: center;
}

#carModal .modal-content .modal-body #form_item_product div.form_input_product_num>div.form_row {
    flex-wrap: nowrap;
    align-items: center;
}

#carModal .modal-content .modal-body #form_item_product div.form_input_product_num>div.form_row>div.form_row {
    width: 100%;
}

#carModal .modal-content .modal-body #form_item_product div.form_input_product_num>div.form_row>div.add img,
#carModal .modal-content .modal-body #form_item_product div.form_input_product_num>div.form_row>div.remove img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 24px;
    cursor: pointer;
}

#carModal .modal-content .modal-body .form_select>div.form_row input,
#carModal .modal-content .modal-body .form_input>div.form_row input,
#carModal .modal-content .modal-body .form_textarea>div.form_row textarea,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row input {
    width: calc(100% - 32px);
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    padding: 0;
}

#carModal .modal-content .modal-body .form_input>div.form_row input,
#carModal .modal-content .modal-body .form_textarea>div.form_row textarea {
    width: 100%;
}

#carModal .modal-content .modal-body .form_item>div.form_row img,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row img {
    width: 12px;
    height: 8px;
}

#carModal .modal-content .modal-body .form_item>div.form_row>ul,
#carModal .modal-content .modal-body .form_select>div.form_row>div.form_select_list_product,
#carModal .modal-content .modal-body .form_select>div.form_row>ul,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row>ul {
    display: none;
    position: absolute;
    z-index: 9;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #707070;
    width: calc(100% + 2px);
    left: -1px;
    top: 39px;
    padding: 8px 0;
    max-height: 178px;
    overflow-y: auto;
}

#carModal .modal-content .modal-body .form_item>div.form_row>ul>li,
#carModal .modal-content .modal-body .form_select>div.form_row>ul>li,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row>ul>li,
.productlist .content-r .selection>div:first-child .filter_item.product_row button {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    cursor: pointer;
}

#carModal .modal-content .modal-body .form_item>div.form_row>ul>li,
#carModal .modal-content .modal-body .form_select>div.form_row>ul>li,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row>ul>li {
    overflow: hidden;
    padding: 0 20px;
}

#carModal .modal-content .modal-body .form_select>div.form_row>div.form_select_list_product dt.product-subtitle1,
#carModal .modal-content .modal-body .form_select>div.form_row>div.form_select_list_product dt.product-subtitle2,
#carModal .modal-content .modal-body .form_select>div.form_row>div.form_select_list_product dd.product-item {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    overflow: hidden;
    padding: 0 20px;
    cursor: default;
}

#carModal .modal-content .modal-body .form_select>div.form_row>div.form_select_list_product dt.product-subtitle2 {
    font-size: 16px;
    padding: 0 20px 0 32px;
}

#carModal .modal-content .modal-body .form_select>div.form_row>div.form_select_list_product dd.product-item {
    font-size: 16px;
    margin-left: 32px;
    padding: 0 15px;
    border-left: 2px solid #CDCFD6;
    cursor: pointer;
}

.productlist .content-r .selection>div:first-child .filter_item.product_row {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 15px;
}

.productlist .content-r .selection>div:first-child .filter_item.product_row button {
    width: 45%;
    min-width: 100px;
}

#carModal .modal-content .modal-body .form_item>div.form_row>ul>li:hover,
#carModal .modal-content .modal-body .form_select>div.form_row>ul>li:hover,
#carModal .modal-content .modal-body .form_select>div.form_row>div.form_select_list_product dd.product-item:hover,
.productlist .content-r .selection>div:first-child .filter_item>div.product_row>ul>li:hover,
.productlist .content-r .selection>div:first-child .filter_item.product_row button:hover {
    color: #0D3EAC;
}

.productlist .content-r .selection>div:first-child .filter_item.product_row button:hover {
    border: 1px solid #0D3EAC;
}

.productlist .content-r .selection>div:last-child {
    overflow-x: auto;
    padding: 1px;
    padding: 0 20px;
}

.productlist .inner-page-main,
.productlist .inner-page-middle,
.productlist .inner-page-content {
    overflow: unset;
}

.product .content-submenu {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.product #content_detail>div {
    padding: 20px;
}

.product #content_detail>div#product_wdxz {
    padding-bottom: 0;
}

.product #content_detail #product_xpxx {
    overflow-x: auto;
}

.product #content_detail #product_xpxx .box {
    margin-bottom: 20px;
    min-width: unset;
}

.product #content_detail #product_xpxx .box>div {
    width: 100%;
    overflow: auto;
    padding: 1px;
}

.product #product_cpgs {
    margin-bottom: 20px;
}

.product #product_cpgs>div.product_desc,
.product #product_cpgs>div.product_feature {
    text-align: justify;
}

.product #product_cpgs>div.product_desc {
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
    margin: 0 0 25px 0;
}

.product #product_cpgs>div.product_feature {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    margin-bottom: 60px;
}

.product #product_cpgs>div.product_diagram {
    overflow-x: auto;
}

.product #product_cpgs>div.product_diagram>img {
    width: 100%;
    min-width: 600px;
}

.product #content_detail>div#product_wdxz>ul.product_row {
    width: 100%;
}

.product #content_detail>div#product_wdxz>ul.product_row>li {
    padding: 35px;
}

.product #content_detail>div#product_wdxz>ul.product_row>li.after_add {
    padding: 0;
}

.product #content_detail>div#product_wdxz>ul.product_row>li.box>p {
    max-width: 200px;
}

.product #content_detail>div#product_wdxz>ul.product_row>li.box>p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 32px;
}

.product #content_detail>div#product_wdxz>ul.product_row>li.box>p:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
    margin-bottom: 50px;
}

.product #content_detail>div#product_wdxz>ul.product_row>li.box>div.product_row>div>p:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 24px;
}

.product #content_detail>div#product_wdxz>ul.product_row>li.box>div.product_row>div>p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 24px;
}

.product #content_detail>div#product_wdxz>ul.product_row>li.box>div.product_row img,
.kaifa>.kaifa_content>div.kaifa_row>.box>.kaifa_row img,
.job .job_content .content-r>ul.job_row>li.box img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.product-text {
    color: #707070;
    line-height: 2em;
}

@media (max-width: 768px) {

    .productlist .ny-banner>div {
        padding: 0 10%;
    }

    .productlist .sidebar-block {
        display: none;
    }

    .productlist .content-r {
        padding-left: 20px;
    }

    .product .content-r {
        padding: 0;
    }

    .application .content-r {
        padding: 0;
    }

    .productlist .content-r,
    .product .content-r,
    .application .content-r {
        padding-bottom: 80px;
    }
}

#tool-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

#tool-menu li {
    padding: 0 8px;
}

#tool-menu li:last-child {
    padding-right: 0;
}

#tool-menu li a {
    line-height: 92px;
    padding: 0;
    cursor: pointer;
}

#nav_search {
    position: absolute;
    top: 93px;
    right: 10%;
    margin-top: 2px;
    display: flex;
    justify-content: end;
    z-index: 99;
}

#nav_search>div {
    display: flex;
    flex-direction: row;
    justify-content: end;
    flex-wrap: nowrap;
    align-items: center;
    height: 50px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
}

#nav_search>div>input {
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 8px 0 0 8px;
}

#nav_search>div>button {
    height: 100%;
    background-color: transparent;
    width: 56px;
    height: 50px;
    background: #95B7FF;
    border-radius: 0px 8px 8px 0px;
}

.search .search_banner {
    position: relative;
    width: 100%;
    height: 200px;
}

.search .search_banner>div.search_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin: 75px 0;
}

.search .search_banner>div.search_box>div {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
}

.search .search_banner>div.search_box input {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    width: calc(100% - 56px);
    max-width: 950px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    padding: 0 30px;
}

.search .search_banner>div.search_box button {
    width: 56px;
    height: 50px;
    background: #95B7FF;
    border-radius: 0px 8px 8px 0px;
}

.search #search_num {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    /* line-height: 40px; */
    /* letter-spacing: 20px; */
}

.search #search_content {
    min-height: 800px;
}

.search #search_content>div div,
.search #search_content>div.search_other {
    display: none;
}

.search #search_content>div.search_item>a {
    font-size: 24px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.search #search_content>div.search_item>div.summary {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    /* letter-spacing: 5px; */
}

.search #search_content>div.search_item>div.summary,
.search #search_content>div.search_item>div.summary>p {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search .pagination-bar,
.news .pagination-bar {
    margin: 55px 0 115px 0;
    padding: 0;
}

.search .pagination-bar ul li,
.news .pagination-bar ul li {
    width: 40px;
    height: 40px;
    margin: 5px;
}

.search .pagination-bar ul li a,
.news .pagination-bar ul li a {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0D3EAC;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
}

.search .pagination-bar ul li a:hover,
.news .pagination-bar ul li a:hover {
    /* background-color: #819BD3 ; */
    background-color: #fff;
    color: #0D3EAC;
}

.search .pagination-bar ul li a.page-num-current,
.news .pagination-bar ul li a.page-num-current {
    background-color: #819BD3 !important;
}

.search .pagination-bar ul li:first-child,
.news .pagination-bar ul li:first-child {
    margin-right: 35px;
}

.search .pagination-bar ul li:last-child,
.news .pagination-bar ul li:last-child {
    margin-left: 35px;
}

.kaifa .kaifa_content {
    padding: 0px 0;
}

.kaifa .kaifa_row {
    flex-wrap: wrap;
}

.kaifa>.kaifa_content>div.kaifa_row {
    width: 100%;
}

.kaifa>.kaifa_content>div.kaifa_row>.box {
    margin-bottom: 60px;
    width: 47.5%;
    max-width: 725px;
    min-width: 300px;
    padding: 40px;
}

@media (max-width: 768px) {
    .kaifa>.kaifa_content>div.kaifa_row>.box {
        width: 100%;
    }
}

.kaifa>.kaifa_content>div.kaifa_row>.box>div:first-child>div:first-child {
    background: #F8F8F8;
    border-radius: 18px 18px 18px 18px;
}

.kaifa>.kaifa_content>div.kaifa_row>.box>div:first-child>div:first-child>img {
    width: 100%;
}

.kaifa>.kaifa_content>div.kaifa_row>.box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
    margin-top: 35px;
}

.kaifa>.kaifa_content>div.kaifa_row>.box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 32px;
    margin-top: 5px;
}

.kaifa>.kaifa_content>div.kaifa_row>.box.kaifa_vedio_wrap h2,
.kaifa>.kaifa_content>div.kaifa_row>.box.kaifa_vedio_wrap h3 {
    text-align: center;
}

.kaifa>.kaifa_content>div.kaifa_row>.box.kaifa_vedio_wrap video {
    border-radius: 18px;
}

.kaifa>.kaifa_content>div.kaifa_row>.box>.kaifa_row {
    justify-content: space-between;
    align-items: end;
}

.kaifa>.kaifa_content>div.kaifa_row>.box>.kaifa_row>p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 16px;
}

.about .about_content {
    min-height: 700px;
    padding-bottom: 120px;
}

.about .content-submenu {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
}

.about .content-r {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow-x: hidden;
}

.technology>.about_content .content-r>div.technology_row {
    flex-wrap: wrap;
}

.technology>.about_content .content-r>div.technology_row>div.technology_row {
    width: 47.5%;
    min-width: 480px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
}

@media (max-width: 1430px) {
    .technology>.about_content .content-r>div.technology_row>div.technology_row {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .technology>.about_content .content-r>div.technology_row>div.technology_row {
        flex-direction: column;
        align-items: flex-start;
        min-width: unset;
    }

    .technology>.about_content .content-r>div.technology_row>div.technology_row>div.box {
        margin-bottom: 25px;
    }
}

.technology>.about_content .content-r>div.technology_row>div.technology_row>div.box {
    width: 220px;
    height: 220px;
    padding: 20px 32px;
    margin-right: 50px;
}

.technology>.about_content .content-r>div.technology_row>div.technology_row>div.box.technology_column {
    justify-content: center;
}

.technology>.about_content .content-r>div.technology_row>div.technology_row>div.box>img {
    width: 156px;
    height: auto;
    max-width: unset;
}

.technology>.about_content .content-r>div.technology_row>div.technology_row>div {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    text-align: justify;
}

.honor>.about_content .content-r>.content-submenu {
    margin-bottom: 95px;
}

.honor>.about_content .content-r>h1 {
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #1B1B1B;
    text-align: center;
    margin-bottom: 55px;
}

.honor>.about_content .content-r>span {
    display: inline-block;
    vertical-align: middle;
}

.honor>.about_content .content-r>h1>img {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}

.honor>.about_content .content-r>h1>img:first-child {
    margin-right: 6%;
}

.honor>.about_content .content-r>h1>img:last-child {
    margin-left: 6%;
}

@media (min-width: 1920px) {

    .honor>.about_content .content-r>h1>img {
        width: 290px;
    }

    .honor>.about_content .content-r>h1>img:first-child {
        margin-right: 100px;
    }
    
    .honor>.about_content .content-r>h1>img:last-child {
        margin-left: 100px;
    }
}

.honor>.about_content .content-r>div.honor_row {
    margin-bottom: 50px;
}

.honor>.about_content .content-r>div.honor_row:last-child {
    margin-bottom: 0;
}

.honor>.about_content .content-r>div.honor_row,
.paper>.about_content .content-r>div.paper_row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.paper>.about_content .content-r>div.paper_row1 {
    justify-content: space-between;
}
.honor>.about_content .content-r>div.honor_row>div {
    width: 32%;
    min-width: unset;
}

@media (max-width: 1600px) {

    .honor>.about_content .content-r>div.honor_row>div {
        width: 47.5%;
        min-width: unset;
    }
}

@media (max-width: 1020px) {

    .honor>.about_content .content-r>div.honor_row>div {
        width: 100%;
        min-width: unset;
    }
}

.honor>.about_content .content-r>div.honor_row>div.box {
    padding: 35px 30px;
    margin-bottom: 30px;
}

.honor>.about_content .content-r>div.honor_row>div.box.honor_column {
    justify-content: center;
}

.paper>.about_content .content-r>div.paper_row>div.box {
    width: 47.5%;
    padding: 35px 40px;
    margin-bottom: 30px;
    min-width: 400px;
}
.paper>.about_content .content-r>div.paper_row>div.box1 {
    width: 30.0%;
    padding: 35px 40px;
    margin-bottom: 30px;
    min-width: 400px;
}
.paper>.about_content .content-r>div.paper_row>div.box2 {
    width: 40.0%;
    padding: 35px 40px;
    margin-bottom: 30px;
    min-width: 400px;
    flex-direction: column;
}

.paper>.about_content .content-r>div.paper_row1>div.box3 {
    width: 4.0%;
    padding: 5px 5px;
    margin-bottom: 30px;
    min-width: 400px;
    flex-direction: column;
}

.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row {
    justify-content: flex-start;
    align-items: flex-start;
}

.technology>.about_content .content-r>div.technology_row>div.technology_row>div>h2,
.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row>div>h2,
.paper>.about_content .content-r>div.paper_row>div.box>div>h2,
.paper>.about_content .content-r>div.paper_row>div.box1>div>h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
}

.paper>.about_content .content-r>div.paper_row>div.box2>div>h2,
.paper>.about_content .content-r>div.paper_row1>div.box3>div>h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
    text-align: center;
}

.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row>img {
    width: 66px;
    height: 46px;
    margin-right: 12px;
    margin-top: 1px;
    align-self: center;
}

.paper>.about_content .content-r>div.paper_row>div.box>img {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    margin-top: 6px;
}
.paper>.about_content .content-r>div.paper_row>div.box1>img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-top: 6px;
}
.paper>.about_content .content-r>div.paper_row>div.box2>img,
.paper>.about_content .content-r>div.paper_row1>div.box3>img {
    width: 200px;
    height: 200px;
    margin-right: 30px;
    margin-top: 6px;
    align-self: center;
}

.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row>div>h2,
.paper>.about_content .content-r>div.paper_row>div.box>div>h2,
.paper>.about_content .content-r>div.paper_row>div.box1>div>h2 {
    text-align: justify;
}

.paper>.about_content .content-r>div.paper_row>div.box2>div>h2,
.paper>.about_content .content-r>div.paper_row1>div.box3>div>h2 {
    text-align: center;
}

.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row>div>div,
.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row>div>div>p,
.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row>div>div>span,
.paper>.about_content .content-r>div.paper_row>div.box>div>div,
.paper>.about_content .content-r>div.paper_row>div.box>div>div>p,
.paper>.about_content .content-r>div.paper_row>div.box>div>div>span,
.paper>.about_content .content-r>div.paper_row>div.box1>div>div,
.paper>.about_content .content-r>div.paper_row>div.box1>div>div>p,
.paper>.about_content .content-r>div.paper_row>div.box1>div>div>span,
.paper>.about_content .content-r>div.paper_row>div.box2>div>div,
.paper>.about_content .content-r>div.paper_row1>div.box3>div>div{
    font-size: 18px !important;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    text-align: justify;
}

.paper>.about_content .content-r>div.paper_row>div.box2>div>div>p,
.paper>.about_content .content-r>div.paper_row>div.box2>div>div>span,
.paper>.about_content .content-r>div.paper_row1>div.box3>div>div>p,
.paper>.about_content .content-r>div.paper_row1>div.box3>div>div>span {
    font-size: 18px !important;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    text-align: center;
}

.honor>.about_content .content-r>div.honor_row>div.box>div.honor_row>div>div,
.paper>.about_content .content-r>div.paper_row>div.box>div>div,
.paper>.about_content .content-r>div.paper_row>div.box1>div>div,
.paper>.about_content .content-r>div.paper_row>div.box2>div>div,
.paper>.about_content .content-r>div.paper_row1>div.box3>div>div {
    margin-top: 10px;
}

@media (max-width: 1250px) {
    .paper>.about_content .content-r>div.paper_row>div.box,
    .paper>.about_content .content-r>div.paper_row>div.box1,
    .paper>.about_content .content-r>div.paper_row>div.box2{
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 1250px) {
    
    .paper>.about_content .content-r>div.paper_row1>div.box3{
        width: 5%;
        min-width: unset;
    }
}

.paper>.about_content .content-r>div.paper_introduce {
    align-items: flex-start;
}

.paper>.about_content .content-r>div.paper_introduce>div.box {
    position: relative;
    padding: 20px;
    width: auto;
    min-width: unset;
    margin-bottom: 0;
}

.paper>.about_content .content-r>div.paper_introduce>div.box>img {
    width: 100%;
    max-width: 370px;
    height: auto;
    margin: 0;
}

.paper>.about_content .content-r>div.paper_introduce>div.box,
.paper>.about_content .content-r>div.paper_introduce>div.paper_introduce_content {
    margin-top: 50px;
}

.paper>.about_content .content-r>div.paper_introduce>div.paper_introduce_content {
    width: calc(100% - 480px);
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
    text-align: justify;
}

@media (max-width: 1166px) {
    .paper>.about_content .content-r>div.paper_introduce>div.paper_introduce_content {
        width: 100%;
        min-width: 285px;
        margin-right: 0;
    }
}

.news .content-r,
.quality .content-r {
    padding-top: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .about .content-r {
        padding: 20px;
    }

    .news .content-r,
    .quality .content-r {
        padding: 20px;
    }   
}

.news .content-l .sidebar-block,
.quality>.quality_content .content-l .sidebar-block {
    margin-top: 0;
}

.quality>.quality_content .content-r>div.box {
    padding: 40px;
    margin-bottom: 60px;
}

.quality>.quality_content .content-r>div.box.quality_certification {
    padding-bottom: 0;
    margin-bottom: 0;
}

.quality>.quality_content .content-r>div.box>img.box {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.quality>.quality_content .content-r>div.box>ul.quality_row {
    flex-wrap: wrap;
}

.quality>.quality_content .content-r>div.box>ul.quality_row>li.box {
    width: 47.5%;
    min-width: 300px;
    margin-bottom: 40px;
    padding: 40px;
}

.quality>.quality_content .content-r>div.box>ul.quality_row>li>img {
    width: 100%;
    margin-bottom: 35px;
}

.quality>.quality_content .content-r>div.box>ul.quality_row>li>h2 {
    font-size: 18px !important;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 1280px) {
    .quality>.quality_content .content-r>div.box>ul.quality_row>li.box {
        width: 100%;
        padding: 10%;
        min-width: unset;
    }
}

.life>.life_content .content-r>ul>li.life_row {
    flex-wrap: wrap;
    margin-bottom: 120px;
    align-items: center;
}

.life>.life_content .content-r>ul>li.life_row:nth-child(even) {
    flex-direction: row-reverse;
}

.life>.life_content .content-r>ul>li.life_row:last-child {
    margin-bottom: 0;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child {
    width: 45%;
    max-width: 600px;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child>h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
    margin-bottom: 30px;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child>h2>span {
    font-size: 24px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
    margin-left: 10px;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li {
    box-shadow: 0px 0px 20px 1px rgba(13, 62, 172, 0.12);
    border-radius: 18px 18px 18px 18px;
    padding: 28px 35px;
    margin-bottom: 20px;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li:last-child {
    margin-bottom: 0;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
}

.life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>p,
.life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>span {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
}

.life>.life_content .content-r>ul>li.life_row>div.carousel {
    width: 50%;
    min-width: 450px;
}

.life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-indicators {
    bottom: 15px;
}

.life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    background: #C2CDE5;
    border: none;
    border-radius: 4px;
    margin: 0 8px;
}

.life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-indicators li.active {
    background: #FFFFFF;
}

.life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner {
    border-radius: 18px;
}

.life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
    height: 500px;
}

@media (max-width: 1750px) {

    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2>span,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>h3 {
        line-height: 36px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2>span,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>h3 {
        font-size: 22px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>p,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>span {
        font-size: 16px;
        line-height: 26px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li {
        padding: 20px 35px;
    }

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 410px;
    }
}

@media (max-width: 1500px) {

    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2>span,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>h3 {
        line-height: 30px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2>span,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>h3 {
        font-size: 20px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>p,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>span {
        line-height: 24px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li {
        margin-bottom: 15px;
    }

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 360px;
    }
}

@media (max-width: 1350px) {

    .life>.life_content .content-r>ul>li.life_row>div:first-child,
    .life>.life_content .content-r>ul>li.life_row>div.carousel {
        width: 100%;
        max-width: unset;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child {
        margin-bottom: 60px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li {
        padding: 28px 35px;
        margin-bottom: 20px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>p,
    .life>.life_content .content-r>ul>li.life_row>div:first-child>div>ul>li>span {
        font-size: 18px;
        line-height: 32px;
    }

    .life>.life_content .content-r>ul>li.life_row>div.carousel {
        min-width: unset;
    }

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 520px;
    }

    .life>.life_content .content-r>ul>li.life_row:nth-child(even) {
        flex-direction: row;
    }
}

@media (max-width: 1070px) {

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 450px;
    }
}

@media (max-width: 970px) {

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 380px;
    }
}

@media (max-width: 870px) {

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 300px;
    }
}

@media (max-width: 540px) {

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 240px;
    }
}

@media (max-width: 450px) {

    .life>.life_content .content-r>ul>li.life_row>div.carousel .carousel-inner>.item {
        height: 190px;
    }
}

.footer_box .footer_row .ft_right .icon_list a.footer-wechat {
    position: relative;
}

.footer_box .footer_row .ft_right .icon_list a.footer-wechat>div.popover {
    position: absolute;
    display: none;
    z-index: 9;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: default;
}

.footer_box .footer_row .ft_right .icon_list a.footer-wechat>div.popover {
    top: -126px;
    left: 34px;
    width: 262px;
    height: 278px;
    padding: 39px 38px 39px 24px;
}

.footer_box .footer_row .ft_right .icon_list a.footer-wechat>div.popover.active {
    display: block;
    animation: popoverShow 0.3s;
}

@keyframes popoverShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.contact>.contact_content {
    overflow-x: auto;
}

.contact>.contact_content .content-r {
    overflow-x: auto;
}

.contact>.contact_content .content-l .sidebar-block {
    padding-top: 0;
    margin-top: 0;
}

.contact>.contact_content .content-r>.contact_map {
    position: relative;
    width: 1402px;
    height: 817px;
    margin: 0 auto;
}

.contact>.contact_content .content-r>.contact_map>.mark {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #0D3EAC;
    border-radius: 9px;
    cursor: pointer;
}

.contact>.contact_content .content-r>.contact_map>.mark.active {
    background: #E76D29;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg {
    position: absolute;
    display: none;
    left: 0;
    bottom: 85px;
    padding: 40px;
    background: #FFFFFF;
    width: 560px;
    margin-left: 20px;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg.active {
    display: block;
    animation: popoverShow 0.3s;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg img {
    width: 144px;
    height: 144px;
    margin-bottom: 35px;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg h2,
.contact>.contact_content .content-r>.contact_map>.contact_msg h3 {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
    margin-bottom: 5px;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 24px;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg>.contact_row {
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: baseline;
}

.contact>.contact_content .content-r>.contact_map>.contact_msg>.contact_row img {
    width: auto;
    height: 14px;
    margin-right: 10px;
}

.home>.page>.mauto,
.kaifa>.kaifa_content,
.news>.news_wrap {
    width: 80%;
    max-width: 1540px;
}

.job .job_content {
    padding-bottom: 115px;
}

.job .job_content .content-r>ul.job_row {
    flex-wrap: wrap;
}

.job .job_content .content-r>ul.job_row>li.box {
    padding: 35px 40px;
    margin-bottom: 35px;
}

.home>.page3 .home_row ul li.box,
.join .join_row ul li.box,
.productlist .content-r>ul.product_row>li.box,
.product #content_detail>div#product_wdxz>ul.product_row>li.box,
.kaifa>.kaifa_content>div.kaifa_row>.box,
.news .news_list .content-r>ul>li>a.box,
.quality>.quality_content .content-r>div.box>ul.quality_row>li.box,
.job .job_content .content-r>ul.job_row>li.box {
    border: 1px solid transparent;
}

.home>.page3 .home_row ul li.box:hover,
.join .join_row ul li.box:hover,
.productlist .content-r>ul.product_row>li.box:hover,
.product #content_detail>div#product_wdxz>ul.product_row>li.box:hover,
.kaifa>.kaifa_content>div.kaifa_row>.box:hover,
.news .news_list .content-r>ul>li>a.box:hover,
.quality>.quality_content .content-r>div.box>ul.quality_row>li.box:hover,
.job .job_content .content-r>ul.job_row>li.box:hover {
    border: 1px solid #0D3EAC;
}

.job .job_content .content-r>.job_search {
    margin: 20px 0 80px 0;
    width: 100%;
}

@media (max-width: 650px) {

    .job .job_content .content-r>.job_search {
        display: none;
    }
}

.job .job_content .content-r>.job_search>div.job_row {
    width: 100%;
    max-width: 700px;
    height: 50px;
    border-radius: 38px 38px 38px 38px;
    border: 1px solid #707070;
    margin: 0 auto;
    align-items: center;
    padding: 0 40px;
}

.job_content>.job_search>div.job_row>img {
    cursor: pointer;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row {
    min-width: 150px;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row>#select_list_dept {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #707070;
    left: -20px;
    top: 40px;
    z-index: 9;
    padding: 8px 0;
    max-height: 178px;
    overflow-y: auto;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row>#select_list_dept>li {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    cursor: pointer;
    padding: 0 18px;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row>#select_list_dept>li:hover {
    color: #0D3EAC;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row>div.job_row {
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row>div.job_row>p {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 110px;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row>div.job_row>img {
    width: 10px;
    height: 5px;
    align-items: center;
    margin-left: 15px;
}

.job .job_content .content-r>.job_search>div.job_row>div.job_row>span {
    width: 2px;
    height: 18px;
    background-color: #A9A9A9;
}

.job .job_content .content-r>.job_search>div.job_row>input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    margin: 0 30px;
}

.job .job_content .content-r>.job_search>div.job_row>button {
    width: auto;
    height: 100%;
    background-color: transparent;
}

.job .job_content .content-r>#job_search_tip {
    display: none;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
}

.job .job_content .content-r>ul.job_row>li {
    width: 325px;
}

@media (max-width:1850px) {

    .job .job_content .content-r>ul.job_row>li {
        width: 30%;
        min-width: 325px;
    }
}

@media (max-width:1460px) {

    .job .job_content .content-r>ul.job_row>li {
        width: 47.5%;
        max-width: 400px;
    }
}

.job .job_content .content-r>ul.job_row>li.box h2 {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
}

.job .job_content .content-r>ul.job_row>li.box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 32px;
}

.job .job_content .content-r>ul.job_row>li.box>div.job_row {
    margin-top: 50px;
    align-items: center;
}

.job .job_content .content-r>ul.job_row>li.box>div.job_row>div {
    padding-right: 20px;
}

.job .job_content .content-r>ul.job_row>li.box p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 24px;
}

.job .job_content .content-r>ul.job_row>li.box p:first-child {
    margin-bottom: 6px;
}

.job>.modal[id^="jobModal"] {
    background: rgba(255, 255, 255, 0.7);
}

.job>.modal[id^="jobModal"] .modal-content {
    padding: 70px 10% 80px 10%;
    border: none;
}

.job>.modal[id^="jobModal"] .modal-body {
    padding: 0;
}

.job>.modal[id^="jobModal"] .modal-body>h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 40px;
}

.job>.modal[id^="jobModal"] .modal-body>h2>span {
    font-size: 18px;
    font-weight: bold;
    color: #0D3EAC;
    line-height: 32px;
    margin-left: 20px;
}

.job>.modal[id^="jobModal"] .modal-body>ul.job_row {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px;
}

.job>.modal[id^="jobModal"] .modal-body>ul.job_row>li {
    /* height: 40px; */
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #0D3EAC;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.job>.modal[id^="jobModal"] .modal-body>ul.job_row>li:last-child {
    margin-right: 0;
}

.job>.modal[id^="jobModal"] .modal-body>div.content,
.job>.modal[id^="jobModal"] .modal-body>div.content p,
.job>.modal[id^="jobModal"] .modal-body>div.content span {
    font-size: 18px !important;
    font-weight: 500;
    color: #707070;
    line-height: 32px !important;
    text-align: justify !important;
    white-space: normal !important;
}

.job>.modal[id^="jobModal"] .modal-body>div.content>.job_tip p {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #707070 !important;
    line-height: 32px !important;
    margin-bottom: 0;
}

.develop .content-r>#develop_content {
    position: relative;
    width: 100%;
    height: 428px;
}

.develop .content-r>#develop_content>div {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
    overflow: hidden;
    /* overflow-x: auto; */
    margin: 0 50px;
}

/* .develop .content-r>#develop_content>div::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
} */

.develop .content-r>#develop_content>div>.develop_item {
    position: absolute;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_content {
    padding: 0 20px;
    width: fit-content;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(odd) {
    top: 200px;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(even) {
    top: 8px;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(odd)>.develop_item_content {
    border-left: 1px dashed #9CB8FA;
    border-top: 8px solid #D5D5D5;
    padding-top: 50px;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(even)>.develop_item_content {
    border-left: 1px dashed #FF9457;
    border-bottom: 8px solid #D5D5D5;
    height: 200px;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_content>div {
    max-width: 310px;
    max-height: 128px;
    overflow: hidden;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_content>h2 {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_content>div,
.develop .content-r>#develop_content>div>.develop_item>.develop_item_content>p,
.develop .content-r>#develop_content>div>.develop_item>.develop_item_content>span {
    font-size: 18px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 32px;
    white-space: nowrap;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_dot {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(odd)>.develop_item_dot {
    top: -16px;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(even)>.develop_item_dot {
    bottom: -16px;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(odd)>.develop_item_dot>.circle1 {
    background: #9CB8FA;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(even)>.develop_item_dot>.circle1 {
    background: #FF9457;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(odd)>.develop_item_dot>.circle3 {
    background: #3D74F6;
}

.develop .content-r>#develop_content>div>.develop_item:nth-child(even)>.develop_item_dot>.circle3 {
    background: #F37C3A;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_dot>.circle {
    position: absolute;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_dot>.circle1 {
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_dot>.circle2 {
    left: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    z-index: 2;
}

.develop .content-r>#develop_content>div>.develop_item>.develop_item_dot>.circle3 {
    left: 11px;
    bottom: 11px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    z-index: 3;
}

.develop .content-r>#develop_content>button {
    display: none;
    position: absolute;
    top: 184px;
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.develop .content-r>#develop_content>button>img {
    width: 100%;
    height: 100%;
}

.develop .content-r>#develop_content>button.left {
    left: 0;
}

.develop .content-r>#develop_content>button.right {
    right: 0;
}

.develop .content-r>#develop_content>button.right>img {
    transform: rotate(-180deg);
}

.application_content {
    padding-top: 20px;
    padding-bottom: 60px;
}

.application_content>.application_desc {
    font-size: 24px;
    font-weight: 500;
    color: #707070;
    line-height: 40px;
    text-align: justify;
}

.application_content>h2 {
    font-size: 24px;
    font-weight: 500;
    color: #0D3EAC;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.application_content>.application_feature,
.application_content>.application_feature>p,
.application_content>.application_feature>span {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    line-height: 32px;
    text-align: justify;
}

.application_content>.application_diagram,
.application_content>.application_diagram>img {
    width: 100%;
}

.application_content>.application_diagram {
    overflow-x: auto;
}

.application_content>.application_diagram>img {
    min-width: 700px;
}

.about .box,
.news .box {
    min-width: unset;
}

.about .box {
    margin-bottom: 0;
}


sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}