@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,800|Lora:400italic|Playfair+Display:700);

html, body  
{  
    padding: 0;  
    margin: 0;  
    height: 100%;  
} 

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #C80A00;
  text-decoration: none;
}	
.navcolor {color:#d6b72a }

.main_bg {width:100%;height:100%;background-position: top center; background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;  
          -o-background-size: cover;  
          -moz-background-size: cover;  
          -ms-background-size: cover;
	
}
.main_bigtext {
	padding-top: 35%;color: #fff; text-align: center;font-size: 2.75rem;text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.main_bgcolor {
	background-color: #1b1e21;
	color: #ffffff;
}
/*颜色*/
.main_tcolor1{color: #1b1e21}
.main_tcolor2{color: #d6b72a}
.main_tcolor3{color: #c80a00}
.main_tlink {
	height: 3px; width: 80px;margin: auto; background-color:#c80a00;
}
.footer_bgcolor {
	/*background-color: rgba(40,40,40,1.00);*/
	background-color: #333;
	color: #ffffff;
	
}

@media (max-width: 992px) {
.main_bg {width:100%;height:100%;background-position: top center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;  
          -o-background-size: cover;  
          -moz-background-size: cover;  
          -ms-background-size: cover;}
.main_bigtext {
	padding-top: 35%;color: #fff; text-align: center;font-size: 2.75rem;text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}	
}

.pic_shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition:all 500ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
	background-color: #ffffff;
}
.pic_shadow:hover {
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.15) !important;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

/*******文字垂直居中******/
.box_height {
   display:table;
   height:100%;
   text-align: center;
}
.box_middle {
	display: table-cell;
    vertical-align: middle;
}

.pm0 {
	padding: 0px; margin: 0px
}
.pad_1em {
	padding: 1em;
}
.pad_2em {
	padding: 2em;
}
.pad_tb_1em {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pad_tb_2em {
	padding-top: 2em;
	padding-bottom: 2em;
}
.pad_tb_3em {
	padding-top: 3em;
	padding-bottom: 3em;
}
.pad_tb_5em {
	padding-top: 5em;
	padding-bottom: 5em;
}
.pad_b_1em {
	padding-bottom: 1em;
}
.pad_t_1em {
	padding-top: 1em;
}
.pad_b_2em {
	padding-bottom: 2em;
}
.pad_t_2em {
	padding-top: 2em;
}
.pad_b_1em {
	padding-bottom: 1em;
}
.pad_t_1em {
	padding-top: 1em;
}

.pad_l_1em {
	padding-left: 1em;
}
.pad_r_1em {
	padding-right: 1em;
}

.mar_1em {
	margin: 1em;
}
.mar_2em {
	margin: 2em;
}
.mar_tb_1em {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mar_tb_2em {
	margin-top: 2em;
	margin-bottom: 2em;
}
.mar_b_1em {
	margin-bottom: 1em;
}
.mar_b_2em {
	margin-bottom: 2em;
}
.mar_t_1em {
	margin-top: 1em;
}
.mar_t_2em {
	margin-top: 2em;
}

.mar_l_1em {
	margin-left: 1em;
}
.mar_r_1em {
	margin-right: 1em;
}
.mar_l_2em {
	margin-left: 2em;
}
.mar_r_2em {
	margin-right: 2em;
}

/***********图片放大缩小效果************/
.pic_zoom_in {
	width: 100%;
	overflow: hidden;
}
.pic_zoom_in:hover img { 
  transform: scale(1.1);
  transition: .8s ease-in-out;
	width: 100%;
	opacity:1;
    filter:alpha(opacity=100);
}

.pic_zoom_in img { 
  transform: scale(1);
  transition: .5s ease;
	width: 100%;
	opacity:0.68;
    filter:alpha(opacity=68);
}

.cbox_zoom {
	background-color: #f1f1f1;
	color: #666;
	transform: scale(1.0);
	transition: .5s ease-in-out;
	opacity:1;
    filter:alpha(opacity=100);
}
.cbox_zoom h5, i {color: #333c70;}

.cbox_zoom:hover {
	background-color: #333C70;
	color: #fff;
	transform: scale(1.1);
	transition: .5s ease-in-out;
	opacity:1;
    filter:alpha(opacity=100);
}
.cbox_zoom:hover h5 {color: #fff}
.cbox_zoom:hover i {color: #fff}
.color_tb {color: #333c70;}
.color_tr {color: #FB1F00;}
.color_tg {color: #168001;}

.link_1px {height: 1px;background-color: #ddd;}

.boxcolor {
	background-color: #f1f1f1;
	transition: .5s ease-in-out;
}
.boxcolor:hover {
	transition: .5s ease-in-out;
	background-color: #333c70;
	color: #fff;
}


/*form*/

.default-form {
  position: relative;
}


.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;
  margin-bottom:30px; 
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:55px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding:12px 15px;
  background: #f7f7f7;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 168px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #C80A00;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #C80A00;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
}

.thm-color {
  color: #C80A00;
}

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
    color: #C80A00;
    background: none;
    border: none;
    font-size: 18px;
}

.thm-btn {
  position: relative;
  background: #C80A00;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #C80A00;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #C80A00;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}


.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  font-size: 32px;
  text-transform: capitalize;
}
.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #C80A00;
}
.section-title.center:before {
    left: 50%;
    margin-left: -25px;
}



/*** 

====================================================================
  contact Section
====================================================================

***/


.default-cinfo .icon_box {
  width: 40px;
}
.default-cinfo ul {
	padding-left: 0px;
}
.default-cinfo li {
	list-style-type: none;
	padding-left: 30px;
}
.default-cinfo li + li {
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
}

.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 20px;
  color: #C80A00;
  position: relative;
  top: 7px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 10px 30px;
  margin: 0;
  font-size: 1.25em;
  font-weight: 600;
}

.default-cinfo .accordion-box {
  border: none;
}
.default-cinfo .accordion {
  border: 1px solid #f7f7f7;
}
.default-cinfo .accordion-box .accordion .acc-content b {
  color: #222;
  font-weight: 600;
}


/*** 
====================================================================
  Realty website
====================================================================
***/
.topbox {
	padding-top: 88px;
}
.forsalebox{
	overflow: hidden;position: relative;
}

.forsale {
	background-color: rgba(218,0,4,0.55); width: 180px;height: 36px;line-height: 36px; text-align: center; font-size: 1em; font-weight: 700; color: #fff;z-index: 1000; position: absolute;transform: rotate(-35deg);left: -50px;top: 12px; text-shadow:1px 1px 2px black; box-shadow:1px 1px 2px black; 
}
.forsale_img {
	width: 100%; height: 180px;background-repeat: no-repeat; background-size: cover;background-position: center center;
}
.bg_fullimg {background-color: #f8f8f8; width: 100%; background-repeat: no-repeat; background-size: cover;background-position: center top; color: #ffffff}
.bg_fullimg p {line-height: 1.75em}

.forsalebox h4 {
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
	height: 2.5em;
}
.forsalebox h5 {
	color: #C80A00;
}
.forsalebox .title {
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
	height: 1.25em;
}

.infobox .textbox {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.infobox h5 {
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
	height: 2.5em;
}
.infobox p {
	font-size: 14px;
	color: #BBBBBB;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.info_img {
	width: 100%; height: 138px;background-repeat: no-repeat; background-size: cover;background-position: center center;
}
.addbox{
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
	height: 3em;	
}
.googlemap_box {
	padding: 0px; margin: 0px;border-bottom: solid 1px #ddd; border-top:solid 1px #ddd;
}

.lineheight_2 h5 {
	line-height: 2rem;
}

.small_banner {height: 268px;  background-size: cover; background-repeat: no-repeat;}

/************** General *********************/

.fixed-bg { /*背景图片固定*/
 min-height: 100%;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
 width: 100%;	
}
.fixed-bg:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%, cover, cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.fixed-bg .text {color: #fff; line-height: 1.5em; text-shadow: 0px 0px 3px rgba(10,10,10,0.95)}

.fixed-bg .link {
	height: 3px; width: 80px;margin: auto; background-color:#FB1F00;
	/*margin-bottom: 2em;*/
}
.fixed-bg a {color: #fff}
.fixed-bg a:hover {color: #fff}

.hover-bg {background-color: #FB1F00}
.hover-bg:hover {background-color: #333c70}


/****************** article Style**********************/
.article-content {padding-top: 1em;padding-bottom: 1em; display:inline;}
.article-content img { max-width: 100%; height: auto; display: block}
.article-content p { margin-bottom:0px;}
.article-title {margin-top: 1em;margin-bottom: 1em;  padding: 1em; border-bottom: solid 1px #eee;}

.article-content-bg1{
	background-color: #fbfbfb;
}
/****************** new list Style**********************/
.article_box {background-color: #ffffff;padding: 1em;margin-top: 0em;margin-bottom: 2em;  border: solid 1px #f1f1f1;	  -webkit-transition:.5s ease-in-out;
  	     -moz-transition:.5s ease-in-out;
  	          transition:.5s ease-in-out;}

.article_box .imagers { border-radius: 3px;box-shadow: 0px 0px 2px 0px rgba(25,25,25,0.25); height: 168px; background-repeat: no-repeat; background-size: cover; background-position: center center;opacity: 1; -webkit-transition:.5s ease-in-out;
  	     -moz-transition:.5s ease-in-out;
  	          transition:.5s ease-in-out;}

.article_box:hover {background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(15,15,15,.125);	  -webkit-transition:.5s ease-in-out;
  	     -moz-transition:.5s ease-in-out;
  	          transition:.5s ease-in-out;}
.article_box:hover .imagers { border-radius: 3px;box-shadow: 0px 0px 2px 0px rgba(25,25,25,0.25); height: 168px; background-repeat: no-repeat; background-size: cover; background-position: center center; opacity: 0.65; -webkit-transition:.5s ease-in-out;
  	     -moz-transition:.5s ease-in-out;
  	          transition:.5s ease-in-out;}

.article_box .summary { padding-top: 1em; padding-bottom: 1em; } 
.article_box .info {color: #bbb; text-align: left;margin-bottom: 1em;margin-top: -10px}
.article_box h4 {margin-top: 5px; color: #333c70;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.article_box h3 {margin-top: 5px; color: #333c70;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.article_box p {padding-right: 1em; font-size: 1.125em;color: #666;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical;margin-bottom: 0px;}

.article_list_bg { background-color: #fbfbfb; }
.nav-color6 { color:#D6B72A }
/****************** list Style**********************/

.list_box {background-color: #ffffff;padding: 2em;margin-top: 0em;margin-bottom: 2em;  border: solid 1px #f1f1f1;}
.list_box .imagers { height: 268px; background-repeat: no-repeat; background-size: cover; background-position: center center}

@media (max-width: 768px) {
    .list_box .imagers { height: 150px; background-repeat: no-repeat; background-size: cover; background-position: center center}
}

.list_box .summary { padding-top: 1em; padding-bottom: 1em; } 
.list_box .info {color: #bbb; text-align: center;margin-bottom: 1em;margin-top: -10px}
.list_box h5 {font-weight: normal; color: #666}
.list_box i {color: #c80A00}
.list_title {}

.list_box .link_b { border-left: 8px solid #333c70; padding-left: 5px; }
.list_box .link_g { border-left: 8px solid #168001; padding-left: 5px; }
.list_box .link_r { border-left: 8px solid #FB1F00; padding-left: 5px; }

.m_job_listbox {
	background-color: #f8f8f8;padding: 1em; margin-top: 2em;margin-bottom: 2em; border: solid 1px #f1f1f1;
}
.m_job_listbox h4 {border-bottom: solid 1px #ddd; padding-bottom: 0.25em; letter-spacing: normal;}
.m_job_listbox strong {color: #333c70}

.toast-body{
	min-height: 85px;
}
.line_clamp3 {
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
	min-height: 62px;
}

