.at-icon {
    background: #337ab7;
}


* {
    margin: 0;
    padding: 0;
}
.newcome .container .newlist:nth-child(odd) {
 background-position: left top;
}
.ban-text {
    background-color:rgba(0,0,0,.2);
}
@media (min-width: 992px){
.teamlist {
    margin: 30px auto;
}}
.teamlist {
    margin: 15px auto;}
.newcome .container .newlist {
	background-repeat: no-repeat;
	margin: 20px auto;
}
.newcome .container .newlist ul li {
	margin: 15px auto
}
 .newcome .container .newlist:nth-child(even) {
 background-position: right top
}
.team p.h4 {
	text-transform: uppercase
}
@media (min-width: 992px) {
.team p:not(.h4) {
 margin-bottom: 30px
}
.team span {
 margin-left: 10px;
}
.newcome .container .newlist {
 margin: 60px auto
}
}
.team span {
	color: #c7c5c2;
	display: inline-block;
	vertical-align: bottom;
	line-height: 24px;
	margin-left: 5px;
}
.team p.Tname {
    background-color: #ff0c00;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 0 !important}
html, body {
    overflow-x: hidden;
}
  .about .col-sm-3 img{border: 1px solid #ccc;
    margin-bottom: 20px;}
  .about .col-sm-3 img{border: 1px solid #ccc;
    margin-bottom: 20px;}
.about .col-sm-3{
padding:0 10px}
.about .list-unstyled{
margin-right:0}
body {
    font-family:georgia,serif;
}
img {
    max-width: 100%;
}
.list-content li div {
    margin:3px auto;
    color:#999999;
}
.list-content li div img {
    margin:0 5px;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #333333;
}

input, textarea, select, button {
    outline: none !important;
}

ul {
    margin-bottom: 0;
}

.pull-left {
    margin-right: 10px;
}

.pull-right {
    margin-left: 10px;
}

.container > nav,
.containe-fluid > nav {
    text-align: center;
}

.navbar-form .btn {
    vertical-align: top;
}

.btn {
    color: #007cc2 !important;
    border: 1px solid #007cc2;
    background: none;
}

    .btn:hover {
        color: #ffffff !important;
        background-color: #007cc2;
        box-shadow: 2px 2px 8px #999;
    }
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.myswiper {
    position: relative;
}

.swiper-container {
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform, height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 0;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.content p {
    color: #666666;
}

.content nav {
    text-align: center;
}
/******* header start *******/



.navbar,
.tou {
    background-color: #262626;
}

.nav-pos {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    background:none;
}
.fixed-pos {
    position:fixed;
    top:0;
    width:100%;
    text-align:center;
    background-color:#262626;
    z-index:999;
}
    .nav-pos h1,
    .nav-pos p {
        color: #ffffff;
    }
    #menu {
        position:relative;
    }
    #menu .dropdown-menu>li {
        text-align:center;
    }
    #menu .dropdown-menu>li img {
        display:block;
    }
        #menu .dropdown-menu > li > a {
            border-bottom:1px solid #eee;
        }
        #menu .dropdown-menu > li:last-child > a {
            border-bottom:none;
        }

.banner-bg {
    background: url("/uploadfiles/images/index_01.jpg") center center;
    text-align: center;
}

.nav-pos .navbar-form .form-control,
.nav-pos .navbar-form button {
    background-color: rgba(255,255,255,.6);
    border: none;
    height: 30px;
}

.nav-pos .navbar-form .form-control {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    display: inline-block;
    _display: inline;
}

.nav-pos .navbar-form button {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    margin-left: -4px;
    padding: 4px 10px;
    vertical-align: top;
}

.nav-pos .social-link {
    position: absolute;
    right: 15px;
    top: 40%;
}

    .nav-pos .social-link > a {
        display: block;
        background-color: #ffffff;
        width: 30px;
        margin: 10px auto;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }

#hide-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 0.5em;
    padding: 0.5em;
    display: none;
    z-index: 10001;
    font-size: 24px;
}

.navbar-default .navbar-brand {
    display: block;
}

    .navbar-default .navbar-brand > img {
        margin: 5px auto;
    }

#menu > li > a {
    color: #fff;
    padding: 0.5em 0.5em;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    background: none !important;
}

#menu > li:focus > a,
#menu > li:hover > a,
#menu > li.active > a {
    border-bottom-color: #007cc2;
}

#menu .dropdown-menu > li  {
    margin:0 auto;
    padding:0;
}

#menu .dropdown-menu {
    min-width: 100%;
    border: none;
}
/******* header end *******/
.banner {
    background: url("") center center;
    padding: 15px 0;
}
/******* home start *******/
.next {
    position: absolute;
    left: -25px;
    top: 45%;
    color: #ffffff !important;
    transform: rotate(90deg);
    font-size: 24px;
    display: none;
}

.home h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px auto;
}

.banner-bg {
    height: 350px;
}

.sec1 .col-sm-4 > dl > dd {
    background-color: #71b4da;
    color: #ffffff;
    padding: 30px 15px;
    position: relative;
}

    .sec1 .col-sm-4 > dl > dd:after {
        position: absolute;
        right: 10px;
        bottom: 10px;
        content: url(/uploadfiles/images/index_34.png);
    }

.sec1 img,
.sec2 li > div > a > img {
    width: 100%;
}

.sec1 .col-sm-4 > dl > dd p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1,
.sec2,
.sec3 {
    background-color: #e2ecf2;
}

    .sec2 h2 {
        color: #007cc2;
        position: relative;
    }

        .sec2 h2:after {
            position: absolute;
            bottom: -20px;
            left: 0;
            content: " ";
            height: 2px;
            width: 80px;
            background-color: #007cc2;
        }

    .sec2 ul {
        margin: 20px auto;
    }

        .sec2 ul > li > div {
            position: relative;
        }

            .sec2 ul > li > div > img {
                width: 100%;
            }

            .sec2 ul > li > div > div {
                position: absolute;
                left: 5%;
                top: 5%;
                width: 90%;
                height: 90%;
                background-color: rgba(0,124,194,.4);
                text-align: center;
                opacity: 0;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -o-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                transition: all 0.3s;
            }

            #img-change:hover > div,
            .sec2 ul > li > div:hover > div {
                opacity: 1;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

            .sec2 ul > li > div > div > a {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                color: #ffffff;
            }

            .sec2 ul > li > div > div p {
                color: #ffffff;
            }

    .sec2 .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .sec2 .row > li {
            padding-left: 10px;
            padding-right: 10px;
        }

    .sec2 .h4 {
        text-transform: uppercase;
    }

.sec3 {
    padding: 0 0 20px;
}

    .sec3 h2 {
        color: #007cc2;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        _display: inline;
    }

        .sec3 h2:before,
        .sec3 h2:after {
            position: absolute;
            content: "|";
            color: #007cc2;
            top: -5px;
        }

        .sec3 h2:before {
            left: 0;
        }

        .sec3 h2:after {
            right: 0;
        }

    .sec3 > .container > .media {
        background: url("/uploadfiles/images/bg_03.png") no-repeat right top;
    }

    .sec3 .h4 {
        font-size: 16px;
    }

.sec4 {
    background: url("/uploadfiles/images/background_04.png") center center;
    color: #ffffff;
    padding-bottom: 90px;
}

    .sec4 .media p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .sec4 > div:first-child {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 50px;
    }

    .sec4 h2 {
        position: relative;
    }

        .sec4 h2:after {
            position: absolute;
            bottom: -10px;
            left: 0;
            content: " ";
            width: 100px;
            height: 2px;
            background-color: #da251c;
        }

        .sec4 h2 a {
            float: right;
            font-size: 16px;
            margin-top: 20px;
            color: #fff;
            text-decoration: underline;
        }

    .sec4 p,
    .sec4 .h4 > a {
        color: #ffffff;
    }

        .sec4 .h4 > a:hover {
            color: #da251c;
        }

    .sec4 .btn {
        color: #ffffff !important;
        background-color: #da251c;
        width: 173px;
        border: none;
        font-size: 14px;
    }

    .sec4 > .container > .row > .col-md-6:nth-child(2) time {
        font-size: 16px;
        line-height: 34px;
    }

    .sec4 > .container > .row > .col-md-6:nth-child(2) li {
        padding: 10px 0;
        margin: 50px auto 10px;
        border-bottom: 1px solid #ffffff;
    }

        .sec4 > .container > .row > .col-md-6:nth-child(2) li:first-child {
            margin-top: 0;
            padding-top: 0;
        }

    .sec4 > .container > .row > .col-md-6:nth-child(2) time {
        display: block;
        text-align: center;
        background-color: #007cc2;
        width: 100px;
        height: 90px;
    }

        .sec4 > .container > .row > .col-md-6:nth-child(2) time b {
            display: block;
            font-size: 60px;
            padding: 20px 0 5px;
        }

    .sec4 .new-img {
        position: relative;
    }

        .sec4 .new-img > span {
            position: absolute;
            left: 15px;
            top: 0;
            background-color: #007cc2;
            color: #ffffff;
            padding: 5px 15px 0;
            text-align: center;
        }

            .sec4 .new-img > span b {
                font-size: 36px;
                line-height: normal;
            }

            .sec4 .new-img > span small {
                display: block;
            }

        .sec4 .new-img p {
            font-size: 14px;
            line-height: 18px;
        }

        .sec4 .new-img + .h4 {
            font-size: 20px;
            line-height: 24px;
            position: relative;
        }

            .sec4 .new-img + .h4 time {
                float: right;
                font-size: 14px;
            }

    .sec4 .pull-left {
        margin-right: 15px;
    }

.sec5 {
    background: url("/uploadfiles/images/background_05.jpg") right center;
    padding-bottom: 50px;
}

    .sec5 h2 {
        color: #ffffff;
    }

    .sec5 .swiper-slide {
        background-color: #ffffff;
        padding: 30px;
    }

    .sec5 .swiper-pagination {
        color: #007cc2;
    }

    .sec5 .h4 {
        font-size: 18px;
        line-height: 24px;
    }

        .sec5 .h4:hover > a {
            color: #da251c;
        }

    .sec5 .swiper-button-prev {
        left: 0;
    }

    .sec5 .swiper-button-next {
        right: 0;
    }

.sec6 h2 {
    display: inline-block;
    _display: inline;
    background-color: #da251c;
    padding: 10px 30px 30px 10px;
    position: relative;
    margin: 10px auto;
}

    .sec6 h2:after {
        content: " ";
        position: absolute;
        left: 15px;
        bottom: 20px;
        height: 1px;
        width: 80px;
        background-color: #ffffff;
    }

.sec6 .myswiper {
    margin: 0 auto 20px;
}

    .sec6 .myswiper img {
        width: 100%;
        margin: 0 auto;
    }

.carousel-container {
    position: relative;
}

#carousel {
    height: 500px;
    position: relative;
    margin-top: -130px;
    margin-bottom: 180px;
    display: none;
}

.carousel-image {
    border: 0;
    display: block;
}

.carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
}

.sec7 {
    background: url("/uploadfiles/images/background_12.png") center center;
    text-align: center;
    padding-bottom: 30px;
}

.sec7 .img-content > .row .col-xs-6:nth-child(3),
.sec7 .img-content > .row .col-xs-6:last-child {
    margin-top: 10px;
}

#img-change {
    position: relative;
}

#img-change > div {
    position: absolute;
    width: 86%;
    height: 86%;
    left: 7%;
    top: 7%;
    background-color: rgba(0,124,194,.4);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s;
}

#img-change > div > div {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

#img-change > div > div a {
    display: inline-block;
    _display: inline;
    margin: 10px 15px;
}

#img-change > div > div p {
    color: #ffffff;
}

.sec7 .img-content > .row .col-xs-6:nth-child(3),
.sec7 .img-content > .row .col-xs-6:last-child {
    margin-top: 30px;
}
.sec7 .img-content .col-xs-6 > div p {color:#000000;margin:10px auto;}
.sec8 {
    text-align: center;
}

    .sec8 h2 {
        color: #333333;
    }

    .sec8 ul > li > img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        box-shadow: 2px 2px 15px #333333;
    }
/******* home end *******/


/******* about start *******/

.about p.h2,
.about h2 {
    text-align: center;
    text-transform: capitalize;
    color: #333333;
}

.about ul > li {
    color: #666666;
}
/******* about end *******/


/******* product start *******/
.title {
    margin: 1em auto;
}

.product-info h1 {
    font-size: 24px;
}

.product-info p.h3,
.product-info h3 {
    font-size: 18px;
    background-color: #cccccc;
    color: #333333;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.product-info p.h2,
.product-info h2 {
    font-size: 20px;
    color: #666666;
}

.product-info ul {
    margin: 15px auto;
}

    .product-info ul > li {
        color: #666666;
    }

.project-list > li,
.pro-list > li {
    overflow: hidden;
    text-align: center;
}

    .pro-list > li .h4,
    .pro-list > li h4,
    .project-list > li .h4,
    .project-list > li h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .project-list > li {
        margin:5px auto 0;
        padding-bottom:60px;
        background:url(/uploadfiles/images/down.png) no-repeat center bottom;
    }
    .project-list > li>div {
        position:relative;
    }

    .project-list>li .absolutely {
        position:absolute;
        background-color:rgba(51,122,183,.8);
        left:0;
        top:50%;
        width:70%;
        padding:10px;
        transform:translate(0,-50%);
        text-align:left;
    }
    .project-list>li .absolutely p {
        color:#ffffff;
        margin-bottom:0;
    }
    .project-list>li .absolutely p.h4 {
        margin-top:0;
        margin-bottom:5px;
    }
    .project-list>li .absolutely p:not(.h4) {
        font-size:12px;
        line-height:18px;
        display:-webkit-box !important;
        overflow:hidden;
        text-overflow:ellipsis;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        max-height:54px;
    }


.pro-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

#video,
video {
    width: 100%;
}

.video-list > li,
.pro-list > li {
    padding-left: 10px;
    padding-right: 10px;
}

    .video-list > li div {
        margin: 10px auto;
        position: relative;
    }

    .pro-list > li > dl {
        position: relative;
        border: 1px solid #ffffff;
    }

        .pro-list > li > dl > .h4 {
            margin: 0 auto;
        }

    .video-list > li img,
    .pro-list > li img {
        display: block;
        width: 100%;
    }

    .video-list li .h4,
    .video-list li h4 {
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        position:relative;
    }

    .video-list li .h4 time,
    .video-list li h4 time {
        font-size:12px;
        display:block;
        margin-top:5px;
    }
    .pro-list > li .h4,
    .pro-list > li h4 {
        position: absolute;
        bottom: 0;
        background-color: rgba(214,214,214,.7);
        width: 100%;
        text-transform: uppercase;
        padding: 5px;
    }

    .pro-list > li > dl:hover {
        border-color: #007cc2;
    }

        .pro-list > li > dl:hover .h4,
        .pro-list > li > dl:hover h4 {
            background-color: #007cc2;
            color: #ffffff;
        }

    .product .title {
        margin: 1em auto;
    }

    .product .title .dropdown-toggle {
        background: none;
        border: 1px solid #007cc2;
        border-right: 0;
        border-radius: 0;
        text-transform: uppercase;
        position: relative;
        color: #333333 !important;
    }

        .product .title .dropdown-toggle:hover {
            background: none;
            box-shadow: none;
        }

        .product .title .dropdown-toggle > span.glyphicon {
            position: absolute;
            right: 10%;
            top: 9px;
            font-size: 10px;
        }

    .product .title .btn-primary {
        margin: 0;
        background-color: #007cc2;
        border-color: #007cc2;
        color: #ffffff !important;
        border-radius: 0;
    }

    .product .title form,
    .product .title .btn-primary {
        margin-left: -4px;
        border-right: 0;
    }

    .product .title .form-group {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top;
    }

    .product .title .form-control {
        border-radius: 0;
        border-color: #007cc2;
        color: #333333;
        height: 34px;
    }

    .product .title .btn-primary > span {
        margin-right: 5px;
    }

.pro-right h1 {
    color: #007cc2;
    font-size: 24px;
}

.pro-right > ul > li {
    color: #666666;
}

.pro-right .btn {
    border-radius: 4px;
    background-color: #007cc2;
    color: #fff !important;
}

    .pro-right .btn:hover {
        border: none;
    }
/******* product end *******/
.download-list > li {
    margin: 10px auto;
}

    .download-list > li > img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .download-list > li p {
        font-size: 14px;
        border: 1px solid #ccc;
        margin: 0 auto;
        padding: 5px;
        line-height: 25px;
        position: relative;
    }

        .download-list > li p,
        .download-list > li p a {
            padding-right: 35px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .download-list > li p img {
                position: absolute;
                right: 10px;
                top: 5px;
            }
/****** new start *******/
.about .title,
.new .title {
    border-bottom: 1px solid #999;
}
.about .title li,
.new .title li {position:relative;}
    .about .title > li > a,
    .new .title > li > a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid transparent;
    }

    .about .title > li.active > a,
    .new .title > li.active > a {
        border-bottom-color: #007cc2;
        color:#007cc2;
    }

.new-list > li {
    border: 1px solid #999;
    margin: 15px auto;
    padding: 15px;
}

    .new-list > li > .h4,
    .new-list.li > h4 {
        color: #007cc2;
    }

    .new-list > li .matical {
        margin: 10px auto;
        color: #666666;

    }
    .matical img {
        margin: 0 5px;
        vertical-align:text-bottom;
    }

    .new-info .matical {
        text-align:center;
    }

    .new-info .matical .addthis_sharing_toolbox {
        display:inline-block;
        _display:inline;
    }

    .new-info .addthis_sharing_toolbox {
        vertical-align:middle;
    }

    .new-info .at-icon-wrapper,
    .new-info .at-icon-addthis {
        width:16px !important;
        height:16px !important;
    }

     .new-info .at-share-tbx-element .at-share-btn {
                color:#333333;
    }

.new-info h1 {
    font-size: 24px;
    text-align: center;
}

.new-info .center-block {
    margin: 10px auto;
}
/****** new end *******/

/****** faq start ******/
.faq h1 {
    margin:15px auto;
}
.faq dl dt {
    font-weight: normal;
    margin:0 auto 10px;
    padding-top:10px;
    font-size:16px;
    position:relative;
    padding-right:20px;
    color:#007cc2;
}
.faq dl>dd {
    color:#666666;
    font-size:12px;
    margin:12px auto;
}
/****** faq end ******/


/****** service start ******/
.service h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
}

.service > .container > section:first-child > h2 + p {
    color: #333333;
}

.service dl > dd img {
    margin: 10px auto 50px;
}

.service img.pull-left {
    margin-right: 10px;
    border: 1px solid #ccc;
}

.service > .container > section:nth-child(2) {
    margin-top: 20px;
    border: 1px solid #ccc;
}

    .service > .container > section:nth-child(2) > div ul > li {
        padding: 10px;
        margin: 0 10px;
        border-bottom: 1px solid #ccc;
    }

        .service > .container > section:nth-child(2) > div ul > li:last-child {
            border-bottom: 0;
        }

.list-content > ul:not(:first-child) {
    display: none;
}
/****** service end ******/

/******* contact start ******/
.contact iframe {
    width: 100%;
    min-height: 300px;
}

.contact h3 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin: 15px auto;
}
/******* contact end ******/


/******* footer start *******/
footer {
    background-color: #262626;
    color: #ffffff;
    margin-top: 20px;
}

    footer a {
        color: #ffffff;
    }

    footer .social-link {
        margin: 15px auto;
    }

        footer .social-link > a {
            border: 1px solid #ffffff;
            display: inline-block;
            _display: inline;
            text-align: center;
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

            footer .social-link > a:hover {
                border-color: #0068a3;
                background-color: #0068a3;
            }

            footer .social-link > a + a {
                margin-left: 5px;
            }

    footer > p, .footer > p {
        padding: 15px;
        text-align: center;
        margin-bottom: 0;
        color: #ffffff;
        border-top: 1px solid #ffffff;
    }

    footer > .container {
        padding-top: 15px;
    }


    footer > .container > .row > .col-md-4 {
        vertical-align: bottom;
    }

        footer > .container > .row > .col-md-4:nth-child(3) p {
            text-align: center;
            margin: 5px auto;
        }

    footer .form-control,
    footer .btn {
        background: none;
        color: #ffffff !important;
    }

    footer .btn {
        border: 1px solid #fff;
    }

        footer .btn:hover {
            background-color: #0068a3;
            border-color: #0068a3;
            box-shadow: none;
        }

    footer > .container > .row > .col-md-4:nth-child(3) > .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        footer > .container > .row > .col-md-4:nth-child(3) > .row > div {
            padding-left: 10px;
            padding-right: 10px;
            text-align: center;
        }

            footer > .container > .row > .col-md-4:nth-child(3) > .row > div p {
                text-align: center;
            }
/******* footer end *******/


/****** bottom start *******/

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    z-index: 999;
}

    .bottom .up-btn {
        display: block;
        width: 100%;
        height: 18px;
        text-align: center;
    }

        .bottom .up-btn > span {
            background-color: #007cc2;
            color: #ffffff;
            width: 100px;
            display: inline-block;
            _dispaly: inline;
            border-radius: 0.3em;
        }

    .bottom ul {
        background-color: #007cc2;
        margin-bottom: 0;
    }

    .bottom li {
        vertical-align: middle;
        width: 18.5%;
        margin: 0 !important;
        padding: 0;
    }

        .bottom li a {
            color: #ffffff;
        }

    .bottom img {
        display: block;
        margin: 0.2em auto;
    }

    .bottom li a p {
        margin-bottom: 0;
    }

/****** bottom end *******/
.to-top {
    bottom: 20px;
    right: 20px;
    padding: 0.3em;
    background: #333;
    color: #fff;
    text-align: center;
    z-index: 10000;
}

@media (min-width:768px) {

    .sec6 h2 {
        padding: 30px 70px 70px 30px;
    }

    .sec6 .myswiper {
        margin: 0 35px 50px;
    }

        .sec6 .myswiper .swiper-button-next {
            right: -35px;
        }

        .sec6 .myswiper .swiper-button-prev {
            left: -35px;
        }


    .nav-pos .navbar-form {
        width: 300px;
        margin: 30px auto;
    }

    .sec1 > .container > .row {
        margin-top: -90px;
    }

    .banner-bg {
        height: 500px;
    }

    .sec5 .swiper-button-prev {
        top: 49%;
        left: auto;
        margin-top: 0;
        right: 130px;
        background: url("/uploadfiles/images/left.png") no-repeat center center;
    }

    .sec5 .swiper-button-next {
        top: 49%;
        margin-top: 0;
        right: 80px;
        background: url("/uploadfiles/images/right.png") no-repeat center center;
    }

    .sec5 .swiper-pagination {
        bottom: auto;
        top: 50%;
        margin-top: -15px;
        color: #fff;
        left: auto;
        right: 0;
        text-align: right;
        font-size: 28px;
        width: 180px;
        height: 60px;
        background-color: #007cc2;
        line-height: 60px;
        padding-right: 15px;
    }

    .product .title .form-control {
        width: 450px;
    }

    .pagination > span > a, .pagination > span > span {
        margin: 0 3px;
    }
       .pagination > li > a, .pagination > li > span {
        margin:0 3px;
    }
    #hide-btn {
        display: none;
    }

    #menu {
        display: block;
    }

        #menu > li {
            display: inline-block;
            _display: inline;
            float: none;
        }

            #menu > li > a {
                height: 70px;
                line-height: 70px;
                padding: 0 17px;
            }

    .bottom {
        display: none;
    }

    footer .social-link > a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .service img.pull-left {
        margin-right: 20px;
    }

    .new-list > li > .h4,
    .new-list > li > h4 {
        margin-top: 0;
    }

    .download-list > li p {
        line-height: normal;
        padding: 13px 35px 13px 13px;
    }

        .download-list > li p img {
            top: 9px;
        }
}

@media (min-width:992px) {
    .next {
        display: block;
    }
    .nav-pos h1 {
        margin-top:300px;
        font-size: 100px;
    }

        .faq dl>dt {
        padding:15px 0;
        margin:0 auto;
    }

    .banner-bg {
        height: 924px;
    }

    .sec1 > .container > .row {
        margin-top: -119px;
    }
    .nav-pos .social-link {
        position: fixed;
        right: 15px;
        top: 50%;
        margin-top: -165px;
    }

    .nav-pos .social-link > a {
        margin: 30px auto;
    }

    .sec5 .myswiper .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .sec5 .swiper-button-prev {
        top: 51.5%;
    }

    .sec5 .swiper-button-next {
        top: 51.5%;
    }

    .sec5 .swiper-pagination {
        top: 50%;
        height: 100px;
        line-height: 100px;
    }

    .home h2 {
        margin: 40px auto;
    }

    .sec2 h2 {
        margin: 10px auto;
    }

    .sec2 ul {
        margin: 50px auto;
    }

    .sec2 .h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .sec3 {
        padding: 0 0 50px;
    }

        .sec3 h2 {
            margin: 20px auto;
        }

        .sec3 p {
            line-height: 32px;
        }

        .sec3 .h4 {
            margin: 0 auto;
        }

        .sec3 > .container > .media .pull-left {
            margin-right: 45px;
        }

    .sec4 h2 {
        margin-top: 0;
        margin-bottom: 8px;
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .sec4 .col-md-3 {
        padding-left: 0;
    }

    .sec4 .btn {
        margin-top: 15px;
    }

    .sec5 p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .sec5 .h4 {
        margin: 5px auto;
    }

    .sec5 .center-block {
        margin-bottom: 20px;
    }

    .sec6 h2 {
        margin: 40px auto 0;
    }

    #img-change > div > div p {
        font-size: 18px;
    }

    .sec7 .img-content .col-xs-6 > div {
        overflow: hidden;
        max-width: 60%;
        margin: 0 50px;
    }

    .sec7 .img-content .col-xs-6 img {
        max-width: 100%;
    }

    .btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        font-size: 18px;
    }

    .product .title .btn {
        font-size: 16px;
    }

    .banner {
        height: 400px;
        line-height: 500px;
        padding: 0;
    }

    .navbar-default .navbar-brand > img {
        margin: 10px auto;
    }

    #menu > li > a {
        height: 80px;
        line-height: 80px;
        font-size: 18px;
        padding: 0 25px;
        margin: 0;
    }

    #menu .dropdown-menu {
        width: 100%;
    }

        #menu .dropdown-menu > li > a {
            padding: 10px 15px;
        }

    .breadcrumb > li {
        font-size: 20px;
        padding: 3px 0;
    }

    .contact iframe {
        min-height: 400px;
    }

    .contact address {
        margin-bottom: 30px;
    }

        .contact address p {
            line-height: 30px;
            margin-bottom: 0;
        }

    footer > .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        footer > .container > .row > .col-md-4:nth-child(2) p {
            line-height: 24px;
        }

    footer .form-group {
        margin-bottom: 20px;
    }

    footer .form-control {
        height: 30px;
    }

    footer .h3 {
        font-size: 24px;
        margin: 11px auto;
    }

    footer address p {
        line-height: 34px;
        margin-bottom: 0;
    }

    footer .social-link {
        margin-top: 20px;
    }

    footer .btn {
        width: 100px;
        height: 30px;
        padding: 0;
        line-height: 30px;
    }

    footer > .container > .row > .col-md-4 > .row > div p {
        line-height: 34px;
        margin: 0 auto;
    }

    .pro-list > li .h4,
    .pro-list > li h4 {
        font-size: 18px;
        line-height: 30px;
        padding: 5px 10px;
    }

    .pro-right h1 {
        font-size: 30px;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .pro-right > ul > li {
        font-size: 20px;
        line-height: 40px;
    }

    .pro-right .btn {
        font-size: 24px;
        width: 261px;
        height: 56px;
        line-height: 56px;
        padding: 0;
        margin-top: 50px;
    }

    .product-info ul > li {
        font-size: 20px;
        line-height: 40px;
    }

    .product-info p.h3,
    .product-info h3 {
        font-size: 24px;
        line-height: 40px;
        padding: 0 10px;
    }

    .product-info p.h2,
    .product-info h2 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .product-info ul {
        margin: 15px auto;
    }

    .product-info p.h2 + ul,
    .product-info h2 + ul {
        margin-top: 0;
    }

    .new .title > li > a {
        font-size: 18px;
        line-height: 24px;
        padding: 5px 10px;
    }

    .new-list > li {
        margin: 20px auto;
        padding: 20px;
    }

        .new-list > li > .h4,
        .new-list > li > h4 {
            font-size: 24px;
        }

        .new-list > li time {
            margin-bottom: 20px;
        }

        .new-list > li p {
            line-height: 24px;
            margin-bottom: 0;
        }

        .new-list > li .text-right {
            margin-top: 20px;
        }

    .new-info h1 {
        font-size: 32px;
        margin: 20px auto;
    }

    .new-info p {
        line-height: 24px;
        margin-bottom: 0;
    }

    .service dl > dt {
        font-size: 18px;
        margin-top: 20px;
    }

    .service h2 {
        font-size: 36px;
        margin: 25px auto;
    }

    .service > .container > section:first-child > h2 + p {
        font-size: 18px;
    }

    .service > .container > section:first-child > h2 + p,
    .service dl > dt,
    .service dl > dd {
        line-height: 24px;
    }

        .service dl > dd img {
            margin: 20px auto 10px;
        }

    .service img.pull-left {
        margin-right: 30px;
    }

        .service img.pull-left + p {
            margin: 0 20px 0 0;
        }

    .service > .container > section:nth-child(2) > ul > li {
        padding: 20px 0;
        margin: 0 20px;
    }

    .project-list {
        margin-top: 10px;
    }

    .project-list > li {
        margin: 5px auto 0;
    }

    .about p,
    .about ul > li {
        line-height: 24px;
    }

    .about p,
    .about .row {
        margin-bottom: 25px;
    }

        .about p.h2,
        .about h2 {
            font-size: 36px;
            margin: 40px auto 20px;
            line-height: normal;
        }
}

@media (min-width:992px) and (max-width:1200px) {
    .new-list > li p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        max-height: 96px;
    }
}

@media (min-width:1230px) {
    .service > .container > section:nth-child(2) {
        margin-top: 60px;
    }

    .sec6 h2:after {
        left: 30px;
        bottom: 50px;
    }

    .sec7 .img-content {padding-left:90px;}

    .sec1 > .container > .row {
        margin-top: -155px;
    }

    #carousel {
        display: block;
    }

    .sec6 .myswiper {
        display: none;
    }

    .sec5 .swiper-button-prev {
        right: 175px;
        top: 53.5%;
    }

    .sec5 .swiper-button-next {
        right: 135px;
        top: 53.5%;
    }

    .sec5 .swiper-pagination {
        width: 188px;
        right: 43px;
        height: 130px;
        line-height: 130px;
    }

    .sec4 > div:first-child {
        margin-bottom: 60px;
    }

    .sec5 h2 {
        margin-left: 355px;
    }

    .sec5 .swiper-container {
        padding: 0;
    }

    .sec7 .img-content > .row .col-xs-6:nth-child(3),
    .sec7 .img-content > .row .col-xs-6:last-child {
        margin-top: 80px;
    }

    .home h2 {
        font-size: 36px;
    }

    .nav-pos h1 {
        margin: 40px auto;
        margin-top:300px;
    }

    .nav-pos p {
        font-size: 24px;
    }

    .product .title .dropdown-toggle {
        font-size: 16px;
    }

    .pager > li > a, .pager > li > span,
    .pagination > span > a, .pagination > span > span {
        font-size: 18px;
    }
        .pagination > li > a, .pagination > li > span {
        font-size:18px;
    }
    .pager {
        margin-top: 30px;
    }

    #menu > li > a {
        font-size: 18px;
        padding: 0 40px;
    }

    footer {
        margin-top: 50px;
    }

        footer > .container > .row > .col-md-4:not(:nth-child(2)) {
            width: 30.5%;
        }

        footer > .container > .row > .col-md-4:nth-child(2) {
            width: 38.5555555555555%;
        }

        footer > .container > .row > .col-md-4 > .row > div {
            padding-right: 0;
            text-align: center;
        }

    .product .title {
        margin-bottom: 15px;
    }

        .product .title .dropdown-toggle {
            width: 145px;
            text-align: left;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
        }

            .product .title .dropdown-toggle > span.glyphicon {
                top: 12px;
            }

        .product .title form .form-control {
            width: 625px;
            height: 40px;
        }

        .product .title form .btn {
            height: 40px;
        }

        .video-list li .h4,
    .video-list li h4 {
           padding-right:100px;
        }

        .video-list li .h4 time,
    .video-list li h4 time {
            position:absolute;
            right:0;
            top:0;
        }

    .new-list > li {
        margin: 30px auto;
        padding: 30px;
    }

        .new-list > li:first-child {
            margin-top: 30px;
        }

        .new-list > li .pull-left {
            margin-right: 25px;
        }

        .new-list > li .text-right {
            margin-top: 30px;
        }

    .download-list {
        margin-left: -34px;
        margin-right: -34px;
    }

        .download-list > li {
            padding: 0 34px;
            margin: 25px auto;
        }

            .download-list > li p img {
                margin-left: 30px;
            }
}

@media (max-width:991px) {
    .sec4 {
        padding-bottom: 30px;
    }

        .sec4 h2 {
            margin-bottom: 8px;
        }

        .sec4 .col-md-6 + .col-md-6 {
            margin-top: 20px;
        }

        .sec4 > .container > .row > .col-md-6:nth-child(2) li {
            margin: 15px auto;
        }

    .sec8 ul > li {
        margin: 5px auto;
    }

    #img-change > div > div a {
        margin: 10px 2px;
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-brand > img {
        width: 80px;
    }

    .nav-pos .navbar-form {
        margin: 0 auto;
    }

        .nav-pos .navbar-form .form-control {
            width: 150px;
        }

    .navbar-nav {
        margin: 0;
    }

    .sec1 {
        padding-top: 20px;
    }

    .sec2 li {
        margin: 5px auto;
    }

    #menu {
        display: none;
    }

    #menu > li a {
        text-align: center;
    }

    #hide-btn {
        display: block;
    }

    .title .btn {
        margin-left: 15px;
    }

    .download-list > li {
        text-align: center;
    }

    .product .title .dropdown-toggle {
        border-right: 1px solid #007cc2;
    }

    .product .title .dropdown-menu > li {
        text-align: left;
    }

    form.title .btn-primary {
        margin: 0.5em auto;
        margin-left: 15px;
    }
}

@media (max-width:479px) {
    .nav-pos h1 {
        margin: 5px auto;
        font-size: 20px;
    }

    .banner-bg {
        height: 270px;
    }

    .nav-pos .social-link {
        right: 50%;
        margin-right: -85px;
        top: auto;
        bottom: -35px;
    }

        .nav-pos .social-link > a {
            display: inline-block;
            _display: inline;
        }

    .home h2 {
        margin: 10px auto;
        font-size: 20px;
    }

    .sec1 .col-xs-offset-2 {
        margin-left: 0;
    }

    .sec1 .col-xs-8 {
        width: 100%;
    }

    .sec4 h2 {
        padding-top: 10px;
    }

        .sec4 h2:after {
            bottom: -12px;
        }

        .sec4 h2 a {
            margin-top: 10px;
            font-size: 12px;
        }

    .col-xs-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .project-list>li .absolutely {
        display:none;
    }

    .navbar-form {
        text-align: center;
    }

    .navbar-form,
    .navbar-brand > img {
        margin: 5px auto;
    }

    footer > .container {
        display: none;
    }

    .pull-left {
        margin-bottom: 5px;
        float: none !important;
    }

    .new-list > li p:not(.h4),
    .new-list > li .btn {
        display: none;
    }

    .new-list > li time {
        margin-bottom: 0;
    }

    .product .title form {
        margin: 0.5em auto;
        display: block !important;
    }

        .product .title form .form-control {
            margin-bottom: 0.4em;
        }

        .product .title form .btn {
            padding-left: 4px;
            padding-right: 4px;
            margin-left: 0;
        }

    .video-list > li div {
        margin: 5px auto;
        position: relative;
    }

    .sec7 > .container > .row > .col-xs-6 + .col-xs-6 {
        margin-top: 10px;
    }

    .sec7 > .container > .row > .col-xs-6 {
        width: 100%;
    }

    .img-content .row {
        margin-left: -3px;
        margin-right: -3px;
    }

    .sec7 > .container > .row > .col-xs-6 + .col-xs-6 .col-xs-6 {
        width: 25%;
        padding-left: 3px;
        padding-right: 3px;
    }

    .sec7 .img-content > .row .col-xs-6:nth-child(3),
    .sec7 .img-content > .row .col-xs-6:last-child {
        margin-top: 0;
    }
}
