/*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
}
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: #00993A;
}

.main-nav>ul>li>a:hover {
    color: #00993A;
}

.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: #00993A;
    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 #00993A;
}

.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: #00993A;
    -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: #00993A
}

.dropdown-submenu>li>a:before {
    background-color: #00993A;
    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: 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: 260px;
    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: #00993A;
    font-weight: bold;
}
.main_header_tel .main_header_tel_r strong span{
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
/*导航结束*/


.banner{
    position: relative;
}
.banner img{
    max-width: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
    width: 38px;
    height: 80px;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
    content: '';
}
.banner .swiper-button-prev{
    background: url(../images/ll1.png) no-repeat center;
}
.banner .swiper-button-next{
    background: url(../images/ll3.png) no-repeat center;
}
.banner .swiper-button-prev:hover{
    background: url(../images/ll2.png) no-repeat center;
}
.banner .swiper-button-next:hover{
    background: url(../images/ll4.png) no-repeat center;
}

/*关于我们*/
.company_index .text,
.company_index .img{
    width: 50%;
    position: relative;
    z-index: 1;
}
.company_index .text{
    padding-right: 5%;
    margin: 110px 0 50px;
}
.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 h3{
    font-size: 36px;
    color: #122D68;
    line-height: 52px;
}
.company_index .text h3 span{
    color: #00993A;
}
.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 .text .list a{
    display: inline-block;
    padding: 12px 7% 10px;
    border:1px solid #D2D2D2;
    margin-right: 2%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .5s ease;
}
.company_index .text .list a:hover{
    background: #00993A;
    color: #fff;
    border:1px solid #00993A;
}
.company_index .text .list a img{
    float: left;
    margin-right: 10px;
}
.company_index .text .list a p{
    display: block;
    font-size: 16px;
    float: left;
}
.company_index .img{
    background: url(../images/bg.jpg) no-repeat right bottom;
    padding-top: 40px;
}
.company_index .img img{
    width: 95%;
    margin-right: 5%;
    border-bottom-right-radius: 30px;
}

@media(max-width:1500px) {
    .company_index .img{
        padding-top: 100px;
        background-size: 80%;
    }
}


/*产品*/
.pro_index{
    margin-top: 70px;
}
.pro_index .protype .type{
    width: 49.8%;
    color: #fff;
    padding: 110px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.pro_index .protype .type h3{
    font-size: 36px;
    line-height: 36px;
}
.pro_index .protype .type .content{
    font-size: 16px;
    margin:30px 0;
}
.pro_index .protype .type .more{
    padding: 10px 40px;
    border-radius: 20px;
    margin:0 auto;
    font-size: 16px;
    background: #00993A;
    display: inline-block;
    color: #fff;
}
.pro_index .protype .type:after {
    content: '';
    display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: url("../images/gd.png") bottom left;
    background-repeat: repeat-x;
    height: 70px;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 3378px;
}
.pro_index .protype .type:hover:after{
    -moz-animation: bg 5s linear infinite;
    -webkit-animation: bg 5s linear infinite;
    -ms-animation: bg 5s linear infinite;
    animation: bg 5s linear infinite;
}

@-moz-keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

@keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

.glotitle{
    font-size: 36px;
    padding-top: 60px;
    padding-bottom: 35px;
}
.glotitle span{
    font-size: 40px;
    color: #797979;
}
.prolist {
    margin-bottom: 70px;
}
.prolist .inner{
    position: relative;
}
.prolist .c_b{
    background: #fff;
    padding: 5%;
    border-bottom: 2px solid #00993A;
}
.prolist .c_b h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.prolist .c_b .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
}
.prolist .c_b_c{
    position: absolute;
    left: 0px;
    bottom: -50%;
    background: #00993A;
    width: 100%;
    padding: 7% 5%;
    color: #fff;
}
.prolist .c_b_c h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    color: #fff;
}
.prolist .c_b_c .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
    color: #fff;
}
.prolist .c_b_c .more{
    border:1px solid #fff;
    border-radius: 40px;
    padding: 2% 8%;
    display: inline-block;
    margin-top: 7%;
    font-size: 14px;
}
.prolist .swiper-slide:hover .c_b_c{
    bottom: 0px;
}
.prolist .swiper-button-prev,
.prolist .swiper-button-next{
    width: 40px;
    height: 40px;
    top: -50px;
}
.prolist .swiper-button-prev:after,
.prolist .swiper-button-next:after{
    content: '';
}
.prolist .swiper-button-prev{
    left: calc(100% - 100px);
    background: url(../images/l2.jpg) no-repeat center;
}
.prolist .swiper-button-next{
    background: url(../images/r2.jpg) no-repeat center;
}
.prolist .swiper-button-prev:hover{
    left: calc(100% - 100px);
    background: url(../images/l1.jpg) no-repeat center;
}
.prolist .swiper-button-next:hover{
    background: url(../images/r1.jpg) no-repeat center;
}
/*荣誉资质*/
.honor_index {
    padding: 6% 0;
    background: url(../images/h.jpg) no-repeat center;
    background-size: cover;
}
.honor_index .text,
.honor_index .img{
    width: 50%;
    color: #fff;
}
.honor_index .text{
    padding-right: 10%;
}
.honor_index .text .glotitle{
    padding-top: 0px;
    padding-bottom: 35px;
}
.honor_index .text .glotitle span{
    color: #fff;
}
.honor_index .text .content{
    line-height: 30px;
    font-size: 16px;
}
.honor_index .text a{
    display: inline-block;
    padding: 2% 8%;
    color: #fff;
    border:1px solid #fff;
    border-radius: 10px;
    margin-top: 5%;
}
.honor_index .text a:hover{
    background: #00993A;
}


/*新闻资讯*/
.news_index{
    padding-bottom: 70px;
}
.news_index .glotitle .right{
    font-size: 16px;
    line-height: 46px;
}
.news_index .glotitle .right a{
    margin-left: 20px;
}
.news_index .glotitle .right a:hover{
    color: #00993A;
}
.news_index .fnews .img,
.news_index .fnews .text{
    width: 50%;
    background: #F4F8FA;
}
.news_index .fnews .img{
    max-height: 460px;
}
.news_index .fnews .text{
    padding: 0 2% 0 5%;
    display: flex;
    align-items: center;
}
.news_index .fnews .text h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news_index .fnews .text span{
    color: #747474;
}
.news_index .fnews .text .content{
    font-size: 16px;
    line-height: 28px;
    margin:5% 0;
    color: #747474;
}
.news_index .nnews{
    margin-top: 35px;
}
.news_index .fnews .text a.more{
    display: inline-block;
    padding: 2% 8%;
    color: #fff;
    font-size: 14px;
    background: #00993A;
    border-radius: 40px;
}
.news_index .nnews{
    position: relative;
}
.news_index .nnews .swiper-slide{
    background: #F4F8FA;
    padding: 3% 2%;
}
.news_index .nnews .swiper-slide h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.news_index .nnews .swiper-slide span{
    color: #00993A;
}
.news_index .nnews .swiper-slide .content{
    font-size: 15px;
    line-height: 28px;
    margin:3% 0 5%;
    color: #747474;
}
.news_index .nnews .swiper-slide .more .i{
    width: 32px;
    height: 34px;
    background: url(../images/m.jpg) no-repeat center;
}
.news_index .nnews .swiper-slide .more .t{
    width: 95px;
    height: 34px;
    background: #E5E5E5;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}
.news_index .nnews .swiper-slide:hover .more .t{
    background: #00993A;
    color: #fff;
}
.news_index .nnews .swiper-slide h3:hover{
    color: #00993A;
}
.news_index .nnews .swiper-pagination{
    margin:20px auto 0;
    position: relative;
}
.news_index .nnews .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 10px;
    transition: all .5s;
}
.news_index .nnews .swiper-pagination .swiper-pagination-bullet-active{
    background: #00993A;
    width: 50px;
    border-radius: 20px;
}

/*底部*/
.footer{
    background: #2D3542;
    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 p{
    margin-bottom: 5px;
}
.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 .footlink select {
    width: 220px;
    padding-left: 12px;
    height: 40px;
    margin:15px 0 20px;
    line-height: 40px;
    font-size: 14px;
    background: #3E3E3E;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #3E3E3E url(../images/ar.jpg) right no-repeat;
    overflow: hidden;
    color: #969BA1;
}
.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{
    padding: 20px 0;
    background: #1E252D;
    color: #969AA0;
    font-size: 14px;
}
.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: #00993a;
    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: #00993a;
    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: #00993a;
    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: 400px;
    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 h3{
    font-size: 36px;
}
.in_banner p{
    font-size: 18px;
    margin:5px 0 20px;
}
.in_banner span{
    display: inline-block;
    width: 25px;
    border:1px solid #fff;
}


/*面包屑*/
.cru{
    background: #F5F6F8;
    height: 60px;
}
.cru .rob .navlist{
    width: 70%;
}
.cru .rob .loca{
    width: 30%;
    font-size: 14px;
    color: #555555;
}
.cru .rob .navlist ul{
    margin-top: 10px;
}
.cru .rob .navlist ul li{
    height: 40px;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
    transition: all .5s ease;
    position: relative;
}
.cru .rob .navlist ul li:after{
    content: '';
    display: inline-block;
    border-left:1px solid #ccc;
    position: absolute;
    right: -5px;
    top: 10px;
    height: 20px;
}
.cru .rob .navlist ul li:last-child:after{
    display: none;
}
.cru .rob .navlist ul li a{
    transition: all .5s ease;
}
.cru .rob .navlist ul li:hover,
.cru .rob .navlist ul li.active{
    background: #00993A;
}
.cru .rob .navlist ul li:hover a,
.cru .rob .navlist ul li.active a{
    color: #fff;
}
.cru .rob .loca i{
    color: #00993A;
    margin-right: 10px;
}
.cru .rob .loca{
    line-height: 60px;
    text-align: right;
}


.com_in{
    padding: 50px 0 0;
}
.com_in .com_inner h2{
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
.com_in .com_inner h4{
    font-size: 22px;
    color: #636363;
}
.com_in .com_inner div.heng{
    width: 29px;
    border:1px solid #00993A;
    margin:20px auto 30px;
}
.com_in .com_inner .content{
    color: #666666;
}


/*企业风采*/
.cul .box {
    position: relative;
}
.cul .swiper-slide{
    position: relative;
}
.cul .swiper-slide .cover{
    background: rgba(0,146,65,.8);
    text-align: center;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    transition: all .5s ease;
    opacity: 0;
}
.cul .swiper-slide .cover h3{
    font-size: 24px;
    color: #fff;
}
.cul .swiper-slide .cover div{
    width: 100%;
    text-align: center;
}
.cul .swiper-slide .cover .m{
    width: 45px;
    height: 45px;
    border:1px solid #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #fff;
    margin:20px auto 0;
    border-radius: 50%;
}
.cul .swiper-slide:hover .cover{
    transform: scale(1);
    opacity: 1;
}
.cul .swiper-button-prev,
.cul .swiper-button-next{
    width: 40px;
    height: 40px;
    top: -50px;
}
.cul .swiper-button-prev:after,
.cul .swiper-button-next:after{
    content: '';
}
.cul .swiper-button-prev{
    left: calc(100% - 100px);
    background: url(../images/l2.jpg) no-repeat center;
}
.cul .swiper-button-next{
    background: url(../images/r2.jpg) no-repeat center;
}
.cul .swiper-button-prev:hover{
    left: calc(100% - 100px);
    background: url(../images/l1.jpg) no-repeat center;
}
.cul .swiper-button-next:hover{
    background: url(../images/r1.jpg) no-repeat center;
}


/*企业文化*/
.wh{
    background: #F6F6F6;
    padding: 70px 0;
    margin-top: 40px;
}
.wh .glotitle{
    padding-top: 0px;
}
.wh .text,
.wh .img{
    width: 50%;
}
.wh .text {
    padding-right: 5%;
}
.wh .text h3{
    font-size: 40px;
}
.wh .text .content{
    font-size: 16px;
    line-height: 30px;
    color: #797979;
}
.wh .text .u{
    margin:40px 0 30px 0;
}
.wh .text .uu{
    margin:30px 0 40px auto;
}

/*荣誉资质*/
.hon{
    background: url(../images/hon.jpg) no-repeat center;
    padding-bottom: 70px;
    position: relative;
}
.hon .glotitle,
.hon .glotitle span{
    color: #fff;
}
.hon .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.hon .swiper-button-prev,
.hon .swiper-button-next{
    width: 40px;
    height: 40px;
}
.hon .swiper-button-prev:after,
.hon .swiper-button-next:after{
    content: '';
}
.hon .swiper-button-prev{
    background: url(../images/l2.jpg) no-repeat center;
}
.hon .swiper-button-next{
    background: url(../images/r2.jpg) no-repeat center;
}
.hon .swiper-button-prev:hover{
    background: url(../images/l1.jpg) no-repeat center;
}
.hon .swiper-button-next:hover{
    background: url(../images/r1.jpg) no-repeat center;
}

/*横幅*/
.hf{
    background: url(../images/hf.jpg) no-repeat center bottom;
    text-align: center;
    
    padding: 10%;
}
.hf h3{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    word-break: break-all;
    width: 100%;
}

/*产品*/
.com_in .de-product-list ul li{
    width: 24.2%;
    position: relative;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 2%;
}
.com_in .de-product-list ul li:nth-child(4n){
    margin-right: 0px;
}
.com_in .de-product-list ul li .c_b{
    background: #fff;
    padding: 5%;
    border-bottom: 2px solid #00993A;
}
.com_in .de-product-list ul li .c_b h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.com_in .de-product-list ul li .c_b .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
}
.com_in .de-product-list ul li .c_b_c{
    position: absolute;
    left: 0px;
    bottom: -50%;
    background: #00993A;
    width: 100%;
    padding: 7% 5%;
    color: #fff;
}
.com_in .de-product-list ul li .c_b_c h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    color: #fff;
}
.com_in .de-product-list ul li .c_b_c .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
    color: #fff;
}
.com_in .de-product-list ul li .c_b_c .more{
    border:1px solid #fff;
    border-radius: 40px;
    padding: 2% 8%;
    display: inline-block;
    margin-top: 7%;
    font-size: 14px;
}
.com_in .de-product-list ul li:hover .c_b_c{
    bottom: 0px;
}


/*详情*/
.com_in.pro{
    padding-top: 25px;
}
.com_in.pro .proinfo{
    width: 79%;
}
.com_in.pro .other{
    width: 20%;
}
.com_in.pro .pt{
    margin-bottom: 20px;
}
.com_in.pro .pt a{
    display: inline-block;
    height: 40px;
    width: 100px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
    transition: all .5s ease;
    position: relative;
}
.com_in.pro .pt a:after{
    content: '';
    display: inline-block;
    border-left: 1px solid #ccc;
    position: absolute;
    right: -5px;
    top: 10px;
    height: 20px;
}
.com_in.pro .pt a:last-child:after{
    border:none;
}
.com_in.pro .pt a:hover,
.com_in.pro .pt a.active{
    background: #00993A;
    color: #fff;
}
.com_in.pro .proinfo .proinfo_box {
    background: #F6F6F6;
    padding: 25px;
}
.com_in.pro .proinfo .proinfo_box .coco{
    width: 40%;
}
.com_in.pro .proinfo .proinfo_box .text{
    width: 55%;
}
.com_in.pro .proinfo .proinfo_box .text h3{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    font-weight: bold;
}
.com_in.pro .proinfo .proinfo_box .text .tags{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin:22px 0;
}
.com_in.pro .proinfo .proinfo_box .param{
    padding: 5%;
    background: #E9E9E9;
}
.com_in.pro .proinfo .proinfo_box .param ul li{
    width: 50%;
    margin-bottom: 10px;
    color: #777777;
}
.com_in.pro .proinfo .proinfo_box .more{
    margin-top: 25px;
}
.com_in.pro .proinfo .proinfo_box .more a{
    padding: 0 7%;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 40px;
    background: #00993A;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.com_in.pro .proinfo .proinfo_box .more a i{
    margin-right: 10px;
}
.com_in.pro .proinfo .proinfo_box .more a:last-child{
    font-size: 22px;
    background: #193899;
}
.com_in.pro .proinfo .proinfo_box .more a:last-child i{
    font-size: 16px;
}

.com_in.pro .proinfo_content .panes .pane{
    display: none;
    padding: 20px 0;
}
.com_in.pro .proinfo_content .panes .pane img{
    display: initial;
}
.com_in.pro .proinfo_content .tab{
    height: 70px;
    margin-top: 20px;
    background: #F6F6F6;
    line-height: 70px;
}
.com_in.pro .proinfo_content .tab ul{
    width: 40%;
}
.com_in.pro .proinfo_content .tab ul li{
    font-size: 22px;
    padding: 0 20px;
    border-bottom: 2px solid #F6F6F6;
    height: 68px;
    cursor: pointer;
    margin-right: 10px;
}
.com_in.pro .proinfo_content .tab ul li:hover,
.com_in.pro .proinfo_content .tab ul li.hit{
    border-bottom: 2px solid #00993A;
}
.com_in.pro .proinfo_content .newsPage{
    width: 60%;
    padding-right: 10px;
}
.com_in.pro .proinfo_content .newsPage .page-a{
    width: 48%;
    text-align: right;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.com_in.pro .proinfo_content .newsPage .page-a a:hover{
    color: #00993A;
}


.com_in.pro .other h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_in.pro .other .box{
  margin-bottom: 10px;
  background: #F6F6F6;
  padding: 40px 20px;
}
.com_in.pro .other .ot {
    background: #fff;
    padding: 5px;
    margin-bottom: 2%;
}
.com_in.pro .other .ot .cici{
  max-height: 280px;
}
.com_in.pro .other .ot p{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  transition: all .5s ease;
}
.com_in.pro .other .ot:hover p{
  background: #00993A;
  color: #fff;
}

/*工程案例*/
.com_in .de_case ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.com_in .de_case ul li:nth-child(3n){
    margin-right: 0px;
}
.com_in .de_case ul li h4{
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #F3F3F3;
    width: 100%;
}
.com_in .de_case ul li:hover img{
    transform: scale(1.05);
}


/*新闻资讯*/
.com_in .news_list_page .row .newsli{
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 2%;
    border:1px solid #eeeeee;
}
.single-blog-post-wrap {
    padding: 0;
    margin-bottom: -5px
}
.com_in .news_list_page .row .newsli img{
    max-height: 255px;
}
.com_in .news_list_page .row .newsli:nth-child(3n){
    margin-right: 0px;
}
.single-blog-post-wrap .blog-thumbnail .btn-plus {
    height: 0;
    width: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    z-index: 2
}

.single-blog-post-wrap .blog-thumbnail .btn-plus img {
    width: 50px
}

.single-blog-post-wrap .blog-thumbnail a {
    position: relative;
    display: block
}

.single-blog-post-wrap .blog-thumbnail a .cici:before {
    background-color: rgba(0,0,0,0.3);
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 100%;
    width: 100%;
    z-index: 2
}

.single-blog-post-wrap .blog-thumbnail a .cici:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    visibility: visible
}

.single-blog-post-wrap:hover .blog-thumbnail .btn-plus {
    height: 40px;
    width: 40px;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}
.com_in .news_list_page .row .newsli .blog-post-details{
    padding: 5% 4%;
    box-sizing: border-box;
}
.com_in .news_list_page .row .newsli .blog-post-details a{
    color: #555555;
}
.com_in .news_list_page .row .newsli .blog-post-details .post-meta{
    margin:15px 0;
    font-size: 14px;
}
.com_in .news_list_page .row .newsli .blog-post-details .post-meta span{
    margin-left: 20px;
}
.com_in .news_list_page .row .newsli .blog-post-details .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #212121
}
.com_in .news_list_page .row .newsli .blog-post-details .desc-content{
    font-size: 14px;
    line-height: 28px;
    color: #555555;
}
.com_in .news_list_page .row .newsli:hover h3 a{
    color: #00993A;
}


/*新闻详情*/

.com_inner .news_info_box .news_info_text{
    width: 75%;
    background: #fff;
    box-sizing: border-box;
}
.com_inner .news_info_box .onews{
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    width: 25%;
    background: #fff;
}
.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: #00993a;
}
.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: #00993a;
}
.com_inner .news_info_box .news_info_text .content{
    padding: 4%;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .content img{
    display: initial;
}
.com_inner .news_info_box .onews_title{
    font-size: 20px;
    color: #555555;
    font-weight: 400;
    padding: 5% 5%;
    border-bottom: 1px solid #eeeeee;
}
.com_inner .news_info_box .other_list{
    padding: 2.5% 5%;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.com_inner .news_info_box .other_list li{
    margin-bottom: 6%;
}
.com_inner .news_info_box .other_list .cici{
    width: 40%;
    position: relative;
    padding-bottom: 32%;
    height: 0px;
}
.com_inner .news_info_box .other_list.cate_list li{
    width: 50%;
}
.com_inner .news_info_box .other_list.cate_list li .imc{
    overflow: hidden;
    margin-bottom: 5px;
}
.com_inner .news_info_box .other_list.cate_list li a{
    color: #555555;
}
.com_inner .news_info_box .other_list .cici img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.com_inner .news_info_box .other_list .g{
    width: 55%;
    padding-top: 3%;
    box-sizing: border-box;
}
.com_inner .news_info_box .other_list .g a{
    color: #555555;
}
.com_inner .news_info_box .other_list .g h4{
    margin-bottom: 10px;
}
.com_inner .news_info_box .other_list .g p{
    font-size: 14px;
    color: #777777;
}
.com_inner .news_info_box .other_list .g p i{
    margin-right: 5px;
}
.com_inner .news_info_box .other_list .g p a{
    color: #555555;
}
.com_inner .news_info_box .other_list .g p.more{
    margin-top: 10px;
}
.com_inner .news_info_box .other_list li:hover img{
    transform: scale(1.1);
}
.com_inner .news_info_box .other_list.cate_list li:hover img{
    transform: scale(1);
    -webkit-transform: rotate(360deg);
    animation: rotation 4s linear infinite;
    -moz-animation: rotation 4s linear infinite;
    -webkit-animation: rotation 4s linear infinite;
    -o-animation: rotation 4s linear infinite;
}
.com_inner .news_info_box .other_list.cate_list li:hover a{
    color: #00993a;
}
.com_inner .news_info_box .other_list li:hover p.more a{
    color: #00993a;
}
.com_inner .onews .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 .onews .newsPage{
    border-top:1px solid #eeeeee;
}
.com_inner .onews .newsPage .page-a a{
    color: #555;
    line-height: 55px;
    display: inline;
}
.com_inner .onews .newsPage .cl1{
    position: relative;
    overflow: hidden;
}
.com_inner .onews .newsPage .cl1:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0px;
    border-bottom:2px solid #00993a;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s;
}
.com_inner .onews .newsPage .cl1:hover:before{
    width: 100%;
}
.com_inner .onews .newsPage .cl1:hover a{
    color: #00993a;
}
.com_inner .news_info_box .news-img{
    margin-bottom: 30px;
}
.com_inner .news_info_box .news-img img{
    max-width: 100%;
}

/*企业实力*/
.com_in .de_honor ul li{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
    border:1px solid #eeeeee;
    padding: 10px;
}
.com_in .de_honor ul li:nth-child(4n){
    margin-right: 0px;
}
.com_in .de_honor ul li h4{
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #F3F3F3;
    width: 100%;
}
.com_in .de_honor ul li:hover img{
    transform: scale(1.05);
}
.com_in .de_honor ul li:hover{
    box-shadow: 0 0 10px 0 #ccc;
}

/*联系我们*/
.com_in .message{
    padding-bottom: 50px;
}
.com_in .message .glotitle{
    padding-bottom: 0px;
}
.com_in .message p{
    font-size: 14px;
    display: inline-block;
    color: #797979;
    margin-bottom: 40px;
}
.com_in .contact_list ul.rob{
    padding: 0 10%;
    text-align: center;
    margin-bottom: 40px;
}
.com_in .contact_list ul li img{
    margin:0 auto;
    height: 120px;
}
.com_in .contact_list ul li p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    margin:20px 0 10px;
}
.com_in .contact_list ul li p span{
    font-size: 22px;
    color: #00993A;
    font-weight: bold;
}
.com_in .contact_list ul li p a:hover{
    color: #00993A;
}
#dituContent{
    width: 100%;
    height: 400px;
}
#dituContent img{
    max-width: none;
}

.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 #00993a;
}
.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 #00993a;
}
.contact-liuyan .submit{
    display: block;
    width: 15%;
    line-height: 47px;
    text-align:center;
    color:#fff;
    height: 47px;
    border-radius: 40px;
    font-size:16px;
    background: #00993A;
    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: #00993A;
  background: #00993A;
}
.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;
}
























