
/* Import fonts */

body {
    color: #333;
    font-family:Arial, 思源黑体, Helvetica, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:15px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #2494f3;
    color: #fff;
}
::-moz-selection {
    background: #2494f3;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    /*font-family:"Microsoft YaHei";*/
}
p{
	color:#999;
}
a {
    color: #444e67;
}

a:hover {
    color: #2494f3;
}

p {line-height: 28px}

/*header*/

.header-frontend .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #bcc0cd;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 0 0 15px;
}

.navbar-brand span{
    color: #f25f5b;
}
.dropdown-menu{min-width:120px!important;}

.header-frontend .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}

.header-frontend .navbar-default{
    background-color: #fff;
}

.header-frontend .nav li a, .header-frontend .nav li.active ul.dropdown-menu li a {
    color: #666;
    font-size: 16px;
    background: none;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a{
    color: #fff ;
    background-color: #f28d00;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.header-frontend .navbar-default .navbar-nav > .open > a,
.header-frontend .navbar-default .navbar-nav > .open > a:hover,
.header-frontend .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f28d00;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.header-frontend .navbar {
    min-height: 100px;
}

.header-frontend .navbar-nav > li  {
    padding: 30px 10px;
}

.header-frontend  .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: bold;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
    color: #fff !important;
}

.header-frontend .nav .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
}

.header-frontend .nav li .dropdown-menu  {
   padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
   line-height: 28px;
   padding: 3px 12px;
}

/*homepage features*/
.f-box {
    border:1px solid #e2e2e2;
    /*background:#d2ecff61;*/
    padding: 20px;
    text-align: center;
    min-height: 260px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.f-box i{
    font-size: 50px;
    line-height: normal;
    display: block;
    color: #f38d24e0;
}

.f-box:hover, .f-box.active {
    background: #f28d00;
    padding: 20px;
    text-align: center;
    min-height: 260px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.f-box:hover i, .f-box.active i{
    font-size: 50px;
    line-height: normal;
    display: block;
    color: #fff;

}

.f-box:hover h2,.f-box:hover p, .f-box.active h2,.f-box.active p{
    color: #fff;
}

.f-box h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 520;
}

/*----image hove----*/
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
    margin:5px;
}

.view .mask,.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 5px 0 0 0;
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 10%;
}

.view-tenth .mask {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth h2 {
    background: transparent;
    margin: 0px 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    color: #333;
    line-height: normal;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth:hover img {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=.5);
    opacity: .5;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*imageview icon hover*/

[data-zlname] {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*IMGS IN CONTAINER*/
[data-zlname] > img {
    display: block;
    max-width: 100%;
}
/*POP UP ELEMENTS*/
[data-zlname] [data-zl-popup] {
    position: absolute;
    display: block;
    padding: 1px;
    height: 40px;
    width: 40px;
    background: #323231;
    color: #fff;
    overflow: hidden;
    display: none;
    text-align: center;
}
/*OVERLAY*/
/*classic*/
[data-zl-overlay] {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    padding: inherit;
}
/*four*/
[data-zl-ovzoom0],[data-zl-ovzoom1]
,[data-zl-ovzoom2],[data-zl-ovzoom3] {
    position: absolute;
    width: 25%;
    height: 100%;
}
/*rolling*/
[data-zl-ovrolling] {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}
/*double*/
[data-zl-ovdouble0],[data-zl-ovdouble1] {
    position: absolute;
    display: none;
}


.breadcrumbs {
    background: #d2ecff61;
    color: #f28d00;
    padding: 45px 0;

}

.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb li a{
    color: #000;
}

.breadcrumb li.active {
    color: #f28d00;
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
}

/*about us*/
.about h3 {
    color: #666;
    margin-top: 0;
}
.round {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.progress {
    background-color: #E1E1E1;
}

/*footer*/
.footer {
    background: #2a2a2a;
	border-top:4px solid #f28d00;
    color: #a2a4a7;
    padding-top: 50px ;
    margin-top:15px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    line-height: 25px;
}
.footer a{color: #a2a4a7;}
.orange_font{font-size:14px;font-weight: bold; color:#ed8c03!important;}
.copyright{background-color: #e70012;min-height:40px; line-height: 40px; color:#fff; padding-left: 6%}
.copyright a{color:#fff;}

/*property*/

.property {
    padding: 30px 0;
}

.gray-bg {
    background: #f4f4f4;
    padding-top:50px;
}

.property h1 {
    color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}

/*clients*/

.clients {
    margin-top: 15px;
}

.clients ul li {
    display: inline-block;
    margin: 15px 5px;
}


/*property*/
a.btn-purchase {
    background: #f28d00;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.btn-purchase:hover, a.btn-purchase:focus{
    background: #f5cc02;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

/*Photo Gallery*/
#gallery {
    margin: auto;
    position: relative;
    width: 100%;
}

#gallery h2 {
    color: #fff;
    padding-top: 30px;
}

.gallery-container {
    margin: 0 auto 40px auto;
    position: relative;
    width: 100%;
}

.col-4 .item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.col-4 .item img {
    height: 230px;
}

.item img {
   width: 100%;
    display: block;
    margin: 0 auto;
}

/*parallax*/
.case_box{margin-top: 40px;}
.parallax1 {
    background: url("../images/index-bg.png") #ffb854;
    width: 100%;
    min-height:550px;
    margin-top: 50px;
}


.parallax1 h1 {
    text-align: center;
    color:#333;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
}
.parallax1 p {
   padding-top: 20px;
    color: #000f38;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}

.parallax1  {

    color: #f28d00;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bottom{ width:100%; line-height:30px; text-align:center; font-size:14px;}

/*case*/

.case_img img{
	width:100%;
	height:200px;border:1px solid #e2e2e2; padding:10px;
}

.case_img .case_text {
	padding:15px 15px 0 15px;
	text-align:left;
	display:block;
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.case_img .case_text span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_img .case_text p{
    font-size:12px;
    line-height:28px;
    height:40px;
    overflow: hidden;
    margin:0;
}
    /*ours*/
.address{
	font-size:16px;
	line-height:44px;
}
.add{
	background-color:#f2f2f2;
	padding:20px 0 30px 0;
}
.add_button{
	margin-top:20px;
}
.add .add_btn{
	padding:10px 10px;
	background-color:#ccc;
	color:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	font-size:14px;
	display:block;
}
.add .add_btn:hover{
	background-color:#2494f3;
	-moz-transition:background 0.5s;
	-ms-transition:background 0.5s;
	-o-transition:background 0.5s;
	-webkit-transition:background 0.5s;
}
.service{
	line-height:22px;
    height:93px;
    overflow: hidden;
	display:block;
	color:#999;
	margin:0 0 5px;
	cursor:pointer;
}
.service2 {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: block;
    color: #999;
    margin: 0 0 10px;
    cursor: pointer;
}

.about .service:hover,.about .service2:hover{
	color:#b3b3b3;
}
/*container_title*/
.new_title{
	text-align:center;
    line-height: 40px;
}
.container .new_time{
	text-align:center;
	display:block;
	padding-bottom:5px;
    border-bottom: 1px solid  #e0e0e0;
    margin-bottom:20px;
}
/*page*/
.pagination>li>a:hover{
	background-color:#16c3a5;
	border-color:#16c3a5;
	color:#fff;
}

.new_img{
	width:100%;
    margin:20px 0;
    text-align: center;
}
.new_img img{
    display: inline-block;
	max-width:100%;
}
a.more,.more{
	font-size:12px!important;
	color:#2494f3!important;
	font-style:normal;
	display:inline;
	text-align:right;
}
.date-wrap, .comnt-wrap {
    margin-bottom: 20px;
    color:#f28d00;
    font-size:30px;
    font-weight: bold;
    border-right:1px solid #e2e2e2;
}
.date-wrap p{
    font-size:18px;
}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.mt-10{margin-top:10px;}
.font_white{color:#fff;}
.download{ padding-top:20px;}
.download li{font-size:16px; height:40px; line-height:40px;border-bottom:1px dashed #e0e0e0e0;}
.GoodsBox{ position: absolute;top:0;left: 0;width:100%;height: 100%;z-index: 9;opacity: 0.5;background: #000;}
#GoodsSet{padding: 8px;position:absolute;z-index:99999; line-height: 35px; top:25%; left:38%;background: #fff;border: 1px solid #e0e0e0;}
#GoodsSet label{font-size: 14px;}
.hide{display: none;}
.layerTitle{ border-bottom:1px dashed #e0e0e0; }
.orange{color:orange;text-align:center; font-size: 18px;}
.notice{ cursor: pointer;}
.close{float:right;margin:15px 20px 0 0;}
@media screen and (max-width: 600px) {
    #GoodsSet{padding: 8px;position:absolute;z-index:99999; line-height: 35px; top:20%; left: 0;background: #fff;border: 1px solid #e0e0e0;}
 }
.f18{font-size:18px;}