/**
*
* ---------------------------------------------------------------------------
*
* Author : dashbee
*
* --------------------------------------------------------------------------- 
*
*/

body {
    font-family: 'Microsoft Yahei', sans-serif;
    line-height: 1.50;
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
.s_lianxi p,.s_lianxi img{
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}
.s_lianxi li{
    display: flex;
    align-items:center;
    padding: 10px 0;
}
.s_lianxi{
    font-family: '微软雅黑';
}
#header {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dedede;
}

#header.animated-header {
    padding: 10px 0;
}

.logo {
    margin: 10px 0 0 0;
    float: left;
}

.site-name-and-slogan {
    margin: 10px 0 0 20px;
    float: left;
}

.site-name {
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-name a {
    color: #000;
}

.site-slogan {
    color: #000;
    font-size: 16px;
}

.section-title {
    margin: 20px 0 0 0;
}

.color-w {
    color: #ffffff;
}

.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
	border-radius: 0;
    margin-top: 15px;
	
	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.btn:focus {
	color: #ddd;
}

.btn-transparent {
	border: 1px solid #4e595f;
}

.btn-transparent:focus {
    background-color: transparent;
    border-color: #55acee;
}

.btn-transparent:hover {
    background-color: #55acee;
	border: 1px solid transparent;
    color: #fff;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

/* Navigations
----------------------------------------------------------------------------- */

.header .navbar {
    margin-bottom: 0;
}

.main-navigation .navbar-default {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}

.main-navigation .navbar-default .navbar-nav>li>a {
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 300;
}

.main-navigation .navbar-default .navbar-nav>li.active>a {
    background-color: transparent;
    color: #55acee;
}

.main-navigation .navbar-default .navbar-nav>li>a:hover,
.main-navigation .navbar-default .navbar-nav>li.active>a:hover {
    color: #55acee;
    background-size: cover;
    background-image: url("../img/nav-hover.png");
}

@media (min-width:768px) {
    .main-navigation .navbar-default .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-navigation {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav {
        float: left !important;
    }
}

@media (max-width:767px) {
    .header.navbar-fixed-top {
        position: absolute;
    }
}


/*=================================================================
    Home Slider
==================================================================*/

/* #home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
} */


/* Slide wrapper and slides */

/* .sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
} */


/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}


/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}


/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}


/* Content wrapper */


/* Width and height is set dynamically */

.sl-content-wrapper {
    position: absolute;
    width: 100%;
}

.sl-content {
    width: 100%;
    height: 100%;
}


/*=================================================================
    News
==================================================================*/

#news {
    color: #000;
}

#news h3 {
    margin: 20px 0;
    text-transform: uppercase;
}

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons>div {
    display: inline-block;
    padding: 0 5px;
}


/*=================================================================
    News
==================================================================*/

.project-wrapper {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
}

.desc {
    font-size: 16px;
    line-height: 24px;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 5px;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    font-family: 'Microsoft Yahei', sans-serif;
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

.recent-works {
    float: right;
}

.news-item {
    border-bottom: 1px dotted #999;
}

.news-item-title {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    width: 450px;
    margin: 10px 0 0 10px;
    *display: inline;
    display: inline-block;
    zoom: 1;
}

.news-item-content {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 62px;
    margin: 10px 0 10px 10px;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    position: relative;
}


/*=================================================================
    Products
==================================================================*/

.product-section {
    height: 566px;
    background-image: url(../img/products/background.png);
    background-repeat: no-repeat;
    margin: 60px 0 0 0;
}

.product-selector {
    height: 203px;
    margin-top: 20px;
}

.product-selector-img {
    width: 100%;
    height: 203px;
}

.product-boards-wrapper {
    overflow: hidden;
    width: 100%;
    height: 480px;
    margin: 30px 0 0 0;
}

.product-boards-scroller {
    overflow: hidden;
    height: 480px;
    background: none;
}

.product-boards {
    overflow: hidden;
    width: 100%;
    height: 215px;
    position: relative;
}

.product-board {
    width: 100%;
    height: 215px;
    overflow: hidden;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.product-wrapper {
    width: 25%;
    height: auto;
    position: relative;
    display: table-cell;
    float: left;
    margin-right: 12.5%;
    overflow: hidden;
}

.product-wrapper:nth-of-type(3n) {
    margin-right: 0;
}

.product-image {
    width: 100%;
}

.product-wrapper:hover figcaption.mask {
    bottom: 0;
}

.product-short-desc {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 4px 4px 12px;
    text-align: center;
}

.product-desc {
    padding: 10px;
    height: 83px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

#service-cat {
    background: url("../img/products/selector.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
}

.service-category {
    padding: 10px 0 0;
    font-size: 0;
}

.service-category a {
    display: inline-block;
    padding: 45px 0;
    width: 33.33%;
    height: 100%;
    cursor: pointer;
    text-align: center;
}

.service-category a.active {
    cursor: default !important;
    background-color: #2055b7;
}

.service-category a:hover {
    background-color: #297acc;
}


/*=================================================================
	About us section
==================================================================*/

#about {
    padding: 10px 0;
}

.about-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 70px 0 0 0;
    padding-top: 10px;
}

.icon-box {
    position: relative;
    width: 160px;
    height: 92.38px;
    background-color: transparent;
    margin: 46.19px auto 60px;
    padding: 20px 0;
    border-left: solid 3px #222;
    border-right: solid 3px #222;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}

.icon-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 113.14px;
    height: 113.14px;
    background-color: inherit;
    left: 20.4315px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
    top: -56.5685px;
    border-top: solid 4.2426px #222;
    border-right: solid 4.2426px #222; 
}

.icon-box:after {
    bottom: -56.5685px;
    border-bottom: solid 4.2426px #222;
    border-left: solid 4.2426px #222; 
}

/*=================================================================
	Join us section
==================================================================*/

#joinus {
	background-image: url("../img/joinus/background.jpg");
	padding: 10px 0;
}

.joinus-wrapper {
    width: 100%;
    height: 402px;
    margin: 70px 0 0 0;
}

.joinus-ad {
    font-size:16px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

.joinus-ad a {
    color: #2055b7;
}
.animated{
    position: relative;
}

.navbar{
 
    background: #fff;

}
#s_nav {
 /* background: red; */
}
#s_nav a{
    padding:5px 15px;
    text-decoration: none;
    border: 1px solid #337ab7;
    font-size: 14px;
    width: 60px;
    height: 32px;
    /* line-height: 30px; */
}
#s_nav a:hover{
    background:#337ab7;
    color: #fff;
}
#s_nav li{
    padding: 10px 20px;
    line-height: 30px;
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    
}
.s_active{
    border-bottom: 4px solid #337ab7;
    color: #337ab7;
}
#s_nav .s_hover:hover{
    border-bottom: 4px solid #337ab7;
    color: #337ab7;
}
.container{
    padding-top: 10px;
    margin-bottom: 10px;
}
.navbar-toggle .icon-bar{
    background:#333;
}
.navbar-left{
    margin-top: 15px;
}
#mynavbar1{
    margin-top: 20px;
    overflow: hidden;
}
#s_product{
    margin-left: 20%;
}

.bg-img-1{
    width: 100%;
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.bg-img-2{
    width: 100%;
    background-image: url(../img/2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.bg-img-3{
    width: 100%;
    background-image: url(../img/3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
