
h1,h2,h3,h4,h5,h6{
	font-family: 'Libre Baskerville', serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.mail-phone ul li a,.video-grid-pos ul li a,.copy-right p a,.mail-foot a,.footer ul li a,input[type="submit"],.services-grid-right-grid span,.services-grid-left h4,.services-grid-right-grid{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
/*-- banner --*/
.banner {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:750px;
    padding: 3em 0 0;
}
.logo{
	float:left;
}
.logo h1 a{
	font-size: 1.5em;
    color:#fff;
    text-decoration: none;
    line-height: 0.5;
}
.logo h1 a span{
	display: block;
    font-size: .2em;
    text-transform: uppercase;
    letter-spacing: 13px;
    line-height: 1;
}
.mail-phone{
	float:right;
}
.mail-phone ul li{
	display:inline-block;
	margin-right:3em;
	font-size:14px;
	color:#fff;
}
.mail-phone ul li a{
	color:#fff;
	text-decoration:none;
}
.mail-phone ul li a:hover{
	color:#C5C5C5;
}
.mail-phone ul li span {
    left: -1em;
	color:#FFFFFF;
}
.banner-info ul li {
    display: inline-block;
	margin-right: 1em;
}
.banner-info ul  li a {
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 0;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 8em;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
	text-decoration:none;
	color: #fff;
    background: rgba(255, 255, 255, 0.4);
}
.banner-info ul  li.active a {
    color: #fff;
    background-color:rgba(39, 160, 216, 0.67);
	display:inline-block;
}
.banner-info {
    text-align: center;
    margin:14em 0 0 0em;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(39, 160, 216, 0.67);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.services-grid-right-grid:before {
	background:rgb(163, 207, 92);
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,.hvr-radial-out:active:before,.services-grid1:hover .hvr-radial-out:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-radial-out:focus:before {
    outline: none;
}
/*-- //banner --*/
/*-- about --*/
.about-right {
    padding-right: 0;
}

.back1{
	background: url(../images/img_guzhang.jpg) no-repeat 0px 0px;
}

.back2{
	background: url(../images/img_yichang.jpg) no-repeat 0px 0px;
}

.back3{
	background: url(../images/img_jiankang.jpg) no-repeat 0px 0px;
}

.back4{
	background: url(../images/img_shuju.jpg) no-repeat 0px 0px;
}

.content-item {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 515px;
    overflow: hidden;
    position: relative;
    width: 776px;
    background-size: cover;
}
.content-item .overlay {
  border-bottom:170px solid #1F9ED9;
  border-left: 170px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
	border-bottom:515px solid #1F9EDA;
    border-left: 776px solid transparent;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
	bottom: 15px;
    color: #fff;
    font-size: 1em;
	position: absolute;
	right: 15px;
/*-- w3layouts --*/
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
	bottom: 0;
    left: 0;
    opacity: 0;
    padding: 3em 3em 7em;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content-item .overlay-content h2 {
  border-bottom: 1px solid #666;
  width:87%;
  padding: 0 0 12px;
}
.content-item:hover .overlay-content {
  opacity: 1;
}
.overlay-content h2{
	font-size:2em;
	color:#fff;
	margin:0 0 1em;
}
.overlay-content p{
	color:#fff;
	line-height:1.8em;
	width:87%;
/*-- agileits --*/
}
.about-left h3{
	text-transform:capitalize;
	font-size:1em;
	color:#999;
}
.about-left h3 span{
	display:block;
	font-size:1.1em;
}
.about-left {
    padding:8em 0 0 10em;
	text-align: center;
}
.about-left h3 {
    text-transform: capitalize;
    font-size: 1.5em;
    color: #1F9ED2;
}
.about-left i{
	color:#A3CF5C;
	margin:1em 0;
	font-size: 1.5em;
}
.about-left p{
	color:#999;
	line-height:1.8em;
}
.about-left h3 span {
    display: block;
    font-size: 1.5em;
    color: #212121;
    margin: .5em 0 0;
}
/*-- //about --*/
/*-- about-bottom --*/
.about-bottom{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:500px;
	position:relative;
}
.play-icon span{
	background: url(../images/img-sp.png) no-repeat 0px -0px;
    width: 64px;
/*-- w3layouts --*/
    height: 64px;
    position: absolute;
    top: 35%;
    left: 48%;
}
.video-grid-pos{
	position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    text-align: center;
}
.video-grid-pos h3{
	font-size:2em;
    line-height: 1.5em;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.video-grid-pos ul{
	padding:1em 0 0;
}
.video-grid-pos ul li{
	display: inline-block;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding-right: 1em;
}
.video-grid-pos ul li label {
    padding-left: 1em;
}
.video-grid-pos ul li a{
	text-decoration:none;
	color:#A3CF5C;
}
.video-grid-pos ul li a:hover{
	color:#fff;
}
.video-grid-pos ul li span{
	color:#FFFFFF;
}
/*-- //about-bottom --*/
/*-- services --*/
.services,.team,.gallery,.mail{
	padding:5em 0;
}
.services h3,.team h3,.gallery h3,.mail h3{
	font-size:3em;
/*-- agileits --*/
	color:#212121;
	text-align:center;
}
p.qui{
	margin:.5em 0 0;
	color:#999;
	text-align:center;
	position:relative;
	padding-bottom:2em;
}
p.qui:before,p.qui:after{
	content: '';
    background:#A3CF5C;
    height: 1px;
    position: absolute;
    bottom: 0%;
    width:15%;
}
p.qui:before{
	left:33%;
}
p.qui:after{
	right:33%;
}
p.qui span:before,p.qui span:after{
	content: '';
    background:#A3CF5C;
    height: 1px;
    position: absolute;
    bottom: 0%;
    width: 3%;
}
p.qui span:before{
	left: 48.5%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
p.qui span:after{
	right: 48.5%;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.services-grid{
	padding:0;
}
.services-grid-left{
	text-align:right;
}
.services-grid-left h4{
	text-transform:capitalize;
	font-size:1.3em;
	color:#27A0D8;
	margin:0 0 1em;
}
.services-grid-left p{
	color:#999;
	line-height:1.8em;
}
.services-grids{
	margin:3em 0 0;
}
.services-grid-right-grid{
	width: 100px;
    height: 100px;
    background: #f5f5f5;
    border: 5px solid #5C5B5B;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.services-grid-right-grid span{
	color: #A3CF5C;
    font-size: 1.5em;
    top: 1.3em;
}
.services-grid-right {
	text-align: center;
}
.services-grid-left1{
	text-align:left;
}
.services-grid1:nth-child(2){
	padding:3em 0;
}
.services-grid1:hover .services-grid-right-grid span{
	color:#fff;
}
.services-grid1:hover .services-grid-left h4{
	color:#A3CF5C;
}
/*-- //services --*/
/*-- team --*/
.team{
	background:#f5f5f5;
}
.team-grids{
	margin:3em 0 0;
}
.team-grid{
	text-align:center;
}
.team-grid h4{
	font-size: 1.2em;
    color: #27A0D8;
    margin: 1em 0 0.5em;
}
.team-grid p{
	color:#999;
}
/*-- img-hovers --*/
.pic {
    max-width: 300px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    animation: anima 2s;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.pic-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pic-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(30, 30, 30, 0.42);
    padding: 4.5em 1em 0;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.top-to-bottom {
    bottom: 50%;
    left: 0;
}
.team-grid:hover .pic .top-to-bottom {
    left: 0;
    bottom: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	z-index: 9999;
}
.pic-caption h5{
	font-size:1.5em;
	color:#fff;
	margin:0 0 .5em;
	text-transform:capitalize;
}
.pic-caption p{
	line-height:1.8em;
	color:#E4E4E4;
}
/*--//img-hovers--*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin:2em 0 0;
}
.social-nav li {
    display: inline-block;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a {
    background:#5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 30px;
    height: 30px;
    background:#A3CF5C;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.model-3d-0 .back {
    font-size: 32px;
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
    background:#27A0D8;
}
.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.twitter-sub{
	background:url(../images/img-sp.png) no-repeat -30px -72px;
    display: block;
    width: 30px;
    height: 30px;
}
.facebook-sub{
	background:url(../images/img-sp.png) no-repeat 2px -71px;
    display: block;
    width: 30px;
    height: 30px;
}
.instagram-sub{
	background:url(../images/img-sp.png) no-repeat -65px -73px;
    display: block;
    width: 30px;
    height: 30px;
}
.pinterest-sub{
	background:url(../images/img-sp.png) no-repeat -97px -72px;
    display: block;
    width: 30px;
    height: 30px;
}
.stack img { width: 100%; height: auto; vertical-align: bottom; border: 10px solid #fff; border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type { margin-right: 0; }

/* Third stack example (One stack element rotated in the opposite direction) */
.stack.twisted:before {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}	
.stack.twisted:after {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}	
/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after,.team-grid:hover .stack:before,.team-grid:hover .stack:after{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
/* Stacks creted by the use of generated content */
.stack:before, .stack:after { content: ""; border-radius: 3px; width: 100%; height: 100%; position: absolute; border: 10px solid #fff; left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */	
.stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */
.stack { float: none;     width: 92%;
    margin:3% 0% 8% 4%; position: relative; z-index: 1; }
/*-- //team --*/
/*-- gallery --*/
.gallery-grids{
	margin:3em 0 0;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: .3em 0.6em;
    font-size: 1em;
    margin: 0 1.5em 0 1.8em;
    background: none;
    border-radius: 4px;
    position: relative;
}
.simplefilter li:before {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transform: rotate(-68deg);
    top: 14px;
    left: -37px;
}
.simplefilter li:nth-child(1):before {
    height: 0;
}
.simplefilter li.active {
    color: #fff;
    background: #fe7200;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
/*----*/
ul.simplefilter {
    text-align: center;
	margin-bottom: 1em;
}
.gallery-grids-left-sub,.gallery-grid-sub{
	margin:2em 0 0;
}
.gallery-grids-left-subl,.gallery-grids-left {
    padding-left: 0;
}
.gallery-grids-left-subr {
    padding-right: 0;
}
.gallery-grids-right1 {
    padding: 0 1em;
	margin:2em 0;
}
.gallery-grid img {
    width: 100%;
	cursor: pointer;
}
.gallery-grid{
	position:relative;
}
.gallery-grid-pos{
	position:absolute;
	top:0%;
	left:5%;
	text-align:center;
	opacity:0;
	background:#000;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.gallery-grid:hover .gallery-grid-pos{
	opacity:1;
}
.gallery-grid:hover img{
	opacity:.5;
}
/*-- //gallery --*/
/*-- counting --*/
.counting{
	background:url(../images/17.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
	padding:5em 0 0;
}
.counting-grid{
	text-align:center;
}
.counting-grid p{
	font-size:2em;
	color:#fff;
}
.counting-grid h3{
	font-size: 1.5em;
    color: #A3CF5C;
    margin: 1em 0;
}
.counting-grid i{
	font-size: 1.7em;
    color:#fff;
    width: 100px;
    height: 100px;
    border: 2px solid;
    border-radius: 65%;
	-webkit-border-radius: 65%;
	-moz-border-radius: 65%;
	-o-border-radius: 65%;
	-ms-border-radius: 65%;
    padding: 1.2em 0 0;
}
/*-- //counting --*/
/*-- mail --*/
.mail-grid-left h4{
	font-size:1.5em;
	color:#1F9ED9;
	margin-bottom:2em;
}
.mail-grid-left ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#212121;
	text-transform:capitalize;
	font-size:1.1em;
}
.mail-grid-left ul li i{
	color: #999;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 60%;
    font-size: 14px;
    padding: .8em 0 0;
    text-align: center;
    margin-right: 2em;
}
.mail-grid-left ul li span,.mail-grid-left ul li a{
	display:block;
	color:#999;
	line-height:1.8em;
	font-size:14px;
	text-transform:capitalize;
	padding-left: 5em;
}
.mail-grids {
    margin: 3em 0 0;
}
.mail-grid-right h5,.mail-grid-right h6{
	font-size:14px;
	color:#212121;
	margin: 1em 0;
}
.mail-grid-right input[type="text"],.mail-grid-right input[type="email"],.mail-grid-right textarea{
	outline: none;
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #E2E2E2;
    font-size: 14px;
    color: #999;
    width: 60%;
}