/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #787878; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}
* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
    border: 0;
    outline: medium;
    text-shadow: none;
    text-decoration: none;
}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td{
    padding: 5px 10px;
    border: 1px solid #DDD;
    text-align: center;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4623075 */
  src: url('//at.alicdn.com/t/c/font_4623075_w578emnq1cb.woff2?t=1722323340471') format('woff2'),
       url('//at.alicdn.com/t/c/font_4623075_w578emnq1cb.woff?t=1722323340471') format('woff'),
       url('//at.alicdn.com/t/c/font_4623075_w578emnq1cb.ttf?t=1722323340471') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    /*font-size:16px;*/
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}
#mobilenenu{
    display: none;
}
.header-wrapper {
    position: relative;
    z-index: 41
}

.header-wrapper {
    position: relative;
    z-index: 41
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: #fff;
    transition: all ease .8s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.07)
}

.will-sticky .sticky-active.active {
    top: 0
}

.will-sticky .jiazhe_main_css1>ul>li>a {
    padding: 41px 0
}

.jiazhe_main_menu a {
    display: block;
    position: relative;
    color: #363636;
    font-size: 17px
}

@media(max-width: 1199px) {
    .jiazhe_main_menu a {
        font-size:14px
    }
}

.jiazhe_main_menu a:hover {
    color: #0085da
}

.jiazhe_main_menu>ul>li {
    margin: 0 13px
}

.jiazhe_main_menu ul {
    margin: 0;
    padding: 0
}

.jiazhe_main_menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.jiazhe_main_menu ul li.menu-item-has-children>a:after {
    content: "\e634";
    font-family: "iconfont";
    margin-left: 2px;
    font-size: .8rem
}

.jiazhe_main_menu ul li:last-child {
    margin-right: 0
}

.jiazhe_main_menu ul li:first-child {
    margin-left: 0
}

.jiazhe_main_menu ul li:hover>ul.sub-menu,.jiazhe_main_menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.jiazhe_main_menu ul.sub-menu,.jiazhe_main_menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid #0085da;
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,.09),0px 3px 0px 0px rgba(231,13,60,.004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s,visibility .4s ease-in-out 0s,opacity .4s ease-in-out 0s,z-index 0s
}

.jiazhe_main_menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.jiazhe_main_menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px)
}

.jiazhe_main_menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 10px
}

.jiazhe_main_menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "";
    float: right;
    top: 3px
}

.jiazhe_main_menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.jiazhe_main_menu ul.sub-menu li a:before {
    content: "";
    position: absolute;
    top: 2.5em;
    left: 0;
    font-family: --icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: #0085da;
    font-weight: 700;
    background-color: #fff;
    box-shadow: inset 0px 2px 4px 0px rgba(7,204,236,.4)
}

.jiazhe_main_menu ul.sub-menu li a:hover {
    color: #0085da
}

.jiazhe_main_menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.jiazhe_main_menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.jiazhe_main_menu .mega-menu-wrap {
    position: static
}

.jiazhe_main_menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: 1250px;
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%)
}

.jiazhe_main_menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.jiazhe_main_menu ul.mega-menu li li {
    padding: 4px 0
}

.jiazhe_main_menu ul.mega-menu li a {
    display: inline-block
}

.jiazhe_main_menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: #0085da;
    border-color: #0085da
}

.jiazhe_main_menu ul.mega-menu>li>a::after,.jiazhe_main_menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #0085da
}

.jiazhe_main_menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.jiazhe_main_menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.jiazhe_main_css1>ul>li>a {
    padding: 42px 0
}

.jiazhe_main_css2>ul>li>a {
    padding: 44px 0
}

.jiazhe_main_css3>ul>li {
    margin: 0 28px
}

.jiazhe_main_css3>ul>li>a {
    padding: 16.5px 0;
    color: #fff
}

.jiazhe_main_css3>ul>li>a:hover {
    color: #0085da
}

.jiazhe_main_css4 ul.sub-menu li a:before {
    box-shadow: inset 0px 2px 4px 0px rgba(242,0,0,.4)
}

.jiazhe_main_css4>ul>li {
    margin: 0
}

.jiazhe_main_css4>ul>li>a {
    padding: 27px 30px;
    font-weight: 400;
    color: #fff;
    position: relative
}

.jiazhe_main_css4>ul>li>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #ff7676;
    height: 20px;
    width: 1px;
    margin: -10px 0 0 0
}

.jiazhe_main_css4>ul>li>a:hover {
    color: rgba(255,255,255,.8)
}

.jiazhe_main_css4>ul>li:first-child>a {
    padding-left: 0
}

.jiazhe_main_css4>ul>li:last-child>a {
    padding-right: 0
}

.jiazhe_main_css4>ul>li:last-child>a::before {
    display: none
}

.header-top-info li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 38px
}

.header-top-info li:last-child {
    margin-right: 0
}

.header-top-info li i {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle
}

.head-top-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.head-top-links a {
    color: #fff;
    font-size: 15px
}

.head-top-links>li {
    display: inline-block;
    margin-right: 28px;
    position: relative;
    padding-right: 31px
}

.head-top-links>li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #fff;
}

.head-top-links>li:last-child {
    padding-right: 0;
    margin-right: 0
}

.head-top-links>li:last-child:before {
    display: none
}

.head-top-links .dropdown-toggle i {
    font-size: 12px;
    margin-right: 5px
}

.head-top-links .dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    margin: 0;
    margin-left: 0 !important;
    margin-top: 15px !important;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    position: relative;
    z-index: 3;
    border: 1px solid #ededed
}

.head-top-links .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -7px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: -1;
    transform: rotate(45deg);
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed
}

.head-top-links .dropdown-menu a {
    color: #5b5b5b
}

.head-top-links .dropdown-menu a:hover {
    color: #0085da
}

.head-top-links .dropdown-menu li {
    margin-bottom: 5px
}

.head-top-links .dropdown-menu li:last-child {
    margin-bottom: 0
}

.header-social {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-social li {
    display: inline-block;
    margin-right: 13px
}

.header-social li:last-child {
    margin-right: 0
}

.header-social a {
    font-size: 16px
}

.header-search-btn {
    color: #698fd0;
    font-size: 12px;
    background-color: rgba(0,0,0,0);
    border: none;
    display: inline-block;
    padding: 3px 3px 3px 15px;
    border-radius: 3px;
    transition: all ease .4s
}

.header-search-btn i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    font-size: 10px;
    border: none;
    color: #fff;
    background-color: #698fd0;
    border-radius: 50%;
    transition: all ease .4s
}

.header-search-btn:hover {
    background-color: #0085da;
    color: #fff
}

.header-search-btn:hover i {
    background-color: #fff;
    color: #0085da
}

.header-btn,.header-call.phone-box {
    padding-left: 42px;
    margin-left: 40px;
    position: relative
}

.header-btn:before,.header-call.phone-box:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #0085da;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.header-btn.style2,.header-call.phone-box.style2 {
    padding-left: 30px;
    margin-left: 0
}

.header-btn {
    position: relative;
    margin-left: calc(43px - --bs-gutter-x))
}

.header-btn:before {
    content: "";
    position: absolute
}

.header-btn .vs-btn {
    margin-left: 75px
}

.header-btn .icon-btn {
    margin-left: 10px
}

.header-btn .icon-btn:first-child {
    margin-left: 0
}

.header2-btn .vs-btn {
    margin-left: 25px
}

.header2-btn .icon-btn {
    margin-right: 10px
}

.header2-btn .icon-btn:first-child {
    margin-left: 0
}

.header-note {
    position: relative;
    border-top: 3px solid #0085da
}

.header-note .note-inner {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden
}

.header-note .note-text {
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: 0 0 0 auto;
    font-size: 14px;
    color: #fff;
    padding: 13.2px 0 13.2px 225px
}

.header-note .note-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 99999px;
    height: 100%;
    background-color: #0085da;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%)
}

.header-notice {
    height: 3px;
    position: relative;
    z-index: 1
}

.header-notice .notice-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 5px
}

.header-notice .shape {
    position: absolute;
    height: 50px;
    width: 100%;
    max-width: 950px;
    z-index: -1;
    right: 0;
    top: 0
}

.header-notice .shape:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%)
}

.header-notice p {
    display: inline-block
}

.header-top-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-top-links li {
    display: inline-block;
    color: --body-color);
    font-size: 14px;
    line-height: 20px
}

.header-top-links li:not(:last-child) {
    padding-right: 20px;
    margin-right: 17px;
    border-right: 1px solid #5c84da
}

.header-top-links a {
    color: inherit
}

.header-top-links a:hover {
    color: --theme-color2)
}

.social-title {
    font-size: 14px;
    font-weight: 600;
    color: --body-color)
}

.header-social2 {
    display: inline-block;
    margin-left: 40px
}

.header-social2 a {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: --theme-color2);
    color: #fff;
    margin-right: 3px
}

.header-social2 a:last-child {
    margin-right: 0
}

.header-social2 a:hover {
    background-color: --theme-color4);
    color: #fff
}

.header-help {
    margin-left: 17px;
    padding-left: 40px;
    border-left: 1px solid #adb3c2;
    padding: 6px 0 6px 39px
}

.header-help__title {
    color: #0085da;
    font-size: 14px;
    font-weight: 600;
    margin-right: 18px;
    display: inline-block
}

.infobox-style1 {
    background-color: --theme-color4);
    display: flex;
    padding: 45px 50px 42px 50px;
    margin-bottom: -40px
}

.infobox-style1 .infobox-icon {
    color: #fff;
    font-size: 50px;
    margin-right: 20px
}
.box-icon .iconfont{
    font-size: 45px;
}

.infobox-style1 .infobox-label {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize
}

.infobox-style1 .infobox-link {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.infobox-style1 .infobox-link:hover {
    color: --theme-color3)
}

.header-list1 ul {
    margin: 25px 0 0 0
}

.header-list1 li {
    display: inline-block;
    margin-right: 40px
}

.header-list1 li:last-child {
    margin-right: 0
}

.header-list1 a {
    color: #0085da;
    font-weight: 600;
    display: block
}

.header-list1 a i {
    color: #686868;
    font-size: 28px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    transition: all ease .4s
}

.header-list1 a:hover,.header-list1 a:hover i {
    color: #0085da
}

.header-link1 {
    color: #0085da;
    margin-right: 20px
}

.header-link1:hover {
    color: #0085da
}

.header-link2 {
    padding: 12px 27px
}

.header-link3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.header-link3 i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: rgba(255,255,255,.2);
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 50%;
    transition: all ease .4s
}

.header-link3:hover {
    text-decoration: underline;
    color: #fff
}

.header-link3:hover i {
    background-color: #fff;
    color: #0085da
}



@media(max-width: 1399px) {
    .header-btn {
        padding-left:30px
    }

    .header-btn:before {
        display: none
    }

    .header-btn .vs-btn {
        margin-left: 0
    }

    .header2-btn .vs-btn {
        margin-left: 25px
    }
}

@media(max-width: 1199px) {
    .jiazhe_main_css1>ul>li>a {
        padding:39px 0
    }

    .jiazhe_main_css3>ul>li {
        margin: 0 20px
    }

    .jiazhe_main_css3>ul>li>a {
        color: #0085da
    }

    .infobox-style1 {
        padding: 25px 25px 25px 25px;
        margin-bottom: 0
    }
    .header-help {
        margin-left: 0;
        padding-left: 40px;
        padding: 6px 0 6px 25px
    }

    .header-help__title {
        display: none
    }

    .header-list1 li {
        margin-right: 25px
    }

    .header-list1 a {
        font-size: 14px
    }

    .header-list1 a i {
        font-size: 20px
    }
}

@media(max-width: 992px) {
    .jz_index_bigimg{
        display: none!important;
    }
    .header-help {
        border-left:none;
        padding: 0
    }

    .header-social2 {
        margin-left: 0
    }

    .header-social2 a {
        width: 45px;
        height: 55px;
        line-height: 55px
    }

    .header-layout5 .header-list1 {
        display: none
    }
}

@media(max-width: 767px) {
    .header-top-links {
        text-align: center
    }

    .header-top-links li:not(:last-child) {
        padding-right: 0;
        margin-right: 17px;
        border-right: none
    }

    .header-link2 {
        padding: 10px 13px;
        font-size: 10px;
    }

    .header-layout5 .header-link1 {
        display: none;
    }
    .lc .lc_big_img{
        width: 100%!important;
    }
}

.bg-title {
    background-color: #0085da!important;
}
@media(min-width: 1600px) {
    .container-style1 {
    max-width: 1400px;
    }
    .custom-container {
        max-width:1620px
    }

    .container-style1 {
        max-width: 1400px
    }

    .vs-container {
        max-width: 1565px;
        margin-left: 0;
        margin-right: auto
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}
@media (min-width: 768px){
.d-md-block {
    display: block!important;
}
}
.padding20 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}

.m-0 {
    margin: 0!important;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}


.icon-btn.style3 i {
    background-color: rgba(7,204,236,.2);
    color: #0085da;
    box-shadow: none;
}
.icon-btn i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    color: #0085da;
    text-align: center;
    border-radius: 50%;
    transition: all ease .4s;
    z-index: 2;
    box-shadow: 0px 5px 10px 0px rgba(39,71,125,.1);
}
.padding20 {
    padding-top: .2rem!important;
    padding-bottom: .2rem!important;
}




.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: #0085da;
    color: #ffffff;
    padding: .35em .55em;
    border-radius: 50%
}

.phone-box .box-icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #0085da;
    color: #ffffff;
    font-size: 22px;
    border-radius: 50%;
    z-index: 1;
    margin-right: 20px;
    transition: all ease .4s
}

.phone-box .box-icon:after,.phone-box .box-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0085da;
    border-radius: inherit;
    z-index: -1;
    animation: ripple infinite 3s ease-in-out;
    transition: all ease .4s
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.phone-box .box-icon:after {
    animation-delay: 1.8s
}

.phone-box .box-icon:hover,.phone-box .box-icon:hover:after,.phone-box .box-icon:hover:before {
    background-color: #0085da
}

@media (max-width: 1599.99px){
    .d-none-xxxl {
        display: none !important;
    }
}



.jiazhe-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
    width: 0;
    height: 100%;
    transition: all ease .8s
}

.jiazhe-menu-wrapper .mobile-logo {
    padding-bottom: 25px;
    padding-top: 40px;
    display: inline-block
}

.jiazhe-menu-wrapper .jiazhe-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    background-color: #0085da;
    border-radius: 50%
}

.jiazhe-menu-wrapper .jiazhe-menu-toggle:hover {
    background-color: #0085da;
    color: #fff
}

.jiazhe-menu-wrapper .jiazhe-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid #0085da;
    height: 100%;
    position: relative;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.jiazhe-menu-wrapper .jiazhe-menu-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 122px;
    background-color: #0085da;
    opacity: .1;
    z-index: -1
}

.jiazhe-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease .8s
}

.jiazhe-menu-wrapper.vs-body-visible .jiazhe-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all ease 1s
}

.jiazhe-mobile-menu {
    overflow-y: scroll;
    max-height: 58vh;
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.jiazhe-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.jiazhe-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.jiazhe-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.jiazhe-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: #0085da
}

.jiazhe-mobile-menu ul li a:before {
    content: "\e61b";
    font-family: "iconfont";
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.jiazhe-mobile-menu ul li.vs-active>a {
    color: #0085da
}

.jiazhe-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.jiazhe-mobile-menu ul li ul li {
    padding-left: 20px
}

.jiazhe-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.jiazhe-mobile-menu ul .vs-item-has-children>a:after {
    content: "";
    font-family: --icon-font);
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: --smoke-color);
    color: #0085da;
    box-shadow: 0 0 20px -8px rgba(7,204,236,.3);
    border-radius: 50%
}

.jiazhe-mobile-menu ul .vs-item-has-children.vs-active>a:after {
    content: ""
}

.jiazhe-mobile-menu>ul {
    padding: 0 40px
}

.jiazhe-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.mobile-menu-form {
    width: 100%;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative
}

.mobile-menu-form input {
    height: 35px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,.09);
    padding-left: 20px;
    padding-right: 40px
}

.mobile-menu-form input:focus {
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,.09)
}

.mobile-menu-form input::-moz-placeholder {
    color: #0085da
}

.mobile-menu-form input::placeholder {
    color: #0085da
}

.mobile-menu-form button {
    border: none;
    background-color: rgba(0,0,0,0);
    color: #0085da;
    position: absolute;
    right: 13px;
    top: 3px
}

    .jiazhe-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 17px;
    border: none;
    background-color: #0085da;
    color: #fff;
    display: inline-block;
    border-radius: 50%
}

@media(max-width: 400px) {
    .jiazhe-menu-wrapper .jiazhe-menu-area {
        width:100%;
        max-width: 270px
    }

    .jiazhe-mobile-menu>ul {
        padding: 0 20px
    }
}


.logo_img{
    width: 88%;
}



.hero_content {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
    z-index: 1;
}

.banner_slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
 .banner_slider .owl-dots .owl-dot span {
    width: 36px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.banner{
    
}
.banner .owl-dots .owl-dot.active span {
    background: #0085da;
}
.banner .owl-dots .owl-dot.active span {
    background: #0085da;
}

.banner_slider  .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.banner .prev_btn:hover,
.banner .next_btn:hover {
    color: #ffffff;
    background: #0085da;
}

.banner .prev_btn {
    left: 13%;
}

.banner .next_btn {
    right: 13%;
}


.banner_slider .owl-prev, .banner_slider .owl-next {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    transform: translateY(-50%);
    font-size: 24px;
    color: #222;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.banner_slider .owl-next {
    left: auto;
    right: 30px;
}

.banner_slider .owl-prev:hover,
.banner_slider .owl-next:hover {
    color: #fff;
    border: 1px solid #0085da;
    background-color: #0085da;
}





.jztitle {
    margin-bottom: 45px;
    font-size: 16px;
    color: #4d4d4d;
    text-align: center;
}

.jztitle h3 {
    margin-bottom: 8px;
    font-size: 45px;
    color: #333;
    font-weight: 900;
}
.jztitle p{
    display: block;font-size:20px;color:#666666;font-weight: normal;
}

.jz_index_pro-tit{margin-bottom:20px;padding:10px 0}
.jz_index_pro-tit a,.jz_index_pro-tit span{padding:0 10px;line-height:40px}
.jz_index_pro{overflow:hidden; }
.jz_index_pro-tit{padding:10px 20px;margin:0 -.5px;margin-bottom:67px;font-size:0;text-align:center;width: 100%;overflow: hidden;}
.jz_index_pro-tit li{padding:0 .5px;vertical-align:top;min-width:20%;cursor:pointer;position:relative;float: left;margin-bottom: 15px;}
.jz_index_pro-tit li:before{content:'';position:absolute;left:-2px;top:-2px;right:-2px;bottom:-2px;background-color:transparent}
.jz_index_pro-tit a,.jz_index_pro-tit span{padding:0 10px;display:block;font-size:16px;color:#fff;text-align:center;line-height:40px;background-color:#f5b04c;position:relative;z-index:2}
.jz_index_pro-tit .on{position:relative;z-index:3}
.jz_index_pro-tit .on:before{background-color:#0085da}
.jz_index_pro-tit .on a,.jz_index_pro-tit .on span{background-color:transparent}
.jz_index_pro-desc{overflow:hidden}
.jz_index_pro-desc .jz_index_pro-item{display:block;overflow: hidden;}
.jz_index_pro-desc .more {
    background: linear-gradient(to right, #46aafa, #0085da);
    line-height: 50px;
    height: 50px;
    padding: 0 35px;
    color: #fff;
    width: 240px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
  }
.jz_index_pro-desc .more a {color: #fff;}
.jz_index_pro-desc .jz_index_pro-item.on{display:block}
@media only screen and (max-width:1679px){
    .jz_index_pro-tit a,.jz_index_pro-tit span{font-size:15px;line-height:50px}
}
@media only screen and (max-width:1599px){
    .jz_index_pro-tit{margin-bottom:54px}
}
@media only screen and (max-width:1199px){
    .jz_index_pro-tit{margin-bottom:30px}
}
@media only screen and (max-width:767px){
.jz_index_pro-tit li {margin-left: 1%;margin-right: 1%;}
.jz_index_pro-tit{margin-bottom:20px;padding:10px 0}
.jz_index_pro-tit a,.jz_index_pro-tit span{padding:0 10px;line-height:40px}
}



.jz-index-pro{margin:0 -8px -16px;overflow:hidden;width: 100%;padding-left: 0}
.jz-index-pro li{margin-bottom:16px;width:24%;float: left;height: auto;border-bottom: 1px solid #969696;margin: 15px .5%;position:relative;}
.jz-index-pro li img {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;width: 100%}
.jz-index-pro li img:hover {transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);}
.jz-index-pro li p{font-size: 18px;line-height: 3;color: #969696;}
.jz-index-pro li p i {float: right;}
.jz-index-pro li:after{content:'';position:absolute;left:0;bottom:0;width:0;height:4px;background-color:#0085da;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease;}
.jz-index-pro li:hover:after{width:100%}
.jz-index-pro li:hover {border-bottom: 1px solid #fff;}

.jiazhe_index_pro{
    margin-top: 50px;
}




/*----------------------------------------------------------------------------------------------------------------------------*/
.jz-idnex-about {
  position: relative;
  display: block;
  padding: 120px 0 110px;
  background-color: #051d3c;
  z-index: 1;
}

.jz-idnex-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.jz-idnex-about__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.jz-idnex-about__shape {
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  z-index: -1;
}

.jz-idnex-about__shape img {
  width: auto;
}

.jz-idnex-about__inner .jz-idnex-about__video-title {
  position: relative;
  margin-top: -27px;
  font-size: 43px;
  font-weight: 700;
  color: #ffffff;
  line-height: 72px;
}
.jz-idnex-about__video-content{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: left;
    text-indent: 2em;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
.jz_chejian {
  position: relative;
  display: block;
  margin-top: -70px;
  z-index: 2;
}

.jz_chejian__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 11px 0;
}
.jiazhe_gsimg{
    display: flex;
}
.jiazhe_gsimg_list{
    margin-right: 6px;
}

.jiazhe_gsimg_list img{
    width: 25%;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: #142131;
  padding: 215px 0 22px;
  margin-top: -176px;
  z-index: 1;
}

.jzgundong_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.jzgundong_inner {
  position: relative;
  display: block;
}

.jzgundong_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jzgundong_list li {
  position: relative;
  display: flex;
  align-items: center;
}

.jzgundong_count {
  position: relative;
  display: block;
  margin-right: 10px;
}

.jzgundong_count h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  letter-spacing: 0.02em;
  color: #fff;
}

.jzgundong_count > span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  letter-spacing: -0.04em;
  color: --govity-white;
  top: 14px;
  position: relative;
  left: -5px;
}

.jzgundong_text {
  font-size: 20px;
  line-height: 24px;
  color: #b8b9b9;
  letter-spacing: -0.02em;
}
.our_jz_services{
    background-color: #F3F7F6;
    padding: 100px 0 30px 0;
}
.jz_service {
    margin-bottom: 30px;
    transition: all 0.4s ease 0s;
    padding: 29px 35px 55px;
    border-radius: 8px;
    transition: transform 0.5s ease-in-out;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-top: 4px solid #0085da;
    z-index: 1;
    height: 340px;

}
.jz_service:hover{
    transform: scale(1.05);
    transition: 0.5s ease all;
}
/*.jz_service:hover{
    border-top: 4px solid #0085da;
}
.jz_service::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0085da;
    border-radius: 5px 5px 8px 8px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
.jz_service:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.jz_service:hover .icon,
.jz_service:hover h4,
.jz_service:hover p,
.jz_service:hover a{
    color: #222;
}*/
.jz_service .icon {
    color: #0085da;
    margin-bottom: 30px;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #0085da;
    border-radius: 9999px;
    line-height: 65px;
}
.jz_service .iconfont{
    font-size: 30px;
    color: #fff;
}
/*
.jz_service .icon svg path{
     fill: #0085da;
}
*/
.index-youshi{
    overflow: hidden;
}
.jz_service h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
}
.jz_service p{
    color: #919191;
}
.s_btn {
    color: #0085da;
    text-decoration: decoration;
    display: inline-block;
    font-weight: 500;
    margin-top: 7px;
}



/*----------------------------------*/



/*jz_zizhi*/
.jz_zizhi .tempWrap {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px !important;
}
.jz_zizhi{height: auto;background:url(../images/jz_zizhi_bg.jpg) no-repeat center 0;    padding-top: 71px;    height: 718px;}
.jz_zizhi h2{display: block;
    font-size: 45px;
    line-height: 45px;
    position: relative;
    color: #000000;
    text-align: center;
    width: 100%;
    margin: 74px auto 74px;
    font-weight: bold;
    padding: 0 107px;}
.jz_zizhi .tempWrap{overflow: hidden;width: 1200px !important;}
.jz_zizhi ul{padding:10px 0 !important;}
.jz_zizhi li{float: left;width: 100%;margin-right: 28.5px;border: 1px solid #e5e5e5;margin-bottom:15px;}
.jz_zizhi li img{width: 100%;height: 400px;}
.jz_zizhi li em{display:block;width: 100%;height: 420px;border:1px solid transparent;box-shadow:0 6px 8px rgba(0,0,0,0.1);text-align:center;padding:10px 9px;}
.jz_zizhi li p{    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
    margin-bottom: 0;
}
.jz_zizhi li em.cp{margin-top: 22px;}
/*news*/




.jz_case{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.jz_case:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .5s;
    opacity: 0;
}
.jz_case:hover:before{
    opacity: 1;
}
.jz_case img{
    width: 100%;
}


.index_caselist-item{
    margin-bottom: 30px;
}


.index_caselist_fontcontent {
    position: absolute;
    padding: 25px;
    background-color: rgba(255, 255, 255, .8);
    bottom: 30px;
    left: 30px;
    transition: .5s;
    width: 85%;
    transition: .5s;
    border-radius: 4px;
    
}
.index_caselist_fontcontent h4{
    font-size: 19px;
    margin-bottom: 0;
}
.jz_case:hover .index_caselist_fontcontent{
    background-color: #0085da;
    color: #fff;

}
.jz_case:hover .index_caselist_fontcontent h4{
    color: #fff;
}
.jz_case:hover .jz_case_more{
    background-color: #fff;
    color: #0085da;
}
.jz_case_more{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color:#fff;
    background-color: #0085da;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-top: 15px;
    transition: .5s;
}
.jz_case_more:hover,
.jz_case_more:focus{
    color:#0085da;
    background-color: #F3F7F6;
}
.mt-40{
    margin-top: 40px;
}
.mt-80{
    margin-top: 80px;
}




.tec_p .til01 {
    color: #fff;
    height: 172px;
}
.til01 b {
    color: #1959C7;
}
.til01 p {
    display: block;
    line-height: 44px;
    font-size: 24px;
    opacity: 0.7;
}

.position a{    
}
/*.content {
    width: 1200px;
    margin: 0 auto;
}*/



/*lc*/
.lc {height: 270px;background: #0085da;}
.lc-txt{padding-top: 40px;height: 30px;}
.lc-txt i {margin-right: 10px;}
.lc-txt p{float: left;height: 30px;line-height: 30px;font-size: 28px;color: #fff;transition: all 0.5s;width: 100%;text-align: left;font-weight: bold;}
.lc-txt p:hover{transform: translateY(-10px);}
.lc ul{margin-top: 37px;text-align: center;font-size: 0;}
.lc li{display: inline-block;margin: 28px 18px;vertical-align: top;width: 90px;text-align: center;line-height: 32px;font-size: 15px;color: #fff;position: relative;cursor: pointer;}
.lc li .lc_icoimg{width: 85px;height: 85px;background: #fff;border-radius: 50%;padding: 17px;display: block;margin: 0 auto;}
.lc li:hover .lc_icoimg{animation: flipInY 1s;}

.lc .lc_big_img{
    position: relative;
    width: 402px;
    border-radius: 10px;
    border: 4px solid #fff;
    margin-top: 8px;
    z-index: 999999;
}
.lc .lc_big_img{
    display: none;
}
.liafter:after{
    font-family: "iconfont";
    content: "\e67c";
    top: 104px;
    display: block;
    /* bottom: -24px; */
    font-size: 25px;
    position: absolute;
    left: 34px;
}

.jzrow-news{padding:50px 0 58px;overflow:hidden}
.jzrow-news .jztitle{margin-bottom:20px}
.jzrow-news .jznews-tit{margin-bottom:48px}
.jz-newscontent{float:left;width:53.7%;position:relative;overflow:hidden}
.jz-newscontent .con{display:block;height:550px;position:relative;overflow:hidden}
.jz-newscontent .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.jz-newscontent .mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;-webkit-animation:moreOpacity 3s forwards ease;animation:moreOpacity 3s forwards ease}
.jz-newscontent .bt{position:absolute;left:0;bottom:0;right:0}
.jz-newscontent .bt h4{padding:0 20px;font-size:18px;color:#fff;line-height:60px;text-align:center;font-weight:400;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;background-color:rgba(0,0,0,.6);overflow:hidden}
.jz-newscontent .con:hover .bg{-webkit-animation:moreBig 1.5s forwards ease;animation:moreBig 1.5s forwards ease}
.jz-newslist{margin:-15px 0;padding-left:50px;float:right;width:46.3%}
.jz-newslist li{padding:15px 0}
.jz-newslist li:nth-child(2){-webkit-animation:moreRight 2s forwards ease;animation:moreRight 2s forwards ease}
.jz-newslist li:nth-child(3){-webkit-animation:moreRight 2.5s forwards ease;animation:moreRight 2.5s forwards ease}
.jz-newslist li:nth-child(4){-webkit-animation:moreRight 3s forwards ease;animation:moreRight 3s forwards ease}
.jz-newslist .con{display:block;overflow:hidden}
.jz-newslist .date{margin-right:56px;padding:21px 0;float:left;width:115px;color:#000;text-align:center;background-color:#f6f6f6;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.jz-newslist .date .day{margin-bottom:4px;font-size:42px;line-height:1}
.jz-newslist .date .t{font-size:18px}
.jz-newslist .inner{padding-top:4px;overflow:hidden}
.jz-newslist .inner h4{margin-bottom:10px;font-size:24px;color:#000;font-weight:400;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.jz-newslist .inner .txt{font-size:16px;color:#999;line-height:1.5;height:3em;overflow:hidden}
.jz-newslist .con:hover .date{color:#fff;background-color:#0085da}
.jz-newslist .con:hover .inner h4{color:#0085da}





.footer{background: #202224;}
.footer-hd{padding:20px 0 24px;border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden}
.footer-logo{margin-top:20px;float:left;width:600px;height:60px;line-height:60px;font-size:0}
.footer-logo img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}
.footer-content{padding:50px 0 5px;border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden}
.footer-nav{padding-right:4%;float:left;width:65%;overflow:hidden}
.footer-nav ul h2{margin-bottom:20px;font-size:18px;color:#fff;font-weight:lighter;}
.footer-nav ul {width: 28%;float: left;}
.footer-nav ul li{width: 50%;float: left;}
.footer-nav li a{display:block;font-size:14px;color:rgba(255,255,255,.6);line-height:34px;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.footer-nav li a:hover{color:#fff}
.footer-nav dl{float:left;width:15%}
.footer-nav dt{margin-bottom:20px;font-size:18px;color:#fff}
.footer-nav dd{
    margin-bottom: 0;
}
.footer-nav dd a{display:block;font-size:14px;color:rgba(255,255,255,.6);line-height:34px;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.footer-nav dd a:hover{color:#fff}
.footer-contact{padding-right:2%;float:right;width:35%}
.footer-contact h4{margin-bottom:14px;font-size:18px;color:#fff;font-weight:400}
.footer-contact-info{color:#fff;overflow:hidden;width: 320px;float: left;}
.footer-contact-info .item{padding:10px 0;font-size:0;overflow:hidden}
.footer-contact-info .t1{padding-right:4px;display:inline-block;vertical-align:top;width:80px;font-size:14px}
.footer-contact-info .right{display:inline-block;vertical-align:bottom;width:calc(100% - 70px);font-size:14px;overflow:hidden}
.footer-contact-info a{display:block;color:#fff;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.footer-contact-info .tel{font-size:34px;color:#3a76c6;line-height:1;font-family: Impact;}
.footer-contact-info .addr{padding-right:26px;display:inline-block;background:url(../images/addr.png) right center no-repeat}
.footer-contact-info a:hover{color:#0085da}
.footer-contact .wx{ float: right;width: 120px;text-align: center;color: #fff;line-height: 36px;}
.footer-contact .wx img{width: 100px; }
.footer-share{font-size:0}
.footer-share .bshare-custom a{padding:0;margin:0;margin-right:12px;width:38px;height:38px;background-repeat:no-repeat;background-position:center center;background-color:#7a7b7d;border-radius:50%;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.footer-share .bshare-custom .bshare-weixin{background-image:url(../images/weixin.png)}
.footer-share .bshare-custom .bshare-sinaminiblog{background-image:url(../images/weibo.png)}
.footer-share .bshare-custom .bshare-qqim{background-image:url(../images/qq.png)}
.footer-bt{padding:11px 0 11px}
.footer-link{float:right;width:270px;position:relative;display:none}
.footer-link dt{padding:0 30px;height:60px;line-height:58px;border:1px solid rgba(255,255,255,.1);font-size:14px;color:#fff;background:url(../images/up.png) right 30px center no-repeat;cursor:pointer}
.footer-link dd{position:absolute;left:0;bottom:100%;right:0;border:1px solid rgba(255,255,255,.1);background-color:#394458;z-index:2;display:none;    height: 350px;
    overflow-y: auto;}
.footer-link dd a{padding:10px 30px;display:block;font-size:16px;color:#fff;line-height:24px;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.footer-link dd a:hover{color:#fff;background-color:#0085da}
.footer-bt-l{font-size:14px;color:rgba(255,255,255,.3);line-height:24px;overflow:hidden;text-align: center;}
.footer-bt-l a{color:rgba(255,255,255,.3)}
.footer-copy{padding:4px 0}
.footer-link2{margin:0 -18px;padding:4px 0;overflow:hidden;text-align: center;}
.footer-link2 a{padding:0 18px;position:relative;-webkit-transition:1s ease;-o-transition:1s ease;transition:1s ease}
.footer-link2 a:before{content:'';position:absolute;margin-top:-6px;left:0;top:50%;width:1px;height:12px;background-color:rgba(255,255,255,.1)}
.footer-link2 a:hover{color:#fff}
.wap-bottom-nav {display: none;}
@media only screen and (max-width:1490px){
.footer-logo{width:500px}
.footer-contact-info .tel{font-size:30px}
}
@media only screen and (max-width:1199px){
.footer-hd{padding:20px 0}
.footer-logo{margin-top:15px;width:400px}
.footer-so .con{width:360px}
.footer-so .con .inp{padding:0 20px;padding-right:130px;height:50px;line-height:50px}
.footer-so .con .submit{height:50px;line-height:50px}
.footer-content{padding:40px 0}
.footer-contact-info .tel{font-size:26px}
.footer-bt{padding:30px 0}
.footer-link{width:220px}
.footer-link dt{padding:0 20px;height:50px;line-height:48px}
.footer-link dd{padding:5px 0}
.footer-link dd a{padding:5px 20px;font-size:14px}
}
@media only screen and (max-width:959px){
    .footer-logo{width:340px}
    .footer-so .con{width:300px}
    .footer-nav{padding:0;margin-bottom:20px;width:100%}
    .footer-contact{padding:0;width:100%}
    .content{
        width: 100%;
    }
    .logo_img{
        position: relative;
        width: 57%;
        z-index: 99990999;
    }
    #jz_mobile_footer{
        display: block!important;
    }
    .jiazhe_small_nav{
        position: absolute;
    }
    .mobile-logo img{
        width: 83%;
    }
    .padding20{
        padding-bottom: 0!important;
    }
}
@media only screen and (max-width:767px){
    .zuanba_prolist{
        padding-top: 20px!important;
    }
    .jzcase{
        padding: 22px 1px!important;
        border-radius: 15px!important;
        /* padding-top: 100px; */
        position: relative!important;
        text-align: center!important;
    }
    .sjfuwqu{
    padding: 0 2px;
    box-sizing: border-box;
    }
    .jz_service{
        margin-bottom: 10px;
        padding: 30px 4px 44px;
        height: auto;
    }
    .footer{display: none;}
    .jz-idnex-about__inner .jz-idnex-about__video-title{
        font-size: 30px;
        line-height: 1.4;
    }
    .jztitle h3{
        font-size: 30px;
    }
    .our_jz_services{
        padding: 35px 0 0 0;
    }
    .jz-idnex-about{
        padding: 70px 0 98px;
    }
    .counter-one{
        padding: 163px 0 22px;
        margin-top: -122px
    }
    .jz-index-pro li{
        width: 49%;
    }
    .jz-index-pro li p{
        padding-bottom: 0;
    }
    .jz_index_pro-desc .more{
        display: none;
    }
    .jzgundong_list li{
        width: 50%;
    }
    .jzgundong_count h3{
        font-size: 47px;
    }
    .jzgundong_text{
        font-size: 15px;
    }
    .jzgundong_list li:last-child{
        width: 100%;
    }
    .jz_zizhi{
        height: 700px;
    }
    .jz_zizhi li em{
        height: 456px;
    }
    .jz_zizhi li img{
        width: 100%;
        height: 451px;
    }

}
.wp {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}
.cop .owl-item{
    margin-right: 10px;
}

.fixed-right-menu { position: fixed; right: 33px; width: 68px; top: 45%; margin-top: -70px; z-index: 100;text-align: center; }
.fixed-right-menu i {text-align: center;color: #fff;font-size: 24px;width: 68px;line-height: 1;}
.fixed-right-menu .ele { display: block; width: 76px; height: 76px; padding-top: 13px; border-radius: 4px; transition: .36s ease;margin-top: 2px; box-sizing: border-box; }
.fixed-right-menu .ele { background: #0085da; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f222222, endColorstr=#7f222222);zoom: 1; cursor: pointer; }
/*for IE9*/
.fixed-right-menu .ele:hover { background-color: #0085da; }
.fixed-right-menu .icon { height: 28px; width: 100%; }
.fixed-right-menu .msg { background: #0085da; }
.fixed-right-menu .wx .qr { position: absolute; bottom: 60px; left: -180px; width: 190px; height: 180px; background: url('../images/qr-border.png') no-repeat center; display: none; }
.fixed-right-menu .qr img { display: block; margin: 40px auto; }
.fixed-right-menu .wx:hover .qr { display: block; }
.fixed-right-menu .top .icon { background: url('../images/top-icon.png') no-repeat center; }
.fixed-right-menu span { display: block; width: 100%; margin-top: 4px; font-size: 14px; color: #fff; text-align: center; }
.fixed-right-menu .tel { position: relative; }
.fixed-right-menu .tel .fixed-tel { display: none; width: 213px; height: 139px; position: absolute; background: url('../images/fixed-tel-bg.png') no-repeat center; right: 133px; top: -50px; text-align: right; }
.fixed-right-menu .fixed-tel span { display: block; margin-top: 50px; color: #999; font-size: 14px; }
.fixed-right-menu .fixed-tel p { color: #0085da; font-size: 24px; font-weight: bold; }
.fixed-right-menu .tel:hover { background-color: #0085da; }
.fixed-right-menu .tel:hover .fixed-tel { display: block; }
.fixed-right-menu .wwx .fixed-wwx { display: none; width: 110px; height: 110px; position: absolute; left: -120px; top: 65px; text-align: center; }
.fixed-right-menu .wwx .fixed-wwx img {width: 110px;height: 110px;background: #fff;padding: 10px;}
.fixed-right-menu .fixed-wwx span { display: block; margin-top: 50px; color: #999; font-size: 14px; }
.fixed-right-menu .fixed-wwx p { color: #0085da; font-size: 18px; font-weight: bold; }
.fixed-right-menu .wwx:hover { background-color: #0085da; }
.fixed-right-menu .wwx:hover .fixed-wwx { display: block; }
.fixed-right-menu .top { display: none; }

@media screen and (max-width:1440px){
  .fixed-right-menu {right: 10px;}
}

@media screen and (max-width: 768px) {
  .fixed-right-menu {
    display: none;
  }
  .lc{
        height: auto;
        padding-bottom: 15px;
    }
    .lc ul{
        margin-top: 89px;
        padding-left: 0;
    }
    .lc li {
        width: 25%;
        margin: 2px 0;
    }
    .lc li img {
        width: 70px!important;
        height: 70px!important;
    }
    .lc-txt p{
        font-size: 19px;
    }
    .jz-newscontent{
        display: none;
    }
    .jz-newslist{
        width: 100%;
        padding-left: 5px;
    }
    .jz-newslist .date{
        margin-right: 10px;
        width: 106px;
        padding: 18px 0;
    }
    .jz-newslist .inner h4{
        font-size: 20px;
    }
    .jz-newslist li{
        padding: 10px 0;
    }
    .jz-newslist .inner .txt{
        font-size: 15px;
    }
}


.jz_zizhi_slider li{
    display: block;
}

.our_gallery{
    padding-top: 20px;
    background: url(../images/testimonial-one-bg.jpg);
}



/* 工具栏*/
#jz_mobile_footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 64px;
    left: 0;
}
#jz_mobile_footer .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #0085da;
    padding-left: 0;
}
#jz_mobile_footer .list li {
    float: left;
    width: 25%;
    text-align: center;
    border-left: 1px solid #ededed;
}
#jz_mobile_footer .list li:first-child {
    border-left: none;
}
#jz_mobile_footer .list li:last-child {
    border-right: none;
}
#jz_mobile_footer .list a {
    display: block;
    height: 64px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    padding-top:10px;
}
#jz_mobile_footer .list a.hover {
    background: #0f679e;
}
#jz_mobile_footer .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 33px;
    display: block;
    background-size: 392px auto;
}
#jz_mobile_footer .list a span {
    text-align: center;
    display: block;
}
#jz_mobile_footer .list a .too-home {
    background-position: 10px 0;
}
#jz_mobile_footer .list a .too-news {
    background-position: -115px 0;
}
#jz_mobile_footer .list a .too-cp {
    background-position: -51.35px 0;
}
#jz_mobile_footer .list a .too-tel {
    background-position: -179px  0;
}
.xbg {
    width: 100%;
    display: block;
    position: fixed;
    height: 65px;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 880;
}
#jz_mobile_footer .list a s span {
    color: #fff;
    padding-top:50px;
    text-transform: initial;
    font-style: normal;
}
#jz_mobile_footer .icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    background-size: 4rem auto;
    vertical-align: middle;
}
#jz_mobile_footer .icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {
    content: "\20";
    display: block;
}


/*分页*/


/*分页开始*/
.about {
    background: #f3f4fe;
    padding-top:71px;
}

.zbchild_about .about-content p {
    font-size: 16px;
    line-height: 28px;
    color: #6f6f6f;
}

.zbchild_about .about-content .main-btn:hover {
    background: #2748b4;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.zbchild_about .section-title {
    max-width: 620px;
    margin-bottom: 0;
    padding: 0;
}

.zbchild_about .section-title span {
    font-size: 21px;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .zbchild_about .section-title span {
        font-size: 16px;
    }
}

.zbchild_about .section-title h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 55px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    color: var(--heading-color);
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .zbchild_about .section-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    #mobilenenu{
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .zbchild_about .section-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

.zbchild_about .section-title p {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .zbchild_about .section-title p {
        font-size: 16px;
        line-height: 26px;
    }
}

.zbchild_about .about-image .image {
    border-radius: 0px 90px 90px 90px;
}

.zbchild_about .about-image .shape.shape-1 {
    left: -40px;
    top: -40px;
}

.zbchild_about .about-image .shape {
    position: absolute;
    z-index: -1;
}

.zbchild_about .about-image-wrapper {
    text-align: center;
}

.zbchild_about .about-image .shape.shape-2 {
    right: -40px;
    bottom: 0;
}

.zbchild_about .about-image .shape {
    position: absolute;
    z-index: -1;
}

.zbchild_about .about-content .main-btn:hover {
    background: #2748b4;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.zbchild_about .main-btn:hover {
    color: #fff;
    background: #212b36;
}

/*产品列表开始*/
.zuanba_prolist {
    padding-top: 40px;
    background: #faf7f2;
}

.jzcase:hover .thumb .image img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.jzcase .title a{
    font-size: 17px;
    font-weight: bold;
    color: #383838;
}

.jzcase .cat{
    color: #8c8c8c;
} 
.jiazheds_active {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.jiazheds_active button:hover, .jiazheds_active button.active {
    color: #fff;
    background-color: #0085da;
}

.jiazheds_active a {
    display: block;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.jiazheds_active a button {
    background: #fff;
    color: #0c0c0c;
    border: none;
    font-size: 15px;
    padding: 13px 17px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 20px;
    text-transform: uppercase;
    box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
    border-radius: 10px;
    margin-right: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-center {
    text-align: center!important;
}

.jzcase {
    padding: 30px 35px;
    border-radius: 15px;
    padding-top: 100px;
    position: relative;
}

.white_bg {
    background: #fff;
}

.jzcase .thumb .image img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.text-center {
    text-align: center!important;
}

.white_bg {
    background: #fff;
}

.jzcase .content .cat {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 13px;
    font-weight: 500;
}

.jzcase .content .title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 10PX;
}

/*产品列表结束*/
.page-num {
    margin-left: -1px;
    padding: .375rem .75rem;
    position: relative;
    display: block;
    color: #0085da;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-num-current {
    z-index: 3;
    color: #fff;
    background-color: #0085da;
    border-color: #0085da;
    margin-left: -1px;
}

.page-item span {
    color: #0085da;
}

.pagination {
    justify-content: center;
    padding: 28px 0;
}

.prolist_item {
    margin-bottom: 10px;
}

/*產品詳情*/
.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-30 {
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .desk-pad-right-40 {
        padding-right: 40px;
    }
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.jz_product-slider-for {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    position: relative;
}

.jz_product-slider-for .item {
    background: white;
    border: 1px solid #ebebeb;
}

.jz_product-details-section {
}

.jz_product-gallery-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 1;
}

.jz_product-gallery-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 1;
}

.jz_product-details-cp {
    padding-top: 30px;
}

.jz_product-details-cp h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
}

.jz_product-details-cp .jz_product-id {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 15px 0;
}

. p {
    font-size: 16px;
    color: #a9a9a9;
}

.jz_product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jz_product-details-cp-secondcolor .jz_product-action {
    margin-bottom: 20px;
}

.jz_product-action-item .main-btn {
    padding: 12px 35px;
    margin-top: 30px;
}

.main-btn.main-btn-secondary {
    background-color: #0085da;
    color: #fff;
    border-color: #0085da;
}

.main-btn {
    padding: 16px 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #4F5AC2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    z-index: 0 !important;
    background-color: #4F5AC2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jz_product-details-tab {
    background-color: #fff;
}

.jz_product-tab-list {
    padding: 15px 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #f5f5f5;
}

.jz_product-tab-list li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    color: #555555;
    list-style: none;
}

.jz_product-tab-list li:hover, .jz_product-tab-list li.active {
    color: #0085da;
}

.jz_product-tab-information-item.active {
    display: inline-block;
    width: 100%;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.jz_product-details-item {
    margin-top: 0%;
}

.jz_product-description p {
    padding: 5px 0;
}

@media only screen and (min-width: 1200px) {
    .tuijian-header h2 {
        font-size: 40px;
    }
}

.tuijian-jiantou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tuijian-header-two .jiantou-bg {
    border: 1px solid #0085da;
    color: #ffffff;
    font-size: 21px;
    background: #0085da;
}

.jiantou-bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid #4F5AC2;
    font-size: 10px;
    margin-right: 13px;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tuijian-content{
    background: #f1f1f1;
    padding-top: 30px;
}
.jz_product-jiazhe3two {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.jz_product-jiazhe3two .jz_product-jiazhe3thumb {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.jz_product-jiazhe3thumb {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.jz_product-jiazhe3two .jz_product-jiazhe3thumb .jz_product-jiazhe3action {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.jz_product-jiazhe3action {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.jz_product-jiazhe3content h3 a{
    color: #363636;
    font-size: 19px;
}
@media only screen and (min-width: 1350px) {
    .jz_product-jiazhe3content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .jz_product-jiazhe3content h3 {
        font-size: 21px;
    }

    .jz_product-jiazhe3content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.jz_product-jiazhe3content .jz_product-id {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
    font-weight: 400;
}

.bordernone {
    border-bottom: 0 !important;
}

.tuijian-header-two {
    border-bottom: 1px solid #fb8a35;
}

.tuijian-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

/*产品详情*/
/*新闻列表*/
.news_list_content {
    padding-top: 30px;
    background: #f9f9f9;
}

.card {
    border: none;
    box-shadow: rgba(121, 121, 121, 0.2);
    border-radius: 0;
}

.card {
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,10%);
    border-radius: .25rem;
}

.::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.jznews_list {
    padding: 20px 20px 46px 20px;
}

.jiazhe3body2 {
    padding: 0px 19px;
}

.jiazhe3body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    transition: all 0.5s ease-in-out;
}

.jiazhe3body h4 {
    font-size: 26px;
    line-height: 30px;
    color: #0b1b3b;
    margin-bottom: -10px;
    padding-top: 48px;
}

.team-manager {
    color: #ffc107 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}

.careers-ul {
    display: flex;
    justify-content: left;
    padding: 0;
    margin-bottom: 27px;
}


.jiazhe3body p {
    color: var(--text--color);
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    padding: 0 23px;
}

.career-jiazhe3text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #535d70 !important;
    padding: 0 !important;
    margin-bottom: 25px;
}

.newslist_btn_more a {
    background: #0085da;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    padding: 12px 23px;
    text-decoration: none;
    letter-spacing: 2px;
}

.full-time-btn-heading {
    font-size: 22px;
    color: #0b1b3b line-height: 30px;
    margin-bottom: 6px !important;
}

/*新闻列表end*/
/*联系我们*/
.contact-banner {
    padding-bottom: 20px;
}

.contact-box {
    background-color: #0085da;
    padding: 38px 33px 40px 33px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: justify;
    width: 350px;
    height: 228px;
}

.mission-counter-contact {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
    padding-top: 19px;
}

.email-box {
    padding-top: 30px !important;
}

.contact-section {
    padding: 0px 0 120px 0;
    overflow: hidden;
}

.contact-us-box-p {
    font-size: 18px !important;
    color: #fff !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 12px !important;
}

.about-jz_services-careers {
    padding: 13px 0;
}



.news_tuijian_img {
    margin: 0 auto;
    display: block!important;
    padding: 28px 0;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 10px 0;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">";
    padding: 0 5px;
}

.font13 {
    font-size: 15px;
}

.position_borer {
    background: #f9f9f9;
    border-bottom: 1px solid #efefef;
}

.contactus-map {
    height: 430px;
    margin-top: 20px;
}

#zuanba_map {
    width: 100%;
    height: 100%;
}

/*联系我们end*/
/*分页结束*/
@media screen and (max-width: 1000px) {
    .hero_content {
        height: 163px;
    }
    .jztitle{
        margin-bottom: 15px;
    }
    .jiazhe_index_pro{
        margin-top: 20px;
    }
    .banner {
        height: 177px;
    }

    .banner_slider .owl-dots {
        transform: scale(0.5);
    }

    .about_img {
        display: none;
    }

    .More_btn_box {
        display: none;
    }

    .ind_pro_tt_list .item {
        margin-right: 0;
    }

    .ind_pro_tt_list {
        margin-top: 31px;
    }

    .zuanboshi-cp-c li .img-center {
        height: auto;
        line-height: auto;
    }

    .department-one__single {
        position: relative;
        flex: 0 0 50%;
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 4px;
        margin-bottom: 5px;
    }

    .department-one__single:last-child {
        flex: 0 0 100%;
    }

    .section-title h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 43px;
    }

    .section-title {
        margin-bottom: 0;
    }

    .pro_list dl {
        width: 50%;
    }

    .famous {
        display: none;
    }

    .contact-box {
        width: 100%;
    }

    .press-block .inner-box {
        border-bottom: 1px solid #ccc;
    }

    .press-block .inner-box .post-date {
        margin-bottom: 0;
    }

    .fnav {
        position: fixed;
        bottom: 0;
        left: 0;
        min-width: 320px;
        max-width: 640px;
        width: 100%;
        height: 4rem;
        background: #0085da;
        z-index: 50;
    }

    .fnav li {
        width: 25%;
        float: left;
        height: 4rem;
        position: relative;
        line-height: 0;
    }

    .fnav li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #fff;
    }

    .fnav li a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 0.9rem;
        height: 4rem;
    }

    .fnav li em {
        display: block;
        width: 1.8rem;
        margin: 0.4rem auto 0.7rem;
    }

    .fnav li em img {
        width: 1.8rem;
        height: 1.8rem;
    }

    .fnav li:nth-child(1) {
        background: #ce3e0b;
    }

    .fnav li:last-child:before {
        background: none;
    }

    .clearfix {
        clear: both;
        display: table;
        width: 100%;
    }

    .fnav .clearfix {
        padding-left: 0;
    }

    .fnav {
        display: block!important;
    }

    .jiazheds_active a button {
        padding: 10px 17px;
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .jz_product-description * {
        width: 100%!important;
    }

    .jz_product-description table {
        width: 100%;
    }
    .jiazhe_yuanjing{
        height: 100%!important;
    }
    .jiazhe_yuanjing li{
        border-right: 0!important;
        margin-left: 5px;
        width: 97%;
    }
    .jiazhe_yuanjing ul{
        padding-left: 0;
    }
    .jiazhe_yuanjing h2{
        font-size: 28px!important;
    }
    .jz_mobile_footer_height{
        display: block!important;
        height: 60px;
    }
    #lianxi li{
        width: 100%!important;
    }
}
.jz_mobile_footer_height{
    display: none;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 15px;
    color: #222;
    display: block;
}
.section-title span {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #222;
    position: relative;
    z-index: 1;
}


.jiazhe_yuanjing {
    background:url(../images/yuanjing.jpg) no-repeat center top;
    height: 340px;
    padding-top: 53px;
}

.jiazhe_yuanjing h2 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-bottom: 22px;
}

.jiazhe_yuanjing h2 span {
    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 6px;
}

.jiazhe_yuanjing li {
    float: left;
    height: 93px;
    background: #f2f2f2;
    display: inline;
    margin-top: 30px;
    font-size: 24px;
    color: #333;
    position: relative;
    line-height: 150%;
    padding-top: 15px;
    border-right: 8px solid #118cda;
    padding-left: 111px;
}

.jiazhe_yuanjing li:last-child {
    margin-right: 0px;
}

.jiazhe_yuanjing li b {
    font-family: impact;
    font-size: 57px;
    position: absolute;
    display: block;
    top: 3px;
    line-height: 84px;
    left: 23px;
    color: #128ddb;
}
.yuanjing_small_font{
    font-size: 16px;
    color: #737373;
}
.yuanjig_btm{
    margin-bottom: 0;
}


/*联系我们*/
#lianxi {
    padding-top: 2% !important;
}
#lianxi li {
    margin-top: 5%;
    position: relative;
    float: left;
    width: 33%;
    cursor: pointer;
}
#lianxi li .pic:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    content: '';
    background: #c93036;
    transition: 0.3s;
}
#lianxi .pic {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #0085da;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#lianxi li .float-start h2 {
    color: #999;
    font-size: 15px;
    padding-bottom: 2%;
}
#lianxi li .float-start p {
    color: #282828;
    font-size: 19px;
}
#lianxi li .float-start {
    padding-left: 3%;
    width: 70%;
    min-height: 90px;
}

#lianxi li .pic i {
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    transition: 0.5s;
}
.tit_in_zy {
    line-height: 40px;
    text-align: center;
    position: relative;
    margin-top: 81px;
}
.tit_in_zy:before {
    color: #ededed;
    content: attr(data-title);
    font-weight: bold;
    font-size: 72px;
    position: absolute;
    left: 0;
    margin: auto;
    top: -25px;
    display: block;
    width: 100%;
}
.tit_in_zy.hei p {
    color: #333333;
}
.tit_in_zy p {
    color: #c93036;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.jz_index_bigimg{
    display: block;
    margin-top: 40px;
    cursor: pointer;
    height: 392px;
    width: 95%;
    margin: 0 auto;
    background:url(../images/productbg.jpg);
    background-size: 100%;
}
.cop .owl-stage-outer{
    height: 497px;
}
