@charset "utf-8";
* {
    box-sizing: border-box
}

body, dd, div, dl, dt, figure, form, h1, h2, h3, h4, h5, h6, html, input, label, li, ol, p, select, td, textarea, th, ul {
    margin: 0px;
    padding: 0px;
}

html {
    margin: 0px auto;
    padding: 0px;
    overflow-x: hidden;
    font-size: 16px
}

body {
    font-size: .875rem;
    margin: 0 auto;
    font-family: Microsoft, verdana, sans-serif;
    line-height: 2;
    color: #98a4aa
}

a {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-decoration: none;
    outline: 0
}

dl, li, ol, ul {
    list-style: none
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

a {
    text-decoration: none;
    color: #FFF;
    cursor: pointer
}

a:hover {
    color: #0188c5
}

i {
    font-family: normal
}

input, textarea {
    outline: 0;
    border: none
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1;
    clear: both
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.h2, .h3, h2, h3 {
    font-weight: 400
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

.mt-8 {
    margin-top: .5rem
}

.mt-10 {
    margin-top: .625rem
}

.mt-16 {
    margin-top: 1rem
}

.mt-20 {
    margin-top: 1.25rem
}

.mt-24 {
    margin-top: 1.5rem
}

.mt-30 {
    margin-top: 1.875rem
}

.mt-36 {
    margin-top: 2.25rem
}

.mt-48 {
    margin-top: 3rem
}

.mb-4 {
    margin-bottom: .25rem
}

.mb-8 {
    margin-bottom: .5rem
}

.mb-10 {
    margin-bottom: .625rem
}

.mb-16 {
    margin-bottom: 1rem
}

.mb-20 {
    margin-bottom: 1.25rem
}

.mb-24 {
    margin-bottom: 1.5rem
}

.mb-30 {
    margin-bottom: 1.875rem
}

.mb-48 {
    margin-bottom: 3rem
}

.pt-8 {
    padding-top: 1rem
}

.pt-10 {
    padding-top: .625rem
}

.pt-16 {
    padding-top: 1rem
}

.pt-20 {
    padding-top: 1.25rem
}

.pt-24 {
    padding-top: 1.5rem
}

.pt-30 {
    padding-top: 1.875rem
}

.pt-48 {
    padding-top: 3rem
}

.pt-98 {
    padding-top: 6.125rem
}

.plist {
    overflow: hidden
}

.clearboth {
    clear: both
}

.back_to_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 62px;
    cursor: pointer;
    z-index: 1001
}

.blue {
    color: #2792c9
}

.white {
    color: rgba(255, 255, 255, 1)
}

.up-case {
    text-transform: uppercase
}

.h_3 {
    height: 3px;
    background: #0188c5
}

.w {
    width: 80%
}

#placeholder {
    color: #FFF
}

div#preloader {
    overflow: hidden;
    background-color: #FFF;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999
}

#section-slider {
    width: 100%;
    overflow: hidden;
    position: relative
}

#section-slider .slide {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

#section-slider .slide .background {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s
}

#section-slider .slide .background {
    z-index: 3;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

#section-slider .slide .background.slide-active {
    z-index: 4;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#section-slider .slide .background img {
    max-width: 100%
}

#section-slider .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0) 100%);
    z-index: 5
}

#section-slider .action {
    position: absolute;
    z-index: 6;
    bottom: 36px;
    left: 0;
    width: 100%;
    text-align: center
}

#section-slider .thumb {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .2);
    border: 2px solid #FFF;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#section-slider .thumb:hover {
    background-color: rgba(255, 255, 255, 1)
}

#section-slider .thumb.active {
    background-color: rgba(255, 255, 255, 1)
}

header {
    width: 100%;
    height: 90px;
    background: #FFF;
    z-index: 999999999
}

@font-face {
    font-family: ws-ctrl-rhomb;
    src: url(../images/ws-ctrl-rhomb.eot);
    src: url(../images/ws-ctrl-rhomb.eot#iefix) format('embedded-opentype'), url(../images/ws-ctrl-rhomb.svg#ws-ctrl-rhomb) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ws-ctrl-rhomb;
    src: url(data:application/octet-stream;base64,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) format('woff'), url(data:application/octet-stream;base64,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) format('truetype')
}

#wowslider-container0 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 1920px;
    max-height: 607px;
    margin: 0 auto 0;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

* html #wowslider-container0 {
    width: 1920px
}

#wowslider-container0 .ws_images ul {
    position: relative;
    width: 10000%;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0px;
    padding: 0;
    border-spacing: 0;
    overflow: visible
}

#wowslider-container0 .ws_images ul li {
    position: relative;
    width: 1%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    float: left;
    padding: 0 !important;
    margin: 0 !important
}

#wowslider-container0 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 607px;
    max-width: 1920px;
    vertical-align: top;
    border: none;
    overflow: hidden
}

#wowslider-container0 .ws_images ul a {
    width: 100%;
    height: 100%;
    max-height: 607px;
    display: block;
    color: transparent
}

#wowslider-container0 img {
    max-width: none !important
}

#wowslider-container0 .ws_images .ws_list img, #wowslider-container0 .ws_images > div > img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
    margin: 0
}

#wowslider-container0 .ws_images > div > img {
    max-height: 607px
}

#wowslider-container0 .ws_images iframe {
    position: absolute;
    z-index: -1
}

#wowslider-container0 .ws-title > div {
    display: inline-block !important
}

#wowslider-container0 a {
    text-decoration: none;
    outline: 0;
    border: none
}

#wowslider-container0 .ws_bullets {
    float: left;
    position: absolute;
    z-index: 70
}

#wowslider-container0 .ws_bullets div {
    position: relative;
    float: left;
    font-size: 0
}

#wowslider-container0 .ws_bullets a {
    line-height: 0
}

#wowslider-container0 .ws_script {
    display: none
}

#wowslider-container0 object, #wowslider-container0 sound {
    position: absolute
}

#wowslider-container0 .ws_effect {
    position: static;
    width: 100%;
    height: 100%
}

#wowslider-container0 .ws_photoItem {
    border: 2em solid #FFF;
    margin-left: -2em;
    margin-top: -2em
}

#wowslider-container0 .ws_cube_side {
    background: #a6a5a9
}

#wowslider-container0.ws_gestures {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII=), move
}

#wowslider-container0.ws_gestures.ws_grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg==), move
}

#wowslider-container0.ws_video_playing .ws_bullets, #wowslider-container0.ws_video_playing .ws_fullscreen, #wowslider-container0.ws_video_playing .ws_next, #wowslider-container0.ws_video_playing .ws_prev {
    display: none
}

#wowslider-container0 .ws_video_btn {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55
}

#wowslider-container0 .ws_video_btn.ws_vimeo, #wowslider-container0 .ws_video_btn.ws_youtube {
    display: block
}

#wowslider-container0 .ws_video_btn div {
    position: absolute;
    background-image: url(../images/playvideo.png);
    background-size: 200%;
    top: 50%;
    left: 50%;
    width: 7em;
    height: 5em;
    margin-left: -3.5em;
    margin-top: -2.5em
}

#wowslider-container0 .ws_video_btn.ws_youtube div {
    background-position: 0 0
}

#wowslider-container0 .ws_video_btn.ws_youtube:hover div {
    background-position: 100% 0
}

#wowslider-container0 .ws_video_btn.ws_vimeo div {
    background-position: 0 100%
}

#wowslider-container0 .ws_video_btn.ws_vimeo:hover div {
    background-position: 100% 100%
}

#wowslider-container0 .ws_playpause.ws_hide {
    display: none !important
}

#wowslider-container0 .ws_bullets {
    padding: 0px;
}

#wowslider-container0 .ws_bullets a {
    position: relative;
    display: inline-block;
    width: 0;
    margin: 3px 6px;
    padding: 8px
}

#wowslider-container0 .ws_bullets a > span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background .2s ease-in-out, -webkit-transform .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out, box-shadow .2s ease-in-out
}

#wowslider-container0 .ws_bullets a.ws_overbull > span, #wowslider-container0 .ws_bullets a.ws_selbull > span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #3498db;
    box-shadow: inset 0 0 0 2px #3498db
}

#wowslider-container0 .ws_playpause, #wowslider-container0 a.ws_next, #wowslider-container0 a.ws_prev {
    position: absolute;
    font: 2em ws-ctrl-rhomb;
    width: 2.9em;
    height: 2.9em;
    top: 50%;
    border-radius: .15em;
    margin-top: -1.25em;
    color: #FFF;
    z-index: 100;
    box-shadow: inset 0 0 0 2px #FFF;
    -webkit-transition: background .2s ease-in-out, -webkit-transform .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out, box-shadow .2s ease-in-out
}

#wowslider-container0 a.ws_next {
    right: 20px
}

#wowslider-container0 a.ws_prev {
    left: 20px
}

#wowslider-container0 .ws_playpause {
    left: 50%;
    margin-left: -1.25em
}

#wowslider-container0 .ws_playpause:hover, #wowslider-container0 a.ws_next:hover, #wowslider-container0 a.ws_prev:hover {
    background: #3498db;
    box-shadow: inset 0 0 0 2px #3498db;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#wowslider-container0 .ws_playpause > span, #wowslider-container0 a.ws_next > span, #wowslider-container0 a.ws_prev > span {
    display: block;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

#wowslider-container0 .ws_playpause:hover > span, #wowslider-container0 a.ws_next:hover > span, #wowslider-container0 a.ws_prev:hover > span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#wowslider-container0 .ws_playpause > span:before, #wowslider-container0 a.ws_next > span:before, #wowslider-container0 a.ws_prev > span:before {
    display: block;
    text-align: center;
    line-height: 2.9em;
    line-height: 3.2 em\9;
    height: 100%
}

_:-ms-input-placeholder, :root #wowslider-container0 a.ws_next > span:before {
    line-height: 3.2em
}

_:-ms-input-placeholder, :root #wowslider-container0 a.ws_prev > span:before {
    line-height: 3.2em
}

_:-ms-input-placeholder, :root #wowslider-container0 a.ws_playpause > span:before {
    line-height: 3.2em
}

#wowslider-container0 .ws_play > span:before {
    content: "\e800"
}

#wowslider-container0 .ws_pause > span:before {
    content: "\e801"
}

#wowslider-container0 a.ws_next > span:before {
    content: '\e803'
}

#wowslider-container0 a.ws_prev > span:before {
    content: '\e802'
}

#wowslider-container0 .ws_bullets {
    bottom: 1.5em;
    left: 50%
}

#wowslider-container0 .ws_bullets div {
    left: -50%
}

#wowslider-container0 .ws-title {
    font: 1em Bitter, serif;
    position: absolute;
    left: 20px;
    margin-right: 10em;
    z-index: 50;
    bottom: 45px;
    top: auto;
    opacity: 1
}

#wowslider-container0 .ws-title div, #wowslider-container0 .ws-title span {
    display: inline-block;
    padding: .6em .8em
}

#wowslider-container0 .ws-title div {
    display: block;
    margin-top: .5em;
    font-size: 1.3em;
    background-color: #3498db;
    color: #FFF;
    border-radius: .18em
}

#wowslider-container0 .ws-title span {
    text-transform: uppercase;
    border-radius: .15em;
    font-size: 2em;
    background-color: #FFF;
    color: #3498db
}

#wowslider-container0 .ws_images > ul {
    animation: wsBasic 8s infinite;
    -moz-animation: wsBasic 8s infinite;
    -webkit-animation: wsBasic 8s infinite
}

@keyframes wsBasic {
    0% {
        left: 0
    }
    25% {
        left: 0
    }
    50% {
        left: -100%
    }
    75% {
        left: -100%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: 0
    }
    25% {
        left: 0
    }
    50% {
        left: -100%
    }
    75% {
        left: -100%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: 0
    }
    25% {
        left: 0
    }
    50% {
        left: -100%
    }
    75% {
        left: -100%
    }
}

#wowslider-container0 .ws_bullets a img {
    position: absolute;
    display: block;
    text-indent: 0;
    bottom: 15px;
    left: -76px;
    visibility: hidden;
    max-width: none;
    border: 2px solid #FFF
}

#wowslider-container0 .ws_bullets a:hover img {
    visibility: visible
}

#wowslider-container0 .ws_bulframe div div {
    height: 48px;
    overflow: visible;
    position: relative
}

#wowslider-container0 .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 151px
}

#wowslider-container0 .ws_bullets .ws_bulframe {
    position: absolute;
    display: none;
    bottom: 25px;
    margin-left: 8px;
    cursor: pointer;
    border: 2px solid #FFF;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

#wowslider-container0 .ws_bulframe div div {
    height: auto
}

@media all and (max-width: 760px) {
    #wowslider-container0 .ws_fullscreen {
        display: block
    }
}

@media all and (max-width: 400px) {
    #wowslider-container0 .ws_bullets, #wowslider-container0 .ws_controls, #wowslider-container0 .ws_thumbs {
        display: none
    }
}

nav {
    position: relative
}

#nav {
    display: inline-block
}

#nav a {
    color: #0188c5;
    text-transform: uppercase
}

#nav a:hover {
    color: #0188c5
}

#nav li {
    position: relative;
    display: inline-block;
    z-index: 999
}

#nav > li {
    float: left
}

.submenu {
    display: none;
    position: absolute;
    background: #FFF;
    text-align: left;
    width: 180px;
    top: 90px
}

#nav li .submenu li {
    line-height: 58px
}

.submenu li:hover {
    width: 100%;
    background: #1e95ca
}

.submenu a {
    padding-left: 20px;
    line-height: 58px
}

.submenu > li:hover > a {
    color: #FFF !important
}

#nav > li > a {
    padding: 0 20px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
    position: relative;
    z-index: 11;
    line-height: 90px
}

#nav > li > a:after {
    background: #d0d8dc;
    content: "";
    height: 18px;
    width: 2px;
    position: absolute;
    top: 36px;
    right: 0
}

#nav > li:last-child > a:after {
    background: 0 0
}

.nav-left {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    /* max-width: 200px; */
    height: 90px
}

.nav-left img {
    padding-top: 10px;
    padding-bottom: 10px
}

.nav-mid {
    width: calc(100% - 300px);
    height: 90px;
    margin-left: 200px;
    text-align: center;
    float: left
}

.nav-mid #nav {
    margin: 0 auto
}

#nav > li:before {
    background: rgba(255, 255, 255);
    opacity: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10
}

#nav > li:hover:before {
    opacity: 1;
    margin-top: -2px;
    border-bottom: 2px solid #0188c5;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10
}

#nav li a.inmenu_1 {
    margin-top: -2px;
    border-bottom: 2px solid #0188c5;
    background: #FFF
}
#nav li a.active {
    margin-top: -2px;
    border-bottom: 2px solid #0188c5;
    background: #FFF
}

.bar-menu {
    display: none
}

.bar-menu i span {
    background: #0188c5
}

.bar-menu i span {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.bar-menu {
    position: absolute;
    z-index: 1001;
    right: 0;
    width: 80px;
    height: 80px;
    cursor: pointer
}

.bar-menu i {
    position: absolute;
    left: 18px;
    display: block;
    width: 30px;
    height: 2px;
    overflow: hidden
}

.bar-top {
    bottom: 50px
}

.bar-cen {
    bottom: 40px
}

.bar-bom {
    bottom: 30px
}

.bar-menu .bar-left, .bar-menu .bar-right {
    left: 13px;
    bottom: 35px;
    width: 45px;
    transform: rotateZ(45deg)
}

.bar-menu .bar-left span, .bar-menu .bar-right span {
    background: 0 0
}

.bar-menu .bar-right {
    transform: rotateZ(-45deg)
}

.navBar {
    display: none
}

.fixed-menu {
    position: fixed;
    top: 0;
    height: 100%;
    left: auto;
    right: 0;
    width: 80%;
    z-index: 999;
    background: #0188c5;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -moz-transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -ms-transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -o-transition: all .3s cubic-bezier(.66, .53, .65, 1)
}

.fixed-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -moz-transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -ms-transition: all .3s cubic-bezier(.66, .53, .65, 1);
    -o-transition: all .3s cubic-bezier(.66, .53, .65, 1)
}

.icon-right {
    display: none
}

@media (max-width: 1024px) and (min-width: 320px) {
    .bar-menu, .navBar {
        display: block
    }

    .nav-mid, .nav-right {
        display: none
    }

    header {
        position: fixed;
        top: 0
    }

    .nav a {
        color: #FFF
    }

    .icon-right {
        display: block;
        position: absolute;
        top: 0;
        right: 20%
    }

    .bar-left .active, .bar-right .active {
        background: #FFF !important
    }

    .icon-right {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transition: all .3s cubic-bezier(.66, .53, .65, 1) 0s;
        -webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1) 0s;
        -moz-transition: all .3s cubic-bezier(.66, .53, .65, 1) 0s;
        -ms-transition: all .3s cubic-bezier(.66, .53, .65, 1) 0s;
        -o-transition: all .3s cubic-bezier(.66, .53, .65, 1) 0s
    }

    .nav {
        position: absolute;
        width: 100%;
        top: 72px;
        left: 0;
        right: 0;
        font-size: 18px
    }

    .nav .active-nav > a {
        color: #FFF
    }

    .nav li a {
        padding: 0 10%;
        font-size: 1.2rem
    }

    .nav .submenu a {
        font-size: 1rem
    }

    .nav li {
        position: relative;
        line-height: 3rem
    }

    .nav li:hover {
        background: #000
    }

    .nav .active-nav {
        background: #000
    }

    .submenu {
        position: static;
        width: 100%;
        background: #333
    }

    .submenu li {
        padding: 0 5%;
        border-bottom: 1px #CCC solid
    }

    .submenu li:last-child {
        border-bottom: none
    }

    .icon-right {
        display: block
    }
}

.search {
    width: 70px;
    float: right;
    position: relative;
    margin-top: 10px;
    height: 70px
}

.search-icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

i.fa-search {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .1s cubic-bezier(.65, -.6, .24, 1.65);
    -moz-transition: all .1s cubic-bezier(.65, -.6, .24, 1.65);
    transition: all .1s cubic-bezier(.65, -.6, .24, 1.65)
}

i.fa-search::after, i.fa-search::before {
    position: absolute;
    content: ''
}

i.fa-search::before {
    width: 2px;
    height: 11px;
    left: 10px;
    top: 13px;
    border-radius: 2px;
    background: #0188c5
}

i.fa-search::after {
    width: 10px;
    height: 10px;
    left: 4px;
    top: 0;
    border-radius: 16px;
    border: 2px solid #0188c5
}

.search-input {
    width: 100%;
    height: 60px;
    visibility: hidden;
    position: absolute;
    top: 90px;
    background: rgba(0, 0, 0, .5);
    transition: all ease .1s;
    display: none;
    z-index: 999;
    border-radius: 6px
}

.search-input .input-box {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.search-input input {
    width: calc(100% - 140px);
    height: 100%;
    color: #5c5d6a;
    font-size: 24px;
    border: 1px solid #EEE;
    text-indent: 36px;
    vertical-align: middle
}

.search-input span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    font-size: .5333rem;
    opacity: 1;
    transition: all .1s
}

.search-input #btnSearch {
    background: #0188c5
}

.search-input span:hover {
    transform: scale(.9);
    opacity: .8
}

.search-input.is-visible {
    opacity: 1;
    visibility: visible
}

.search-input i.fa-search::before {
    background: #FFF
}

.search-input i.fa-search::after {
    border: 2px solid #FFF
}

.search-input .fa-close {
    position: relative;
    width: .3em;
    height: 1.5em;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-top: 18px
}

.search-input .fa-close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .3em;
    height: 1.5em;
    background: #FFF;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.about-bg {
    width: 100%;
    background: #eaf4f8
}

.index-tit {
    width: 80%;
    padding-top: 80px;
    margin: 0 auto
}

.index-tit h2 {
    text-transform: uppercase;
    line-height: 48px
}

.index-tit .w-40 {
    width: 34%;
    display: inline-block;
    text-align: center
}

.tit-bg-back::before, .tit-bg-fe::before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 30%;
    vertical-align: middle
}

.tit-bg-fe::before {
    background: linear-gradient(90deg, rgba(0, 151, 219, .2) 0, rgba(0, 151, 219, 1) 100%)
}

.tit-bg-back::before {
    background: linear-gradient(-90deg, rgba(0, 151, 219, .2) 0, rgba(0, 151, 219, 1) 100%)
}

.p-info {
    padding: 16px 20px;
    text-align: center;
    width: 70%;
    margin: 0 auto
}

.wrap {
    margin-top: 2rem
}

.about-items {
    width: 33.33%;
    padding: 60px;
    position: relative;
    float: left;
    text-align: center;
    color: #FFF
}

.one {
    background: #4cadd8
}

.two {
    background: #1e95ca
}

.three {
    background: #0188c5
}

.about-items-title {
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    height: 3rem;
    overflow: hidden;
    font-size: 1.5rem;
    text-decoration: underline
}

.about-items-text {
    height: 96px;
    font-size: .875rem;
    line-height: 24px
}

.wrap .about-items .hover_1::after, .wrap .about-items .hover_1::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.wrap .about-items .hover_1::before {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.wrap .about-items .hover_1::after {
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.down-triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    border-top: 1.5rem solid #FFF;
    border-right: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    margin-left: -1.5rem;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.wrap .about-items img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.wrap .about-items:hover .hover_1::after, .wrap .about-items:hover .hover_1::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.wrap .about-items:hover img {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

.wrap .about-items:hover .down-triangle {
    opacity: 1
}

.tab {
    padding-top: 50px;
    margin-bottom: 36px;
    position: relative;
    overflow: hidden;
    background: #FFF;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70%;
    text-align: center
}

.tabs li {
    float: left;
    width: 23%;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    border: 2px solid #2792c9;
    position: relative;
    margin-right: 2%;    margin-bottom: 5px;
}

.tabs a {
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: 0;
    color: #666;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tabs_item {
    display: none;
    padding: 30px 0
}

.tabs_item:first-child {
    display: block
}

.tabs_block {
    display: block
}

.tabs li.current {
    background: #2792c9
}

.tabs li.current a {
    color: #FFF
}

.tabs_item .more-pro .icon-down {
    margin: 16px auto 64px;
    display: block;
    width: 30px;
    height: 24px;
    background: #2792c9;
    color: #FFF
}

.tabs_item .more-pro .icon-down img {
    transform: rotateZ(90deg)
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center
}

.grid li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1% 0 0;
    width: 24%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}

.grid li img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1
}

.grid figure figcaption {
    padding: 3em 1.5em;
    color: #FFF;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::after, .grid figure figcaption::before {
    pointer-events: none
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure.effect-julia {
    background: rgba(39, 146, 201, 1);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s
}

figure.effect-julia img {
    max-width: 100%;
    height: auto;
    margin: auto;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-julia h4 {
    font-weight: 400;
    color: #FFF;
    position: relative;
    padding: 2em 0 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, transform .25s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0)
}

figure.effect-julia h4 a:hover, figure.effect-julia:hover p a:hover {
    color: #FFF
}

figure.effect-julia p {
    display: inline-block;
    margin: .5em 0 .25em;
    padding: .4em 1em;
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0)
}

figure.effect-julia p {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

figure.effect-julia:hover {
    background: rgba(39, 146, 201, .8)
}

figure.effect-julia:hover img {
    opacity: .4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

figure.effect-julia:hover h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.index-news {
    position: relative
}

.news-bg {
    background: #eaf4f8;
    height: 300px;
    width: 100%;
    position: absolute
}

.news-top {
    position: relative
}

.news-top .big-pic {
    padding-top: 110px
}

.news-top .left-pic {
    position: absolute;
    top: 84px;
    left: 36px;
    width: 50%
}

.news-top .right-info {
    width: 40%;
    position: absolute;
    top: 100px;
    left: calc(52% + 36px);
    padding: 24px;
    color: #FFF
}

.news-top .right-info-title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.read-more {
    display: inline-block;
    border: 1px solid #FFF;
    padding: 2px 20px;
    margin-top: 8px
}

.read-more a {
    color: #FFF
}

.news-title {
    font-size: 1.5rem;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.news-items {
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    width: 100%;
    line-height: 2rem;
    overflow: hidden;
    margin-bottom: 1rem
}

.news-items li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 60px;
    position: relative;
    float: left
}

.news-items li:nth-child(2n) {
    margin-right: 0
}

.news-items li .news-text {
    width: 80%;
    background: #eaf4f8;
    padding: 46px 125px 24px 24px;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.news-items li .news-text .news-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.news-items li .news-text, .news-items li .news-text a {
    color: #0097db
}

.news-items li .news-text .news-pubdate {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block
}

.news-items li .news-text .news-info {
    line-height: 16px;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 36px
}

.news-items li .news-text .news-more {
    position: absolute;
    padding: 2px 18px;
    background: #379bc8;
    text-align: center;
    bottom: -16px;
    left: 24px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.news-items li .news-text .news-more a {
    color: #FFF;
    text-transform: uppercase
}

.news-items .news-pic {
    width: 210px;
    height: 210px;
    position: absolute;
    right: 20%;
    top: 50%;
    margin-top: -105px;
    margin-right: -105px
}

.news-pic .media.overlay_b {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 100%
}

.media dl {
    padding: 90px 30px
}

.news-pic .media dl dd {
    float: left;
    margin: 0 10px
}

.news-items li:hover .news-text {
    background: #379bc8;
    border-left: 4px solid #076a9b
}

.news-items li:hover .news-text, .news-items li:hover .news-text a {
    color: #FFF
}

.news-items li:hover .news-text .news-more {
    background: #eaf4f8
}

.news-items li:hover .news-text .news-more a {
    color: #379bc8
}

.news-items li img {
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all
}

.news-items li:hover img {
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.news-items li:hover .news-pic .media.overlay_b {
    opacity: 1;
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.form-box {
    width: 100%;
    background: url(../images/bottom-bg.png) no-repeat;
    position: relative;
    min-height: 300px
}

.form-box .center-bg {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px
}

.form-box-text {
    padding-top: 90px
}

.form-box-text .h3 {
    font-size: 18px
}

.form-box .send-box {
    text-align: center;
    width: 75%;
    margin: 1em auto
}

.form-box .send-box input[type=email], .form-box .send-box input[type=text] {
    display: inline-block;
    width: 50%;
    height: 40px;
    outline: 0;
    padding: 1rem;
    font-size: 1rem;
    color: #999
}

.form-box .send-box button.btn1 {
    color: #FFF;
    font-size: 1rem;
    width: 6rem;
    height: 40px;
    border: 1px solid #2792c9;
    text-align: center;
    text-decoration: none;
    background: #2792c9;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    margin-left: -8px
}

.mis-slider, .mis-stage {
    position: relative;
    overflow: hidden
}

.mis-stage {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.mis-slider {
    list-style: none;
    overflow: visible;
    height: 100%;
    margin-top: 0
}

.mis-slide {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    overflow: visible !important
}

.mis-slide.mis-current {
    z-index: 100
}

.mis-container {
    display: block;
    width: auto;
    height: auto;
    border: 0
}

.mis-nav-list {
    position: absolute;
    bottom: 1.5em;
    width: 100%;
    margin: 0 auto;
    z-index: 300;
    padding: 0px;
}

.mis-nav-list li {
    display: inline-block;
    margin: 0 .25em
}

.mis-nav-list li a {
    display: block;
    width: 14px;
    height: 14px;
    text-indent: 100%;
    opacity: .8;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid #FFF;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 4px #FFF;
    box-shadow: inset 0 0 4px 2px #42a5f5
}

.mis-nav-list li a:hover, .mis-nav-list li.mis-current a {
    background: #42a5f5
}

@media (max-width: 900px) {
    .mis-stage {
        height: 280px !important
    }
}

@media (max-width: 667px) {
    .mis-nav-list {
        bottom: 0
    }
}

@media (max-width: 480px) {
    .mis-stage {
        height: 260px !important
    }
}

@media (max-width: 414px) {
    .mis-stage {
        height: 230px !important
    }
}

.mis-slider {
    margin-top: 3em;
    height: 200px
}

.mis-slider li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: 600;
    color: #FFF;
    font-size: 16px
}

.mis-slider li img {
    margin: 55px auto
}

.mis-slide {
    width: 200px;
    height: 200px
}

.mis-nav-buttons a {
    color: #FFF
}

@media (max-width: 900px) {
    .mis-slider {
        height: 220px
    }

    .mis-slide {
        height: 230px
    }

    .mis-slider {
        margin-top: 2em
    }
}

footer {
    clear: both;
    margin: 0px auto;
    padding: 15px 0px;
    color: #FEFEFE;
    background: url(../images/foot-bg.jpg) #2792c9 no-repeat;
    overflow: hidden;
}

.part_1 {
    width: 32%;
    margin-right: 4%;
    float: left;
    line-height: 25px;
}

.part_1 .part-tit {
    background: 0 0;
    margin-bottom: 10px
}

.part_1 li span {
    line-height: 1.6;
    background: url(../images/sprit.png) no-repeat;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left
}

.part_1 span.addr {
    background-position: -74px -10px
}

.part_1 span.tel {
    background-position: -4px -12px
}

.part_1 span.mobile {
    background-position: -104px -12px
}

.part_1 span.email {
    background-position: -36px -12px
}

.part_1 li p {
    float: left;
    display: inline-block
}

.part_2 {
    width: 12%;
    margin-right: 4%;
    float: left
}

.part_3 {
    width: 18%;
    margin-right: 4%;
    float: left
}

.part_4 {
    width: 24%;
    margin-right: 0;
    float: left
}

footer .foot-list li {
    width: 100%;
    line-height: 180%;
    overflow: hidden
}

footer .foot-list li a {
    color: #FFF;
    text-transform: uppercase
}

footer .foot-list li a:hover {
    color: #0188c5
}

footer .part_1 .foot-list li {
    margin: 10px 0
}

.part_4 .footer-pro-item {
    width: 33.33%;
    float: left;
    position: relative
}

footer .part-tit {
    text-transform: uppercase;
    margin-bottom: 36px
}

.overlay_b {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(39, 146, 201, .5);
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.effects .overlay_b {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.effects .overlay_b a.expand {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.effects .overlay_b a.expand img {
    width: 80%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.effects .footer-pro-item.hover .overlay_b {
    opacity: 1
}

.effects .footer-pro-item.hover .overlay_b a.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1
}

.effects .footer-pro-item.hover .overlay_b a.expand img {
    transform: scale(.5)
}

.copy {
    clear: both;
    margin: 5px auto;
    color: #FFF;
    font-size: 9pt;
}

.bPosition {
    line-height: 3rem;
    background: #0188c5;
    margin: 0 auto 1rem;
    padding-left: 1rem
}

.bPosition, .bPosition a {
    color: #FFF
}

.sidebar {
    width: 15rem;
    float: left
}

.sidebar .foot-list a {
    color: #98a4aa
}

.main {
    padding: 0;
    float: right;
    width: 72%
}

.inside-tit h3 {
    font-size: 1.25rem;
    margin: 1rem auto;
    line-height: 4rem;
    border-bottom: 1px solid #CCC;
    text-align: center;
    margin-bottom: .75rem;
    background: #0188c5;
    color: #FFF;
    box-shadow: 2px 2px 5px #CCC
}

.sf-menu {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px
}

.sf-menu li {
    clear: both;
    border-bottom: 1px solid #FFF
}

.sf-menu li a, .sf-menu li:hover a {
    display: block;
    color: #FFF;
    line-height: 1.875rem;
    background: #0188c5;
    padding: .625rem 0 .625rem 1.25rem
}

.sf-menu li a:hover {
    background-color: #212121;
    color: #FFF
}
.sf-menu li a.active {
    background-color: #212121;
    color: #FFF
}
.sf-menu li li {
    clear: both;
    text-transform: capitalize;
    margin: 0 auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    border-bottom: 1px dashed #EEEe
}

.sf-menu li li.LiLevel2 a {
    background: #FFF
}

.sf-menu li li.LiProDetail a {
    background: url(../images/ico_sort.png) no-repeat 8px 11px
}

.sf-menu li li a, .sf-menu li:hover li a {
    display: block;
    line-height: 1.6875rem;
    color: #98a4aa;
    padding: .375rem 0 .25rem 0;
    text-decoration: none;
    font-size: .875rem;
    padding-left: 1rem;
    font-weight: 400
}

.sf-menu li li a:hover {
    text-decoration: none;
    color: #0188c5
}

ul.sf-menu ul {
    display: none
}

.sf-menu li:hover ul {
    display: block
}

ul.sf-menu ul ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    margin: 0px;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    border-left: 0;
    z-index: 999999
}

.sf-menu li li li {
    background: #FFF;
    padding: 0px;
}

.sf-menu li li:hover {
    opacity: 1
}

.sf-menu li li li a, .sf-menu li:hover li li a {
    text-decoration: none;
    background: #F2F2F2;
    border-bottom: 1px solid #ddd;
    padding: .3125rem 0 .25rem .75rem;
    text-indent: 8px
}

ul.pro-menu {
    margin: 0px;
    padding: 0;
    text-transform: capitalize
}

ul.sf-menu li:hover > ul {
    visibility: visible;
    margin: 0px;
    padding: 0px;
}

.sf-menu1 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px
}

.sf-menu1 li {
    clear: both;
    border-bottom: 1px solid #FFF;
    position: relative
}

.sf-menu1 li a, .sf-menu1 li:hover a {
    display: block;
    color: #FFF;
    line-height: 1.875rem;
    background: #0188c5;
    padding: .625rem 0 .625rem 1.25rem
}

.sf-menu1 li a:hover {
    background-color: #212121;
    color: #FFF
}

.sf-menu1 li li {
    clear: both;
    text-transform: capitalize;
    margin: 0 auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    border-bottom: 1px dashed #EEEe
}

.sf-menu1 li li.LiLevel2 a {
    background: #FFF
}

.sf-menu1 li li a, .sf-menu1 li:hover li a {
    display: block;
    color: #98a4aa;
    text-decoration: none;
    font-size: .875rem;
    padding-left: 1rem;
    font-weight: 400
}

.sf-menu1 li li a:hover {
    text-decoration: none;
    color: #0188c5
}

ul.sf-menu1 ul {
    display: none;
    width: 100%
}

ul.pro-menu {
    margin: 0px;
    padding: 0;
    text-transform: capitalize;
    position: absolute;
    left: 100%;
    top: 0
}

.sf-menu1 li:hover ul {
    display: block
}

ul.sf-menu1 ul ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    margin: 0px;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    border-left: 0;
    z-index: 999999
}

.sf-menu1 li li li {
    background: #FFF;
    padding: 0px;
}

.sf-menu1 li li:hover {
    opacity: 1
}

.sf-menu1 li li li a, .sf-menu1 li:hover li li a {
    text-decoration: none;
    background: #F2F2F2;
    border-bottom: 1px solid #ddd;
    padding: .3125rem 0 .25rem .75rem;
    text-indent: 8px
}

ul.sf-menu1 li:hover ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.pages {
    text-align: center;
    font-size: 12px;
    padding: 15px 0 20px 0;
    color: #b2b2b2;
    clear: both
}

.pages a, .pages span {
    display: inline-block;
    margin: 1px 5px;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px
}

.pages a:link, .pages a:visited {
    color: #666;
    background: #FFF
}

.pages a:active, .pages a:hover, .pages span.ctxt {
    color: #FFF;
    background: #98a4aa;
    color: #FFF;
    text-decoration: none
}

.pro_lb0 li {
    width: 100%;
    background: #FFF;
    margin-bottom: 1.25rem;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 1.25rem;
    overflow: hidden;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.pro_lb0 li:hover {
    background: #edeff1;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
}

.pro_lb0 li a {
    color: #0188c5
}

.pro_lb0 li a:hover {
    color: #ea5404
}

.pro_lb0 li .pimg {
    width: 30%;
    float: left;
    text-align: center
}

.pro_lb0 li .ptxt {
    width: 67%;
    float: right
}

.pro_lb0 li .ptxt h3 {
    margin: .625rem 0;
    line-height: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600
}

.pro_lb0 li .ptxt p {
    line-height: 1.5rem;
    padding: 0px;
}

.pro_lb0 li .ptxt .inside-pro-more {
    margin: 1rem 0
}

.pro_lb0 li .ptxt .inside-pro-more a {
    padding: .5rem 1.25rem;
    background: #0188c5;
    color: #FFF;
    border-radius: .3125rem
}

.pro_lb0 li .ptxt .inside-pro-more a:hover {
    background: #2b2b2b
}

.pro_lb1 .pro-items {
    width: 25%;
    margin-bottom: 1rem
}

.pro_lb1 .pro-info, .pro_lb1 .pro-pic {
    width: 100%
}

.pro_lb1 .pro-info-text p {
    min-height: 7.5rem
}

.singglepic {
    border: none !important
}

.ejfl {
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
    font-weight: 400
}

.productsTags {
    padding: 1rem
}

.pcon_l {
    float: left;
    width: 40%
}

.pcon_r {
    padding: 0 1rem 0 1rem;
    float: right;
    width: 56%
}

.singglepich1.pd-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #4a4a4a;
    padding-bottom: .625rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e4e2e2;
    text-transform: none;
    margin-bottom: 1rem
}

.pcon_r .pcon_info {
    line-height: 1.5rem;
    color: #98a4aa;
    font-size: .875rem
}

.pcon_r .p_more {
    line-height: 3rem;
    height: 3rem;
    padding: 0 1.25rem;
    margin-right: 1rem
}

.pcon {
    padding-top: 1.875rem;
    float: left;
    width: 100%
}

.pcon .tit {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1.25rem;
    background: #0188c5;
    color: #FFF;
    font-weight: 700
}

.pcon_r .pd-title {
    padding: 1rem 0
}

.pcon .pinfo {
    display: block;
    line-height: 1.5rem;
    padding: 1.25rem 1.25rem 30px 1.25rem
}

.pcon .pinfo img {
    max-width: 100%;
    margin: 0 auto
}

.acon {
    float: left;
    width: 100%
}

.acon .pinfo {
    display: block;
    line-height: 1.5rem;
    padding: 0 0 1.875rem .625rem
}

.proIntro {
    color: #999;
    padding: .625rem .625rem;
    margin: .625rem 0;
    border: 1px solid #EEE;
    border-radius: 5px;
    clear: both
}

.pcon_info + a, .pcon_info + a + a {
    background-color: #0188c5;
    padding: .5rem 1.25rem !important;
    border-radius: .25rem;
    color: #FFF
}

.pcon_info + a + a:hover, .pcon_info + a:hover {
    background-color: #000;
    color: #FFF
}

.newslist {
    margin: 0 auto .75rem auto;
    float: left;
    width: 100%
}

.newslist ul {
    padding-right: 1rem
}

.newslist li {
    text-align: right;
    height: 2.5rem;
    border-bottom: 1px dashed #ddd;
    line-height: 2.5rem;
    color: #EEE;
    overflow: hidden
}

.newslist li a {
    float: left;
    font-size: .875rem;
    text-align: left;
    text-indent: 1rem;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #98a4aa
}

.newslist li a:hover {
    color: #0188c5;
    text-decoration: underline
}

.newslist li span {
    font-size: .875rem;
    color: #98a4aa
}

.rnews, .rollPro {
    margin: .5rem auto 3.125rem
}

.rnews h3, .rollPro h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: .625rem 0 2.1875rem 10px;
    color: #FFF;
    font-weight: 400;
    height: 1.875rem;
    background: #0188c5
}

.rnews li {
    float: left;
    width: 50%;
    height: 2.1875rem;
    line-height: 2.1875rem
}

.rnews li a {
    display: block;
    white-space: nowrap;
    margin-right: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .875rem;
    border-bottom: 1px dashed #CCC;
    color: #98a4aa
}

.rnews li a:hover {
    color: #0188c5
}

.rollPro {
    height: 220px;
    margin-bottom: 30px
}

.rollPro .Cont {
    width: 94%;
    overflow: hidden;
    margin: 0 auto
}

.rollPro .ScrCont {
    width: 10000000px
}

.rollPro .pic {
    position: relative;
    width: 170px;
    height: 160px;
    margin: 0 3px;
    border: 1px solid #EEE;
    text-align: center
}

.rollPro .pbox img {
    max-width: 162px;
    max-height: 100px
}

.rollPro .pbox {
    width: 100%;
    height: 120px;
    text-align: center
}

.rollPro p {
    height: 42px;
    overflow: hidden;
    line-height: 20px;
    position: absolute;
    bottom: 0
}

.rollPro #List1, .rollPro #List2, .rollPro .Cont, .rollPro .pic, .rollPro .wen_jt {
    float: left
}

.rollPro .wen_jt {
    width: 24px;
    padding-top: 45px
}

.newcon {
    padding-top: 0
}

.newcon .tit {
    text-align: center;
    color: #000;
    font-size: 1.375rem
}

.newcon .time {
    line-height: 1.875rem;
    border-bottom: 1px solid #CCC;
    padding-top: .625rem;
    font-size: .75rem;
    color: #999;
    width: 10rem;
    margin: 0 auto 1.25rem;
    text-align: center
}

.newcon p {
    line-height: 1.5rem;
    font-size: .875rem
}

.pinfo {
    font-size: .875rem
}

.newcon .pn {
    padding: .75rem 0 0 0;
    min-height: 2.5rem
}

.newcon .next, .newcon .prev {
    font-size: 1rem;
    padding: .375rem 0 0 0;
    width: 100%
}

.newcon .next {
    margin-right: 0
}

.newcon .next a, .newcon .prev a {
    color: #666
}

.newcon .next a:hover, .newcon .prev a:hover {
    color: #0188c5
}

.table {
    border-collapse: collapse
}

.table td, .table th {
    border: 1px solid #CDCDCD;
    padding: .375em
}

.table p {
    padding: 0;
    margin: 0
}

.pshare {
    float: left;
    padding: .5em 0 0 0
}

.jsshare {
    text-align: center;
    padding-top: 8px
}

.pshare li {
    float: left;
    width: 48%;
    height: 2em;
    line-height: 2em
}

.pshare li img {
    vertical-align: middle;
    margin-right: .75em
}

.jsshare span.stxt {
    display: inline-block;
    font-size: .875em;
    line-height: 1.5em;
    padding: 0 .5em 0 0;
    position: relative
}

.jsshare a, .jsshare a img {
    width: 2.125em;
    vertical-align: middle
}

.addthis_sharing_toolbox {
    display: inline-block
}

.keywords {
    margin: .75em auto
}

.keywords a {
    margin-right: .75em;
    color: #2e66b5;
    line-height: 1.8;
    text-decoration: underline;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.keywords a:hover {
    text-decoration: none
}

.pdown1 #A_DownLoadProduct {
    display: inline-block;
    clear: both;
    height: 2em;
    margin: 1em 0 0 0;
    line-height: 2em;
    background: url(../images/down1_2.png) right top no-repeat;
    padding-right: 50px
}

.pdown1 #A_DownLoadProduct span {
    display: inline-block;
    height: 2em;
    background: url(../images/down1_1.png) no-repeat;
    padding: 0 0 0 1em
}

.pdown2 #A_DownLoadProduct, .pdown3 #A_DownLoadProduct, .pdown4 #A_DownLoadProduct {
    display: inline-block;
    clear: both;
    height: 3em;
    margin: 1em 0 0 0;
    line-height: 3em;
    padding-right: 45px
}

.pdown2 #A_DownLoadProduct span, .pdown3 #A_DownLoadProduct span, .pdown4 #A_DownLoadProduct span {
    display: inline-block;
    height: 3em;
    background: url(../images/down2_1.png) no-repeat;
    padding: 0 .75em 0 1em
}

.pdown2 #A_DownLoadProduct {
    background: url(../images/down2_2.png) right top no-repeat
}

.pdown3 #A_DownLoadProduct {
    background: url(../images/down2_3.png) right top no-repeat
}

.pdown4 #A_DownLoadProduct {
    background: url(../images/down2_4.png) right top no-repeat
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }

    .tabs {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }

    .tabs {
        width: 80%
    }
}

@media (min-width: 1441px) {
    .container {
        width: 1280px
    }

    .pro-info-text {
        margin-top: 28px
    }

    .pro-info-text p {
        max-height: 6rem
    }
}

@media (max-width: 1440px) {
    .pcon_r {
        width: 50%
    }
}

@media (max-width: 1212px) {
    .pcon_r {
        clear: both;
        float: none;
        width: 100%
    }
}

@media (max-width: 1080px) {
    .search {
        float: none;
        margin: 0 auto;
        width: calc(100% - 250px);
        transform: scale(.6)
    }

    .search-wrapper.active {
        transform: translate(-50%, -50%);
        width: 100%
    }

    .search-wrapper.active .input-holder {
        border-radius: 50px;
        width: 100%
    }

    .grid li {
        width: 32%
    }

    .grid li:nth-child(3n) {
        margin-right: 2%
    }

    .right-info-text {
        max-height: 140px
    }

    .index-tit h2 {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .hide-xs {
        display: none
    }

    .main {
        padding: 0;
        float: right;
        width: 60%
    }

    .newslist li a {
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width: 767px) {
    .tabs {
        width: 90%
    }

    .tabs li {
        width: 48%;
        margin-bottom: 10px
    }

    .grid li {
        width: 48%;
        padding: 0 2%;
        background: 0 0
    }

    figure.effect-julia {
        background: rgba(39, 146, 201, 0)
    }

    .container .news-top {
        padding-left: 0;
        padding-right: 0
    }

    .news-top .left-pic {
        position: absolute;
        top: 84px;
        left: 10%;
        width: 80%
    }

    .about-items {
        width: 50%
    }

    .news-top .right-info {
        width: 100%;
        position: unset;
        padding: 124px 24px;
        color: #FFF;
        background: #2792c9;
        text-align: center
    }

    .news-items li {
        width: 80%;
        margin: 2% 10%;
        margin-bottom: 60px;
        position: relative;
        float: left
    }

    .part_1 {
        width: 44%
    }

    .part_2 {
        width: 22%
    }

    .part_3 {
        width: 22%
    }

    .part_4 {
        width: 100%
    }

    .pcon_l {
        float: none
    }

    .pcon_r {
        padding: 1rem
    }

    .pro_lb0 li .pimg {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%
    }

    .pro_lb0 li .ptxt {
        width: 80%;
        margin: 1rem 10%
    }
}

@media (max-width: 667px) {
    .main, .sidebar {
        width: 100%
    }

    .pager {
        bottom: 100px
    }
}

@media (max-width: 480px) {
    .index-tit {
        width: 100%;
        padding-top: 40px
    }

    .about-items {
        width: 100%
    }

    .tabs {
        width: 100%
    }

    .tabs li:nth-child(2n) {
        margin-right: 0
    }

    .tabs li {
        margin: 10 1% !important
    }

    .grid li {
        width: 100%;
        padding: 0 5%
    }

    .part_1, .part_2, .part_3, .part_4 {
        width: 80%;
        margin: 10px auto;
        float: none
    }

    .news-items li {
        width: 100%;
        margin: 2% 0;
        background: #eaf4f8
    }

    .news-items li .news-text {
        width: 100%;
        padding: 46px 24px
    }

    .news-items .news-pic {
        position: unset;
        margin: 0
    }
}

@media (max-width: 375px) {
    .search {
        display: none
    }
}

.table {
    border-collapse: collapse
}

.table td, .table th {
    border: 1px solid #CDCDCD;
    padding: 5px
}

.table p {
    padding: 0;
    margin: 0
}

#xyz ul {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    flex-wrap: wrap
}

#xyz ul li {
    margin: 5px
}

#xyz ul li a {
    font-size: 12px;
    color: #FFF;
    display: flex;
    align-items: center;
    line-height: 1.4;
    text-transform: capitalize
}

#xyz ul li a img {
    margin-right: 3px
}

.singglepic {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 380px;
    border: solid 1px #FAFAFA;
    text-align: center;
    z-index: 100
}

.singglepic img {
    max-width: 378px;
    max-height: 378px
}

.d-slides .singglepic img {
    position: relative;
    left: 0;
    top: 0;
    max-width: 378px;
    max-height: 378px;
    width: auto
}

.singglepic .on {
    z-index: 99999
}

.singglepic .on img {
    border: 1px solid #CCC;
    z-index: 99999;
    width: auto;
    text-align: center;
    background: #FFF;
    cursor: pointer
}

.singglepic.on img {
    max-width: initial;
    max-height: initial;
    z-index: 99999;
    width: auto
}

#feedbackForm table {
    width: 100%;
    max-width: 600px;
    _width: 600px;
    margin-top: 20px;
    margin: 0 auto;
    text-align: left;
}

.ftxt {
    width: 24%;
}

.fput {
    width: 70%;
}

#feedbackForm .text {
    float: left;
    width: 80%;
    height: 26px;
    margin: 16px 0px 0px 0px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 5px;
    border: 1px solid #CCC;
    color: #666;
}

#feedbackForm .lable {
    padding: 10px 12px 0px 0px;
    line-height: 30px;
    height: 30px;
    text-align: right;
}

#feedbackForm .atextarea {
    float: left;
    width: 80%;
    padding: 5px;
    margin: 16px 0px 0px 0px;
    border: 1px solid #CCC;
    height: 100px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

#feedbackForm .submita {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    background: #ff9c00;
    margin: 20px 14px;
    border: none;
    color: #FFF;
    cursor: pointer
}

#feedbackForm .fsbtn {
    text-align: center;
    width: 80%;
    padding: 1px;
    margin: 0px;
}

#feedbackForm span.xh, #msg {
    color: #f00;
}

#newsletter .eput {
    border: 1px solid #EEE;
}

.copy_right a {
    color: #bcbcbc;
}

.product-img .singglepic img {
    width: 100%;
}

.footlinks {
    clear: both;
    margin: 0px auto;
    padding: 5px 10%;
    height: auto;
    font-size: 9pt;
    line-height: 140%;
    color: #FEFEFE;
    text-align: center;
    background: #2792c9;
}

.footlinks a:link, .footlinks a:visited {
    font-size: 9pt;
    line-height: 140%;
    color: #FEFEFE;
    margin-right: 3px;
}

.pro_right .news_top {
    margin-top: 36px;
    padding-bottom: 0;
}

#hid {
    display: none;
}

#nav li .submenu li {
    width: 100%;
}

footer .foot-list li a {
    font-size: 15px;
}

.part_2, .part_3 {
    font-size: 22px;
}

.part_4 .part-tit {
    font-size: 22px;
}

.part_1 .part-tit {
    font-size: 22px;
}

.part_4 .part-tit {
    margin-bottom: 0;
}

.copy_1 {
    clear: both;
    margin: 5px auto;
    color: #FFF;
    font-size: 9pt;
}