/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #e60012;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1;
	width: 38px;
	height: 12px;
	margin: 5px;
	background: none;
	outline: none;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 0%;
	margin: 0px;
	display: inline-block;
	width: 30px;
	height: 4px;
	margin: 4px;
	background: #ccc;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	transition: all .3s;
	border-radius: 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #e60012;
}
/*滚动条插件*/
.owl-scrollbar {
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius: 10px;
	height: 5px;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e4e4e4;
	box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
	position: relative;
}
.owl-scrollbar .owl-scroll-handle {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #c9ae67;
	position: absolute;
	top: -5px;
	left: -1px;
}
.owl-scrollbar .owl-scroll-handle:hover {
	transform: scale(2);
	transition: transform .2s ease-in-out;
}
.owl-scrollbar .owl-scroll-progress {
	background: #c9ae67;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width:992px) {
.owl-scrollbar {
	display: none;
}
.owl-theme .owl-dots .owl-dot {
	width: 22px;
	height: 12px;
	margin: 4px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 22px;
	height: 3px;
}
}
.owl-animated-out {
	z-index : 1;
}
.owl-animated-in {
	z-index : 0;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
/*初始设定*/



/*banner按钮*/
.banner-box {
	position: relative;
	z-index: 1;
	height: 100%;
}
#counter2 {
	position: absolute;
	z-index: 2;
	left: 120px;
	bottom: 50px;
	font-size: 30px;
	line-height: 0.8em;
	font-weight: bold;
}
#banner {
	position: relative;
	overflow: hidden;
	height: 100%;
}
#banner .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
#banner .item .banner-text {
	position: absolute;
	left: 90px;
	top: 50%;
	z-index: 2;
	color: #fff;
}
#banner .item .banner-text h3 {
	position: relative;
	display: inline-block; display: none;
	margin: 0px 0 30px;
	padding: 0.5em 0.8em;
	font-size: 30px;
	line-height: 1.25em;
	font-weight: bold;
	color: #fff;
	background: #e60012;
	text-transform: Uppercase;
}
#banner .item .banner-text p {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: normal;
	text-shadow: 0 0 8px rgba(0,0,0,0.4);
	color: #fff;
	max-height: 4.5em;
	;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#banner .banner-text h3, #banner .banner-text p {
	visibility: visible;
	opacity: 1;
	animation: out-b 1s;
	animation-fill-mode: forwards;
	transition-timing-function: ease-out;
	animation-delay: 1s;
}
#banner .owl-item.active .banner-text h3, #banner .owl-item.active .banner-text p {
	visibility: hidden;
	opacity: 0;
	animation: in-b 1s;
	animation-fill-mode: forwards;
	transition-timing-function: ease-out;
	animation-delay: 1s;
}
#banner .owl-item.active .banner-text h3 {
	animation-delay: 1.2s;
}
#banner .owl-item.active .banner-text p {
	animation-delay: 1.4s;
}

@media(min-width:1600px) {
#banner {
	position: relative;
}
}

@media(min-width:992px) {
#banner .owl-stage-outer, #banner .owl-stage, #banner .owl-item, #banner .item {
	height: 100%;
}
.banner-wap {
	display: none!important;
}
#banner .item a {
	display: block;
	width: 100%;
	height: 100%;
}
#banner .item .banner-text {
	max-width: 40%;
}
}

@media(max-width:992px) {
.banner-box {
	position: relative;
	z-index: 1;
	height: auto;
}
#banner {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: 70px;
}
#banner {
	background: none;
}
.banner-wap {
	display: block!important;
}
#banner .item .banner-text {
	position: absolute;
	left: 60px;
	z-index: 2;
	max-width: 50%;
	color: #fff;
}
#banner .item .banner-text h3 {
	margin: 0px 0 20px;
	font-size: 24px;
}
#banner .item .banner-text p {
	font-size: 18px;
}
}

@media(max-width:768px) {
#banner {
	margin-top: 54px;
}
#banner .item .banner-text {
	position: absolute;
	left: 20px;
	top: 40%;
	max-width: 70%;
}
#banner .item .banner-text h3 {
	margin: 0px 0 20px;
	font-size: 18px;
}
#banner .item .banner-text p {
	font-size: 16px;
	max-height: 3em;
	;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
 @keyframes in-b {
 0% {
 visibility: hidden;
 opacity: 0;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateY(100px);
}
 100% {
 visibility: visible;
 opacity: 1;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateY(0px);
}
}
@keyframes out-b {
 0% {
 visibility: visible;
 opacity: 1;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateY(0px);
}
 100% {
 visibility: hidden;
 opacity: 0;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateY(100px);
}
}
 @keyframes in-r {
 0% {
 visibility: hidden;
 opacity: 0;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateX(100px);
}
 100% {
 visibility: visible;
 opacity: 1;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateX(0px);
}
}
@keyframes out-r {
 0% {
 visibility: visible;
 opacity: 1;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateX(0px);
}
 100% {
 visibility: hidden;
 opacity: 0;
 transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
 transform: translateX(100px);
}
}
#banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 90px;
	background: #fff;
	margin: 0;
	padding: 20px;
	padding-left: 30px;
	line-height: 36px;
}
#banner .owl-nav #counter {
	display: inline-block;
	margin-right: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #999;
	vertical-align: bottom;
}
#banner .owl-nav #counter span {
	color: #333;
	vertical-align: bottom;
}
#banner .owl-nav #interval {
	display: inline-block;
	height: 20px;
	width: 1px;
	margin: 8px;
	background: #ccc;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-]:hover {
	text-decoration: none
}
#banner .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
#banner .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
#banner .owl-nav [class*=owl-]:hover i {
	color: #e50012;
}
#banner .owl-nav [class*=owl-] i {
	color: #333;
}

@media(max-width:768px) {
#banner .owl-nav {
	display: none;
}
}
/*banner按钮*/

/*首页新闻*/
.index_pro{padding: 0 4%; }
#produ {
	padding: 0;
}
#produ .owl-item{
	padding: 10px;
}
#produ .item {
	padding: 20px;
	background: #fff;
	transition: all ease 0.4s;
}
#produ .item:after{ content:""; display: inline-block;margin: 10px 0; width: 24px;height: 2px; background-color:#15499a;}
#produ .item:hover {
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
#produ .item .index-n-img {
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
}
#produ .item .index-n-title {
	display: block;
	font-size: 19px;
	line-height: 2;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#produ .item .index-n-title:hover {
	color: #15499a;
}
#produ .item span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.5rem;
	color: #999;
}
#produ .item pre {
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;
}

#produ .owl-nav {
	margin: 0;
	padding: 0px;
	padding-left: 30px;
	line-height: 36px;
}
#produ .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 2;
	top: 50%;
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 50%;
	outline: none;
	vertical-align: bottom;
	background: #333;transition: all .4s;
}
#produ .owl-nav [class*=owl-].owl-prev {
	left: 0;
}
#produ .owl-nav [class*=owl-].owl-next {
	right: 0;
}
#produ .owl-nav [class*=owl-]:hover {
	background: #e50012;
}
#produ .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
#produ .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 1.25rem;
	height: inherit;
	line-height: inherit;
	color: #fff;	
}


@media (max-width: 998px) {
.index_pro{padding:7% 4%; }
}


/*首页行动*/
#action {
	position: relative;
}
#action .owl-item::-webkit-scrollbar-thumb {
background:#e50012;
}
#action .item {
	position: relative;
}
#action .item:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 45%;
	height: 8px;
	background-color: #e50012;
}
#action .item .action-title h3 {
	display: inline;
	font-size: 36px;
	line-height: 1.25em;
	color: #333;
	margin: 0;
	vertical-align: bottom;
}
#action .item .action-title span {
	display: inline-block;
	margin-right: 0.2em;
	font-size: 48px;
	line-height: 50px;
	color: #e50012;
	vertical-align: bottom;
}
#action .item .action-title h4 {
	margin: 15px 0 40px;
	font-size: 18px;
	line-height: 1.65em;
	;
	color: #666;
}
.action-info {
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
}
.action-info p {
	text-indent: 2em;
	margin-bottom: 15px;
}
#action .item img {
	width: auto;
	max-width: 270px;
}

@media(min-width:992px) {
#action {
	width: 65%;
	height: 65vh;
	margin-top: 5vh;
}
#action .owl-stage-outer, #action .owl-stage, #action .owl-item {
	height: 100%;
}
#action .owl-item {
	overflow-y: auto;
	background: #fff;
}
#action .item {
	padding: 80px 60px 60px;
}
#action .item img {
	float: left;
	width: auto;
	margin: 0px 20px 20px 0px;
}
}

@media(min-width:1200px) {
#action {
	width: 55%;
}
}

@media(max-width:992px) {
#action {
	padding-bottom: 48px;
}
#action .owl-item {
	background: #fff;
}
#action .item {
	padding: 40px 30px 30px;
}
#action .item .action-title h3 {
	font-size: 24px;
}
#action .item .action-title span {
	font-size: 36px;
	line-height: 42px;
}
#action .item .action-title h4 {
	margin: 10px 0 30px;
	font-size: 16px;
	line-height: 1.65em;
	;
	color: #666;
}
.action-info {
	font-size: 14px;
	line-height: 1.75em;
	color: #666;
}
.action-info p {
	margin-bottom: 10px;
}
#action .item img {
	float: none;
	width: auto;
	max-width: 90%;
	margin: 20px auto;
}
}
#action .owl-nav {
	position: absolute;
	left: 100%;
	bottom: 0;
	margin: 0;
	white-space: nowrap;
}
#action .owl-nav:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: rgba(0,0,0,0.1);
}
#action .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	border-radius: 0px;
	background: #fafafa;
	outline: none;
	vertical-align: bottom;
	transition: all .4s;
}
#action .owl-nav [class*=owl-]:hover {
	text-decoration: none;
	background: #e50012;
}
#action .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 30px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
#action .owl-nav [class*=owl-]:hover i {
	color: #fff;
}
#action .owl-nav [class*=owl-] i {
	color: #333;
}

@media(max-width:992px) {
#action .owl-nav {
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
}
#action .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 24px;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
}
}
/*首页公益讯息*/
.index-event {
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.event-left {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-image: url(../images/index-bg3.jpg);
	background-size: cover;
	background-position: center;
}
.event-left>div {
	width: 45vw;
	max-width: 750px;
	padding: 50px;
	background: #fff;
}
.event-left h3 {
	margin-bottom: 30px;
	font-size: 36px;
	color: #333;
}
.event-left h3 span {
	display: inline-block;
	margin-right: 0.2em;
	font-size: 48px;
	color: #15499a;
}
.event-left p {
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
}
.event-left a {
	display: inline-block;
	padding: 0 25px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 2.4em;
	font-weight: bold;
	color: #fff!important;
	background: #15499a;
	transition: all .4s;
}
.event-left a:hover {
	padding: 0 35px;
	background: #00bfff;
}
.event-right {
	width: 50%;
	height: 100%;
}
#event, #event .owl-stage-outer, #event .owl-stage, #event .owl-item, #event .item {
	height: 100%!important;
}
#event .item {
	display: flex;
	align-items: center;
	padding: 20px;
	border-left: 1px solid #ebebeb;
}
#event .item div {
	width: 100%;
}
#event .item div {
	width: 100%;
}
.event-right strong {
	display: block;
	margin-bottom: 5vh;
	font-size: 64px;
	line-height: 1em;
	color: #ccc;
}
.event-right span {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	color: #666;
}
.event-right .event-title {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 24px;
	height: 48px;
	font-weight: bold;
	color: #555;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}
.event-right .event-title:hover {
	color: #e50012;
}
.event-right .item .evenevent-img {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.event-right .item:hover .evenevent-img img {
	transform: scale(1.1);
}
.event-right .item p {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event-right .item .event-details {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #777;
	transition: all .4s;
}
.event-right .item .event-details:hover {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #15499a;
}
.event-right .item .event-details:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	width: 20px;
	height: 1px;
	background-color: #ccc;
	transition: all .4s;
}
.event-right .item .event-details:hover:before {
	content: "";
	width: 30px;
	background-color: #15499a;
}

@media(max-width:1200px) {
.event-right strong {
	font-size: 48px;
}
.event-right span {
	font-size: 14px;
}
.event-right .event-title {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}
}

@media(max-width:992px) {
.event-left h3 {
	font-size: 24px;
}
.event-left h3 span {
	font-size: 36px;
}
}

@media(max-width:768px) {
.event-left {
	width: 100%;
	padding: 10vh 20px 4vh;
	justify-content: center;
}
.event-left>div {
	width: 100%;
	padding: 30px;
}
.event-right {
	width: 100%;
}
#event {
	padding: 20px;
	background: #f7f7f7;
}
#event .item {
	border-left: none;
	background: #fff;
}
.event-right strong, .event-right span {
	display: inline-block;
	font-size: 18px;
	margin: 0px 0px 10px;
}
.event-right strong {
	color: #666;
}
.event-right span {
	font-size: 14px;
	color: #ccc;
}
.event-right .item .event-details {
	margin-top: 20px;
}
}
#event .owl-nav {
	position: absolute;
	z-index: 3;
	right: 100%;
	bottom: 0;
	margin: 0;
	white-space: nowrap;
}
#event .owl-nav:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: rgba(0,0,0,0.1);
}
#event .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	border-radius: 0px;
	background: #fafafa;
	outline: none;
	vertical-align: bottom;
	transition: all .4s;
}
#event .owl-nav [class*=owl-]:hover {
	text-decoration: none;
	background: #15499a;
}
#event .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 30px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
#event .owl-nav [class*=owl-]:hover i {
	color: #fff;
}
#event .owl-nav [class*=owl-] i {
	color: #333;
}

@media(max-width:768px) {
#event .owl-nav {
	position: static;
	z-index: 3;
	right: auto;
	bottom: auto;
	margin: 0;
	white-space: nowrap;
}
#event .owl-nav:before {
	display: none;
}
#event .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #ebebeb;
}
#event .owl-nav [class*=owl-].owl-prev {
	left: 0;
}
#event .owl-nav [class*=owl-].owl-next {
	right: 0;
}
#event .owl-nav [class*=owl-] i {
	font-size: 24px;
}
}
/*关于荣誉*/


/*关于服务*/
#process {
	margin-top: 30px;
}
#process .item {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 20px 0;
}
#process .p-icon {
	position: relative;
	z-index: 1;
	margin: 20px auto;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	font-size: 72px;
	color: #e60012;
	border-radius: 50%;
	background: #f7f7f7;
	overflow: hidden;
	transition: all .4s;
}
#process .item:hover .p-icon {
	color: #fff;
}
#process .p-icon:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background-color: #e60012;
	transition: all .4s;
}
#process .item:hover .p-icon:after {
	content: "";
	height: 100%;
}
#process .p-icon i {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	display: inline-block;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	transform: translate(-50%, -50%);
}
#process strong {
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	transition: all .4s;
}
#process .item:hover strong {
	color: #e60012;
}
#process .direction {
	position: absolute;
	right: -35px;
	top: 60px;
}
#process .owl-item:last-of-type .direction {
	display: none;
}
#process .direction > span {
	display: inline-block;
	font-size: 24px;
	width: 3px;
	height: 24px;
	line-height: 24px;
	color: #e60012;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	opacity: 0.2;
}
#process .direction > span:nth-of-type(1) {
	animation: fadeIn1 1.2s ease-in-out alternate infinite;
	animation-delay: 0s;
}
#process .direction > span:nth-of-type(2) {
	animation: fadeIn1 1.2s ease-in-out alternate infinite;
	animation-delay: 0.3s;
}
#process .direction > span:nth-of-type(3) {
	animation: fadeIn1 1.2s ease-in-out alternate infinite;
	animation-delay: 0.6s;
}
@keyframes fadeIn1 {
 from {
 opacity: 0.2;
}
 to {
 opacity: 1;
}
}
#process .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 2;
	top: 45%;
	transform: translate(0%, -50%);
	color: #333;
	font-size: 20px;
	margin: 5px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 50px;
	text-align: center;
	background: #ebebeb;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	transition: all .4s;
}
#process .owl-nav .owl-prev {
	left: -10px;
}
#process .owl-nav .owl-next {
	right: -10px;
}
#process .owl-nav [class*=owl-]:hover {
	color: #fff;
	background: #e60012;
	text-decoration: none
}
#process .owl-nav [class*=owl-].disabled {
	opacity: 0;
	cursor: default;
	color: #333;
	background: #ebebeb;
}
#process .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
/**/


#counter2 {
	position: absolute;
	z-index: 2;
	left: 120px;
	bottom: 50px;
	font-size: 30px;
	line-height: 0.8em;
	font-weight: bold;
}
#team {
	position: relative;
	overflow: hidden;
	padding: 4vw;
	height: 100%;
	background: #fff;
}
#team .item {
	display: flex;
	flex-wrap: wrap;
}
#team .item .man {
	width: 24%;
	opacity: 0;
	transform: translate(0%, 6vh);
	transition: all .55s;
}
#team .item .man .man-name {
	margin: 30px 0;
}
#team .item .man .man-name h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#team .item .man .man-name h4:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
#team .item .man-info {
	width: 42%;
	margin-left: 8%;
	opacity: 0;
	transform: translate(0%, 6vh);
	transition: all .55s;
}
#team .item .man-info h4 {
	font-size: 17px;
	color: #333;
	font-weight: bold;
}
#team .active .item .man-info, #team .active .item .man {
	opacity: 1;
	transform: translate(0%, 0%);
	transition-delay: 1s;
}
#team .active .item .man-info {
	transition-delay: 1.15s;
}
#team .owl-nav {
	position: absolute;
	z-index: 2;
	right: 4vw;
	top: 4vw;
}
#team .owl-nav [class*=owl-] {
	display: inline-block;
	margin: 4px;
}
#team .owl-nav i {
	display: inline-block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #4d4d4d;
	background: #f7f7f7;
	border-radius: 50%;
	transition: all .4s;
}
#team .owl-nav [class*=owl-]:hover i {
	color: #fff;
	background: #e60012;
}
#team #counter {
	position: absolute;
	z-index: 2;
	right: 4vw;
	bottom: 4vw;
	margin-right: 15px;
	font-size: 24px;
	line-height: 40px;
	color: #999;
}
#team #counter span {
	font-size: 36px;
	line-height: 40px;
	color: #333;
}

@media(max-width:992px) {
#team {
	padding-bottom: 120px;
}
#team .item .man {
	width: 30%;
}
#team .item .man-info {
	width: 60%;
	margin-left: 8%;
}
#team .owl-nav {
	right: 4vw;
	top: auto;
	bottom: 30px;
}
#team #counter {
	position: absolute;
	z-index: 2;
	left: 4vw;
	right: auto;
	bottom: 30px;
	margin-right: auto;
	margin-top: 15PX;
}
}
@media(max-width:768px) {
#team {
	padding-bottom: 120px;
}
#team .item .man {
	width: 100%;
}
#team .item .man-info {
	width: 100%;
	margin-left: 0%;
}
#team .owl-nav {
	right: 4vw;
	top: auto;
	bottom: 30px;
}
#team #counter {
	position: absolute;
	z-index: 2;
	left: 4vw;
	right: auto;
	bottom: 30px;
	margin-right: auto;
	margin-top: 15PX;
}
}
