div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

/* 2行文本溢出隐藏样式 */
/* .text-overflow-2-lines {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
} */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.swiper-container {
	/* width: 100%; */
	height: 100%;
}

/* .swiper-slide {
	background-size: cover;
	background-position: center;
} */

/* .swiper-slide {
	background-size: cover !important;
	background-position: center !important;
} */

.swiper-pagination-bullet {
	background-color: white !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 59px !important;
}

.swiper-pagination-bullet {
	position: relative;
	width: 16px !important;
	height: 16px !important;
}

.custom-height {
	height: 818px !important;
}

.swiper-slide {
	background-size: cover !important;
}

.custom-pd {
	position: relative;
	margin-top: 200px;
	z-index: 2;
}
.custom-svg{
	margin-top: 3px;
}
@media (min-width: 1024px) and (max-width: 1199px) {

	#colibri .style-9>div>.colibri-menu-container>ul.colibri-menu>li {
		margin-left: unset;
	}

}

@media screen and (min-width: 768px) {
	.custom-tab-nav-box a{
		font-size: 20px;
		padding:0 26px;
		line-height: 44px;
		margin-right: 20px;
	}
	
}

@media screen and (max-width: 767px) {
	.custom-tab-nav-box a{
		font-size: 14px;
		padding:0 10px;
		line-height: 26px;
		margin-right: 10px;
	}
}
.custom-tab-nav-box a{
	border-radius: 5px;
	border: solid 1px #dddddd;
	color: #131313;
}

.custom-tab-nav-box a.active{
	background-color:#e76731 ;
	border: solid 1px #e76731;
	color: #fff;
}
.custom-tab-nav-box a:hover{
	background-color:#e76731 ;
	border: solid 1px #e76731;
	color: #fff;
}
.custom-tab-nav-box p{
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
@media (max-width: 620px) {
	.custom-height {
		height: 619px !important;
	}

	.custom-height .custom-pd {
		margin-top: 80px !important;
	}
}