img{
    max-width: 100%;
}
.topbar{
    background: #313747;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
.topbar .l span{
    margin-right: 15px;
}
.topbar .l span i{
    margin-right: 10px;
    font-size: 18px;
}
.topbar a{
    color: #fff;
}
.topbar .r{
    padding-top: 13px;
}
.topbar .r a{
    margin-left: 10px;
}
.topbar a:hover{
    color: #e10000;
}
.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
}
nav{
    margin-right: 20px;
}
.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: #1550A9;
}

.main-nav>ul>li>a:hover {
    color: #1550A9;
}

.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: 110px;
    height: 100%;
    box-sizing: border-box;
    background: #A80000;
}
.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: 40px;
    font-weight: lighter;
    line-height: 0;
    margin:0px;
}

.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: #1550A9;
    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 #1550A9;
}

.dropdown-submenu>li {
    padding: 2px 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: 25px;
    position: relative;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-submenu>li>a:hover {
    color: #1550A9;
    -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: #1550A9
}

.dropdown-submenu>li>a:before {
    background-color: #1550A9;
    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
}
.main-nav>ul>li:last-child .dropdown-hover{
    right: 0px;
}

.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: 142px;*/
    height: 56px;
}
.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{
    min-width: 200px;
    color: #2C2C2C;
    font-size: 14px;
    padding-top: 20px;
}
.main_header_tel img{
    margin:13px 5px 0 0;
}
.main_header_tel .main_header_tel_r strong{
    font-size: 24px;
    color: #1550A9;
    font-weight: bold;
}
/*导航结束*/

.ibanner {
  /*height: 19rem;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ibanner .pc-block-768{
    display: block;
}
.ibanner .swiper-slide {
  /*height: 19rem;*/
  overflow: hidden;
}
.ibanner .bg {
  /*height: 19rem;*/
}
.ibanner .banner-pagination {
  bottom: 1rem !important;
  width: 100%;
}
.ibanner .banner-pagination span {
  width: 11px;
  height: 11px;
  position: relative;
  background: transparent;
  opacity: 1;
  margin: 0 .3rem !important;
}
.ibanner .banner-pagination span:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: .5;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  opacity: 1;
}
.ibanner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  height: 11px;
  width: 11px;
  border-radius: 11px;
  background: #F08200;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(1, 1);
}

/*@media (max-width: 1024px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: 15rem;
  }
}*/
@media (max-width: 768px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: auto;
  }
  .ibanner .bg img{
    width:100%;
  }
}
@media (max-width: 767px) {
  .ibanner, .ibanner .swiper-slide, .ibanner .bg {
    height: auto;
  }
}

/*公司简介*/
.company_index{
    padding: 70px 0;
}
.company_index .text,
.company_index .img{
    width: 50%;
    position: relative;
    z-index: 1;
}
.company_index .text{
    padding-right: 5%;
}
.company_index .text h4{
    font-size: 163px;
    font-family: 'Impact';
    color: #F9F9F9;
    position: absolute;
    left: 0px;
    top: -55px;
    z-index: -1;
    line-height: 163px;
}
.company_index .text h2{
    font-size: 36px;
}
.company_index .text h3{
    font-size: 22px;
    color: #122D68;
    line-height: 30px;
}
.company_index .text h3 span{
    color: #1550A9;
}
.company_index .text h3 b{
    font-size: 72px;
}
.company_index .text .content{
    font-size: 16px;
    color: #707070;
    line-height: 30px;
    margin: 30px 0 45px;
}
/*.company_index .img{
    background: url(../images/bg.jpg) no-repeat right bottom;
}*/
.company_index .text a.more{
    font-size: 16px;
    padding: 15px 40px;
    background: #1550A9;
    color: #fff;
    border-radius: 10px;
}
.company_index .text a.more i{
    margin-left: 15px;
    font-weight: lighter;
}
.company_index .text a.more:hover{
    background: #e10000;
}

/*视频*/
.company_box_video .s4_crbl .cici{
    height: 358px;
}
.company_box_video .s4_crbl{position: relative;height: 100%;}
.company_box_video .s4_crbl .s4_crbla{overflow: hidden;height: 100%;}
.company_box_video .s4_crbl .s4_crbla img{
    transition: transform 0.6s;
    -moz-transition: transform 0.6s; 
    -webkit-transition: transform 0.6s; 
    -o-transition: transform 0.6s;
    max-width: 100%;
    
}
.company_box_video .s4_crbl:hover .s4_crbla img{
    transform:scale(1.05);
    -ms-transform:scale(1.05);   
    -moz-transform:scale(1.05);  
    -webkit-transform:scale(1.05); 
    -o-transform:scale(1.05); 
}
.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
}
/*视频结束*/


/*产品中心*/
.pro_index{
    padding: 0px 0 50px;
    background: #EDEDED;
}
.glo_title{
    padding: 70px 0 40px;
}
.com_in .glo_title{
    padding-top: 50px;
}
.glo_title h3{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.glo_title p{
    font-size: 16px;
    padding: 0 2%;
    color: #656565;
    line-height: 28px;
}
.pro_index .box .inner{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}
.pro_index .box .inner:nth-child(3n){
    margin-right: 0px;
}
.pro_index .box .inner .title{
    height: 50px;
    line-height: 50px;
}
.pro_index .box .inner .cover{
    position: absolute;
    width: 100%;
    padding: 6% 2%;
    background: rgba(30,87,163,.9);
    left: 0px;
    bottom: -100%;
    color: #fff;
}
.pro_index .box .inner .cover h3{
    font-size: 20px;
}
.pro_index .box .inner .cover .more{
    display: inline-block;
    padding: 6px 8%;
    margin-top: 4%;
    font-size: 14px;
    border:1px solid #fff;
    border-radius: 5px;
    transition: all .5s ease;
}
.pro_index .box .inner:hover .cover{
    bottom: 0px;
}
.pro_index .box .inner .cover .more:hover{
    background: #e10000;
    border:1px solid #e10000;
}
.pro_index .mm{
    display: none;
}
.pro_index a.more{
    font-size: 16px;
    padding: 15px 40px;
    background: #1550A9;
    color: #fff;
    border-radius: 10px;
    margin:0 auto;
    display: inline-block;
}
.pro_index a.more i{
    margin-left: 15px;
    font-weight: lighter;
}
.pro_index a.more:hover{
    background: #e10000;
}

/*优势*/
.ys_index{
    background: url(../images/ys.jpg) no-repeat bottom;
}
.ys_index .box{
    position: relative;
    box-shadow: 0 0px 10px 0 #ccc;
}
.ys_index #ys1 .text{
    width: 40%;
    background: #fff;
}
.ys_index #ys1 .cici{
    width: 60%;
    background: #fff;
}
.ys_index #ys1 .text{
    padding: 5%;
}
.ys_index #ys1 .text .title{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    position: relative;
}
.ys_index #ys1 .text .title img.left{
    margin:10px 15px 0 0;
}
.ys_index #ys1 .text h3{
    font-size: 30px;
    font-weight: bold;
}
.ys_index #ys1 .text p{
    font-size: 18px;
    text-transform: uppercase;
}
.ys_index #ys1 .text .title:after{
    content: '';
    display: block;
    position: absolute;
    width: 69px;
    height: 48px;
    right: 0px;
    top: 10px;
}
.ys_index #ys1 .swiper-slide:nth-child(1) .title:after{
    background: url(../images/ys1.jpg) no-repeat center;
}
.ys_index #ys1 .swiper-slide:nth-child(2) .title:after{
    background: url(../images/ys2.jpg) no-repeat center;
}
.ys_index #ys1 .swiper-slide:nth-child(3) .title:after{
    background: url(../images/ys3.jpg) no-repeat center;
}
.ys_index #ys1 .swiper-slide:nth-child(4) .title:after{
    background: url(../images/ys4.jpg) no-repeat center;
}
.ys_index #ys1 .text .content{
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.ys_index .box .check{
    position: absolute;
    width: 50%;
    left: 5%;
    bottom: 5%;
    background: #fff;
    box-shadow: 0 0px 10px 0 #ccc;
    z-index: 10;
}
.ys_index .box .check .bac{
    width: 36px;
    height: 32px;
    margin:0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ys_index .box .check .swiper-slide{
    padding: 4% 1% 3%;
    background: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.ys_index .box .check .swiper-slide:after{
    content: '';
    position: absolute;
    height: 60%;
    width: 0px;
    border-right: 1px solid #E5E5E5;
    right: 0px;
    top: 20%;
}
.ys_index .box .check .swiper-slide p{
    font-size: 12px;
}
.ys_index .box .check .swiper-slide h4{
    font-size: 18px;
    font-weight: bold;
    margin:10px 0 3px;
}
.ys_index .box .check .swiper-slide:nth-child(1) .bac{
    background-image: url(../images/ys1.png);
}
.ys_index .box .check .swiper-slide:nth-child(2) .bac{
    background-image: url(../images/ys2.png);
}
.ys_index .box .check .swiper-slide:nth-child(3) .bac{
    background-image: url(../images/ys3.png);
}
.ys_index .box .check .swiper-slide:nth-child(4) .bac{
    background-image: url(../images/ys4.png);
}
.ys_index .box .check .swiper-slide:hover,
.ys_index .box .check .swiper-slide.swiper-slide-thumb-active{
    background: #1550A9;
    color: #fff;
}
.ys_index .box .check .swiper-slide:nth-child(1):hover .bac,
.ys_index .box .check .swiper-slide:nth-child(1).swiper-slide-thumb-active .bac{
    background-image: url(../images/ys_01.png);
}
.ys_index .box .check .swiper-slide:nth-child(2):hover .bac,
.ys_index .box .check .swiper-slide:nth-child(2).swiper-slide-thumb-active .bac{
    background-image: url(../images/ys_02.png);
}
.ys_index .box .check .swiper-slide:nth-child(3):hover .bac,
.ys_index .box .check .swiper-slide:nth-child(3).swiper-slide-thumb-active .bac{
    background-image: url(../images/ys_03.png);
}
.ys_index .box .check .swiper-slide:nth-child(4):hover .bac,
.ys_index .box .check .swiper-slide:nth-child(4).swiper-slide-thumb-active .bac{
    background-image: url(../images/ys_04.png);
}
.ys_index .box .check .swiper-slide:hover:after,
.ys_index .box .check .swiper-slide.swiper-slide-thumb-active:after{
    display: none;
}
.ys_index .wb{
    color: #fff;
    padding: 50px;
}
.ys_index .wb .bz{
    width: 70%;
}
.ys_index .wb .tel{
    width: 30%;
    font-size: 24px;
}
.ys_index .wb .tel img{
    margin:5px 15px 0 0;
}
.ys_index .wb .bz h3{
    font-size: 24px;
}
.ys_index .wb .bz h4{
    font-size: 18px;
    font-weight: normal;
}
@media(min-width:1600px) {
    .ys_index .box .check .bac{
        width: 46px;
        height: 42px;
        margin:0 auto;
    }
    .ys_index .wb .bz h3{
    font-size: 30px;
    }
    .ys_index .wb .bz h4{
        font-size: 24px;
        font-weight: normal;
    }
    .ys_index .wb .tel{
        font-size: 30px;
    }
}


/*实力展示*/
.power .but{
    position: relative;
    height: 100px;
}
.power .but{
    width: 10%;
    margin: 0 auto;
}
.power .swiper-slide{
    opacity: .6;
}
.power .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.power .swiper-button-prev,
.power .swiper-button-next{
    width: 38px;
    height: 38px;
}
.power .swiper-button-prev:after,
.power .swiper-button-next:after{
    content: '';
}
.power .swiper-button-prev{
    background: url(../images/l1.png) no-repeat center;
}
.power .swiper-button-next{
    background: url(../images/l2.png) no-repeat center;
}
.power .swiper-button-prev:hover{
    background: url(../images/l11.png) no-repeat center;
}
.power .swiper-button-next:hover{
    background: url(../images/l22.png) no-repeat center;
}

/*新闻资讯*/
.news_index{
    background: #EEEEEE;
    padding-bottom: 70px;
}
.news_index .swiper-slide{
    padding: 2%;
    background: #fff;
}
.news_index .text .time{
    width: 20%;
    font-size: 18px;
}
.news_index .text .title{
    width: 75%;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
}
.news_index .text .time b{
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
}
.news_index .content{
    font-size: 14px;
    line-height: 24px;
    color: #7B7B7B;
    margin:20px 0;
}
.news_index .cici{
    max-height: 250px;
}
.news_index a:hover{
    color: #1550A9;
}
.news_index .swiper-slide a:hover img{
    transform: scale(1.05);
}
.news_index .swiper-pagination{
    position: relative;
}
.swiper-pagination{
    margin:20px auto 0;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 5px;
    transition: all .5s;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #1146AF;
    width: 40px;
    border-radius: 20px;
}


/*底部*/
.footer{
    background: #000000;
    color: #969AA0;
}
.footer .inout{
    padding: 50px 0;
}
.footer .footlist{
    width: 48%;
}
.footer .footlink{
    width: 30%;
}
.footer .footlist ul{
    margin:0px;
    padding: 0px;
}
.footer .footlist ul h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footlink h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .footlink .zx{
    margin-bottom: 20px;
}
.footer .footlink .zx p{
    margin-bottom: 5px;
}
.footer .footlink img{
    margin-bottom: 20px;
}
.footlink .zx h4{
    font-size: 30px;
    color: #fff;
}
.footer .footlist ul li{
    margin-bottom: 11px;
}
.footer .footlist ul li a,
.footer .footlink p a{
    font-size: 14px;
    color: #969BA1;
    transition: all 0.5s;
}
.footer .footlist ul li a:hover,
.footer .footlink p a:hover{
    color: #fff;
}
.footer .footlink p{
    font-size: 14px;
    margin-bottom: 11px;
}

.footer .er{
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.bottom{
    padding: 20px 0;
    background: #000;
    color: #969AA0;
    font-size: 14px;
    border-top: 1px solid #4C4C4C;
}
.bottom a{
    color: #969AA0;
}
.bottom a:hover{
    color: #fff;
}

/*底部*/
.bd{
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 8px 0 ;
    width: 100%;
    background: #1550A9;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.bd .rob div{
    width: 33.3333%;
    border-right:1px solid #eeeeee;
    box-sizing: border-box;
}
.bd div a{
    color: #fff;
}
.bd div i{
    margin-bottom: 5px;
    font-size: 24px;
}

/*滚动图标*/
.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: #1550A9;
    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: #1550A9;
    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)
}


/*内页开始*/
.in_banner{
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.in_banner .container{
    height: 100%;
}
.in_banner .box{
    display: flex;
    align-items: center;
    height: 100%;
}
.in_banner .box .h3 h1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    font-size: 60px;
    color: rgba(255,255,255,.2);
    font-family: 'Impact';
    text-transform: uppercase;
}
.in_banner .h3{
    font-size: 36px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.in_banner p{
    font-size: 18px;
    margin:5px 0 20px;
}
.in_banner i{
    margin-right: 10px;
}
.in_banner a{
    color: #fff;
}

.cru ul li{
    padding: 18px 20px;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    transition: all .5s ease;
}
.cru{
    background: #fff;
}
.cru ul li:hover,
.cru ul li.active{
    border-bottom: 2px solid #1650A9;
}

/*公司简介*/
.com_in{
    background: #F7F7F7;
    padding: 30px 0;
}
.com_in .com{
    padding: 3.5%;
    background: #fff;
}
.com_in h3.xhx{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 36px;
    z-index: 1;
}
.com_in h3.xhx:before{
    content: '';
    position: absolute;
    display: block;
    width: 45%;
    /*border:2px solid #F40000;*/
    left: 0px;
    bottom: 0px;
    z-index: 0;
}
.com_in .com .content{
    margin:25px 0;
}
.com_in #pog1 .swiper-slide{
    text-align: center;
    background: #1550A9;
    font-size: 20px;
    color: #fff;
    padding: 15px 10px;
    cursor: pointer;
}
.com_in #pog1 .swiper-slide.swiper-slide-thumb-active{
    background: #F40000;
}
.com_in #pog2 .text{
    width: 35%;
    display: flex;
    align-items: center;
    background: #EEEEEE;
    padding: 0 3%;
}
.com_in #pog2{
    margin-top: 20px;
}
.com_in #pog2 .img{
    width: 64%;
}
.com_in #pog2 .text h3{
    font-size: 28px;
}
.com_in #pog2 .text span{
    display: inline-block;
    width: 50px;
    border:1px solid #F40000;
    margin:20px 0;
}
.com_in #pog2 .text .cont{
    font-size: 16px;
    line-height: 28px;
    color: #515151;
}

@media(min-width:1600px) {
    .com_in #pog1 .swiper-slide{
        font-size: 24px;
    }
}


/*企业文化*/
.com_in .cul{
    background: #fff;
    margin-top: 30px;
    padding-bottom: 30px;
}
.culture0-wrap .culture0-ul {
  position: relative;
  /*margin-top: 55px;*/
}
.culture0-wrap .culture0-line {
  position: absolute;
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #9c9c9c;
}
.culture0-wrap .items {
  cursor: pointer;
}
.culture0-wrap .images:hover {
  background: #1550A9;
  transition:.5s ease-in-out;
}
.culture0-wrap .images:hover .i1 {
  opacity: 1;
}
.culture0-wrap .culture0-line {
  position: absolute;
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #9c9c9c;
}
.culture0-wrap .images:hover .i0 {
  opacity: 0;
}
.culture0-wrap .images:hover img {
  transition: .5s ease-in-out;
}
.culture0-wrap .images {
  width: 120px;
  height: 120px;
  transition:.5s ease-in-out;
  position: relative;
  background: #f7f7f7;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.culture0-wrap .images img {
  transition: .5s ease-in-out;
}
.culture0-wrap .images .i1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.culture0-wrap .words {
  text-align: center;
  margin-top: 38px;
}
.culture0-wrap .words .h0 {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.culture0-wrap .words .h1 {
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/*荣誉资质*/
.com_in .hon{
    background: #fff;
    padding-bottom: 50px;
    margin-top: 30px;
}
.com_in .hon .box{
    padding: 0 3.5%;
    position: relative;
}
.com_in .hon .words{
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    background: #EEEEEE;
    text-align: center;
}
.com_in .hon .box img{
    transition: all .5s ease;
}
.com_in .hon .box img:hover{
    transform: scale(1.05);
}
.com_in .hon .swiper-button-prev,
.com_in .hon .swiper-button-next{
    width: 47px;
    height: 47px;
}
.com_in .hon .swiper-button-prev:after,
.com_in .hon .swiper-button-next:after{
    content: '';
}
.com_in .hon .swiper-button-prev{
    background: url(../images/s1.png) no-repeat center;
}
.com_in .hon .swiper-button-next{
    background: url(../images/s2.png) no-repeat center;
}
.com_in .hon .swiper-button-prev:hover{
    background: url(../images/ss2.png) no-repeat center;
}
.com_in .hon .swiper-button-next:hover{
    background: url(../images/ss1.png) no-repeat center;
}

/*领导*/
.com_in .leader{
    background: #fff;
    margin-top: 30px;
}
.com_in .leader .box{
    padding: 0 3.5% 3.5% 3.5%;
}
.com_in .leader .img{
    width: 40%;
}
.com_in .leader .content{
    width: 55%;
    display: flex;
    align-items: center;
}

/*实力展示*/
#fac{
    position: relative;
}

/*产品中心*/
.com_in .pro_index{
    background: none;
    padding: 20px 0;
}

/*产品详情*/
.com_in.info .sider{
    width: 20%;
    background: #fff;
    height: 100%;
}
.com_in.info .proInfo{
    width: 78%;
    background: #fff;
    padding: 2%;
}
.com_in.info .proInfo .img{
    width: 55%;
    position: relative;
}
.com_in.info .proInfo .text{
    width: 42%;
    position: relative;
    padding-top: 5%;
}
.com_in.info .sider .title{
    background: #1650A9;
    color: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
}
.com_in.info .sider ul{
    padding: 4% 6%;
}
.com_in.info .sider ul li{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: #F5F5F5;
    margin-bottom: 3px;
    padding-right: 10px;
}
.com_in.info .sider ul li span{
    display: inline-block;
    border:2px solid #1650A9;
    float: left;
    margin:28px 10px 0 10px;
}
.com_in.info .sider ul li:hover a{
    color: #1650A9;
    font-weight: bold;
}
.com_in.info .proInfo .text h3{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
}
.com_in.info .proInfo .text .tags{
    font-size: 16px;
    line-height: 30px;
    color: #868686;
    margin:20px 0 30px;
}
.com_in.info .proInfo .text a.more{
    display: inline-block;
    padding: 12px 10%;
    background: #1650A9;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    transition: all .5s ease;
}
.com_in.info .proInfo .text a.more:hover{
    background: #e10000;
}
.com_in.info .proInfo .text .ss{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.com_in.info .proInfo .text .sw .swiper-container{
    width: calc(100% - 50px);
    margin: 0 auto;
}
.com_in.info .proInfo .text .sw{
    position: relative;
    margin-top: 40px;
}
.com_in.info .proInfo .text .sw .swiper-button-next,
.com_in.info .proInfo .text .sw .swiper-button-prev{
    width: 20px;
    height: calc(100% - 2px);
    background: #D2D2D2;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    transition: all .5s ease;
}
.com_in.info .proInfo .text .sw .swiper-button-next{
    right: 0px;
}
.com_in.info .proInfo .text .sw .swiper-button-prev{
    left: 0px;
}
.com_in.info .proInfo .text .sw .swiper-button-next:after,
.com_in.info .proInfo .text .sw .swiper-button-prev:after{
    font-size: 14px;
    color: #fff;
}
.com_in.info .proInfo .text .sw .swiper-button-next:hover{
    background: #1650A9;
}
.com_in.info .proInfo .text .sw .swiper-button-prev:hover{
    background: #1650A9;
}
.com_in.info .proInfo .text .sw .swiper-slide img{
    border:2px solid #fff;
}
.com_in.info .proInfo .text .sw .swiper-slide.swiper-slide-thumb-active{
    border:2px solid #1650A9;
}

.com_in.info .proInfo .content_box .xx{
    height: 60px;
    line-height: 60px;
    background: #F3F3F3;
    margin-top: 30px;
    padding: 0 10px;
}
.com_in.info .proInfo .content_box .xx .page-a{
    font-size: 14px;
    width: 50%;
    padding-right: 2%;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.com_in.info .proInfo .content_box .xx .newsPage{
    width: 50%;
}
.com_in.info .proInfo .content_box .xx .page-a:hover{
    color: 
}
.com_in.info .proInfo .content_box .content_box_info{
    padding: 25px 0;
}


/*销售网络*/
#network img{
    margin: 0 auto;
    display: initial;
}


/*最新招聘*/
.com_in .job{
    background: #fff;
    padding: 0 3.5% 3.5% 3.5%;
    margin-top: 25px;
}
/*最新招聘*/
.job-warp{width: 100%; margin: 0 auto 0px;box-shadow: 0 0 10px #ccc;}
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed}
.job-warp li .title{height: 52px;line-height: 52px;padding: 0 40px;color: #4b4b4b;background-color: #ffffff;font-size: 14px;cursor:pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp li.on .title{background-color: #1550A9;color: #fff;}
.job-warp li .title span{float: right;padding-right: 30px;background: url(../images/job-icon1.png) right center no-repeat;}
.job-warp li.on .title span{background: url(../images/job-icon2.png) right center no-repeat}
.job-warp li .warp{padding: 10px 40px 20px;background-color: #fff;display: none}
.job-warp .warp .tbl{width:100%;margin-bottom: 25px;padding:10px 0 20px 0;border-bottom: 1px solid #e9ebed}
.job-warp .warp .tbl p{width: 24%;float: left;font-size: 14px;color: #222;line-height: 26px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 14px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 14px;line-height: 28px;color: #565656}
.job-warp .warp .cont .cent{margin-bottom:20px; }
.job-warp .warp .btns{font-size:14px;line-height: 20px;color: #005ba0;cursor: pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp .warp .btns:hover{color: #1550A9;}

/*地图*/
.com_in .contact .contact-map{
    position: relative;
}
.com_in .contact{
    padding: 0 3.5% 3.5% 3.5%;
    background: #fff;
}
#dituContent{
    height: 500px;
}
#dituContent img{
    display: initial;
    max-width: none;
}
.com_in .contact .contact-map .cover{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 70%;
    box-shadow: 0 0 10px 0 #ccc;
}
.com_in .contact .contact-map .cover .img,
.com_in .contact .contact-map .cover .text{
    width: 50%;
    background: #fff;
}
.com_in .contact .contact-map .cover .img .cici{
    height: 100%;
}
.com_in .contact .contact-map .cover .text{
    padding: 4%;
}
.com_in .contact .contact-map .cover .text h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1A439D;
}
.com_in .contact .contact-map .cover .text p{
    margin-bottom: 6px;
    font-size: 16px;
    color: #404040;
}
.com_in .contact .contact-map .cover .text p a:hover{
    color: #1A439D;
}


/*在线留言*/
.com_in .mess{
    background: #fff;
    padding: 0 3.5% 3.5% 3.5%;
    margin-top: 120px
}
.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: #fff;
    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 #1550A9;
}
.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;
    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 #1550A9;
}
.contact-liuyan .submit{
    display: block;
    width: 15%;
    line-height: 47px;
    text-align:center;
    color:#fff;
    height: 47px;
    border-radius: 40px;
    font-size:16px;
    background: #1A439D;
    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: 10px 0 35px;
}
.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: #1550A9;
  background: #1550A9;
}
.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;
}

/*新闻中心*/
.newslist{height: auto;overflow: hidden;}
.newslist ul li{padding: 2%;margin-bottom: 1%;background: #fff;}
.newslist ul li a{display: block;transition:.4s;position: relative; }
.newslist ul li .img{width: 25%;}
.newslist ul li .text{width: 75%;display: flex;align-items: center;}
.newslist ul li .title{
    font-size: 22px;
    line-height: 24px;
}
.newslist ul li .text .newsfonta{padding: 0 2% 0 3%;width: 100%;}
.newslist ul li:hover img{transform: scale3D(1.1, 1.1, 1.1)}
.newslist ul li:hover span{color: #135fb5;}
.newslist ul li .time{
    margin:10px 0;
}
.newslist ul li .time i{
    margin-left: 20px;
}
.newslist ul li .time i:first-child{
    margin-left: 0px;
}
.time {display: block;line-height: 30px;color: #999;}
.newsfonta span{display: block;white-space: nowrap; text-overflow:ellipsis; overflow: hidden;position: relative;z-index: 2; }
.newsfonta p{line-height: 30px;color: #777;}
.newsfonta b{display: block;width: 40px;height: 40px;border-radius: 40px;background: #135fb5;text-align: center;line-height: 40px;}
.newsfonta b i{color: #fff;}
.nimga{height: 100%;overflow: hidden;}
.nimga img{display: block;max-width: 100%;transition:.4s;}
.newslist ul li .my-3.con{line-height: 24px;font-size: 15px;color: #777;margin-bottom: 10px;}


.com_inner .news_info_box .news_info_text{
    background: #fff;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .news_detail_title{
    border-bottom: 1px solid #eeeeee;
    padding: 3% 2% 2%;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .news_detail_title h3{
    font-size: 26px;
    margin-bottom: 5px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b{
    font-size: 15px;
    color: #555555;
    margin-top: 12px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b i{
    margin-right: 10px;
    color: #1550A9;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a{
    color: #555555;
    font-size: 18px;
    margin-right: 10px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-add{
    font-size: 22px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-dec{
    font-size: 14px;
    margin-right: 0px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a:hover{
    color: #1550A9;
}
.com_inner .news_info_box .news_info_text .content{
    padding: 2%;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .content img{
    display: initial;
}
.com_inner .news_info_box .newsPage .page-a{
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.com_inner .news_info_box .newsPage{
    /*border-top:1px solid #eeeeee;*/
    margin-top: 2%;
}
.com_inner .news_info_box .newsPage .page-a a{
    color: #555;
    line-height: 55px;
    display: inline;
}
.com_inner .news_info_box .newsPage .cl1{
    position: relative;
    overflow: hidden;
}
.com_inner .news_info_box .newsPage .cl1:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0px;
    border-bottom:2px solid #1550A9;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s;
}
.com_inner .news_info_box .newsPage .cl1:hover:before{
    width: 100%;
}
.com_inner .news_info_box .newsPage .cl1:hover a{
    color: #1550A9;
}
.com_inner .news_info_box .news-img{
    margin-bottom: 30px;
}
.com_inner .news_info_box .news-img img{
    max-width: 100%;
}
.com_inner .news_info_box .newsPage i{
    position: absolute;
    left: 3%;
    top: 35%;
}




















