/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/*
@font-face {font-family: 'webfont';
  src: url('gongfang.eot'); 
  src: url('gongfang.eot?#iefix') format('embedded-opentype'), 

}
*/
/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(138, 138, 138, 0.5);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf1a53;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}


.navbar-default {
    background: url(/templets/default/images/index-nav-background.png) repeat ;
	border: 0px;
	box-shadow: 0px 0px 10px -5px #000000;
}

.carousel-indicators .active {
    background-color: #BF1A53;
	border:none;
}

.carousel-indicators li {

    border: solid 1px #6C6F6E;
}

.btn-danger {
    color: #fff;
    background-color: #BF1A51;
    border-color: #A02420;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
	font-family: Microsoft Yahei;
	font-size: 1.3em;
}



.fa {
	color:#525554;
}


.navbar-right {
 margin-right: 28px;
}

.navbar {
    min-height: 90px;
	    background-color: rgba(0,0,0,0.2);
}

.navbard-logo{
	margin-top: 30px;
    margin-left: 28px;
    background: url(/templets/default/images/index_logo.png) no-repeat;
    background-size: 100% 100%;
    width: 330px;
    height: 30px;
}


.navbar-default .navbar-nav > .active1 > a, .navbar-default .navbar-nav > .active1 > a:hover, .navbar-default .navbar-nav > .active1 > a:focus {
    color: #FFD716;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFD716;

}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 6px;
	line-height: 15px;
	padding-right:30px;
	padding-left:30px;
}
.index_nav_span{
	text-align:center;
	color: rgba(197, 196, 196, 1);
	font-size: 15px;
    padding-top: 10px;
	letter-spacing: 1px;

	
}

.index_nav_span:hover{

	color:#D2BA44;
	
}



.nav_text_link:hover p{
	color:#D2BA44;
	
	

}



 
li >a:hover {
	color: rgb(210, 186, 68);
    text-decoration:none;
}



.navbar-toggle {
    margin-top: 30px;
    margin-right: 22px;

}

.nav-dot {
color:#fff;
    font-size:9px;
	padding-top:30px;
}

@media (max-width: 830px) {
.nav-dot {
display:none;
visibility:hidden;
padding-top:0;
}

}

body {
    background-color: #ffffff;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 640px;
	background-color:rgba(0,0,0,.2);
}
.navbar-header{
	min-height:90px;
}





.clientlogolink
{
	display:block;
	margin-bottom:60px;
	opacity:0.6;
}

.clientlogolink:hover
{
	opacity:1;

    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.skewimage{
	/*-webkit-transform: skew(-20deg); 
	moz-transform: skew(-20deg); 
	-o-transform: skew(-20deg); 
	-ms-transform: skew(-20deg); 
	transform: skew(-20deg);*/
}


.swiper-container {
        width: 100%;
        height: 100%;
        background: #000;
    }
    .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

    }
    
    .swiper-slide .title {
		height:30%;
		padding:30px;
		text-align:center;
		width:100%;
		overflow:hidden;
background-color: rgba(0, 0, 0, 0.6);
		position:absolute;
		bottom:0;
        font-size: 2.4rem;
        font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index: 996;
	padding-top:10px;
white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
color:#fff;
    }
    .swiper-slide .subtitle {
        font-size: 21px;
    }
    .swiper-slide .text {
			margin-top:20px;
        font-size: 1.6rem;
        word-wrap:break-word ;
		white-space:normal;
        line-height: 1.8;
		text-align:left;
    }
	
	
	
	
	
	
	/*滚动图片新加样式*/
	
	    .swiper-slide .title1 {
		height:40%;
		padding:30px;
		text-align:center;
		width:100%;
		overflow:hidden;
background-color: rgba(0, 0, 0, 0.6);
		position:absolute;
		bottom:0;
        font-size: 2.4rem;
        font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index: 996;
	padding-top:10px;
white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
color:#fff;
    }
    .swiper-slide .subtitle1 {
        font-size: 21px;
    }
    .swiper-slide .text1 {
			margin-top:20px;
        font-size: 1.6rem;
        word-wrap:break-word ;
		white-space:normal;
        line-height: 1.8;
		text-align:left;
    }
	
	
	
	
	.swiper-slide a:hover  .gundongwenben{
		
background-color:rgba(255,255,255,0.9);
color:#000;
		-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
		
	}
	
		.swiper-slide a:hover img{
position:relative;-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.1);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.1)

		}
	
	
	
	
	
	
	
	
	
	.swiper-image-title{
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	font-size: 2.4rem;
	}
	.blackjgg
	{
	color:#000;
	}
.whitejgg
	{
	color:#fff;
	}
	
.layeropenurl:hover{

	}
	
	
	
	
	
	.team-member {

    padding:0;
}

.team-member figure{
    position: relative;
    overflow: hidden;
    padding:0;
    margin: 0;
}

.team-member figure img{
    min-width: 100%;
}

.servicepfirst{
    font-size: 32px;
	margin-top:10%;
	color:#fff;
}
.servicepsecond{
	
	margin-bottom:16px;
	font-size:22px;
	color:#fff;
	margin-top:-18px;
}

.team-member figcaption ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.team-member figcaption ul{
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li{
    display: inline-block;
    padding:10px;
}

.team-member h4{
    margin: 10px 0 0;
    padding: 0;
}

.team-member figcaption{
	    border: solid 2px #98833D;
	text-align:center;
    padding:50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom:0;

    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;

}

.team-member figure:hover figcaption{
    visibility: visible;
    color: #fff;
    background: rgba(189,168,106,0.9); /* Primary color, can be changed via colors.css */
    height: 100%;
	    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.serveicespan:hover{
    color: #D2BA44;
	background-color:#000;
	border:solid 1px #000;
	    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
         -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;

}

.team-member figure img{
    -webkit-transform: scale(1) rotate(0) translateY(0);
       -moz-transform: scale(1) rotate(0) translateY(0);
         -o-transform: scale(1) rotate(0) translateY(0);
        -ms-transform: scale(1) rotate(0) translateY(0);
            transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.6s ease-in-out;
       -moz-transition: all 0.6s ease-in-out;
         -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
}

.team-member figure:hover img{
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
       -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
         -o-transform: scale(1.1) rotate(1deg) translateY(12px);
        -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
            transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.6s ease-in-out;
       -moz-transition: all 0.6s ease-in-out;
         -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
}


#hsjco-nav{
    position: fixed;
    z-index: 134234200;
    margin-top: -32px;
    top: 30%;
    opacity: 1;
	width:14px;
}
	.fp-nav.right {
    right: 24px;
}


/*
.fp-nav ul li a span:after, .fp-slidesNav ul li a span:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    margin: -2px 0 0 -2px;
    background-color: transparent;
    border-radius: 50%;

}

*/

	
	
	.fp-nav ul li a span, .fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #525554;
    /*background: rgba(0, 0, 0, 0);*/
    border-radius: 50%;
    position: absolute;
    z-index: 1;
	background-color: #fff;
}


.fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}


/*
.fp-nav ul li a:hover span, .fp-slidesNav ul li a:hover {
    background-color: #D2BA44;
	border:1px solid #fff;*/
}



.fp-nav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 4px;
    position: relative;
	padding:0;
	margin:0;
	}
	
	
	.fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

/*
.fp-nav ul li a.active span:after, .fp-slidesNav ul li a.active span:after {
    background-color: #D2BA44;
}*/



#hsjco-nav .active a span{
	background-color:#bf1a53;
	border:none;
	
}
.page-scroll:hover span{
		background-color:#bf1a53;
		border:none;
		
	}
	
	
#hsjco-nav .active a:hover{
		background-color:transparent;
}

.page-scroll{
	padding-top:0;
	
}
.serveicespan{
	font-size:20px;
	color:#fff;
	width:36px;
	height:36px;
	border-radius:
	50px;border:solid 2px #fff;
	display: inline-block;
	text-align:center;
}

.contracttext{
	color:#b2b2b0;
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
	letter-spacing: 1px;
}


.zuopingshangxi{
height:50px;
text-align:center;
    background: url(/templets/default/images/news_subject.png) no-repeat center top;


	
}
.content-img-title{
font-size:3em;
background-color:rgba(0,0,0,0.3);
margin-top:0;
padding-top:10px;
padding-bottom:10px;
}


















@media (max-width: 830px) {
#hsjco-nav {
display:none;
visibility:hidden;
padding-top:0;
}

.index_nav_span {
    text-align: left;
	}
	
.serveicespan{
	font-size:20px;
	color:#fff;
	width:70px;
	height:70px;
	border-radius:
	50px;border:solid 2px #fff;
	display: inline-block;
	text-align:center;
}

	

.servicepfirst{
    font-size: 48px;
	margin-top:10%;
	color:#fff;
}
.servicepsecond{
	
	margin-bottom:16px;
	font-size:24px;
	color:#fff;
	margin-top:-20px;
}

.fa-search-plus:before {
    font-size: 32px;
}
.navbard-logo {
    margin-top: 30px;
    margin-left: 28px;
    background: url(/templets/default/images/index_logo.png) no-repeat;
    background-size: 100% 100%;
    width: 363px;
    height: 33px;
}

.contracttext{
	color:#b2b2b0;
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.clientlogolink
{
	display:block;
	margin-bottom:20px;
}
.applescreenfix
{
	display:none;
visibility:hidden;
	
}
.zuopingshangxi{
height:50px;
text-align:center;	
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf1a53;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.serviceimgscale img:hover{
-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);
}