.index-page .site-header {
	z-index: 9999;
}
.index-page .logo-img {
	/* leaf */
	width: 300px;
	display: flex;
	align-items: center;
}

.index-page .logo-img img {
	width: 85px;
	height: 80px;
}

.index-page .logo-img h2 {
	font-size: 40px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	margin-left: 25px;
	position: relative;
}
@media screen and (min-width: 991px) {
	  .index-page .masonry-filter{
		display:flex;
		justify-content:center;
	}
	.index-page .masonry-filter .mobile-other{
		display:none
	}
	.index-page .masonry-filter p{
		font-size: 20px;
		font-weight: 400;
		margin:0;
		margin-left:60px;
		margin-top:2px;
		
	}
	.index-page .masonry-filter p>a{
		color:#111;
	}
	.index-page .masonry-filter p>a:hover{
		color:#ffcc00;
	}
}

@media only screen and (max-width: 729px)
{
.index-page .col-xs-6{
    width: 48%;
}
.index-page .products-container .portfolio-wrap .wt-box{
	padding:5px;
}
}
@media only screen and (max-width: 729px) {

    .container .row .portfolio-wrap {
         width: 100vw !important;
    }
}
@media screen and (max-width: 1280px) {
	.index-page .masonry-filter p{
		font-size: 14px;
		margin-top:-2px;
	}
	.index-page .masonry-filter p>a:hover{
		color:#ffcc00;
	}
}		

@media screen and (max-width: 991px) {
	
	.index-page .masonry-filter .pc-other{
		display:none;
	}

	.index-page .is-fixed .header-nav .nav {
		height: auto;
	}

	.index-page .header-nav .nav>li .mega-menu.products li {
		float: none;
	}

	.index-page .header-nav .nav li .sub-menu,
	.index-page .header-nav .nav li .mega-menu {
		max-height: 190px;
		overflow-y: scroll;
	}
	
}

@media screen and (max-width: 767px) {

	.index-page .wt-post-model .model-link.active,
	.index-page .wt-post-model .model-link:hover,
	.index-page .header-nav .nav>li:hover>a,
	.index-page .header-nav .nav>li.active>a {
		color: #777;
	}

	.index-page .header-middle .logo-header {
		margin: 0 auto;
	}
	.index-page .masonry-filter>li{
		margin-left:15px;
	}
	.index-page .owl-carousel .owl-item img{
		height:100%;
	}
}


 @media screen and (min-width: 768px) {
	.index-page .main-slider .item a.image-link img{
		height:auto;
	}
	.index-page .main-slider .owl-carousel .owl-stage-outer{
		overflow:unset;
	}
	.page-content .main-slider .owl-dots{
		bottom:-135px !important;
	}
	.index-page .page-content .p-t87{
		margin-top:110px !important;
	}
	.index-page .page-content .main-slider .owl-nav .owl-prev,
	.index-page .page-content .main-slider .owl-nav .owl-next{
		top:60%!important;
	}
	.index-page .wt-info-has ul.wt-info-has-text{
		font-size:20px;
		line-height:50px;
	}
	.index-page .button-sm {
		font-size:16px;
		font-weight:500;
	}
 .index-page .wt-box .list-check-circle>li{
		font-size:14px;
	}
	.index-page .wt-box .wt-box-content{
		font-size:15px;
	}

	.index-page .latest-event.p-t80{
		padding-top:25px;
		background-color:#f5f6f6!important;
	}
 }
 
  @media screen and (min-width: 768px) and (max-width:768px) {
	.index-page .main-slider .item a.image-link img{
		height:385px;
	}
  }
 
 .index-page .main-slider .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 100, 100, .1);
}

.index-page .main-slider .item {
	position: relative;
}

.index-page .main-slider .image-box {
	padding-bottom: 30%;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.index-page .main-slider .item a.image-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.index-page .main-slider .item .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
}

.index-page .main-slider .owl-nav {
	margin: 0;
}

.index-page .main-slider .owl-nav .owl-prev,
.index-page .main-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	width: 2vw;
	height: 2vw;
	margin-top: -1vw;
	line-height: 2vw;
	text-align: center;
	padding: 0;
}

.index-page .main-slider .owl-nav .owl-prev {
	left: 10px;
}

.index-page .main-slider .owl-nav .owl-next {
	right: 10px;
}

.index-page .main-slider .owl-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.index-page .main-slider .content {
	font-size: 1vw;
	display: inline-block;
}

.index-page .main-slider .content h2 {
	font-size: 2em;
	line-height: 1.5;
}

.index-page .main-slider .content h3 {
	font-size: 1.2em;
	line-height: 1.5;
}

.index-page .main-slider .content p {
	font-size: 1.2em;
	line-height: 1.5;
}

.index-page .main-slider .buttons {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.index-page .main-slider .buttons a {
	margin-left: 5px;
	margin-right: 5px;
}

.index-page .content.dark-box {
	padding-left: 40%;
}

@media (max-width:768px) {
  .index-page .main-slider .item .container {
		width: 90%;
	}

}

@media (max-width:560px) {
	.index-page .main-slider .item .container {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		height: 90vw;
	}

	.index-page .main-slider .content .text-white {
		color: #333;
		margin-bottom: 10px;
	}

	.index-page .main-slider .content {
		font-size: 3vw;
		text-align: left;
		margin-top: 6vw;
	}

	.index-page .main-slider .item .image-box {
		padding-bottom: 50%;
		background-size: auto 100%;
	}

	.index-page .main-slider .owl-dots .owl-dot span {
		width: 2.5vw;
		height: 2.5vw;
	}

	.index-page .main-slider .site-button {
		border: 3px solid #e86710;
		color: #e86710;
	}

	.index-page .main-slider .site-button:hover {
		color: #fff;
	}

	.index-page .main-slider .owl-nav .owl-prev,
	.index-page .main-slider .owl-nav .owl-next {
		background-color: transparent;
		border-color: transparent;
	}
}

.index-page .main-slider .content p,
.index-page .main-slider .content h2,
.index-page .main-slider .content h3 {
	text-shadow: none !important;
}

@media only screen and (max-width:729px){
	.index-page .masonry-filter>li a {
		font-size:12px !important;
	}
	.index-page .masonry-filter>li{
		margin-top:0;
		margin-bottom:5px;
		padding:0;
	}
	.index-page .section-full{
		padding-top:10px !important;
	}
	.index-page .center-block .wt-info h2.m-a0{
		font-size:14px;
		line-height:14px;
	}
	.index-page .wt-info-has .wt-info-has-text li{
		font-size:10px;
		line-height:10px;
		padding-bottom:5px;
	transform:scale(0.7);
		transform-origin:left;
		/* 字母换行 */
		word-break:break-all;

	}
	.index-page .wt-info-has{
		padding:10px;
	}
	.index-page .button-sm{
		transform:scale(0.7);
		transform-origin:left;
	}
	.index-page .col-xs-6{
		padding-left:8px;
		padding-right:8px;
	}
	.index-page .products-container .portfolio-wrap .wt-box{
		padding:8px;
	}
	.index-page .section-full.p-t87{
		padding-top:0;
	}
	.index-page .section-date{
		padding:0 5px;
		height: 35px;
		width: 35px;
	}
	.index-page .section-date .day{
		font-size:14px !important;
		font-weight:600!important;
	}
	.index-page .section-date .month{
		font-size: 12px !important;
		transform: scale(0.6);
		transform-origin: left;
		white-space: nowrap;
		margin-top:0!important;
		line-height:6px;
	}
	
	.index-page .latest-event .latest-event-conetnt{
		padding:10px;
		height:118px;
		overflow:hidden;
	}
	.index-page .latest-event .latest-event-conetnt .latest-event-title{
		margin-top:5px;
		padding-bottom:0;
		font-size:12px !important;
		line-height:18px;
		height:40px;
		word-break:break-all;
		font-weight:600;
		width:100%;
	}
	.index-page .latest-event .latest-event-conetnt .latest-event-detial{
		margin-top:-6px;
		font-size:12px;
		line-height:17px;
		transform:scale(0.8);
		transform-origin:left;
		width:125%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		 overflow: hidden;
	}
	.index-page .wt-post-info.p-a20{
		padding:5px 10px;
	}
	.index-page .site-button-link{
		font-size:12px;
	}
	.index-page .latest-event .latest-event-conetnt:hover .latest-event-bg{
		height:118px;
	}
	.index-page .wt-icon-box-wraper .wt-content{
		font-size:12px;
		line-height:19px;
	}
	 .index-page .latest-event{
		background-color:#F5F6F6;
	 }
	.index-page .latest-event-box {
		background: url(/static/images/latest_event.png) center;
		background-size: 100% auto;
	}
	.index-page .cons-contact-form .form-group{
		margin-bottom:10px;
	}
	.index-page .submit-title{
		font-size:14px;
	}
	.index-page .contact-home1-left .section-content{
		padding-top:10px;
		padding-bottom:10px;
	}
	.index-page .mobile-us-content{
		font-size:12px;
		line-height:20px;
	}
	.index-page .wt-new-title{
		padding-bottom:10px;
	}
	.index-page .section-head {
		margin-bottom:39px;
	}
	.index-page .aboue-us-h3{
		font-size:15px;
		line-height:22px;
	}
}
.index-page .section-date .day{
	font-size:30px;
	font-weight:800;
}
.index-page .section-date .month{
	font-size:15px;
	margin-top:8px;
}
.index-page .wt-new-title{
	font-size:21px!important;
/*	color:#1a1a1a; */
	font-weight:600;
	padding-top:0!important;
	margin-bottom:0!important;
}

@media only screen and  (min-width:991px) and (max-width:1652px){
	.index-page .wt-box .wt-box-content{
		font-size:12px;
	}
}
@media only screen and (min-width:991px){
	
	.index-page .text-content{
		display:flex;
		justify-content:space-between;
	}
}
@media only screen and  (min-width:767px) and (max-width:1500px){
	.wt-info-has h2{
		font-size:22px!important;
		line-height:30px!important;
	}
	.index-page .wt-info-has ul.wt-info-has-text{
		font-size:16px!important;
		line-height:35px!important;
	}
}

.fb_dialog {
	right: auto !important;
	left: 10px !important;
}

.fb_customer_chat_bounce_out_v2,
.fb_customer_chat_bounce_in_v2 {
	right: auto !important;
}

@media (max-width: 768px) {
	button.scroltop {
		font-size: 7px;
		height: 50px;
		width: 50px;
		line-height: 16px;
	}

	button.scroltop span {
		font-size: 26px;
		line-height: 26px;
	}

	button.scroltop {
		bottom: 41px;
	}
}

.site-button {
	color: #000;
}

.owl-btn-vertical-center .owl-nav .owl-prev,
.owl-btn-vertical-center .owl-nav .owl-next {
	top: 35% !important;
}		





@media only screen and (max-width: 729px) {

  .container .row .portfolio-wrap {
    width: 100vw !important;
    min-width: 306px !important;
    box-sizing: border-box !important;
  }

  .index-page .col-xs-6 {
    width: 50%;
  }

  .index-page .products-container .portfolio-wrap .wt-box {
    padding: 8px;
  }
  
}





@media only screen and (max-width: 729px) {
    .container .row .portfolio-wrap {
        width: 100vw !important;
        min-width: 306px !important;
        box-sizing: border-box !important;
        height: auto !important;
        column-count: 2;
        column-gap: 0;
    }

    .container .row .portfolio-wrap .masonry-item {
        margin: 8px;
        position: static !important;
        top: unset !important;
        left: unset !important;
        break-inside: avoid;
        transform: unset !important;
    }

    .container .row .portfolio-wrap .masonry-item * {
        transition: none !important;
    }

    .container .row .portfolio-wrap .col-xs-6 {
        padding: 0;
        width: 100%;
    }

    .index-page .products-container .portfolio-wrap .wt-box {
        padding: 0;
    }
}

				