/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

p {
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #666;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

/*-- header --*/


.container{
	width: 1200px;
	padding: 0;
}

.carousel{
	padding-top: 140px;
}

.carousel .item {
    background: url(/Tpl/Home/Index/images/bzgc/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}


.carousel-caption h3 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 11px;
    color: #f7ab00;
}


.carousel-caption p {
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.carousel-caption {
    position: inherit;
    min-height: 270px;
    padding-top: 150px;
	text-align: center;
	color: #ffffff;
}

.carousel-caption h6 {
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.carousel-caption h6 span {
    color: #f7ab00;
}

.carousel-control {
    line-height: 31em;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

/*-- //banner --*/

/*-- about --*/

.about,
.popular-w3,
.gallery,
.stats,
.why-choose-agile,
.address,
.testimonials {
    padding: 5em 0;
}
.about_left{
	width: 540px;
	float: left;
}
.about_right{
	width: 660px;
	float: left;
	margin-top: 10px;
}
.about_right h3 {
    text-align: right;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.3;
	letter-spacing: 5px;
}

.about_right h3.bold {
    font-weight: 600;
    text-transform: capitalize;
    color: #0062ad;
}

.aboutimg-w3l {
    padding: 0 7px;
    width: 250px;
    height: 370px;
    float: left;
	opacity: 0;
	transform: translate(0, 30px);
	transition: all ease 0.4s .1s;
}

.aboutimg-w3l2 {
    margin-top: 3em;
	opacity: 0;
	transform: translate(-30px, 0);
	transition: all ease 0.4s .1s;
}

.aboutimg-w3l img {
    margin-bottom: 10px;
	width: 250px;
}

.about_right p {
    font-size: 14px;
    text-align: left;
	text-align: justify;
    margin: 20px 0 46px;
	opacity: 0;
	transform: translate(0, 30px);
	transition: all ease 0.4s .1s;
}

.about-bottom ul li {
    display: inline-block;
    width: 24%;
    text-align: right;
    opacity: 0;
    transform: translate(0, 30px);
    transition: all ease 0.4s .1s;
}
.about-bottom ul li img{
	height: 150px;
	width: 150px;
}
.about-bottom ul li h5 {
	font-size: 18px;
    color: #0062ad;
    font-weight: 600;
	margin-top: 15px;
	text-align: center;
}

/*-- //about --*/

/*-- popular --*/

.popular-w3 {
    background: url(/Tpl/Home/Index/images/bzgc/bg.jpg)no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.popular-w3 h3.title,
.testimonials h3.title {
    color: #fff;
}
.popular-w3 h5.title {
    color: #fff;
    text-align: center;
	margin-top: 15px;
	font-size: 17px;
	margin-bottom: 50px;
}

h3.title {
    color: #0062ad;
    font-size: 50px;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 700;
	letter-spacing: 5px
}

.popular-grid {
    padding: 0;
    background: #fff;
    border: 6px solid #fff;
    margin: 0 1%;
    width: 30%;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(247, 245, 245, 0.34);
    -moz-box-shadow: 0px 0px 4px 2px rgba(247, 245, 245, 0.34);
    box-shadow:0px 0px 4px 2px rgba(247, 245, 245, 0.34);
	float: left;
	overflow: hidden;
	opacity: 0;
	transform: translate(0, 30px);
	transition: all ease 0.4s .1s;
}

.popular-text {
    text-align: center;
    padding: 25px;
}

.popular-grid:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.popular-grid img {
    -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;
}

.popular-grid h5 {
    font-size: 30px;
    color: #fff;
}

.popular-grid p {
    margin-top: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
	text-align: justify;
}

.popular-grid:nth-child(1) {
    background: #ff9600;
}

.popular-grid:nth-child(2) {
    margin-top: 6em;
    background: #0062ad;
}

.popular-grid:nth-child(3) {
    margin-top: 2em;
    background: #169872;
}

/*-- //popular --*/

/*-- projects --*/
.gal-sec{
	float: left;
	margin: 0 1%;
	width: 31.3%;
}
.gallery-grid1 img {
    width: 100%;
    cursor: pointer;
}

/*--Gallery hover effect--*/

.gallery-grid1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-grid1:nth-child(2),
.gallery-grid1:nth-child(3) {
    margin-top: 1.7em;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
    opacity: 0;
    visibility: hidden;
    background: rgba(25, 24, 24, 0.5);
    bottom: 0%;
    position: absolute;
    padding: 20px;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px);
    -moz-transform: translate3d( 0px, 100%, 0px);
    -ms-transform: translate3d( 0px, 100%, 0px);
    -o-transform: translate3d( 0px, 100%, 0px);
    transform: translate3d( 0px, 100%, 0px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
}

.gallery-grid1 .p-mask .p-desc {
    color: #a3a3a3;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px);
    -moz-transform: translate3d( 0px, 0px, 0px);
    -ms-transform: translate3d( 0px, 0px, 0px);
    -o-transform: translate3d( 0px, 0px, 0px);
    transform: translate3d( 0px, 0px, 0px);
}

.p-mask h4 {
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/*-- //projects --*/

/*-- stats --*/

.stats {
    background: #0062ad;
	margin-bottom: 40px;
}

/*-- //stats --*/

/*-- 施工工艺标准 --*/

.agile-why-text.two {
    text-align: left;
}
.wthree_agile_us {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all ease 0.4s .1s;
}

.wthree_agile_us:nth-child(2) {
    margin: 3em 0;
}
.agileits-w3layouts-grid{
	width: 26%;
	float: left;
}
.agileits-w3layouts-img{
	width: 48%;
	float: right;
	opacity: 0;
	transform: translate(0, 30px);
	transition: all ease 0.4s .1s;
}
.agileits-w3layouts-img img{
	height: 315px;
    width: 530px;
    float: right;
}
.agile-why-text {
    text-align: right;
	width: 75%;
	float: left;
}
.agile-why-img {
    text-align: right;
	width: 25%;
	float: left;
}

.agile-why-text h4 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 6px;
}
.agile-why-text p{
	line-height: 1.5;
    color: #000;
}
/* Rectangle Out */

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow:0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    /*-- agileits --*/
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #0062ad;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7ab00;
    -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;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before,
.agile_banner_bottom_grid:hover .hvr-rectangle-out:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.agileits_w3layouts_contact {
    padding: 0;
    background: #4cc2c4;
}

.agile-w3l-map {
    padding: 0;
}

.wthree_agile_us i {
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.wthree_agile_us i {
    color: #fff;
    line-height: 2.8em;
	font-size: 24px;
}

/*-- //Services --*/

