/*header*/
img{
    max-width: 100%;
}
.main-header .rob .logo{
    display: flex;
    align-items: center;
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0px;
    height: 100%;
}

.nav-link {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav-link.disabled {
    color: #6C757D;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #DEE2E6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #E9ECEF #E9ECEF #DEE2E6
}

.nav-tabs .nav-link.disabled {
    color: #6C757D;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFF;
    border-color: #DEE2E6 #DEE2E6 #FFF
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 4px
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #FFF;
    background-color: #122179
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    margin-right: 16px;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: 8px;
    padding-bottom: 8px
}

.navbar-collapse {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.navbar-toggler {
    padding: 4px 12px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media(min-width:1600px) {
    .navbar-expand-xxl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.55)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,0.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.55);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.55)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
    color: #FFF
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #FFF
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active {
    color: #FFF
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.55);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #FFF
}

.main-header-area {
    position: relative;
    background: #FFF
}

.main-header-area .header-logo img {
    vertical-align:middle;
}
.main-header-area .header-logo{
    width: 100%;
}

.header-sticky {
    width: 100%;
    z-index: 30;
    /*position: absolute;*/
    background-size: cover;
    background-position: 50% 0;
    -webkit-transition: background-color .3s,opacity .3s;
    -o-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s;
}

@media(max-width:767px) {
    .header-sticky {
        position: relative;
        min-height: 80px
    }
}

@media(max-width:479px) {
    .header-sticky {
        position: relative;
        min-height: 70px
    }
}

.header-sticky .nonsticky-logo {
    display: none
}

@media(max-width:767px) {
    .header-sticky .nonsticky-logo {
        display: block
    }
}

@media(max-width:767px) {
    .header-sticky .sticky-logo {
        display: none
    }
}

.header-sticky.sticky .nonsticky-logo {
    display: block
}

.header-sticky.sticky .sticky-logo {
    display: none
}

.header-sticky.sticky .main-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2)
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}


.main-nav>ul>li {
    display: inline-block;
    position: relative
}

.main-nav>ul>li:hover .dropdown-hover {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-nav>ul>li:hover .dropdown-hover-2 {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-nav>ul>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 22px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #212121
}

.main-nav>ul>li>a.active {
    color: #132C68;
}

.main-nav>ul>li>a:hover {
    color: #132C68;
}

.main-nav>ul>li>a i {
    margin-left: 5px;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.5
}

.main-nav>ul>li>a .menu-text {
    position: relative
}

@media(max-width:767px) {
    .main-nav>ul>li>a {
        padding: 32px 15px
    }
}

@media(max-width:479px) {
    .main-nav>ul>li>a {
        padding: 25px 15px
    }
}
.main-nav.header-right-area{
    display: none;
}
.main-nav.header-right-area>ul>li>a {
    padding-right: 0;
    padding-left: 0;
    margin-left: 15px
}

.main-nav.header-right-area>ul>li>a:hover {
    color: #122179
}

.header-transparent {
    background: transparent
}

@media(max-width:767px) {
    .header-transparent {
        background: #FFF
    }
}

.header-transparent.sticky .main-nav>ul>li>a {
    color: #212121
}

.header-transparent.sticky .main-nav>ul>li>a:hover {
    color: #122179
}

.header-transparent.sticky .search-box-menu .off-canvas-search-btn .btn-search {
    color: #212121
}

.header-transparent.sticky .search-box-menu .off-canvas-search-btn .btn-search:hover {
    color: #122179
}

.header-transparent .main-nav>ul>li>a {
    /*color: #FFF*/
}

@media(max-width:767px) {
    .header-transparent .main-nav>ul>li>a {
        color: #212121
    }
}

.main-nav > ul > li.li_1,
.main-nav > ul > li.li_2{
    width: 60px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
}
.main-nav.header-right-area > ul > li.li_1 > a,
.main-nav.header-right-area > ul > li.li_2 > a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    margin:0px;
}
.main-nav > ul > li.li_1 > a i,
.main-nav > ul > li.li_2 > a i{
    font-size: 28px;
    font-weight: lighter;
    line-height: 0;
    margin:0px;
    color: #162157;
}

.header-transparent .main-nav>ul>li>a:hover .menu-text:before {
    left: 0;
    right: auto;
    width: 100%
}

.header-transparent .main-nav>ul>li>a .menu-text:before {
    background-color: #132C68;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -7px;
    height: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 0
}
.header-transparent .main-nav>ul>li>a.active .menu-text:before {
    width: 100%;
}

.header-transparent .search-box-menu .off-canvas-search-btn .btn-search {
    color: #FFF
}

@media(max-width:767px) {
    .header-transparent .search-box-menu .off-canvas-search-btn .btn-search {
        color: #212121
    }
}

.header-transparent .search-box-menu .off-canvas-search-btn .btn-search:hover {
    color: #122179
}

.dropdown-submenu {
    background: #FFF;
    padding: 20px 0 15px;
    width: 213px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-bottom: 3px solid #132C68;
}

.dropdown-submenu>li {
    padding: 5px 20px;
    margin-bottom: 5px
}

.dropdown-submenu>li>a {
    padding: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-submenu>li>a:hover {
    color: #132C68;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-submenu>li>a:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.dropdown-submenu>li>a.active {
    color: #132C68
}

.dropdown-submenu>li>a:before {
    background-color: #132C68;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 5px;
    height: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 0
}

.dropdown-hover {
    position: absolute;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear .2s;
    -o-transition: all .3s linear .2s;
    transition: all .3s linear .2s;
    z-index: 999
}

.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 9999
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 380px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media(max-width:479px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 280px
    }
}

.off-canvas-wrapper .btn-close-off-canvas {
    left: 100%
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto
}

.off-canvas-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-overlay {
    background-color: rgba(0,0,0,0.5);
    content: "";
    /*cursor: url(../images/cancel.png),auto;*/
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.off-canvas-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 9999
}

.off-canvas-menu-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-menu-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-menu-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 360px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: auto;
    position: relative
}

.off-canvas-menu-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto
}

.off-canvas-menu-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-menu-wrapper .offcanvas-widget-area .desc-content {
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu>li {
    list-style: none;
    margin-bottom: 20px;
    white-space: nowrap
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu>li>span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link {
    margin: 20px 0;
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a:hover {
    color: #122179
}


.btn-close-off-canvas {
    width: 50px;
    height: 56px;
    color: #212121;
    line-height: 56px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 100%;
    background: #F8F9FA;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-close-off-canvas i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 24px;
    line-height: 24px
}

.btn-close-off-canvas:hover {
    color: #122179;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btn-close-off-canvas:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:479px) {
    .btn-close-off-canvas {
        width: 50px
    }

    .btn-close-off-canvas i {
        font-size: 18px
    }
}

.offcanvas-widget-area {
    padding: 0 40px 20px
}

@media(max-width:479px) {
    .offcanvas-widget-area {
        padding: 0 30px 20px
    }
}

.offcanvas-widget-area .search-box-wrap {
    background-color: #F8F9FA;
    margin: -40px -40px 20px -40px;
    padding: 19px 40px
}

@media(max-width:479px) {
    .offcanvas-widget-area .search-box-wrap {
        margin: -40px -30px 60px -30px
    }
}

.offcanvas-widget-area .search-box-wrap form {
    position: relative
}

.offcanvas-widget-area .search-box-wrap form input {
    background-color: transparent;
    border: 0;
    display: block;
    padding-right: 30px;
    outline: 0;
    width: 100%
}

.offcanvas-widget-area .search-box-wrap form .btn-search {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offcanvas-widget-area .search-box-wrap form .btn-search:hover {
    color: #122179
}

.mobile-header .category-toggle {
    padding: 8px 15px
}

.mobile-menu {
    height: 100%;
    padding-right: 30px;
    margin-right: -30px;
    margin-bottom: 40px
}

.mobile-menu li>a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: 600
}

.mobile-menu li>a:hover {
    color: #000
}

.mobile-menu li ul li {
    border: 0
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
    font-weight: 400
}

.mobile-menu .has-children,.mobile-menu .menu-item-has-children {
    position: relative
}

.mobile-menu .has-children .menu-expand,.mobile-menu .menu-item-has-children .menu-expand {
    line-height: 50;
    top: 0;
    left: 100%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer
}
.offcanvas-widget-area img{
    max-width: 80%;
}
.mobile-navigation{
    margin-top: 30px;
}
/*@media(max-width:767px) {
    .mobile-menu .has-children .menu-expand,.mobile-menu .menu-item-has-children .menu-expand {
        left: 90%
    }
}*/

.mobile-menu .has-children .menu-expand i,.mobile-menu .menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 23px;
    border-bottom: 1px solid #252525;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.mobile-menu .has-children .menu-expand i:before,.mobile-menu .menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #252525;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.mobile-menu .has-children.active>.menu-expand i:before,.mobile-menu .menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.mobile-navigation nav {
    height: 100%
}

.off-canvas-search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 9999
}

.off-canvas-search-wrapper.open {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 9999
}

.off-canvas-search-wrapper.open .off-canvas-inner {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s forwards;
    animation: slideInUp 1s forwards
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

.off-canvas-search-wrapper .off-canvas-inner {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.off-canvas-search-wrapper .off-canvas-inner form {
    position: relative;
    width: 90%;
    margin: auto
}

.off-canvas-search-wrapper .off-canvas-inner form input {
    background-color: #E9ECEF;
    border: 0;
    outline: 0;
    padding: 15px 80px 15px 15px;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn {
    background-color: #122179;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    width: 60px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn:hover {
    background-color: #212121;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-overlay {
    background-color: rgba(255,255,255,0.8)!important
}

.search-box-menu .off-canvas-search-btn .btn-search {
    border: 0;
    background: transparent;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.search-box-menu .off-canvas-search-btn .btn-search:hover {
    color: #122179;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.main_header_tel{
	width: 10%;
	padding-top: 28px;
}
.main_header_tel .en{
	width: 32px;
  	height: 32px;
  	position: relative;
  	cursor: pointer;
  	text-align: center;
  	border:1px solid #E6E6E6;
  	border-radius: 50%;
  	font-size: 14px;
  	line-height: 32px;
}
.main_header_tel .en:hover{
  background: #132C68;
  color: #fff;
  border:1px solid #132C68;
}
.weixin{
  width: 32px;
  height: 32px;
  background: #fff url("../images/wx.png") no-repeat center center;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border:1px solid #E6E6E6;
  border-radius: 50%;
}
.weixin:hover{
  background: #132C68;
  background: #fff url("../images/wx.png") no-repeat center center;
  border:1px solid #132C68;
}
.wx{
  position: absolute;
  width: 120px;
  height: 145px;
  background: #fff;
  border-radius: 8px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 100;
}
.wx img{
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
.wx p{
  text-align: center;
  font-size: 13px;
  color: #565656;
}
.weixin:hover .wx{
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  top: 40px;
}
/*导航结束*/



/*公共*/
.glo_title{
	padding-top: 70px;
	text-align: center;
	padding-bottom: 35px;
}
.glo_title h3{
	font-size: 40px;
}
.glo_title p{
	font-size: 16px;
	color: #747474;
}
.pt70{
	padding-bottom: 70px;
}

body .swiper-button-next,
body .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: #00428D;
  border-radius: 50%;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover{
  background: #00BCC8;
}
body .swiper-button-next::after,
body .swiper-button-prev::after{
  font-size: 14px;
  color: #fff;
}



/*产品开始*/
.product_index .swiper-slide .text{
	background: #F9F9F9;
	padding: 8% 5%;
}
.product_index .swiper-slide .text h3{
	font-size: 18px;
}
.product_index .swiper-slide .text span{
	display: flex;
	justify-content: center;
	width: 35px;
	margin:15px auto;
}
.product_index .swiper-slide .text span i{
	width: 17px;
	transition: all .5s ease;
}
.product_index .swiper-slide .text span i:first-child{
	border:2px solid #008ACA;
	margin-right: 3px;
}
.product_index .swiper-slide .text span i:last-child{
	border:2px solid #122D68;
}
.product_index .swiper-slide .text .content{
	font-size: 14px;
	line-height: 26px;
	color: #929292;
}
.product_index .swiper-slide:hover .text{
	background: #122D68;
	color: #fff;
}
.product_index .swiper-slide:hover .text .content{
	color: #fff;
}
.product_index .swiper-slide:hover .text span i{
	border: 2px solid #fff !important;
}


/*应用*/
.area{
	background: url(../images/yy.jpg) no-repeat center;
    background-size: cover;
}
.area ul li{
	width: 32.5%;
	margin-right: 1%;
	background: #fff;
	margin-bottom: 1%;
	padding: 7% 2%;
	position: relative;
}
.area ul li:nth-child(3n){
	margin-right: 0px;
}
.area ul li img{
	margin:0 auto 15px auto;
}
.area ul li h3{
	font-size: 24px;
}
.area ul li .b{
	position: relative;
	z-index: 10;
}
.area ul li .cover{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all .5s ease;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.area ul li:hover .cover{
	opacity: 1;
}
.area ul li:hover h3{
	color: #fff;
}
.area ul li:hover img{
	filter: brightness(10000%);
	-webkit-filter: brightness(10000%);
}


/*关于我们*/
.about_index{
	background: url(../images/ab.jpg) no-repeat center;
	background-size: cover;
}
.about_index .glo_title h3,
.about_index .glo_title p{
	color: #fff;
}
.about_index .box{
	background: #fff;
	padding: 10px;
}
.about_index .box .text{
	width: 30%;
	padding: 0 0% 0 1.5%;
	display: flex;
	align-items: center;
}
.about_index .box .list{
	width: 68%;
}
.about_index .box .text span{
	font-size: 18px;
}
.about_index .box .text h3{
	font-size: 24px;
	font-weight: bold;
	color: #132D69;
	margin-top: 5px;
}
.about_index .box .text i{
	display: inline-block;
	width: 20px;
	border:1px solid #132D69;
	margin:15px 0 20px;
}
.about_index .box .text .content{
	line-height: 34px;
	font-size: 16px;
	color: #464646;
}
.about_index .box .list ul{
	margin:2% 0;
}
.about_index .box .list ul li{
	width: 19%;
	text-align: center;
	padding: 2% 4%;
	background: #EEEEEE;
	transition: all .5s ease;
}
.about_index .box .list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.about_index .box .list ul li img{
	margin:0 auto 10px;
}
.about_index .box .list ul li:hover{
	background: #132D69;
	color: #fff;
}
.about_index .box .list ul li:hover img{
	filter: brightness(10000%);
}
.about_index .box .list ul li:hover p{
	color: #fff;
}

.product-num-box{
	padding: 3% 0;
}
.product-num-box .product-num-item{
	width: 20%;
	text-align: center;
}
.product-num-box .product-num-item span{
	font-size: 60px;
	color: #fff;
	font-family: 'Impact';
	font-weight: lighter;
	position: relative;
}
.product-num-box .product-num-item p{
	font-size: 16px;
	color: #fff;
}
.product-num-box .product-num-item sub{
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.com .product-num-box .product-num-item span{
	font-size: 60px;
	color: #0064C2;
	font-family: 'Impact';
	font-weight: lighter;
	position: relative;
}
.com .product-num-box .product-num-item p{
	font-size: 16px;
	color: #000;
}
.com .product-num-box .product-num-item sub{
	font-size: 16px;
	color: #000;
	margin-left: 5px;
}

/*合作客户*/
.par_index{
	background: url(../images/par.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.par_index .text{
	width: 25%;
}
.par_index .list{
	width: 73%;
}
.par_index .text h3{
	font-size: 40px;
}
.par_index .text p{
	font-size: 16px;
	color: #747474;
}
.par_index .list ul li{
	width: 19%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.par_index .list ul li:nth-child(5n){
	margin-right: 0px;
}
.btn {
    -webkit-appearance: initial; 
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky; 
    z-index: 2; 
    display:inline-block; 
    font-size: 17px; 
    border:2px solid transparent; 
    letter-spacing: .5px; 
    line-height: inherit; 
    border-radius: 0; 
    text-transform:capitalize; 
    width: auto;font-family: 'Oswald', sans-serif; 
    font-weight: 500; 
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
.par_index .btn{
    margin-top: 50px;
}
.pink-btn{
    border: solid 1px #132C68;
    display: inline-block;
    /*color: #555555 !important;*/
    font-weight: 400;
    padding: 12px 45px;
    /*background-color: #132C68;*/
    font-size: 14px;
    font-family: Oswald, sans-serif;
    border-radius: 0.5em;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}
.pink-btn:hover{
    border:solid 1px #132C68;
    color: #fff;
}
.pink-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #132C68;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.pink-btn:hover span{
    transform: translateY(0) scale(3);
}

.pink-btn span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.pink-btn span:nth-child(2){
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.pink-btn span:nth-child(3){
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.pink-btn span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}
.pink-btn span:nth-child(5){
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}


/*底部栏目*/
.btbar h3{
	font-size: 30px;
	color: #fff;
	margin:3% 0;
    transition: all .5s ease;
}
.btbar p{
	font-size: 16px;
	color: #fff;
}
.btbar .b1,
.btbar .b2,
.btbar .b3{
	width: 33.333333%;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 6% 2%;
}
.btbar .b1{
	background: url(../images/b1.jpg) no-repeat center;
}
.btbar .b2{
	background: url(../images/b2.jpg) no-repeat center;
}
.btbar .b3{
	background: url(../images/b3.jpg) no-repeat center;
}
.btbar img{
	margin:0 auto;
	height: 65px;
}
.btbar a{
	display: block;
	width: 100%;
	height: 100%;
}
.btbar .b1:hover h3,
.btbar .b2:hover h3,
.btbar .b3:hover h3{
    font-weight: bold;
    letter-spacing: 3px;
}

/*底部*/
.footer{
    background: #F1F1F1;
    color: #5E5E5E;
}
.footer .inout{
    padding: 50px 0;
}
.footer .footlist{
    width: 60%;
}
.footer .footlink{
    width: 20%;
}
.footer .footlink .bl{
	margin-bottom: 25px;
}
.footer .footlink
.footer .footlist ul{
    margin:0px;
    padding: 0px;
}
.footer .footlist ul h3{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.footlink h3{
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.footer .footlink .zx p{
    margin-bottom: 5px;
}
.footlink .zx h4{
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}
.footer .footlist ul li{
    margin-bottom: 11px;
}
.footer .footlist ul li a,
.footer .footlink p a{
    font-size: 14px;
    color: #5E5E5E;
    transition: all 0.5s;
}
.footer .footlist ul li a:hover,
.footer .footlink p a:hover{
    color: #132C68;
}
.footer .footlink p{
    font-size: 16px;
    margin-bottom: 5px;
}
.footer .footlink select {
    width: 220px;
    padding-left: 12px;
    height: 40px;
    margin:15px 0 20px;
    line-height: 40px;
    font-size: 14px;
    background: #EEEEEE;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /*background: #EEEEEE url(../images/ar.jpg) right no-repeat;*/
    overflow: hidden;
    color: #8C8C8C;
}
.footer .footlink select option{
    height: 40px;
    line-height: 40px;
}
.footer .er{
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.bottom{
	border-top: 1px solid #969AA0;
    padding: 20px 0;
    background: #F1F1F1;
    color: #969AA0;
    font-size: 14px;
}
.bottom a{
    color: #969AA0;
}
.bottom a:hover{
    color: #000;
}
.bd{
	display: none;
}

/*滚动图标*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #132C68;
    background-size: 200% auto;
    background-position: left center;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    overflow: hidden;
    transition: all 0.5s;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px
}

.scroll-top:hover {
    background-position: right center;
    background-color: #132C68;
    border-radius: 50%;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%,-80px);
    -ms-transform: translate(-50%,-80px);
    transform: translate(-50%,-80px)
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%,80px);
    -ms-transform: translate(-50%,80px);
    transform: translate(-50%,80px)
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1)
}


/*内页banner*/
.in_banner{
	width: 100%;
	height: 350px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 150px;
}
.in_banner h3{
	font-size: 40px;
	color: #fff;
}
.in_banner p,
.in_banner a{
	font-size: 16px;
	color: #fff;
}

/*公共标题*/
.com_bar{
	/*border-bottom: 1px solid #DCDCDC;*/
	box-shadow: 0 10px 10px -10px #ccc;
}
.com_bar .roc div a.active{
	border-bottom: 2px solid #122C68;
}
.com_bar .roc div{
	padding: 20px 20px;
	margin: 0 20px;
	font-size: 16px;
	border-bottom: 2px solid #fff;
}
.com_bar .roc div.active,
.com_bar .roc div:hover{
	border-bottom: 2px solid #122C68;
}
.com_inner{
	padding: 70px 0
}

/*内页简介*/
.com_inner .com img{
	margin:0 auto;
}
.com_inner .com h3{
	font-size: 36px;
	font-weight: bold;
	margin:20px 0;
}
.com_inner .com .content{
	line-height: 28px;
}


/*企业理念*/
.coop_box{
	width: 32%;
}
.coop_box .coop_dt{
	padding: 9% 8%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.coop_box .coop_dt h3{
	font-size: 24px;
	margin:4% 0 1%;
}
.coop_box .coop_dt .content{
	font-size: 16px;
}
.coop_box .coop_dt .coop_box_img img{
	height: fit-content;
}
.coop_box .coop_dt .coop_box_img p{
	font-size: 72px;
	font-weight: bold;
	color: #EDEDED;
	font-family: Impact;
	line-height: 72px;
}
.coop_box .coop_en{
	font-size: 24px;
	color: rgba(255,255,255,.8);
	padding: 2% 8%;
	background: #BEBEBE;
    transition: all .5s ease;
}
.coop_box:hover .coop_en{
    background: #142D69;
    color: #fff;
}

/*视频*/
.video{
    height: 350px;
    background: url(../images/video.jpg) no-repeat center;
    background-size: cover;
    margin-top: 70px;
}
.video .container{
    position: relative;
    height: 350px;
}
.marketing-about-thumb {
    margin: 0
}

@media(max-width:991px) {
    .marketing-about-thumb {
        margin-bottom: 50px
    }
}

.marketing-about-thumb:before {
    /*background-color: rgba(0,0,0,0.6);*/
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.marketing-about-thumb .about-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.marketing-about-thumb .btn-video-popup {
    border-radius: 50%;
    border: 5px solid #FFF;
    color: #FFF;
    display: block;
    text-align: center;
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.marketing-about-thumb .btn-video-popup:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.marketing-about-thumb .btn-video-popup i {
    font-size: 24px
}

@media(max-width:575px) {
    .marketing-about-thumb .btn-video-popup {
        width: 70px;
        height: 70px
    }

    .marketing-about-thumb .btn-video-popup i {
        font-size: 20px
    }
}
.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}
/*视频结束*/


/*荣誉资质*/
.honor .swiper-slide{
    border:1px solid #eee;
    padding: 5px;
}
.honor .swiper-slide p{
    display: block;
    height: 50px;
    line-height: 50px;
}


/*企业风采*/
.style .sw{
    width: 49.4%;
    position: relative;
}
.style .sw .swiper-container{
    height: 100%;
}
.style .sw .swiper-container .cici{
    height: 100%;
}
.style .list{
    width: 50%;
}
.style .list ul li{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.style .list ul li:nth-child(2n){
    margin-right: 0px;
}
.style .list ul li:nth-child(3){
    margin-bottom: 0px;
}
.style .list ul li:last-child{
    margin-bottom: 0px;
}

/*合作客户*/
.par ul li{
    width: 19.2%;
    border:1px solid #F6F6F6;
    border-radius: 5px;
    margin-right: 1%;
    margin-bottom: 1%;
}
.par ul li:nth-child(5n){
    margin-right: 0px;
}


/*产品页*/
.com_inner.pro{
    padding: 50px 0;
}
.com_inner.pro .de-product-list ul li{
    width: 24%;
    margin:0 1% 1% 0;
}
.com_inner.pro .de-product-list ul li:nth-child(4n){
    margin-right: 0px;
}
.com_inner.pro .de-product-list ul li .text{
    background: #F9F9F9;
    padding: 8% 5%;
}
.com_inner.pro .de-product-list ul li .text h3{
    font-size: 18px;
}
.com_inner.pro .de-product-list ul li .text span{
    display: flex;
    justify-content: center;
    width: 35px;
    margin:15px auto;
}
.com_inner.pro .de-product-list ul li .text span i{
    width: 17px;
    transition: all .5s ease;
}
.com_inner.pro .de-product-list ul li .text span i:first-child{
    border:2px solid #008ACA;
    margin-right: 3px;
}
.com_inner.pro .de-product-list ul li .text span i:last-child{
    border:2px solid #122D68;
}
.com_inner.pro .de-product-list ul li .text .content{
    font-size: 14px;
    line-height: 26px;
    color: #929292;
}
.com_inner.pro .de-product-list ul li:hover .text{
    background: #122D68;
    color: #fff;
}
.com_inner.pro .de-product-list ul li:hover .text .content{
    color: #fff;
}
.com_inner.pro .de-product-list ul li:hover .text span i{
    border: 2px solid #fff !important;
}

.com_inner.pro .proinfo .text{
    width: 73%;
}
.com_inner.pro .proinfo .xl{
    width: 25%;
}
.com_inner.pro .proinfo .text .cici{
    width: 32%;
}
.com_inner.pro .proinfo .text .infotag{
    width: 64%;
    padding-top: 5px;
}
.com_inner.pro .proinfo .text .infotag span{
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    background: #132D69;
    color: #fff;
}
.com_inner.pro .proinfo .text .infotag h3{
    font-size: 30px;
    font-weight: bold;
    margin: 8px 0 20px;
}
.com_inner.pro .proinfo .text .infotag .tag p{
    font-size: 16px;
}
.com_inner.pro .proinfo .text .infotag .tag p:first-child{
    color: #142D69;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.com_inner.pro .proinfo .text .infotag .tag p:last-child{
    color: #7A7A7A;
    line-height: 26px;
    font-size: 16px;
}
.com_inner.pro .proinfo .text .more {
    margin-top: 40px;
}

.com_inner.pro .proinfo .text .more .t{
    font-size: 24px;
    font-weight: bold;
    color: #142D69;
    padding: 8px 30px;
    border:1px solid #DCDCDC;
    margin-right: 5px;
    display: inline-block;
}
.com_inner.pro .proinfo .text .more .link{
    display: inline-block;
    font-size: 16px;
    padding: 12px 30px;
    background: #142D69;
    color: #fff;
}

.com_inner.pro .proinfo .text .content .btitle{
    font-size: 24px;
    color: #142D69;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
    margin-top: 40px;
}
.com_inner.pro .proinfo .text .content .btitle:before{
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/bt.jpg)no-repeat center;
    left: 0px;
    top: 8px;
}
.com_inner.pro .proinfo .text .content .tg{
    padding: 20px 25px 0;
}
.com_inner.pro .proinfo .text .content .tg table{
    width: 100%;
}
.com_inner.pro .other{
    margin-top: 40px;
}
.com_inner.pro .other .swiper-slide .cici{
    width: 100%;
}
.com_inner.pro .other .swiper-slide .text{
    background: #F9F9F9;
    padding: 8% 5%;
    width: 100%;
}
.com_inner.pro .other .swiper-slide .text h3{
    font-size: 18px;
}
.com_inner.pro .other .swiper-slide .text span{
    display: flex;
    justify-content: center;
    width: 35px;
    margin:15px auto;
}
.com_inner.pro .other .swiper-slide .text span i{
    width: 17px;
    transition: all .5s ease;
}
.com_inner.pro .other .swiper-slide .text span i:first-child{
    border:2px solid #008ACA;
    margin-right: 3px;
}
.com_inner.pro .other .swiper-slide .text span i:last-child{
    border:2px solid #122D68;
}
.com_inner.pro .other .swiper-slide .text .content{
    font-size: 14px;
    line-height: 26px;
    color: #929292;
}
.com_inner.pro .other .swiper-slide:hover .text{
    background: #122D68;
    color: #fff;
}
.com_inner.pro .other .swiper-slide:hover .text .content{
    color: #fff;
}
.com_inner.pro .other .swiper-slide:hover .text span i{
    border: 2px solid #fff !important;
}

/*右侧下拉*/
.account-l .list-title{
    width: 100%;
    font-size: 18px;
    padding: 5%;
    background: #15256D;
    color: #fff;
    text-align: left;
    font-weight: bold;
    border-left: solid 1px #15256D;
    border-right: solid 1px #15256D;
    border-bottom: 1px solid #E4E4E4;
}
.accordion {
    width: 100%;
    background: #F8F8F8;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 5%;
    color: #4D4D4D;
    font-size: 18px;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-left: solid 1px #E4E4E4;
    border-right: solid 1px #E4E4E4;
}
.accordion .link:hover{
    background: #15256D;
    color: #fff;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion .link .img{
    position: absolute;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 21%;
    opacity: .5;
}
.accordion li{
    cursor: pointer;
}
.accordion li i.fa-chevron-down {
    position: absolute;
    top: 22px;
    right: 5%;
    font-size: 16px;
    font: lighter;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accordion li.open .link {
    color: #fff;
    background: #15256D;
    border-left: solid 1px #15256D;
    border-right: solid 1px #15256D;
}
.accordion li.open i {
    color: #fff;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion .submenu {
  display: none;
  background: #fff;
  font-size: 18px;
}
.accordion .submenu li{
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #15256D;
}
.accordion .submenu li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 17%;
    font-size: 16px;
}
.accordion .submenu li ul li{
    position: relative;
}
.accordion .submenu li a i.fa-chevron-down {
    position: absolute;
    top: 21px;
    left: 8%;
    right: auto;
    font-size: 12px;
    font: lighter;
    color: #15256D;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accordion .submenu li a:hover,
.accordion .submenu li a.active{
    color: #15256D;
    font-weight: bold;
}

/*翻页*/
.newsPage {
  background: #f6f6f6;
  margin-top: 40px;
}
.newsPage .left,.newsPage .right{
  width: 46%;
  padding: 25px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.newsPage .right{
  text-align: right;
  border-left:1px solid #ccc;
}
.newsPage .left{
  border-right:1px solid #ccc;
}
.newsPage .page-a{
  overflow: hidden;
}
.newsPage a{
  color: #000;
}
.newsPage .cent{
  width: 8%;
  height: 70px;
  line-height: 70px;
  color: #000;
  text-align: center;
}
.newsPage .cent i{
  font-size: 24px;
  transition: all 0.5s ease;
  line-height: 70px;
  color: #ccc;
}
.newsPage .cent:hover i{
  color: #142D69;
}


/*应用领域*/
.area_type .area_type_box .img{
    width: 44px;
    height: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin:0 auto 10px auto;
}
.com_inner .area_left{
    width: 73%;
}
.com_inner .area_left .content{
    padding: 2% 0 0 0;
}
.com_inner .area_left .content p,
.com_inner .area_left .content span{
    font-size: 16px !important;
}
.com_inner .area_left .content strong{
    color: #122C68;
    display: block;
}
.com_inner .area_left .content table{
    width: 100%;
    border-collapse: collapse;
    margin: 2% 0;
}
.com_inner .area_left .content table .firstRow{
    background: #122C68;
}
.com_inner .area_left .content table .firstRow td,
.com_inner .area_left .content table .firstRow p,
.com_inner .area_left .content table .firstRow span
{
    color: #fff !important;
}
.com_inner .area_left .content table td{
    border-color:#DDDDDD !important;
    padding: .8% 0 !important;
    border:1px solid ;
    text-align: center !important;
    font-size: 16px !important;
}
.com_inner .area_left .content table td p{
    text-align: center !important;
}
.com_inner .area_right{
    width: 25%;
}
.com_inner .area_left h3{
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #EFF0F0;
    padding: 1.5% 0;
}


/*质量体系*/
.com_inner .equ ul li{
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1%;
    border:3px solid #EEEEEE;
}
.com_inner .equ ul li:nth-child(4n){
    margin-right: 0px;
}
.com_inner .equ ul li h3{
    display: block;
    height: 40px;
    background: #EEEEEE;
    line-height: 40px;
}
.com_inner .equ ul li:hover img{
    transform: scale(1.05);
}


/*新闻*/
.com_inner.news ul li{
   border-bottom: 1px solid #ccc;
   padding-bottom: 35px;
   margin-bottom: 35px;
}
.com_inner.news ul li .time{
   font-size: 40px;
   color: #122C68;
   width: 11%;
   padding-top: 15px;
   font-weight: bold;
}
.com_inner.news ul li .time p:last-child{
    font-size: 16px;
    font-weight: normal;
}
.com_inner.news ul li .text{
   width: 62%;
   padding-top: 15px;
}
.com_inner.news ul li .img{
   width: 21%;
}
.com_inner.news ul li .img img{
   max-height: 150px;
}
.com_inner.news ul li .text h4{
   font-size: 22px;
   font-weight: bold;
   line-height: 22px;
}
.com_inner.news ul li .text .content{
   font-size: 16px;
   line-height: 26px;
   margin:12px 0 13px;
   color: #555555;
}
.com_inner.news ul li .text .more{
   color: #555555;
}
.com_inner.news ul li:hover h4,
.com_inner.news ul li:hover .more{
   color: #122C68;
}
.com_inner.news ul li:hover{
   border-bottom: 1px solid #122C68;
}


/*详情页*/
.news_detail_box{
    padding: 0px 0;
}
.news_detail_box .news_detail_title{
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}
.news_detail_box .news_detail_title .h3{
    font-size: 26px;
    text-align: center;
}
.news_detail_box .news_detail_title .b{
    margin:.6% 0;
}
.news_detail_box .news_detail{
    padding: 2%;
}
.news_detail_box .news_detail img{
    display: inline-block;
}

.news_detail_box .news_detail_title .b a{
    color: #555555;
    font-size: 18px;
    margin-right: 10px;
}
.news_detail_box .news_detail_title .b a.f-add{
    font-size: 22px;
}
.news_detail_box .news_detail_title .b a.f-dec{
    font-size: 14px;
    margin-right: 0px;
}
.news_detail_box .news_detail_title .b a:hover{
    color: #122C68;
}

.newsPage {
  background: #f6f6f6;
}
.newsPage .left,.newsPage .right{
  width: 46%;
  padding: 25px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.newsPage .right{
  text-align: right;
  border-left:1px solid #ccc;
}
.newsPage .left{
  border-right:1px solid #ccc;
}
.newsPage .page-a{
  overflow: hidden;
}
.newsPage a{
  color: #000;
}
.newsPage .cent{
  width: 8%;
  height: 70px;
  line-height: 70px;
  color: #000;
  text-align: center;
}
.newsPage .cent i{
  font-size: 24px;
  transition: all 0.5s ease;
  line-height: 70px;
  color: #ccc;
}
.newsPage .cent:hover i{
  color: #122C68;
}


/*contact*/
.com_inner.contact #con{
    padding-top: 0px;
}
.com_inner.contact .message .glo_title h3,
.com_inner.contact .message .glo_title p{
    color: #fff;
}
.de_contact .contact_map{
    position: relative;
}
.de_contact .contact_map #dituContent{
    width: 100%;
    height: 580px;
}
.de_contact .contact_map #dituContent img{
    max-width: inherit;
}
.de_contact .contact_map .link{
    position: absolute;
    width: 35%;
    right: 3%;
    top: 20%;
    background: rgba(255,255,255,.9);
    font-size: 17px;
    line-height: 28px;
}
.de_contact .contact_map .link h4{
    font-size: 22px;
    color: #fff;
    padding: 12px 0;
    background: #122D69;
    text-align: center;
}
.de_contact .contact_map .link div{
    padding: 5% 6% 5% 12%;
}
.de_contact .contact_map .link li{
    margin-bottom: 12px;
    position: relative;
    line-height: 27px;
}
.de_contact .contact_map .link li:before{
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    left: -35px;
    top: 5px;
    background-size: contain;
}
.de_contact .contact_map .link li.icon-01:before{
    background:url(../images/c1.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-02:before{
    background:url(../images/c2.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-03:before{
    background:url(../images/c3.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-04:before{
    background:url(../images/c4.png) no-repeat center;
}
.de_contact .contact_map .link li.icon-05:before{
    background:url(../images/c5.png) no-repeat center;
}


/*message*/
.com_inner .message{
    background: url(../images/mes.jpg) no-repeat center;
    margin-top: 50px;
    padding-bottom: 70px;
    background-size: cover;
}
.com_inner .message .global_title{
    color: #fff;
}
.contact-liuyan{
    background: #fff;
    padding: 3% 3%;
}
.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #122C68;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #122C68;
}
.contact-liuyan .pink-btn{
    padding: 16px 145px;
    background: #2283DA;
    border:none;
    color: #fff;
}
/*.contact-liuyan .submit{
    display: block;
    width: 30%;
    line-height: 47px;
    text-align:center;
    color:#fff;
    height: 47px;
    font-size:20px;
    background: #122C68;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}*/
/*.contact-liuyan .inputbox .submit:hover{
    background: #51c0c3;
}*/


.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 35px 0 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #003A92;
  background: #003A92;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}





