/* Background Image */
.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-overlay-light:before {
	background-color: #ffffff;
	opacity: 0.8;
}

.bg-overlay-dark:before {
	background-color: rgba(27, 26, 26, 0.75);
}

.bg-overlay-dark2:before {
	background-color: #1b1a1a;
	opacity: 0.8;
}

.bg-overlay-dark3:before {
	background-color: rgba(40, 40, 40, 0.35);
}

.bg-overlay-dark4:before {
	background-color: rgba(40, 40, 40, 0.95);
}

.bg-overlay-dark5:before {
	background-color: rgba(40, 40, 40, 0.9);
}

.bg-overlay-dark6:before {
	background-color: rgba(40, 40, 40, 0.6);
}

.bg-overlay-dark7:before {
	background-color: rgba(40, 40, 40, 0.15);
}

.bg-overlay-dark8:before {
	background-color: rgba(40, 40, 40, 0.75);
}

.bg-overlay-theme:before {
	background-color: rgba(27, 181, 128, 0.25);
}

.bg-overlay-theme2:before {
	background-color: rgba(27, 181, 128, 0.93);
}

.bg-overlay-theme3:before {
	background-color: rgba(27, 181, 128, 0.45);
}

.bg-overlay-theme4:before {
	background-color: rgba(27, 181, 128, 0.75);
}

.bg-overlay-theme5:before {
	background-color: rgba(27, 181, 128, 0.35);
}

.bg-parallex {
	background-attachment: fixed;
}

.bg-overlay-gradient:before {
	opacity: 0.85;
	background-color: rgba(27, 181, 128, 0.8);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(27, 181, 128, 0.8)), to(rgba(12, 109, 176, 0.8)));
	background-image: -webkit-linear-gradient(left, rgba(27, 181, 128, 0.8), rgba(12, 109, 176, 0.8));
	background-image: -moz-linear-gradient(left, rgba(27, 181, 128, 0.8), rgba(12, 109, 176, 0.8));
	background-image: -ms-linear-gradient(left, rgba(27, 181, 128, 0.8), rgba(12, 109, 176, 0.8));
	background-image: -o-linear-gradient(left, rgba(27, 181, 128, 0.8), rgba(12, 109, 176, 0.8));
	background-image: linear-gradient(left, rgba(27, 181, 128, 0.8), rgba(12, 109, 176, 0.8));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(27, 181, 128, 0.8)', endColorStr='rgba(12, 109, 176, 0.8)', gradientType='1');
}

.bg-overlay-gradient2:before {
	background-color: rgba(27, 181, 128, 0.15);
	background-image: -webkit-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
	background-image: -moz-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
	background-image: -ms-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
	background-image: -o-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
	background-image: linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(27, 181, 128, 0.15)', endColorStr='rgba(27, 181, 128, 0.15)', gradientType='1');
}
/*------------------------------------*\

/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
	padding: 0;
}

.page-title .title {
	padding: 100px 0 100px 0px;
}
@media (max-width: 767px){
.page-title .title {
	padding: 30px 0 30px 0px;
}
}


.page-title .title--heading {
	margin-bottom: 0;
}

.page-title .title--heading h1 {
	color: #ffffff;
	font-size: 65px;
	font-weight: 900;
	line-height: 1.2;
	
	margin-bottom: 0;
}

.page-title .title--heading + .title--desc {
	margin-top: 14px;
}

.page-title .title--desc p {
	color: #999;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 28px;
	text-transform: capitalize;/*文本中的每个单词以大写字母开头。*/
}
.page-title .breadcrumb {
	background-color: transparent;
	
	border-radius: 0;
	color: #e5e4e4;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
}
.page-title .breadcrumb i{
	padding: 0 3px 0 3px;
}
.page-title .breadcrumb,
.page-title .breadcrumb a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #e5e4e4;
}

.page-title .breadcrumb .active {
	color: #f9f9f9;
}

.page-title .breadcrumb a:hover {
	color: #0D6ABD;
}

.breadcrumb-bottom {
	position: absolute;
	bottom: 27px;
	width: 100%;
}


/* Title #1 */
.title-1 {
	position: relative;
}

.title-1 .title--content {
	position: relative;
}

/* Title #3 */
.page-title .title-3 {
	padding-bottom: 50px;
	padding-top: 150px;
}

.title-3 .breadcrumb,
.title-3 .breadcrumb a {
	color: #646464;
}

.title-3 .breadcrumb .active {
	color: #b4b4b4;
}

.title-3 .breadcrumb a:hover {
	color: #0D6ABD;
}

.title--img {
	margin-bottom: 50px;
}

.page-title-12 .title--heading h1 {
	color: #222222;
	font-size: 31px;
	line-height: 40px;
}

.page-title-12 .title-12 {
	padding-top: 160px;
}

.page-title-12 .breadcrumb,
.page-title-12 .breadcrumb a {
	color: #646464;
	line-height: 40px;
}

.page-title-12 .breadcrumb .active {
	color: #b4b4b4;
}

.page-title-12 hr {
	border-top: 1px solid rgba(34, 34, 34, 0.1);
	margin-bottom: 0;
	margin-top: 55px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.page-title .title--heading h1 {
	font-size: 30px;
}

.page-title .title--desc p {
	font-size: 15px;
}
}
/**/



/***************海量世界内页*************/
.lmdh2 .fl {
	float:left;
}
.lmdh2 .parent{
	font-size: 22px;
}
.lmdh2 .fr {
	float:right;
}	
.lmdh2 ul,
.lmdh2 ol { 
	list-style:none;
    float: left;
}
.lmdh2 li {
	list-style:none;
    float: left;	
}
.lmdh2 i, .lmdh2 em {
    font-style: normal;
}

.ins-navbox{
	height: 75px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.ins-navbox.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.ins-navbox li{
	margin-right: 23px;
	font-size: 16px;
	line-height: 74px;
}
.ins-navbox.twrap li{
	margin-right: 10px;
}
.ins-navbox li a{
	display: block;
	padding: 0 18px;
}
.ins-navbox.twrap li a{
	padding: 0 10px;
}
.ins-navbox li a:hover,.ins-navbox li a.hover{
	color: #035cac;
	border-bottom: 2px solid #035cac;
	position: relative;
	margin-bottom: -1px;
}
.ins-navbox .return-top{
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	padding-right: 54px;
	background: url(../images/ico_32.png) no-repeat 95px center;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	cursor: pointer;
	margin-top: 19px;
}
.ins-navbox .return-top:hover{
	color: #fff;
	background: url(../images/ico_33.png) no-repeat 95px center #035cac;
	border: 1px solid #035cac;
}
.ins-navbox.twrap .return-top{
	padding-right: 30px;
	padding-left: 15px;
	background: url(../images/ico_32.png) no-repeat 80px center;
}
.ins-navbox.twrap .return-top:hover{
	color: #fff;
	background: url(../images/ico_33.png) no-repeat 80px center #035cac;
	border: 1px solid #035cac;
}

.m-wrap .blackbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 10;
}

.m-ins-navbox{
	width: 100%;
	height: 38px;
	background-color: #fff;
	display: none;
	position: relative;
	z-index: 11;
}
.m-ins-navbox.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.m-ins-navbox .left{
	width: 15%;
	cursor: pointer;
}
.m-ins-navbox .left .ico{
	display: block;
	width: 100%;
	height: 38px;
	background: url(../images/ico_35.png) no-repeat center #035cac;
	background-size: auto 50%;
}
.m-ins-navbox .ret-subbox{
	position: absolute;
	top: 38px;
	width: 100%;
	background-color: #035cac;
	left: 0;
	z-index: 2;
	display: none;
}
.m-ins-navbox .ret-subbox a{
	display: block;
	width: 95%;
	padding-left: 5%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #4882b6;
	color: #fff;
	font-size: 14px;
	background: url(../images/ico_38.png) no-repeat 92% center;
	background-size: auto 35%;
}
.m-ins-navbox .right{
	width: 85%;
	position: relative;
}
.m-ins-navbox .right .tit{
	display: block;
	width: 95%;
	padding-left: 5%;
	font-size: 14px;
	color: #035cac;
	line-height: 38px;
	background: url(../images/ico_36.png) no-repeat 93% center;
	background-size: auto 50%;
	cursor: pointer;
}
.m-ins-navbox .right .subbox{
	width: 100%;
	position: absolute;
	top: 38px;
	background-color: #fff;
	z-index: 2;
	display: none;
	left: 0;
}
.m-ins-navbox .right .subbox a{
	display: block;
	width: 95%;
	padding-left: 5%;
	line-height: 38px;
	height: 38px;
	border-top: 1px solid #e5e5e5;
	background: url(../images/ico_37.png) no-repeat 92% center;
	background-size: auto 35%;
	/*border-left: 1px solid #fff;
	margin-left: -1px;*/
}

@media screen and (max-width: 780px){
	.ins-navbox.m-wrap{
		display: none;
	}
	.m-ins-navbox{
		display: block!important;
	}

}

/**/


.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content h4 {
  line-height: 1.2;
	
}

.blog .content .title {
  font-size: 20px;
  color: #222222;
font-weight: normal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}

.blog .content .title:hover {
  color: #0D6ABD !important;
}

.blog .content .readmore:hover {
  color: #0D6ABD !important;
}
.blog .content .text-muted {
	font-size: 14px;
    color: #666666;
	line-height: 21px;
}
.blog .author {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .likes {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.6;
}

.blog:hover .author {
  opacity: 1;
}

.blog:hover .author .user:hover {
  color: #d8dff7 !important;
}

.blog:hover .likes {
  opacity: 1;
}

.blog:hover .likes .like:hover {
  color: #e43f52 !important;
}

.blog:hover .likes .comments:hover {
  color: #2eca8b !important;
}


/********************
      BLOG DETAILS
*********************/
.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}
.blog-datails-item li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-datails-item li a:hover {
  color: #2f55d4 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 6px;
}

.form-control.blog-details {
  border: 1px solid #e6eaf4;
  padding: 7px 14px 7px 30px;
}

.blog-details-form i {
  position: absolute;
  left: 22px;
  top: 6px;
}

.blog-details h5{
	font-size: 36px;
  color: #222222;
font-weight: normal;text-align: center;line-height: 56px;
}
.blog-details ul{
	background: #EFF1F3;padding: 10px;text-align: center;
}
.blog-details ul li,.blog-details ul li p,.blog-details ul li i{
	font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.blog-details ul li i{margin-right: 4px;}
.blog-single-foot p{
	font-size: 14px;
  color: #666666;
  line-height: 17px;
}
.blog-single-foot a:hover{
	  color: #0D6ABD;
}
.blog-details-desc {
	margin: 20px 0 0 0;
}
/**/
/*服务机构*/
.infofwjg{
	width: 100%;
	float: left;	
	margin: 0px 0 50px 0px;
    padding: 10px 0 10px 0;
    display: block;
   
}
.infofwjg .left{
    float: left;
	width: 100%;
 color: #858484;
	border-bottom: 1px dashed #ccc;	
	font-size: 14px;
    padding: 20px 0px 20px 0;
    line-height: 30px;
}

.infofwjg span{
    color: #858484;
    font-size: 16px;
    padding: 0 5px 0 0;
}
.infofwjg .left a {padding: 0px 5px 0px 5px;}

.sel{color:#fff;background: #D92120 }    


/*分页*/
.search-pagination {
	margin-bottom: 60px;
}
.search-pagination .pagination li {
	/* border-radius: 50% !important;*/
  margin: 0 4px;
  height: 46px;
  width: 65px;
  line-height: 46px;
	border: #DEE2E6 1px solid;
	
}
.search-pagination .pagination li a{
display: block;	
}

.search-pagination .pagination li,.search-pagination .pagination li a {
   text-align: center;
  color: #8492a6;
}
.search-pagination .pagination li:hover{
	 background-color:#EFF1F3;
  border-color: #DEE2E6;
}
.search-pagination .pagination .active,.search-pagination .pagination .active a {
  background-color: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff !important;
}

/*案例详情页*/
@media (min-width:1200px){

/*case_in_box*/
.case_in_box{width:100%;margin:0 auto;}
.case_in_box li{position:relative;}
.case_in_box li:nth-child(1){padding:40px 60px;box-sizing:border-box;background-image:url('../images/case_in_bg.png');background-repeat:no-repeat;background-size:cover;background-position:center center;}
.case_in_box li:nth-child(2){padding:0 0;box-sizing:border-box;}
.case_in_slide {background-size: cover;background-position: center center;}
.gallery-top {
	height: 700px;
	width:100%; 
	margin-left: auto;
	margin-right: auto;
}
.gallery-thumbs {
	height: 130px;
	box-sizing: border-box;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}
.gallery-thumbs .case_in_slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
/*case_in_btn*/
.case_in_next, .case_in_prev{
	position: absolute;
	top: 50%;
	width: 56px;
	height: 84px;
	margin-top: -42px;
	z-index: 10;
	cursor: pointer;
	background-size: 65px 84px;
	background-position: center;
	background-repeat: no-repeat;
}
.case_in_prev{ 
    background-image:url('../images/case_left.png') ;
	left: 33px; 
	right: auto
}
.case_in_next{
	background-image:url('../images/case_right.png') ;
	right: 33px;
	left: auto
}
}
/**/
@media (min-width:200px) and (max-width:1199px){
/*case_in_box*/
.case_in_box{width:100%;margin:0 auto;margin-top:20px;}
.case_in_box li{position:relative;}
.case_in_box li:nth-child(1){padding:0 0;box-sizing:border-box;background-image:url('../images/case_in_bg.png');background-repeat:no-repeat;background-size:cover;background-position:center center;}
.case_in_box li:nth-child(2){padding:0 0;box-sizing:border-box;}
.case_in_slide {background-size: cover;background-position: center center;}
.gallery-top {
	height: 200px;
	width:100%; 
	margin-left: auto;
	margin-right: auto;
}
.gallery-thumbs {display:none;
}
.gallery-thumbs .case_in_slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
	
}
