@-webkit-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-moz-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-o-keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@keyframes animationOpacity {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-webkit-keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@-moz-keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@-o-keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    20%,
    60% {
        transform: translate3d(-10px, 0, 0)
    }
    40%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.underline {
    border-bottom: 1px solid #d7d7d7
}

.underlines {
    border-bottom: 2px solid #d7d7d7
}

.text_center {
    text-align: center
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right
}

::-webkit-input-placeholder {
    color: #bfbfbf
}

:-moz-placeholder {
    color: #bfbfbf
}

::-moz-placeholder {
    color: #bfbfbf
}

:-ms-input-placeholder {
    color: #bfbfbf
}

.cover_img {
    display: block;
    width: 100%;
    height: auto
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: #333
}

a:hover {
    text-decoration: none
}

.hidden {
    display: none
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0
}

.flex_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.flex_nowrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row
}

.flex_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.flex_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.flex_justify_between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.flex_space_around {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around
}

.justify-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first_box,
.justify_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.first_box>*,
.justify_box>* {
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.first_box>*:first-child,
.justify_box>*:first-child,
.justify_box>*:last-child {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.opacity0 {
    opacity: 0
}

html {
    overflow-x: hidden
}

.imgs_box {
    overflow: hidden;
    position: relative
}

.imgs_box img {
    display: block;
    transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear
}

body {
    color: #282828;
    font-family: "Arial", "Microsoft YaHei", Menlo, Monaco, Consolas, "Courier New", monospace
}

body,
html {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.6;
    margin: 0;
    word-wrap: break-word;
    font-weight: normal;
    word-break: break-all
}

p {
    font-size: 24px
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

a {
    color: #282828;
    text-decoration: none
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border: 2px solid #fff
}

.swiper-pagination-bullet-active {
    background: #fff
}

.img-responsive {
    width: 100%
}

.y-kefu-box {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
    font-size: 13px
}

.y-kefu-box p {
    font-size: 12px
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto
}

.y-kefu-box01 .icon {
    display: block;
    background: url("../images//common//icons.png") no-repeat;
    margin: 0 auto 6px
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center
}

.y-kefu-box01 .kf-close-btn {
    width: 29px;
    height: 29px;
    background-position: -4px -114px;
    position: relative;
    cursor: pointer
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #3f5aba;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    position: relative
}

.y-kefu-box01 .show-status {
    position: relative
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #3f5aba;
    border-color: #3f5aba;
    color: #fff;
    margin: 10px 0 7px
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px
}

.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px
}

.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px
}

.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px
}

.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px
}

.y-kefu-box01 .kf-tel {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.y-kefu-box01 .kf-tel>i {
    width: 21px;
    height: 19px;
    background-position: -5px -147px
}

.y-kefu-box01 .kf-tel:hover>i {
    background-position: -30px -147px
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef
}

.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px
}

.y-kefu-box01 .hver:hover {
    background-color: #3f5aba;
    border-color: #3f5aba
}

.y-kefu-box01 .hver:hover>p {
    color: #fff
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none
}

.kf-tel>mobile-infos {
    width: 300px !important
}

.y-kefu-box01 .mobile-infos {
    width: 250px;
    text-align: left;
    top: 0
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative
}

.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef
}

.y-kefu-box01 .mobile-infos span {
    color: #999
}

.y-kefu-box01 .mobile-infos p {
    color: #3f5aba;
    font-size: 18px
}

.right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px
}

.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 202px;
    top: -60px
}

.y-kefu-box01 .y-ewm-box>div {
    width: 151px;
    height: 202px
}

.y-kefu-box01 .y-ewm-box img {
    width: 120px;
    height: 120px;
    margin: 30px auto 10px
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px
}

.y-kefu-box a {
    color: #666
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    outline: none;
    border: none
}

.detail_content p {
    line-height: 1.4;
    font-size: 14px
}

.detail_content img {
    max-width: 100%;
    height: inherit!important;
}

.page_container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

.left_box,
.right_box {
    width: 50%;
    box-sizing: border-box
}

.search_fixed {
    display: none
}

.logo_icon {
    width: 233px;
    height: 40px;
    background: url("../images/common/logo_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.footer_up_box {
    background: #fff;
    position: relative;
    /* padding-right: 2% */
}

.footer_up_box::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    max-height: 220px;
    background: #3f5aba
}

.footer_up_box .footer_up_cont {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 15px
}

footer {
    padding: 80px 0 0px;
    background: #3f5aba
}

footer h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold
}

.footer_left li {
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box
}

.footer_left h3 a {
    color: #ffffff
}

.footer_left h5 {
    margin-top: 10px
}

.footer_left h5 a {
    color: #ffffff
}

.footer_right {
    text-align: right
}

.footer_right h1 {
    font-weight: bold;
    color: #fff;
    font-size: 34px
}

.footer_right h5 {
    color: #fff;
    margin: 5px 0 40px
}

.footer_right h3 {
    color: #fff
}

.footer_tips {
    padding: 30px 0;
    background: #3f5aba
}

.footer_tips h5 {
    color: rgba(255, 255, 255, 0.5)
}

.footer_tips h5 a {
    color: rgba(255, 255, 255, 0.5)
}

.footer_tips h5 a:hover {
    color: #fff
}

.footer_icon {
    margin-top: 5px
}

.footer_icon a {
    display: block;
    width: 33px;
    height: 33px;
    margin-left: 5px
}

.footer_icon_1 {
    background: url("../images/common/footer_icon_1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.footer_icon_2 {
    background: url("../images/common/footer_icon_2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.footer_icon_3 {
    background: url("../images/common/footer_icon_3.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.footer_icon_4 {
    background: url("../images/common/footer_icon_4.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.fixed_bottom {
    display: none
}

.crumbs_box h3 {
    height: 90px
}

.crumbs_box h3 a {
    font-size: 18px;
    color: #333333
}

.crumbs_box h3 span {
    display: block;
    margin: 0 10px;
    width: 6px;
    height: 12px;
    background: url("../images/common/crumbs_icon.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.j_honor-box {
    padding: calc(30px + 1.5vw) 0 calc(20px + 0vw);
    background: #eee;
}

.j_wrap {
    max-width: 1360px;
    width: 92%;
    margin: 0 auto;
}

.j_honor-box h2 {
    font-size: 32px;
    display: block;
    margin-bottom: calc(20px + 0.5vw);
    text-align: center;
    font-weight: 400;
}

.honorList {}

.honorList ul {
    color: #666;
    padding-top: calc(30px + 1vw);
}

.honorList li {
    width: 25%;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
}

.honorList li p {
    margin-top: 6px;
    font-size: 14px;
}

.honorList .img {
    overflow: hidden;
    position: relative;
}

.honorList li a {}

.honorList li a img {
    width: 100%;
    height: auto;
}

.honorList .bg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.honorList .il,
.honorList .ir {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.honorList .il {
    height: 3px;
    width: 0px;
    margin: -1px 0px 0px -15px;
}

.honorList .ir {
    height: 0px;
    width: 3px;
    margin: -15px 0px 0px -1px;
}

.honorList li:hover .img {
    border-color: #0527af;
}

.honorList li:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.honorList li:hover .il {
    width: 30px;
}

.honorList li:hover .ir {
    height: 30px;
    transition: 400ms ease 200ms;
    -webkit-transition: 400ms ease 200ms;
}

.overlayClose {
    width: 52px;
    height: 52px;
    display: block;
    position: fixed;
    right: 1%;
    top: 2%;
    border-radius: 50%;
    transition: 300ms;
    -webkit-transition: 300ms;
    z-index: 100;
}

.overlayClose i {
    background: url(../images/common/close_icon.png) no-repeat scroll center center;
    background-size: 80% 80%;
    width: 50%;
    height: 50%;
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
    cursor: pointer;
    margin: 25% auto;
}

.overlayClose:hover {
    background-color: #0527af;
}

.overlayClose:hover i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.imgShowBox {
    background: url(../images/common/close_icon.png) repeat;
    background: none rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 800ms ease 0s;
    -webkit-transition: all 800ms ease 0s;
    z-index: 1010;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.no-csstransitions .imgShowBox {
    display: none;
}

.imgShowDemo .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.imgShowDemo .img {
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.imgShowDemo .con {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    width: 90%;
    padding: 10px 5%;
}

.imgShowDemo .con .t {
    font-size: 16px;
    color: #333;
}

.imgShowDemo .txt {
    background: #272727;
    font-size: 16px;
    color: #fff;
    line-height: 65px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
}

.imgShowDemo .txt .i {
    padding-left: 3%;
}

.hi-num {
    width: 85px;
    height: 65px;
    background: #272727;
    color: #fff;
    border-left: 1px solid #3a3a3a;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 65px;
    font-size: 16px;
}

.img-show {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}

.no-csstransitions .img-show {
    display: block;
}

.owl-item {
    margin: 0;
    float: left;
}

.imgShowDemo .owl-controls .owl-buttons div {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background-color: transparent;
    overflow: hidden;
    top: 50%;
    margin-top: -32px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    cursor: pointer;
    transition: all 0.5s;
}

.imgShowDemo .owl-controls .owl-buttons div.owl-prev {
    left: 3%;
    background-image: url(../images/common/left_iconb.png);
}

.imgShowDemo .owl-controls .owl-buttons div.owl-next {
    right: 3%;
    background-image: url(../images/common/right_iconb.png);
}

.imgShowDemo .owl-controls .owl-buttons div.owl-prev:hover,
.imgShowDemo .owl-controls .owl-buttons div.owl-next:hover {
    background-color: #0527af;
}

.imgShowDemo .owl-controls .owl-buttons div.owl-prev.disabled,
.imgShowDemo .owl-controls .owl-buttons div.owl-next.disabled {
    background: none;
}

.honorList {
    padding-bottom: calc(20px + 2vw)!important;
}

.honorList .swiper-scrollbar {
    width: 32.8%!important;
    height: 6px!important;
    background: #ddd;
    left: 50%!important;
    position: absolute;
    transform: translateX(-50%)!important;
    bottom: calc(15px + 1.2vw)!important;
    z-index: 8;
}

.honorList .swiper-scrollbar .swiper-scrollbar-drag {
    background: #0527af;
    cursor: pointer;
}

.honorList .swiper-pagination-bullet-active {
    background: #0527af;
}

.factory_img {
    overflow: hidden;
}

.factory_img img {
    width: 100%;
    display: block;
}

.jtop_box {
    width: 100%;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .page_container {
        max-width: 1450px;
        padding: 0 15px
    }
    div.pagination {
        float: none !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100px
    }
    div.pagination a,
    div.pagination span {
        font-size: 15px;
        color: #282828
    }
    .pagination ul>.active>a,
    .pagination ul>.active>span {
        color: #fff !important;
        background: #3f5aba !important
    }
    div.paginations {
        padding: 40px 0
    }
    div.paginations a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #ddd;
        color: #ddd;
        background: #fff;
        margin: 0 15px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px
    }
    div.paginations a:hover {
        background: #3f5aba;
        border-color: #3f5aba;
        color: #fff
    }
}

@media screen and (max-width: 1400px) {
    .y-kefu-box {
        display: none
    }
}

@media screen and (min-width: 992px) {
    header {
        height: 90px
    }
    .header_right ul>li {
        margin-right: 60px;
        position: relative
    }
    .header_right ul>li.active>a,
    .header_right ul>li:hover>a {
        color: #3f5aba
    }
    .header_right ul>li>a {
        font-size: 18px;
        font-weight: bold;
        line-height: 90px;
        color: #333333
    }
    .header_right ol {
        display: none;
        position: absolute;
        left: 50%;
        top: 100%;
        background: #fff;
        z-index: 2;
        -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.02), -4px 4px 10px rgba(0, 0, 0, 0.02), 4px -4px 10px rgba(0, 0, 0, 0.02), -4px -4px 10px rgba(0, 0, 0, 0.02);
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.02), -4px 4px 10px rgba(0, 0, 0, 0.02), 4px -4px 10px rgba(0, 0, 0, 0.02), -4px -4px 10px rgba(0, 0, 0, 0.02);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.02), -4px 4px 10px rgba(0, 0, 0, 0.02), 4px -4px 10px rgba(0, 0, 0, 0.02), -4px -4px 10px rgba(0, 0, 0, 0.02);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%)
    }
    .header_right ol li a {
        text-align: center;
        display: block;
        width: 140px;
        line-height: 1.8;
        font-size: 16px
    }
    .nav_icon,
    .nav_xs_list,
    .fiex_nav_bg {
        display: none
    }
    .search_icon {
        display: block;
        width: 15px;
        height: 15px;
        cursor: pointer;
        background: url("../images/common/search_icon.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .search_icon+a {
        font-size: 16px;
        color: #333333;
        border-left: 1px solid #e7e7e7;
        margin-left: 20px;
        padding-left: 20px
    }
    .search_fixed {
        display: none;
        background: #1b1b1b;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
    .search_fixed .container {
        width: auto;
        max-width: 90%;
        margin: 0 auto
    }
    .search_fixed h4 {
        font-size: 14px;
        color: #7e7e7e;
        margin-top: 30px
    }
    .search_fixed h4 a {
        color: #7e7e7e;
        margin-left: 10px
    }
    .search_fixed h4 a:hover {
        color: #fff
    }
    .close_btn {
        padding: 60px 0 180px
    }
    .close_btn span {
        display: block;
        width: 32px;
        height: 35px;
        cursor: pointer;
        background: url("../images/common/close_icon.png") no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .search_input {
        border-bottom: 1px solid #323232;
        flex-wrap: nowrap
    }
    .search_input input {
        outline: none;
        border: none;
        background: transparent
    }
    .search_input .search {
        font-size: 30px;
        line-height: 70px;
        width: 100%;
        flex-shrink: 1;
        color: rgba(255, 255, 255, 0.8)
    }
    .search_input .search_btn {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: transparent url("../images/common/search_icons.png") no-repeat center
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    header {
        height: 70px
    }
    .logo_icon {
        width: 175px;
        height: 30px
    }
    .header_right ul>li {
        margin-right: 30px
    }
    .header_right ul>li>a {
        font-size: 14px;
        line-height: 70px
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .detail_content {
        padding: 0 30px
    }
}

@media screen and (max-width: 992px) {
    .left_box,
    .right_box {
        width: 100%
    }
    header {
        height: 70px;
        position: relative;
        z-index: 999
    }
    .header_right {
        display: none
    }
    .nav_icon span {
        display: block;
        width: 30px;
        border-bottom: 2px solid #000;
        transform-origin: 100% 50%;
        -webkit-transition: transform 0.2s linear;
        -moz-transition: transform 0.2s linear;
        -o-transition: transform 0.2s linear;
        -ms-transition: transform 0.2s linear;
        transition: transform 0.2s linear
    }
    .nav_icon span:not(:last-child) {
        margin-bottom: 4px
    }
    .show_nav .nav_icon span:nth-child(1) {
        transform: scaleX(0.6);
        -webkit-transform: scaleX(0.6);
        -o-transform: scaleX(0.6);
        -ms-transform: scaleX(0.6);
        -moz-transform: scaleX(0.6)
    }
    .show_nav .nav_icon span:nth-child(2) {
        transform: scaleX(0.3);
        -webkit-transform: scaleX(0.3);
        -o-transform: scaleX(0.3);
        -ms-transform: scaleX(0.3);
        -moz-transform: scaleX(0.3)
    }
    .show_nav .nav_icon span:nth-child(3) {
        transform: scaleX(0.9);
        -webkit-transform: scaleX(0.9);
        -o-transform: scaleX(0.9);
        -ms-transform: scaleX(0.9);
        -moz-transform: scaleX(0.9)
    }
    .show_nav .fiex_nav_bg,
    .show_nav .nav_xs_list {
        display: block
    }
    .nav_xs_list {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        background: #fff;
        text-align: center;
        box-sizing: border-box;
        max-height: 60vh;
        overflow-y: auto
    }
    .nav_xs_list>li:first-child>a {
        border-top: 1px solid #eaeaea
    }
    .nav_xs_list>li.active>a,
    .nav_xs_list>li:hover>a {
        color: #3f5aba
    }
    .nav_xs_list>li>a {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 3;
        border-bottom: 1px solid #eaeaea
    }
    .nav_xs_list>li ol {
        border-bottom: 1px solid #eaeaea;
        display: none
    }
    .nav_xs_list>li ol li:first-child {
        padding-top: 10px
    }
    .nav_xs_list>li ol li:last-child {
        padding-bottom: 10px
    }
    .nav_xs_list>li ol a {
        display: block;
        font-size: 12px;
        line-height: 2
    }
    .nav_xs_list>li.isChild>a::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid #999;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent
    }
    .fiex_nav_bg {
        display: none;
        position: fixed;
        left: 0;
        top: 70px;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 998
    }
    .detail_content {
        padding: 0 15px
    }
    .detail_content img {
        width: 100%
    }
    .footer_up_box {
        /* padding-right: 5% */
    }
    .footer_up_cont {
        padding: 0 10px
    }
    .fixed_bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 997;
        display: flex
    }
    .fixed_bottom li {
        width: 33.33%;
        height: 60px;
        text-align: center;
        background: #000
    }
    .fixed_bottom li.active {
        background: #3f5aba
    }
    .fixed_bottom span {
        display: block;
        width: 25px;
        height: 25px;
        margin: 10px auto 5px
    }
    .fixed_bottom h6 {
        color: #ffffff;
        text-transform: uppercase;
        margin: 5px 0 0
    }
    .foot_icon_1 {
        background: url(../images/common/foot_icon_1.png) no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .foot_icon_2 {
        background: url(../images/common/foot_icon_2.png) no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .foot_icon_3 {
        background: url(../images/common/foot_icon_3.png) no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .foot_icon_4 {
        background: url(../images/common/foot_icon_4.png) no-repeat;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -webkit-background-size: 100% 100%
    }
    .crumbs_box h3 {
        height: 50px
    }
    .crumbs_box h3 a {
        font-size: 12px
    }
    .crumbs_box h3 span {
        margin: 0 5px;
        width: 4px;
        height: 8px
    }
}

@media screen and (max-width: 999px) {
    body {
        padding-bottom: 82px
    }
    .footer_right {
        text-align: center
    }
    .footer_tips {
        background: #444
    }
    .footer_icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 768px) {
    .footer_tips .page_container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }
}

@media screen and (max-width: 768px) {
    body {
        padding: 50px 0 60px
    }
    header {
        height: 50px;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        background: #fff
    }
    .logo_icon {
        width: 175px;
        height: 30px
    }
    .nav_icon span {
        width: 25px;
        border-bottom: 1px solid #000
    }
    .nav_icon span:not(:last-child) {
        margin-bottom: 6px
    }
    .fiex_nav_bg {
        top: 50px
    }
    .footer_up_box::before {
        max-height: 150px
    }
    footer {
        padding: 30px 0 20px !important
    }
    .footer_up_box {
        /* padding-right: 10px */
    }
    .footer_tips {
        text-align: center;
        padding: 10px 0
    }
    .footer_tips h5 {
        font-size: 8px
    }
    .footer_cont {
        width: 100% !important
    }
    .footer_right h1 {
        font-size: 18px
    }
    .footer_right h5 {
        font-size: 10px;
        margin: 5px 0 20px
    }
    .footer_right h3 {
        font-size: 12px
    }
    .footer_icon a {
        width: 30px;
        height: 30px
    }
    div.pagination {
        float: none !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 0
    }
    div.pagination a,
    div.pagination span {
        font-size: 15px;
        color: #282828
    }
    .pagination ul>.active>a,
    .pagination ul>.active>span {
        color: #fff;
        background: #3f5aba
    }
    div.paginations {
        padding: 20px 0
    }
    div.paginations a {
        display: block;
        width: 75px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #3f5aba;
        border: 1px solid #3f5aba;
        color: #fff;
        font-size: 10px;
        margin: 0 10px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px
    }
    .footer_up_box {
        /* padding-right: 3% */
    }
}

@media screen and (min-width: 992px) {
    .footer_left {
        width: 67%;
        margin-right: 3%
    }
    .footer_right {
        width: 30%
    }
}

@media screen and (max-width: 999px) {
    footer {
        padding: 50px 0 30px;
        background: #3f5aba
    }
    .footer_cont {
        width: 60%;
        margin: 0 auto
    }
    .footer_right {
        width: 100%
    }
    .footer_left,
    footer h2 {
        display: none
    }
    .page_banner img {
        width: 100%;
        height: 180px;
        object-fit: cover
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .footer_left h3 {
        font-size: 16px
    }
    .footer_left h5 {
        font-size: 12px;
        margin-top: 8px
    }
    .footer_right h1 {
        font-size: 28px
    }
    .footer_right h5 {
        font-size: 10px;
        margin: 5px 0 40px
    }
    .footer_right h3 {
        font-size: 16px
    }
}

.header_right ol>li a {
    padding: 13px 0;
    display: block
}

.header_right ol>li a:hover {
    background: #3f5aba;
    color: #fff;
}

.crumbs_box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.imgs_box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.finished_list li {
    margin-bottom: 10px;
}