html,
body {
	position: relative;
	height: 100%;
	font-size: 100%;
}

ul,
li {
	margin: 0;
	padding: 0;
	outline: none;
}

li {
	list-style: none;
}

a {
	color: #333
}

a:hover {
	color: #267cc9;
}

a,
a:hover {
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 6px;
	height: 0px;
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #267cc9;
}

::-webkit-scrollbar-track-piece {
	width: 6px;
	height: 0px;
}

@media(max-width:1200px) {
	::-webkit-scrollbar {
		width: 0;
	}

	::-webkit-scrollbar-track-piece {
		width: 0;
	}
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.yc-col {
	flex-direction: column
}

.line-1 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	word-wrap: normal;
}

.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mt30 {
	margin-top: 1.875rem;
}

.yc-bg {
	padding: 1.25rem 0;
	background: #f8f8f8;
}

.swiper-container {
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.yc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	z-index: 77;
	align-items: center;
	padding: 0 2.5rem;
	background: rgba(0, 0, 0, .4);
}

.yc-header .inner {
	margin-left: -15px;
	margin-right: -15px;
}

.yc-header .yc-logo {
	display: inline-block;
	padding: 0;
	position: relative;
	margin-right: 1rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-toggler {
	padding: 0;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.yc-header .yc-menu-btn {
	width: 40px;
	height: 30px;
	position: fixed;
	right: 20px;
	top: 15px;
	cursor: pointer;
	z-index: 998;
	transition: .2s .1s;
	-moz-transition: .2s .1s;
	-ms-transition: .2s .1s;
	-o-transition: .2s .1s;
	-webkit-transition: .2s .1s;
	transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.yc-header .yc-menu-btn hr {
	height: 4px;
	background: #267cc9;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	transition: .5s .3s;
	-moz-transition: .5s .3s;
	-ms-transition: .5s .3s;
	-o-transition: .5s .3s;
	-webkit-transition: .5s .3s;
}

.yc-header .yc-menu-btn hr:nth-child(1) {
	width: 100%;
	top: 50%;
	right:0;
	margin-top: -2px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	-webkit-transform-origin: center;
}

.yc-header .yc-menu-btn hr:nth-child(2) {
	opacity: 0;
	left: -50%;
}

.yc-header .yc-menu-btn hr:nth-child(3) {
	opacity: 0;
	right: -50%;
}

.yc-header .yc-menu-btn hr:nth-child(4) {
	width: 100%;
	bottom: 50%;
	right:0;
	margin-bottom: -2px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	-webkit-transform-origin: center;
}

.yc-header .yc-menu-btn.collapsed hr:nth-child(1) {
	width: 100%;
	top: 0;
	right: 0;
	margin-top: 0;
	transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
}

.yc-header .yc-menu-btn.collapsed hr:nth-child(2) {
	width: 40%;
	top: 50%;
	left: 0;
	margin-top: -2px;
	opacity: 1;
}

.yc-header .yc-menu-btn.collapsed hr:nth-child(3) {
	width: 40%;
	top: 50%;
	right: 0;
	margin-top: -2px;
	opacity: 1;
}

.yc-header .yc-menu-btn.collapsed hr:nth-child(4) {
	width: 100%;
	bottom: 0;
	right: 0;
	margin-top: 0;
	transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
}
.yc-visible{
	display: none;
}

.collapse {
	display: none;
}

.yc-header .navbar-collapse.in {
	overflow-y: auto;
	z-index: 30;
}

.collapse.in {
	display: block;
}

.yc-header .collapse .yc-nav li {
	position: relative;
	cursor: pointer;
}

.yc-header .collapse.in .yc-nav li {
	display: block;
}

.yc-header .yc-nav li a {
	display: block;
	position: relative;
	text-align: center;
	transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	-webkit-transition: color .2s;
}

@media (min-width: 1200px) {
	.yc-header .navbar-collapse {
		float: right;
	}
	.yc-header .yc-nav li a {
		text-align: left;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

}

@media (max-width:1199px) {
	.yc-visible{
		display: block;
	}
	.yc-header {
		padding: 0 0.625rem;
		height: 3.75rem;
		line-height: 3.75rem;
	}
	.yc-header .yc-menu-btn {
		top: 25px;
		right: 30px;
	}

	.yc-header .navbar-collapse {
		background: #333;
	}
}

@media (max-width:767px) {
	.yc-header .yc-menu-btn {
		width: 33px;
		height: 23px;
		right: 0;
		top: 10px;
	}

	.yc-header .yc-menu-btn hr {
		height: 3px;
	}
}

.yc-header .yc-nav li a:focus,
.yc-header .yc-nav li a:hover {
	color: #267cc9;
	text-decoration: none;
}

.yc-header .yc-nav li a:before {
	position: absolute;
	top: 30%;
	right: 1%;
	bottom: 30%;
	left: 1%;
	z-index: 1;
	content: '';
	opacity: 0;
	border-radius: 6.1875rem;
	border-width: 0.0625rem;
	border: none;
	background: #267cc9;
	transform: scale(.6, .6);
	-moz-transform: scale(.6, .6);
	-ms-transform: scale(.6, .6);
	-o-transform: scale(.6, .6);
	-webkit-transform: scale(.6, .6);
	transition: transform .5s, opacity .3s;
	-moz-transition: transform .5s, opacity .3s;
	-ms-transition: transform .5s, opacity .3s;
	-o-transition: transform .5s, opacity .3s;
	-webkit-transition: transform .5s, opacity .3s;
}

.yc-header .yc-nav li a:hover:before,
.yc-header .yc-nav li.cur a:before {
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.yc-header .yc-nav li a span {
	display: block;
	padding: 0 1.375rem;
	font-weight: normal;
	position: relative;
	z-index: 2;
	color: #ffffff;
	opacity: .8;
	transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
}

.yc-header .yc-nav .yc-nav-item.cur a span {
	opacity: 1;
}

.yc-nav li.has-dropdown ul {
	position: relative;
	opacity: 0;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
	background: #162532;
	min-width: 200px
}

.yc-nav li.has-dropdown:hover ul {
	opacity: 1;
	display: block;
}

.yc-nav li.has-dropdown ul li {
	padding: 0;
	display: block;
	clear: both;
	line-height: 32px;
	margin: 0;
	width: 100%;
	text-align: left;
}

.yc-nav li.has-dropdown ul li a {
	color: #fff;
	line-height: 42px;
}

.yc-nav li.has-dropdown ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	opacity: 0;
	border-radius: 0;
	border: none;
	background: #267cc9;
	transform: scale(.6, .6);
	-moz-transform: scale(.6, .6);
	-ms-transform: scale(.6, .6);
	-o-transform: scale(.6, .6);
	-webkit-transform: scale(.6, .6);
	transition: transform .5s, opacity .3s;
	-moz-transition: transform .5s, opacity .3s;
	-ms-transition: transform .5s, opacity .3s;
	-o-transition: transform .5s, opacity .3s;
	-webkit-transition: transform .5s, opacity .3s;
}

.yc-nav li.has-dropdown ul li a:hover:before,
.yc-nav li.has-dropdown ul li.cur a:before {
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.navbar-nav>li>a {
	padding: 0
}

@media (max-width: 1199px) {
	.yc-header .yc-nav li {
		line-height: 3rem;
	}

	.yc-header .yc-nav li a:before {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 0;
	}

	.yc-nav li.has-dropdown ul li {
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.yc-nav li.has-dropdown ul {
		background: #203345;
		opacity: 0;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		display: none;
		margin-top: 15px;
		background: #162532;
		position: absolute;
		text-align: left;
		min-width: 200px;
		top: 10px;
		left: 0;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}

.yc-slider {
	width: 100%;
}

.yc-about,
.yc-contact,
.yc-slider .yc-slider-item {
	background-position: center;
	background-size: cover;
}

.yc-body .swiper-slide .container {
	position: relative;
}

.yc-body .swiper-slide .container:before {
	position: absolute;
	left: -35px;
	right: -35px;
	top: -35px;
	bottom: -35px;
	display: block;
	content: '';
	background: #fff;
	opacity: .5;
}

.yc-body .swiper-slide .container .row {
	z-index: 2;
}

.yc-index .yc-slider-item .container {
	position: relative;
	z-index: 1;
	width: auto !important;
	margin: 0 auto;
}

.yc-index .yc-slider-item .container:after {
	display: block;
	content: '';
	clear: both;
}

/* b1 */
.yc-index .banner-bin-a {
	font-size: 80px;
	color: #267cc9;
	line-height: 120px;
	width: 380px;
	height: 300px;
	float: left;
	margin: 35px;
	position: relative;
}

.yc-index .banner-bin-a:before {
	display: block;
	width: 0%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	opacity: .4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-color: #111111;
	content: '';
	position: absolute;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index .banner-bin-a:after {
	display: block;
	height: 0%;
	left: 50%;
	top: 0;
	margin-left: -1px;
	opacity: .4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111;
	content: '';
	position: absolute;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a:before {
	width: 100%;
	transition: .3s .6s;
	-moz-transition: .3s .6s;
	-ms-transition: .3s .6s;
	-o-transition: .3s .6s;
	-webkit-transition: .3s .6s;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a:after {
	height: 100%;
	transition: .3s .6s;
	-moz-transition: .3s .6s;
	-ms-transition: .3s .6s;
	-o-transition: .3s .6s;
	-webkit-transition: .3s .6s;
}

.yc-index .banner-bin-a span {
	position: absolute;
	padding: 10px;
	opacity: .99;
}

.yc-index .banner-bin-a span {
	transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index .banner-bin-a span:nth-child(1) {
	right: 50%;
	bottom: 50%;
	transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
}

.yc-index .banner-bin-a span:nth-child(2) {
	left: 50%;
	bottom: 50%;
	transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}

.yc-index .banner-bin-a span:nth-child(3) {
	right: 50%;
	top: 50%;
	transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	-webkit-transform-origin: right top;
}

.yc-index .banner-bin-a span:nth-child(4) {
	left: 50%;
	top: 50%;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(1) {
	transition: .8s .7s ease-out;
	-moz-transition: .8s .7s ease-out;
	-ms-transition: .8s .7s ease-out;
	-o-transition: .8s .7s ease-out;
	-webkit-transition: .8s .7s ease-out;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(2) {
	transition: .8s .9s ease-out;
	-moz-transition: .8s .9s ease-out;
	-ms-transition: .8s .9s ease-out;
	-o-transition: .8s .9s ease-out;
	-webkit-transition: .8s .9s ease-out;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(3) {
	transition: .8s 1.1s ease-out;
	-moz-transition: .8s 1.1s ease-out;
	-ms-transition: .8s 1.1s ease-out;
	-o-transition: .8s 1.1s ease-out;
	-webkit-transition: .8s 1.1s ease-out;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(4) {
	transition: .8s 1.3s ease-in-out;
	-moz-transition: .8s 1.3s ease-in-out;
	-ms-transition: .8s 1.3s ease-in-out;
	-o-transition: .8s 1.3s ease-in-out;
	-webkit-transition: .8s 1.3s ease-in-out;
}

.yc-index .banner-bin-a span:nth-child(1):before {
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	background: #267cc9;
	top: -15px;
	left: -15px;
}

.yc-index .banner-bin-a span:nth-child(1):after {
	display: block;
	content: '';
	position: absolute;
	height: 0px;
	width: 2px;
	background: #267cc9;
	top: -15px;
	left: -15px;
}

.yc-index .banner-bin-a span:nth-child(2):before {
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	background: #267cc9;
	top: -15px;
	right: -15px;
}

.yc-index .banner-bin-a span:nth-child(2):after {
	display: block;
	content: '';
	position: absolute;
	height: 0px;
	width: 2px;
	background: #267cc9;
	top: -15px;
	right: -15px;
}

.yc-index .banner-bin-a span:nth-child(3):before {
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	background: #267cc9;
	bottom: -15px;
	left: -15px;
}

.yc-index .banner-bin-a span:nth-child(3):after {
	display: block;
	content: '';
	position: absolute;
	height: 0px;
	width: 2px;
	background: #267cc9;
	bottom: -15px;
	left: -15px;
}


.yc-index .banner-bin-a span:nth-child(4):before {
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	background: #267cc9;
	bottom: -15px;
	right: -15px;
}

.yc-index .banner-bin-a span:nth-child(4):after {
	display: block;
	content: '';
	position: absolute;
	height: 0px;
	width: 2px;
	background: #267cc9;
	bottom: -15px;
	right: -15px;
}

.yc-index .banner-bin-a span:nth-child(1):before,
.yc-index .banner-bin-a span:nth-child(1):after,
.yc-index .banner-bin-a span:nth-child(2):before,
.yc-index .banner-bin-a span:nth-child(2):after,
.yc-index .banner-bin-a span:nth-child(3):before,
.yc-index .banner-bin-a span:nth-child(3):after,
.yc-index .banner-bin-a span:nth-child(4):before,
.yc-index .banner-bin-a span:nth-child(4):after {
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(1):before,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(2):before,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(3):before,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(4):before {
	width: 40px;
	transition: .5s 1.7s ease-in;
	-moz-transition: .5s 1.7s ease-in;
	-ms-transition: .5s 1.7s ease-in;
	-o-transition: .5s 1.7s ease-in;
	-webkit-transition: .5s 1.7s ease-in;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(1):after,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(2):after,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(3):after,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-a span:nth-child(4):after {
	height: 40px;
	transition: .5s 1.7s ease-in;
	-moz-transition: .5s 1.7s ease-in;
	-ms-transition: .5s 1.7s ease-in;
	-o-transition: .5s 1.7s ease-in;
	-webkit-transition: .5s 1.7s ease-in;
}

@media (max-width:1199px) {
	.yc-index .banner-bin-a {
		font-size: 120px;
		line-height: 120px;
		width: 240px;
		height: 240px;
		margin: 28px 68px 28px 28px;
	}

	.yc-index .banner-bin-a span {
		padding: 8px;
	}

	.yc-index .banner-bin-a span:nth-child(1):before {
		top: -12px;
		left: -12px;
	}

	.yc-index .banner-bin-a span:nth-child(1):after {
		top: -12px;
		left: -12px;
	}

	.yc-index .banner-bin-a span:nth-child(2):before {
		top: -12px;
		right: -12px;
	}

	.yc-index .banner-bin-a span:nth-child(2):after {
		top: -12px;
		right: -12px;
	}

	.yc-index .banner-bin-a span:nth-child(3):before {
		bottom: -12px;
		left: -12px;
	}

	.yc-index .banner-bin-a span:nth-child(3):after {
		bottom: -12px;
		left: -12px;
	}

	.yc-index .banner-bin-a span:nth-child(4) {
		font-size: 145px;
		line-height: 145px;
	}
}

@media (max-width:767px) {
	.yc-index .banner-bin-a {
		font-size: 85px;
		line-height: 85px;
		width: 170px;
		height: 170px;
		margin: 20px 50px 20px 20px;
	}

	.yc-index .banner-bin-a span {
		padding: 5px;
	}

	.yc-index .banner-bin-a span:nth-child(1):before {
		top: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(1):after {
		top: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(2):before {
		top: -10px;
		right: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(2):after {
		top: -10px;
		right: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(3):before {
		bottom: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(3):after {
		bottom: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(4) {
		font-size: 100px;
		line-height: 100px;
	}
}

@media (max-width:767px) and (orientation:portrait) {
	.yc-index .banner-bin-a {
		float: none;
		font-size: 75px;
		line-height: 75px;
		width: 150px;
		height: 150px;
		margin: 15px auto;
	}

	.yc-index .banner-bin-a span {
		padding: 4px;
	}

	.yc-index .banner-bin-a span:nth-child(1):before {
		top: -6px;
		left: -6px;
	}

	.yc-index .banner-bin-a span:nth-child(1):after {
		top: -6px;
		left: -6px;
	}

	.yc-index .banner-bin-a span:nth-child(2):before {
		top: -6px;
		right: -6px;
	}

	.yc-index .banner-bin-a span:nth-child(2):after {
		top: -6px;
		right: -6px;
	}

	.yc-index .banner-bin-a span:nth-child(3):before {
		bottom: -6px;
		left: -6px;
	}

	.yc-index .banner-bin-a span:nth-child(3):after {
		bottom: -6px;
		left: -6px;
	}


	.yc-index .banner-bin-a span:nth-child(4) {
		font-size: 90px;
		line-height: 90px;
	}
}

@media (max-width:413px) and (orientation:portrait) {
	.yc-index .banner-bin-a {
		float: none;
		font-size: 65px;
		line-height: 65px;
		width: 130px;
		height: 130px;
		margin: 15px auto;
	}

	.yc-index .banner-bin-a span:nth-child(4) {
		font-size: 80px;
		line-height: 80px;
	}
}

@media (max-height:413px) and (orientation:landscape) {
	.yc-index .banner-bin-a {
		font-size: 75px;
		line-height: 75px;
		width: 150px;
		height: 150px;
		margin: 15px 40px 15px 15px;
	}

	.yc-index .banner-bin-a span {
		padding: 2px;
	}

	.yc-index .banner-bin-a span:nth-child(1):before {
		top: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(1):after {
		top: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(2):before {
		top: -10px;
		right: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(2):after {
		top: -10px;
		right: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(3):before {
		bottom: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(3):after {
		bottom: -10px;
		left: -10px;
	}

	.yc-index .banner-bin-a span:nth-child(4) {
		font-size: 90px;
		line-height: 90px;
	}
}

/* b2 */
.yc-index .swiper-slide:nth-child(2) .container:before{
	opacity: 0;
}
.yc-index .banner-bin-h {
	text-align: center;
	line-height: 1;
	width: 660px;
	margin: auto;
	position: relative;
}

.yc-index .banner-bin-h span:first-child {
	font-size: 80px;
	color: #267cc9;
	display: inline-block;
	opacity: 0;
	transform: translate(-30px, -30px) scale(.8, .8);
	-moz-transform: translate(-30px, -30px) scale(.8, .8);
	-ms-transform: translate(-30px, -30px) scale(.8, .8);
	-o-transform: translate(-30px, -30px) scale(.8, .8);
	-webkit-transform: translate(-30px, -30px) scale(.8, .8);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index .banner-bin-h span:first-child u {
	position: relative;
	top: -15px;
}

.yc-index .banner-bin-h span:last-child {
	font-size: 68px;
	color: #000;
	display: inline-block;
	opacity: 0;
	transform: translate(30px, 30px) scale(.8, .8);
	-moz-transform: translate(30px, 30px) scale(.8, .8);
	-ms-transform: translate(30px, 30px) scale(.8, .8);
	-o-transform: translate(30px, 30px) scale(.8, .8);
	-webkit-transform: translate(30px, 30px) scale(.8, .8);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-h span:first-child,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-h span:last-child {
	transform: translate(0, 0) scale(1, 1);
	-moz-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	-o-transform: translate(0, 0) scale(1, 1);
	-webkit-transform: translate(0, 0) scale(1, 1);
	transition: .5s .5s;
	-moz-transition: .5s .5s;
	-ms-transition: .5s .5s;
	-o-transition: .5s .5s;
	-webkit-transition: .5s .5s;
	opacity: 1;
}

.yc-index .banner-bin-i {
	text-align: center;
	margin: 30px auto;
	width: 660px;
	position: relative;
}

.yc-index .banner-bin-i p {
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.yc-index .banner-bin-i p:first-child:before {
	height: 0px;
	position: absolute;
	content: '';
	opacity: .4;
	left: 0;
	top: 50%;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111;
}

.yc-index .banner-bin-i p:first-child:after {
	height: 0px;
	position: absolute;
	content: '';
	opacity: .4;
	right: 0;
	top: 50%;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111;
}

.yc-index .banner-bin-i p:last-child:before {
	height: 0px;
	position: absolute;
	content: '';
	opacity: .4;
	left: 0;
	bottom: 50%;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111;
}

.yc-index .banner-bin-i p:last-child:after {
	height: 0px;
	position: absolute;
	content: '';
	opacity: .4;
	right: 0;
	bottom: 50%;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111;
}

.yc-index .banner-bin-i p:first-child:before,
.yc-index .banner-bin-i p:first-child:after .yc-index .banner-bin-i p:last-child:before,
.yc-index .banner-bin-i p:last-child:after,
.yc-index .banner-bin-i p span:before,
.yc-index .banner-bin-i p span:after {
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p:first-child:before,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p:first-child:after,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p:last-child:before,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p:last-child:after {
	height: 100px;
	transition: 1.5s 1.7s ease-in;
	-moz-transition: 1.5s 1.7s ease-in;
	-ms-transition: 1.5s 1.7s ease-in;
	-o-transition: 1.5s 1.7s ease-in;
	-webkit-transition: 1.5s 1.7s ease-in;
}

.yc-index .banner-bin-i p span {
	display: inline-block;
	line-height: 1.6;
	position: relative;
	padding: 0 20px;
}

.yc-index .banner-bin-i p span:before {
	width: 0px;
	position: absolute;
	content: '';
	right: 100%;
	top: 50%;
	display: block;
	opacity: .4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
}

.yc-index .banner-bin-i p span:after {
	width: 0px;
	position: absolute;
	content: '';
	left: 100%;
	top: 50%;
	display: block;
	opacity: .4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p span:before,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p span:after {
	width: 199px;
	transition: 1.5s 1.7s ease-in;
	-moz-transition: 1.5s 1.7s ease-in;
	-ms-transition: 1.5s 1.7s ease-in;
	-o-transition: 1.5s 1.7s ease-in;
	-webkit-transition: 1.5s 1.7s ease-in;
}

.yc-index .banner-bin-i p:first-child span {
	font-size: 40px;
	color: #267cc9;
	font-family: Times;
	opacity: .95;
	transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index .banner-bin-i p:last-child span {
	font-size: 24px;
	color: #ffffff;
	color: #111111;
	opacity: .8;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p:first-child span,
.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-i p:last-child span {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: .8s .9s ease-in-out;
	-moz-transition: .8s .9s ease-in-out;
	-ms-transition: .8s .9s ease-in-out;
	-o-transition: .8s .9s ease-in-out;
	-webkit-transition: .8s .9s ease-in-out;
}

@media (max-width:1199px) {
	.yc-index .banner-bin-h span:first-child {
		font-size: 65px;
	}

	.yc-index .banner-bin-h span:first-child u {
		top: -12px;
	}

	.yc-index .banner-bin-h span:last-child {
		font-size: 55px;
	}

	.yc-index .banner-bin-i {
		margin: 24px auto 32px auto;
		width: 530px;
	}

	.yc-index .banner-bin-i p span {
		line-height: 1.6;
		padding: 0 16px;
	}

	.yc-index .banner-bin-i p:first-child span {
		font-size: 32px;
	}

	.yc-index .banner-bin-i p:last-child span {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.yc-index .banner-bin-h span:first-child {
		font-size: 32px;
	}

	.yc-index .banner-bin-h span:first-child u {
		top: -8px;
	}

	.yc-index .banner-bin-h span:last-child {
		font-size: 28px;
	}

	.yc-index .banner-bin-i {
		margin: 8px auto 16px auto;
		padding: 0 15px;
		width: auto;
		max-width: 550px;
	}

	.yc-index .banner-bin-i p span {
		line-height: 1.6;
		padding: 0 16px;
	}

	.yc-index .banner-bin-i p:first-child span {
		font-size: 26px;
	}

	.yc-index .banner-bin-i p:last-child span {
		font-size: 16px;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.yc-index .banner-bin-i {
		margin: 8px auto;
	}

	.yc-index .banner-bin-i p span {
		line-height: 1.2;
	}
}

@media (max-width:767px) and (orientation:portrait) {
	.yc-index .banner-bin-i p:last-child span {
		width: 80%;
	}
}

@media (max-width:320px) and (orientation:portrait) {
	.yc-index .banner-bin-h span:first-child {
		font-size: 28px;
	}

	.yc-index .banner-bin-h span:last-child {
		font-size: 24px;
	}

	.yc-index .banner-bin-i {
		padding: 0;
	}

}

@media (max-height:413px) and (orientation:landscape) {
	.yc-index .banner-bin-i {
		margin: 12px auto;
	}
}

/* b3 */
.yc-index .banner-bin-o {
	text-align: right;
	float: left;
}

.yc-index .banner-bin-o:after {
	display: block;
	clear: both;
	content: '';
}

.yc-index .banner-bin-o p {
	margin: 0;
}

.yc-index .banner-bin-o p:nth-child(1) {
	float: right;
	line-height: 1;
}

.yc-index .banner-bin-o p:nth-child(1) span:nth-child(1) {
	font-size: 38px;
	color: #ffffff;
	color: #111111;
	font-family: Times;
}

.yc-index .banner-bin-o p:nth-child(1) span:nth-child(2) {
	font-size: 30px;
	margin: 15px 0 25px 0;
	color: #ffffff;
	color: #111111;
}

.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) {
	font-size: 70px;
	position: relative;
	padding-bottom: 30px;
	white-space: nowrap;
	max-width: 460px;
	overflow: hidden;
}

.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3):before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-color: #111111;
}

.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) font {
	display: none;
}

.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) font:last-child {
	display: inline-block;
}

.yc-index .banner-bin-o p:nth-child(1) span {
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	opacity: 0;
	transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(1) span {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(1) span:nth-child(1) {
	transition: .5s 1.7s ease-out;
	-moz-transition: .5s 1.7s ease-out;
	opacity: .95;
	-ms-transition: .5s 1.7s ease-out;
	-o-transition: .5s 1.7s ease-out;
	-webkit-transition: .5s 1.7s ease-out;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(1) span:nth-child(2) {
	transition: .5s 1.5s ease-in-out;
	-moz-transition: .5s 1.5s ease-in-out;
	opacity: .8;
	-ms-transition: .5s 1.5s ease-in-out;
	-o-transition: .5s 1.5s ease-in-out;
	-webkit-transition: .5s 1.5s ease-in-out;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(1) span:nth-child(3) {
	transition: .5s 1.3s ease-in;
	-moz-transition: .5s 1.3s ease-in;
	color: #ffffff;
	color: #000;
	-ms-transition: .5s 1.3s ease-in;
	-o-transition: .5s 1.3s ease-in;
	-webkit-transition: .5s 1.3s ease-in;
}

.yc-index .banner-bin-o p:nth-child(2) {
	float: right;
	margin-right: 30px;
	transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index .banner-bin-o p:nth-child(2) span {
	font-size: 200px;
	line-height: 170px;
	font-family: Microsoft Yahei;
	white-space: nowrap;
	padding-right: 10px;
	color: #267cc9;
}

.yc-index .banner-bin-o p:nth-child(2) span u {
	font-family: Georgia;
	font-size: 220px;
	position: relative;
	top: -10px;
	letter-spacing: -10px;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(2) {
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: .8s .5s ease-out;
	-moz-transition: .8s .5s ease-out;
	-ms-transition: .8s .5s ease-out;
	-o-transition: .8s .5s ease-out;
	-webkit-transition: .8s .5s ease-out;
	-webkit-animation: bounceIn .8s .5s ease-out;
	-moz-animation: bounceIn .8s .5s ease-out;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(.9)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3)
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05)
	}

	70% {
		-moz-transform: scale(.9)
	}

	100% {
		-moz-transform: scale(1)
	}
}

.yc-index .banner-bin-o p:nth-child(3) {
	clear: both;
	padding-top: 30px;
	text-align: center;
	line-height: 1;
}

.yc-index .banner-bin-o p:nth-child(3) span {
	display: block;
	opacity: 0;
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-index .banner-bin-o p:nth-child(3) span u {
	color: #267cc9;
}

.yc-index .banner-bin-o p:nth-child(3) span:nth-child(1) {
	font-size: 34px;
	color: #111;
}

.yc-index .banner-bin-o p:nth-child(3) span:nth-child(1) u {
	color: #ffffff;
	color: #111111;
	font-family: Microsoft Yahei;
}

.yc-index .banner-bin-o p:nth-child(3) span:nth-child(2) {
	font-size: 20px;
	color: #ffffff;
	color: #111111;
	padding: 15px 0;
	font-family: Times;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(3) span {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(3) span:nth-child(1) {
	transition: .5s 1.5s ease-in-out;
	-moz-transition: .5s 1.5s ease-in-out;
	-ms-transition: .5s 1.5s ease-in-out;
	-o-transition: .5s 1.5s ease-in-out;
	-webkit-transition: .5s 1.5s ease-in-out;
}

.yc-index.swiper-slide-active .yc-slider-item.swiper-slide-active .banner-bin-o p:nth-child(3) span:nth-child(2) {
	transition: .5s 1.7s ease-out;
	-moz-transition: .5s 1.7s ease-out;
	opacity: .9;
	-ms-transition: .5s 1.7s ease-out;
	-o-transition: .5s 1.7s ease-out;
	-webkit-transition: .5s 1.7s ease-out;
}

.yc-index .banner-bin-o span {
	display: block;
}



@media (max-width:1199px) {
	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(1) {
		font-size: 31px;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(2) {
		font-size: 25px;
		margin: 12px 0 20px 0;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) {
		font-size: 57px;
		padding-bottom: 24px;
		max-width: 400px;
	}

	.yc-index .banner-bin-o p:nth-child(2) {
		margin-right: 24px;
	}

	.yc-index .banner-bin-o p:nth-child(2) span {
		line-height: 140px;
		padding-right: 8px;
	}

	.yc-index .banner-bin-o p:nth-child(2) span font {
		font-size: 140px;
		letter-spacing: 0;
		display: block;
	}

	.yc-index .banner-bin-o p:nth-child(2) span font u {
		font-size: 180px;
		letter-spacing: -8px;
		top: -8px;
	}

	.yc-index .banner-bin-o p:nth-child(3) {
		padding-top: 24px;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(1) {
		font-size: 28px;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(2) {
		font-size: 16px;
		padding: 12px 0;
	}

}

@media (max-width:767px) and (orientation:landscape) {
	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(1) {
		font-size: 22px;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(2) {
		font-size: 18px;
		margin: 4px 0 10px 0;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) {
		font-size: 38px;
		padding-bottom: 10px;
	}

	.yc-index .banner-bin-o p:nth-child(2) {
		margin-right: 15px;
	}

	.yc-index .banner-bin-o p:nth-child(2) span {
		padding-right: 8px;
	}

	.yc-index .banner-bin-o p:nth-child(2) span font {
		line-height: 90px;
		font-size: 90px;
	}

	.yc-index .banner-bin-o p:nth-child(2) span font u {
		font-size: 110px;
		top: 0;
		letter-spacing: -8px;
	}

	.yc-index .banner-bin-o p:nth-child(3) {
		padding-top: 12px;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(1) {
		font-size: 20px;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(2) {
		font-size: 11px;
		padding: 8px 0;
	}

}

@media (max-height:413px) and (orientation:landscape) {
	.yc-index .banner-bin-o p:nth-child(2) span u {
		top: 8px;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(2) {
		display: none;
	}

}

@media (max-width:767px) and (orientation:portrait) {
	.yc-index .banner-bin-o {
		float: none;
		text-align: center;
	}

	.yc-index .banner-bin-o p:nth-child(1) {
		float: none;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(1) {
		font-size: 28px;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(2) {
		font-size: 18px;
		margin: 8px 0 12px 0;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) {
		font-size: 38px;
		padding-bottom: 4px;
		border: none;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3):before {
		display: none;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) font {
		display: inline-block;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) font:first-child {
		color: #267cc9;
		font-size: 54px;
	}

	.yc-index .banner-bin-o p:nth-child(1) span:nth-child(3) u {
		letter-spacing: -1px;
		padding-right: 6px;
		font-size: 54px;
	}

	.yc-index .banner-bin-o p:nth-child(2) {
		display: none;
	}

	.yc-index .banner-bin-o p:nth-child(2) span {
		font-size: 100px;
		line-height: 76px;
		letter-spacing: 0;
		padding-right: 0;
	}

	.yc-index .banner-bin-o p:nth-child(2) span u {
		top: 0;
	}

	.yc-index .banner-bin-o p:nth-child(3) {
		padding-top: 8px;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(1) {
		font-size: 20px;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(1) u {
		display: none;
	}

	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(2) {
		font-size: 16px;
		line-height: 20px;
		padding: 8px;
	}

}

@media (max-width:413px) and (orientation:portrait) {
	.yc-index .banner-bin-o p:nth-child(3) span:nth-child(2) {
		display: none;
	}

}
.swiper-slide .col-md-8 {
	opacity: 0;
	transform: scale(.6, .6);
	-moz-transform: scale(.6, .6);
	-ms-transform: scale(.6, .6);
	-o-transform: scale(.6, .6);
	-webkit-transform: scale(.6, .6);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.swiper-slide.swiper-slide-active .col-md-8 {
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: .6s .51s;
	-moz-transition: .6s .51s;
	-ms-transition: .6s .51s;
	-o-transition: .6s .51s;
	-webkit-transition: .6s .51s;
}

.about-text,
.contact-txt {
	text-align: left;
}

.swiper-slide .col-md-8 h3 {
	display: block;
	font-size: 1.625rem;
	color: #111;
	font-family: Times;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 1.2;
	opacity: 0;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
}

.swiper-slide.swiper-slide-active .col-md-8 h3 {
	opacity: 1;
	transition: .5s .6s ease-out;
	-moz-transition: .5s .6s ease-out;
	-ms-transition: .5s .6s ease-out;
	-o-transition: .5s .6s ease-out;
	-webkit-transition: .5s .6s ease-out;
	transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-ms-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: transform, opacity;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.swiper-slide .col-md-8 h1 {
	display: block;
	font-size: 2.75rem;
	line-height: 1.2;
	opacity: 0;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
}

.swiper-slide.swiper-slide-active .col-md-8 h1 {
	opacity: 1;
	transition: .5s .5s;
	-moz-transition: .5s .5s;
	-ms-transition: .5s .5s;
	-o-transition: .5s .5s;
	-webkit-transition: .5s .5s;
	transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-ms-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: transform, opacity;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.swiper-slide .col-md-8 h1 span {
	font-size: 3.375rem;
	color: #267cc9;
	padding-right: 0.25rem;
	font-style: normal;
}

.yc-about .col-md-8 ul {
	list-style: none;
	margin: 2.5rem 0;
	height: 4.625rem;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

.yc-about .col-md-8 ul:after {
	display: block;
	content: '';
	clear: both;
}

.yc-about .col-md-8 ul li {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0 2.375rem;
	float: left;
	opacity: 0;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
}

.yc-about .col-md-8 ul li:before {
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	position: absolute;
	border-left: 0.0625rem solid #111;
	opacity: .6;
}

.yc-about.swiper-slide-active .col-md-8 ul li:nth-child(1) {
	transition: .5s 1.3s;
	-moz-transition: .5s 1.3s;
	-ms-transition: .5s 1.3s;
	-o-transition: .5s 1.3s;
	-webkit-transition: .5s 1.3s;
}

.yc-about.swiper-slide-active .col-md-8 ul li:nth-child(2) {
	transition: .5s 1.1s;
	-moz-transition: .5s 1.1s;
	-ms-transition: .5s 1.1s;
	-o-transition: .5s 1.1s;
	-webkit-transition: .5s 1.1s;
}

.yc-about.swiper-slide-active .col-md-8 ul li:nth-child(3) {
	transition: .5s .9s;
	-moz-transition: .5s .9s;
	-ms-transition: .5s .9s;
	-o-transition: .5s .9s;
	-webkit-transition: .5s .9s;
}

.yc-about.swiper-slide-active .col-md-8 ul li:nth-child(4) {
	transition: .5s .7s;
	-moz-transition: .5s .7s;
	-ms-transition: .5s .7s;
	-o-transition: .5s .7s;
	-webkit-transition: .5s .7s;
}

.yc-about.swiper-slide-active .col-md-8 ul li {
	opacity: 1;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-ms-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: transform, opacity;
}

.yc-about .col-md-8 ul li:first-child {
	padding-left: 0;
}

.yc-about .col-md-8 ul li:first-child:before {
	display: none;
}

.yc-about .col-md-8 ul li:last-child {
	padding-right: 0;
}

.yc-about .col-md-8 ul li strong {
	float: left;
}

.yc-about .col-md-8 ul li strong:after {
	display: block;
	content: '';
	clear: both;
}

.yc-about .col-md-8 ul li hr {
	float: left;
	margin: 0;
	width: 2.125rem;
	text-align: center;
	height: 3.125rem;
	overflow: hidden;
	border: none;
	padding: 0;
}

.yc-about .col-md-8 ul li hr:before {
	font-size: 3rem;
	line-height: 3.125rem;
	display: block;
	white-space: normal;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	color: #000;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-about.swiper-slide-active .col-md-8 ul li hr:before {
	transition: transform 2s ease-out 1.4s;
	-moz-transition: transform 2s ease-out 1.4s;
	-ms-transition: transform 2s ease-out 1.4s;
	-o-transition: transform 2s ease-out 1.4s;
	-webkit-transition: transform 2s ease-out 1.4s;
}

.yc-about .col-md-8 ul li hr:nth-child(2n):before {
	content: '0 0 0 0 0 0 0 0 0 0 0 1 2 3 4 5 6 7 8 9';
}

.yc-about .col-md-8 ul li hr:nth-child(2n+1):before {
	content: '0 1 2 3 4 5 6 7 8 9 0 0 0 0 0 0 0 0 0 0';
}

.yc-about .col-md-8 ul li hr.n0:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n0:nth-child(2n+1):before {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.yc-about .col-md-8 ul li hr.n1:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n1:nth-child(2n+1):before {
	transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	-o-transform: translateY(-5%);
	-webkit-transform: translateY(-5%);
}

.yc-about .col-md-8 ul li hr.n2:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n2:nth-child(2n+1):before {
	transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
}

.yc-about .col-md-8 ul li hr.n3:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n3:nth-child(2n+1):before {
	transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	-o-transform: translateY(-15%);
	-webkit-transform: translateY(-15%);
}

.yc-about .col-md-8 ul li hr.n4:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n4:nth-child(2n+1):before {
	transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
}

.yc-about .col-md-8 ul li hr.n5:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n5:nth-child(2n+1):before {
	transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
}

.yc-about .col-md-8 ul li hr.n6:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n6:nth-child(2n+1):before {
	transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
}

.yc-about .col-md-8 ul li hr.n7:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n7:nth-child(2n+1):before {
	transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
}

.yc-about .col-md-8 ul li hr.n8:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n8:nth-child(2n+1):before {
	transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
}

.yc-about .col-md-8 ul li hr.n9:nth-child(2n):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n9:nth-child(2n+1):before {
	transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
}

.yc-about .col-md-8 ul li hr.n0:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n0:nth-child(2n):before {
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.yc-about .col-md-8 ul li hr.n1:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n1:nth-child(2n):before {
	transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-o-transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
}

.yc-about .col-md-8 ul li hr.n2:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n2:nth-child(2n):before {
	transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
}

.yc-about .col-md-8 ul li hr.n3:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n3:nth-child(2n):before {
	transform: translateY(-65%);
	-moz-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	-o-transform: translateY(-65%);
	-webkit-transform: translateY(-65%);
}

.yc-about .col-md-8 ul li hr.n4:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n4:nth-child(2n):before {
	transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	-webkit-transform: translateY(-70%);
}

.yc-about .col-md-8 ul li hr.n5:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n5:nth-child(2n):before {
	transform: translateY(-75%);
	-moz-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	-o-transform: translateY(-75%);
	-webkit-transform: translateY(-75%);
}

.yc-about .col-md-8 ul li hr.n6:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n6:nth-child(2n):before {
	transform: translateY(-80%);
	-moz-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
}

.yc-about .col-md-8 ul li hr.n7:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n7:nth-child(2n):before {
	transform: translateY(-85%);
	-moz-transform: translateY(-85%);
	-ms-transform: translateY(-85%);
	-o-transform: translateY(-85%);
	-webkit-transform: translateY(-85%);
}

.yc-about .col-md-8 ul li hr.n8:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n8:nth-child(2n):before {
	transform: translateY(-90%);
	-moz-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	-o-transform: translateY(-90%);
	-webkit-transform: translateY(-90%);
}

.yc-about .col-md-8 ul li hr.n9:nth-child(2n+1):before,
.yc-about.swiper-slide-active .col-md-8 ul li hr.n9:nth-child(2n):before {
	transform: translateY(-95%);
	-moz-transform: translateY(-95%);
	-ms-transform: translateY(-95%);
	-o-transform: translateY(-95%);
	-webkit-transform: translateY(-95%);
}

.yc-about .col-md-8 ul li font {
	float: left;
	line-height: 1;
	margin: 1.5625rem 0 0 0.625rem;
	font-size: 1rem;
	color: #000;
}

.yc-about .col-md-8 ul li span {
	clear: both;
	text-align: center;
	font-size: 1rem;
	opacity: .9;
	display: block;
	color: #111;
}

.yc-about .col-md-8 ul li:after {
	display: block;
	clear: both;
	content: '';
}

.yc-about .col-md-8 p {
	margin: 0 0 2.1875rem 0;
	overflow: hidden;
	color: #111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	opacity: 0;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	font-size: 0.9375rem;
}

.yc-about.swiper-slide-active .col-md-8 p {
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: .5s .8s;
	-moz-transition: .5s .8s;
	-ms-transition: .5s .8s;
	-o-transition: .5s .8s;
	-webkit-transition: .5s .8s;
}

.more a {
	display: inline-block;
	line-height: 2.5rem;
	background: #000;
	transition: all 0.3s ease 0s;
}

.more a span {
	display: block;
	position: relative;
	color: #fff;
	width: 13.75rem;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.0625rem;
}

.more a span i {
	font-size: 1.5rem;
	line-height: 2.5rem;
	position: absolute;
	color: #fff;
	opacity: 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.more a:hover span i {
	opacity: 1;
	padding-left: 0.9375rem;
}

.yc-about .col-md-4 .about-img {
	border: 0.25rem solid transparent;
	transition: border-color 0s .5s;
	-moz-transition: border-color 0s .5s;
	-ms-transition: border-color 0s .5s;
	-o-transition: border-color 0s .5s;
	-webkit-transition: border-color 0s .5s;
}

.yc-about.swiper-slide-active .col-md-4 .about-img {
	border-color: #267cc9;
	transition: border-color .5s .5s;
	-moz-transition: border-color .5s .5s;
	-ms-transition: border-color .5s .5s;
	-o-transition: border-color .5s .5s;
	-webkit-transition: border-color .5s .5s;
}

.yc-about .col-md-4 img {
	width: 100%;
	opacity: 0;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	transform: translate(60px, 60px) scale(.8, .8);
	-moz-transform: translate(60px, 60px) scale(.8, .8);
	-ms-transform: translate(60px, 60px) scale(.8, .8);
	-o-transform: translate(60px, 60px) scale(.8, .8);
	-webkit-transform: translate(60px, 60px) scale(.8, .8);
}

.yc-about.swiper-slide-active .col-md-4 img {
	opacity: 1;
	transform: translate(0, 0) scale(1, 1);
	-moz-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	-o-transform: translate(0, 0) scale(1, 1);
	-webkit-transform: translate(0, 0) scale(1, 1);
	transition: transform .5s .9s, opacity .5s .9s;
	-moz-transition: transform .5s .9s, opacity .5s .9s;
	-ms-transition: transform .5s .9s, opacity .5s .9s;
	-o-transition: transform .5s .9s, opacity .5s .9s;
	-webkit-transition: transform .5s .9s, opacity .5s .9s;
}

.yc-about .col-md-4 img {
	width: 100%;
}

@media (max-width:1599px) {
	.yc-about .col-md-8 {
		width: 63%;
	}

	.yc-about .col-md-4 {
		width: 32%;
	}
}

@media (max-width:1199px) {
	.yc-body .swiper-slide .container:before {
		left: -1.5625rem;
		right: -1.5625rem;
		top: -1.5625rem;
		bottom: -1.5625rem;
	}

	.yc-about .col-md-8 {
		width: 64%;
	}

	.yc-about .col-md-4 {
		width: 31%;
	}

	.yc-about .col-md-8 h3 {
		font-size: 1.4375rem;
	}

	.yc-about .col-md-8 h1 {
		font-size: 2.25rem;
	}

	.yc-about .col-md-8 h1 span {
		font-size: 2.75rem;
	}

	.yc-about .col-md-8 ul {
		margin: 2.0625rem 0;
		height: 3.875rem;
	}

	.yc-about .col-md-8 ul li {
		padding: 0 30px;
	}

	.yc-about .col-md-8 ul li hr {
		width: 28px;
		height: 41px;
	}

	.yc-about .col-md-8 ul li hr:before {
		font-size: 39px;
		line-height: 41px;
	}

	.yc-about .col-md-8 ul li font {
		margin: 20px 0 0 6px;
		font-size: 14px;
	}

	.yc-about .col-md-8 ul li span {
		font-size: 14px;
	}

	.yc-about .col-md-8 p {
		margin-bottom: 28px;
		font-size: 14px;
		height: 75px;
		line-height: 25px;
	}

	.show_list_met_m1156_1 .about-list {
		top: -10px;
		left: -12px;
	}
}

@media (max-width:992px) {
	.yc-body .swiper-slide .container {
		width: 650px;
		max-width: 100%;
	}

	.yc-body .swiper-slide .container:before {
		left: -20px;
		right: -20px;
		top: -20px;
		bottom: -20px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.yc-about .col-md-8 {
		width: 60%;
	}

	.yc-about .col-md-8 h1 {
		width: 166%;
	}

	.yc-about .col-md-8 h3 {
		margin-bottom: 5px;
		width: 166%;
	}

	.yc-about .col-md-8 ul {
		width: 166%;
	}

	.yc-about .col-md-8 p {
		width: 97%;
		height: 180px;
		line-height: 30px;
		-webkit-line-clamp: 6;
	}

	.yc-about .col-md-4 {
		width: 35%;
		margin-top: 215px;
	}
}

@media (max-width:767px) {
	.yc-body .swiper-slide .container:before {
		left: -15px;
		right: -15px;
		top: -15px;
		bottom: -15px;
	}

	.yc-body .swiper-slide .container .row {
		margin: 0;
	}

	.yc-about .col-md-8 {
		width: 62%;
	}

	.yc-about .col-md-8 h3 {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.yc-about .col-md-8 h1 {
		font-size: 24px;
	}

	.yc-about .col-md-8 h1 span {
		font-size: 28px;
	}

	.yc-about .col-md-8 ul {
		margin: 16px 0;
		height: 48px;
	}

	.yc-about .col-md-8 ul li hr {
		width: 15px;
		height: 30px;
	}

	.yc-about .col-md-8 ul li hr:before {
		font-size: 20px;
		line-height: 30px;
	}

	.yc-about .col-md-8 ul li span,
	.yc-about .col-md-8 ul li font {
		font-size: 12px;
	}

	.yc-about .col-md-8 p {
		margin-bottom: 13px;
	}

	.yc-about .col-md-4 {
		width: 33%;
	}

	.yc-about .about-img {
		top: -8px;
		left: -10px;
	}

	.more a {
		line-height: 2rem;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	.yc-about .col-md-8 {
		width: 61%;
	}

	.yc-about .col-md-8 ul li {
		padding: 0 16px;
	}

	.yc-about .col-md-8 ul li font {
		margin: 10px 0 0 6px;
	}

	.yc-about .col-md-8 p {
		line-height: 22px;
		height: 66px;
		-webkit-line-clamp: 3;
	}

	.yc-about .col-md-4 {
		width: 34%;
	}
}

@media (max-width:767px) and (orientation:portrait) {
	.yc-about .col-md-8 {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.yc-about .col-md-8 .click-box {
		display: none;
	}

	.yc-about .col-md-8 ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	.yc-about .col-md-8 ul li {
		padding: 0 10px;
		float: none;
		display: inline-block;
	}

	.yc-about .col-md-8 ul li font {
		margin: 10px 0 0 3px;
	}

	.yc-about .col-md-8 p {
		line-height: 23px;
		height: 69px;
		-webkit-line-clamp: 3;
	}

	.yc-about .col-md-4 {
		float: left;
		width: 100%;
		margin: 3px 0 0 0;
		padding: 1rem;
	}

	.yc-about .about-img {
		top: 0;
		left: 0;
		height: 12.5rem;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.yc-about .about-img img {
		width: 100%;
	}
}

@media (max-width:375px) and (orientation:portrait) {
	.yc-about .col-md-8 h1 {
		font-size: 22px
	}

	.yc-about .col-md-8 h3 {
		display: none;
	}

	.yc-about .col-md-8 h1 span {
		font-size: 24px;
	}

	.yc-about .col-md-8 p {
		line-height: 20px;
		height: 60px;
		-webkit-line-clamp: 3;
	}
}

@media (max-width:320px) and (orientation:portrait) {
	.yc-about .col-md-8 h1 {
		font-size: 19px;
	}

	.yc-about .col-md-8 h1 span {
		font-size: 21px;
	}

	.yc-about .col-md-8 ul li {
		padding: 0 5px;
	}
}

@media (max-height:413px) and (orientation:landscape) {
	.yc-about .col-md-8 {
		width: 67%;
	}

	.yc-about .col-md-8 h3 {
		display: none;
	}

	.yc-about .col-md-8 h1 {
		font-size: 19px;
	}

	.yc-about .col-md-8 h1 span {
		font-size: 21px;
	}

	.yc-about .col-md-8 p {
		line-height: 23px;
		height: 46px;
		-webkit-line-clamp: 2;
	}

	.yc-about .col-md-4 {
		width: 28%;
		margin: 0;
	}
}

.yc-service,
.yc-news,
.yc-case {
	position: relative;
	background-position: top center;
	background-size: cover;
}

.yc-service-container {
	margin: 0 10%;
}

.yc-service-container .swiper-slide {
	height: 100%;
	float: left;
	position: relative;
	border-left: 0.0625rem solid #111;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

@media (min-width:768px) {

	.yc-service .swiper-slide.swiper-slide-active,
	.yc-service .swiper-slide.swiper-slide-active+.swiper-slide,
	.yc-service .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide,
	.yc-service .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
		transform: translateX(-80%);
		-moz-transform: translateX(-80%);
		-ms-transform: translateX(-80%);
		-o-transform: translateX(-80%);
		-webkit-transform: translateX(-80%);
		visibility: hidden;
		transition: .01s .71s;
		-webkit-transition: .01s .71s;
		-moz-transition: .01s .71s;
		-ms-transition: .01s .71s;
		-o-transition: .01s .71s;
	}

	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active,
	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active+.swiper-slide,
	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide,
	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		visibility: visible;
	}

	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active {
		transition: .6s ease-out .71s;
		-webkit-transition: .6s ease-out .71s;
		-moz-transition: .6s ease-out .71s;
		-ms-transition: .6s ease-out .71s;
		-o-transition: .6s ease-out .71s;
	}

	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active+.swiper-slide {
		transition: .6s ease-out .81s;
		-webkit-transition: .6s ease-out .81s;
		-moz-transition: .6s ease-out .81s;
		-ms-transition: .6s ease-out .81s;
		-o-transition: .6s ease-out .81s;
	}

	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
		transition: .6s ease-out .91s;
		-webkit-transition: .6s ease-out .91s;
		-moz-transition: .6s ease-out .91s;
		-ms-transition: .6s ease-out .91s;
		-o-transition: .6s ease-out .91s;
	}

	.yc-service.swiper-slide-active .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
		transition: .6s ease-out .99s;
		-webkit-transition: .6s ease-out .99s;
		-moz-transition: .6s ease-out .99s;
		-ms-transition: .6s ease-out .99s;
		-o-transition: .6s ease-out .99s;
	}
}

.yc-service-container .swiper-slide:first-child {
	border: none;
}

.yc-service-container .swiper-slide:before {
	background: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
}

.yc-service-container .swiper-slide a {
	display: block;
	position: relative;
	z-index: 2;
	height: 9.375rem;
	text-align: center;
	transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}

.yc-service-container .swiper-slide a img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	visibility: hidden;
	z-index: 999;
	opacity: 0;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.yc-service-container .swiper-slide a i {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 100%;
	color: #adadad;
	font-size: 3.75rem;
	line-height: 1;
	font-style: normal;
	font-family: Times;
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
}

.yc-service-container .swiper-slide a b {
	display: block;
	font-size: 1.0625rem;
	padding: 0.9375rem 0;
	font-weight: normal;
	color: #919191;
}

.yc-service-container .swiper-slide a b:after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 1.875rem;
	padding-top: 0.9375rem;
	border-bottom: 0.0625rem solid #111;
}

.yc-service-container .swiper-slide a p {
	display: block;
	color: #7a7a7a;
	padding: 0 0.3125rem;
	line-height: 1.625rem;
	height: 6.5rem;
	font-size: 0.875rem;
	overflow: hidden;
}

.yc-service-container .swiper-slide a span {
	display: block;
	font-family: Times;
	color: #adadad;
	letter-spacing: 0.0625rem;
}

.yc-service-container .swiper-slide a span em {
	font-size: 1.25rem;
	display: inline-block;
	font-family: '';
	font-style: normal;
	color: #111;
	position: relative;
	top: 0.1875rem;
	padding-left: 0.3125rem;
}

.yc-service-container .swiper-slide:hover:before {
	opacity: .15;
}

.yc-service-container .swiper-slide:hover a {
	transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	-webkit-transform: translateY(50px);
}

.yc-service-container .swiper-slide:hover a img {
	visibility: visible;
	opacity: 1;
}

.yc-service-container .swiper-slide:hover a i {
	font-size: 160px;
	opacity: 0;
}

.yc-case h3 {
	color: #000;
	font-size: 1.875rem;
	margin: -0.25rem 0 2.1875rem 0;
	padding: 0;
	line-height: 1;
	opacity: 0;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	transform: translateY(-1.875rem);
	-moz-transform: translateY(-1.875rem);
	-ms-transform: translateY(-1.875rem);
	-o-transform: translateY(-1.875rem);
	-webkit-transform: translateY(-1.875rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yc-case.swiper-slide-active h3 {
	opacity: 1;
	transition: .6s .5s;
	-moz-transition: .6s .5s;
	-ms-transition: .6s .5s;
	-o-transition: .6s .5s;
	-webkit-transition: .6s .5s;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.yc-case h3 span {
	color: #267cc9;
	font-size: 2.125rem;
}

.yc-case-container {
	margin-bottom: 1.875rem;
	height: auto;
}

.yc-case .case-item {
	width: .25%;
	margin: 0;
	position: relative;
	transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.yc-case.swiper-slide-active:hover .case-item,
.yc-case.swiper-slide-active .case-item {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.yc-case.swiper-slide-active .case-item.swiper-slide-active {
	transition: transform .6s .51s;
	-moz-transition: transform .6s .51s;
	-ms-transition: transform .6s .51s;
	-o-transition: transform .6s .51s;
	-webkit-transition: transform .6s .51s;
}

.yc-case.swiper-slide-active .case-item.swiper-slide-active+.case-item {
	transition: transform .6s .6s;
	-moz-transition: transform .6s .6s;
	-ms-transition: transform .6s .6s;
	-o-transition: transform .6s .6s;
	-webkit-transition: transform .6s .6s;
}

.yc-case.swiper-slide-active .case-item.swiper-slide-active+.case-item+.case-item {
	transition: transform .6s .68s;
	-moz-transition: transform .6s .68s;
	-ms-transition: transform .6s .68s;
	-o-transition: transform .6s .68s;
	-webkit-transition: transform .6s .68s;
}

.yc-case.swiper-slide-active .case-item.swiper-slide-active+.case-item+.case-item+.case-item {
	transition: transform .6s .75s;
	-moz-transition: transform .6s .75s;
	-ms-transition: transform .6s .75s;
	-o-transition: transform .6s .75s;
	-webkit-transition: transform .6s .75s;
}

.yc-case .case-item a {
	display: block;
	position: relative;
	width: 100%;
}

.yc-case .case-item a:before {
	opacity: 0;
	position: absolute;
	content: '';
	border-style: solid;
	border-width: 0.0625rem;
	border-color: #267cc9;
	left: 14px;
	right: 14px;
	top: 14px;
	bottom: 14px;
	z-index: 2;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
}

.yc-case .case-item:hover a:before {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}

.yc-case .case-item a span {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.yc-case .case-item a span:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.yc-case .case-item:hover a span:after {
	opacity: 1;
}

.yc-case .case-item a span img {
	display: block;
	width: 100%;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.yc-case .case-item:hover a span img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.yc-case .case-item a .txt {
	display: block;
	text-align: center;
	margin-top: 5px;
	position: relative;
	width: 100%;
	color: #000;
	padding: 0 30px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.yc-case .case-item a .txt b {
	display: inline-block;
	position: relative;
	font-weight: normal;
	font-size: 18px;
}

.yc-case .case-item a .txt b:before {
	height: 2px;
	position: absolute;
	top: -2px;
	left: -5px;
	right: -5px;
	background: #267cc9;
	content: '';
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transition: .2s .1s;
	-moz-transition: .2s .1s;
	-ms-transition: .2s .1s;
	-o-transition: .2s .1s;
	-webkit-transition: .2s .1s;
}

.yc-case .case-item:hover a .txt b:before {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}

.yc-case .case-item:hover a .txt {
	color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 3;
	transform: translateY(-42px);
	-moz-transform: translateY(-42px);
	-ms-transform: translateY(-42px);
	-o-transform: translateY(-42px);
	-webkit-transform: translateY(-42px);
}

.yc-case .case-item p {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 2;
	width: 44px;
	height: 44px;
	margin: -22px 0 0 -22px;
	opacity: 0;
	border: 0.125rem solid #267cc9;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	line-height: 40px;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	transition: .3s .3s;
	-moz-transition: .3s .3s;
	-ms-transition: .3s .3s;
	-o-transition: .3s .3s;
	-webkit-transition: .3s .3s;
}

.yc-case .swiper-button-next {
	right: -0.875rem;
}

.yc-case .swiper-button-prev {
	left: -0.875rem;
}

.yc-case .case-item:hover p {
	opacity: 1;
}

.yc-case .case-item:hover p:hover {
	background: #267cc9;
}

.yc-news .yc-news-container {
	margin: 0 10%;
}

.yc-news .yc-news-container .swiper-slide {
	padding-left: 5rem;
	height: 100%;
	float: left;
	position: relative;
}

.yc-news .info-center {
	height: 29.375rem;
	position: relative;
	top: 50%;
	margin-top: -235px;
}

.yc-news .info-list {
	height: 100%;
	max-width: 21.5625rem;
	border-left: 0.0625rem solid #ddd;
	position: relative;
	margin: 0 auto;
}

.yc-news .info-list a {
	display: block;
	position: relative;
	border-bottom: 0.0625rem solid #ddd;
}

@media (min-width:768px) {

	.yc-news .swiper-slide.swiper-slide-next .info-list a,
	.yc-news .swiper-slide.swiper-slide-active .info-list a {
		transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		visibility: hidden;
		opacity: 0;
		transition: .01s .71s;
		-webkit-transition: .01s .71s;
		-moz-transition: .01s .71s;
		-ms-transition: .01s .71s;
		-o-transition: .01s .71s;
	}

	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-active .info-list a,
	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-next .info-list a {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		visibility: visible;
		opacity: 1;
	}

	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-active .info-list a,
	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-next .info-list a {
		transition: .6s ease-out .71s;
		-webkit-transition: .6s ease-out .71s;
		-moz-transition: .6s ease-out .71s;
		-ms-transition: .6s ease-out .71s;
		-o-transition: .6s ease-out .71s;
	}

	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-active .info-list a:nth-child(2),
	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-next .info-list a:nth-child(2) {
		transition: .6s ease-out .8s;
		-webkit-transition: .6s ease-out .8s;
		-moz-transition: .6s ease-out .8s;
		-ms-transition: .6s ease-out .8s;
		-o-transition: .6s ease-out .8s;
	}

	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-active .info-list a:nth-child(3),
	.yc-news.swiper-slide-active .swiper-slide.swiper-slide-next .info-list a:nth-child(3) {
		transition: .6s ease-out .89s;
		-webkit-transition: .6s ease-out .89s;
		-moz-transition: .6s ease-out .89s;
		-ms-transition: .6s ease-out .89s;
		-o-transition: .6s ease-out .89s;
	}
}

.yc-news .info-list a b {
	padding: 30px 0 0 20px;
	color: #333;
	font-size: 16px;
	display: block;
	position: relative;
}

.yc-news .info-list a b:hover {
	color: #000;
}

.yc-news .info-list a b span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s .1s;
	-webkit-transition: .3s .1s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.yc-news .info-list a b i {
	position: absolute;
	top: 25px;
	right: 100%;
	line-height: 1.2;
	padding-right: 20px;
	text-align: right;
	font-family: Times;
	font-style: normal;
}

.yc-news .info-list a b i strong {
	color: #888;
	font-size: 28px;
	display: block;
	white-space: nowrap;
	font-weight: normal;
}

.yc-news .info-list a b i font {
	color: #888;
	font-size: 13px;
	display: block;
}

.yc-news .info-list a p {
	margin: 15px 0 30px 20px;
	color: #555;
	display: block;
	font-size: 0.875rem;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.yc-news .info-list a:first-child b {
	padding-top: 0px;
}

.yc-news .info-list a:first-child b i {
	top: -5px;
}

.yc-news .info-list a:hover b span,
.yc-news .info-list a:hover p {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}

.yc-news .info-ctrl .ctrl-box {
	position: absolute;
	color: #ffffff;
	color: #555555;
	line-height: 80px;
	font-size: 50px;
	cursor: pointer;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}

.yc-news .info-ctrl .ctrl-box:hover {
	color: #ffffff;
	color: #000;
}

.yc-news .info-ctrl .ctrl-left {
	right: 87%;
	top: 50%;
	margin-top: -38px;
}

.yc-news .info-ctrl .ctrl-right {
	left: 85%;
	top: 50%;
	margin-top: -38px;
}

@media (max-width:1200px) {
	.yc-news .yc-news-container {
		margin: 0 7.5%;
	}

	.yc-news .info-list {
		max-width: 295px;
	}

	.yc-news .info-center {
		height: 300px;
		margin-top: -150px;
	}

	.yc-news .info-ctrl .ctrl-box {
		display: none;
	}
}

@media (max-width:1024px) {
	.yc-news .info-list {
		max-width: 210px;
	}

	.yc-news .info-list a b {
		padding-top: 15px;
		padding-left: 15px;
	}

	.yc-news .info-list a b i {
		padding-right: 15px;
	}

	.yc-news .info-list a b i strong {
		font-size: 24px;
	}

	.yc-news .info-list a p {
		margin: 5px 5px 15px 15px;
	}
}

@media (max-width:767px) {
	.yc-news .yc-news-container {
		height: auto;
		margin: 0;
		padding-bottom: 30px;
	}

	.yc-news .info-cut {
		width: auto;
		height: auto;
	}

	.yc-news .swiper-slide {
		float: none;
		width: auto;
		padding-left: 60px;
	}

	.yc-news .info-list {
		max-width: 260px;
	}

	.yc-news .info-center {
		height: auto;
		position: relative;
		top: 0;
		margin-top: 0;
	}
}

@media (max-width:350px) {
	.yc-news .info-list {
		max-width: 210px;
	}
}

.swiper-slide .col-md-4 h2 {
	font-size: 1.0625rem;
	color: #fff;
	margin: 0.3125rem 0 0 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.swiper-slide.swiper-slide-active .col-md-4 h2 {
	opacity: 1;
	color: #111;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: .4s .6s;
	-moz-transition: .4s .6s;
	-ms-transition: .4s .6s;
	-o-transition: .4s .6s;
	-webkit-transition: .4s .6s;
}

.swiper-slide .col-md-4 h1 {
	font-size: 2.75rem;
	color: #267cc9;
	letter-spacing: -0.125rem;
	margin: 0.25rem 0 1rem 0;
	display: block;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-30px) scale(.9, .9);
	-moz-transform: translateY(-30px) scale(.9, .9);
	-ms-transform: translateY(-30px) scale(.9, .9);
	-o-transform: translateY(-30px) scale(.9, .9);
	-webkit-transform: translateY(-30px) scale(.9, .9);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
}

.swiper-slide.swiper-slide-active .col-md-4 h1 {
	opacity: 1;
	transform: translateY(0) scale(1, 1);
	-moz-transform: translateY(0) scale(1, 1);
	-ms-transform: translateY(0) scale(1, 1);
	-o-transform: translateY(0) scale(1, 1);
	-webkit-transform: translateY(0) scale(1, 1);
	transition: .4s .7s;
	-moz-transition: .4s .7s;
	-ms-transition: .4s .7s;
	-o-transition: .4s .7s;
	-webkit-transition: .4s .7s;
}

.swiper-slide .col-md-4 p {
	font-size: 1.0625rem;
	line-height: 1.625rem;
	color: #fff;
	opacity: 0;
	transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	-webkit-transform: translateX(30px);
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.swiper-slide.swiper-slide-active .col-md-4 p {
	color: #000;
	opacity: 1;
	margin-bottom: 10px;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.swiper-slide.swiper-slide-active .col-md-4 p:nth-child(3) {
	transition: .5s .71s;
	-moz-transition: .5s .71s;
	-ms-transition: .5s .71s;
	-o-transition: .5s .71s;
	-webkit-transition: .5s .71s;
}

.swiper-slide.swiper-slide-active .col-md-4 p:nth-child(4) {
	transition: .5s .81s;
	-moz-transition: .5s .81s;
	-ms-transition: .5s .81s;
	-o-transition: .5s .81s;
	-webkit-transition: .5s .81s;
}

.swiper-slide.swiper-slide-active .col-md-4 p:nth-child(5) {
	transition: .5s .91s;
	-moz-transition: .5s .91s;
	-ms-transition: .5s .91s;
	-o-transition: .5s .91s;
	-webkit-transition: .5s .91s;
}

.swiper-slide.swiper-slide-active .col-md-4 p:nth-child(6) {
	transition: .5s .99s;
	-moz-transition: .5s .99s;
	-ms-transition: .5s .99s;
	-o-transition: .5s .99s;
	-webkit-transition: .5s .99s;
}

.swiper-slide .col-md-4 p i {
	margin-right: 0.3125rem;
}

.contact-map {
	height: 25rem;
	opacity: 1;
	border: 4px solid #267cc9;
}

.BMap_cpyCtrl {
	display: none;
}

.anchorBL {
	display: none;
}

.yc-footer {
	background: #222222;
	position: relative;
	background-position: top center;
	background-size: cover;
	display: block;
	width: 100%;
	border: none;
	padding: 1.5625rem 2.5rem;
	color: #eeeeee;
	text-align: center;
}

.yc-inner-footer {
	background: #111;
	padding: 1.5625rem 6%;
	position: relative;
	width: 100%;
	font-size: 0.9375rem;
}

.yc-index-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0.9375rem;
	background: #111;
	padding: 0.625rem 6%;
	text-align: center;
}

.yc-gotop {
	position: fixed;
	bottom: 2.8125rem;
	right: 0.9375rem;
	width: 2.8125rem;
	height: 2.8125rem;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
	border-radius: 0.1875rem;
	outline: none;
	background: #333;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0.125rem 0 0.5rem rgba(0, 0, 0, .25);
}

.yc-gotop.active {
	visibility: visible;
	opacity: .85;
}

.yc-gotop.active:hover {
	opacity: 1;
	background: #267cc9;
}

.yc-gotop:before {
	display: inline-block;
	border-width: 0 0.5rem 0.8125rem 0.5rem;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #fff;
	content: '';
}

@media (max-width:767px) {
	.contact-map {
		height: 13.75rem;
	}
}

/*内页*/
.yc-head-bg {
	background: url(../img/inner-bg.jpg);
	background-position: center;
	background-size: cover;
	height: 21.875rem;
	width: 100%;
}

.yc-content-tit,
.yc-content-body {
	background: #fff;
	padding: 1.875rem;
}

.yc-content-tit {
	color: #333;
	padding-bottom: 0;
}

.yc-content-tit h1 {
	margin: 0;
	margin-bottom: 0.3125rem;
	font-size: 1.625rem;
	line-height: 1.5;
}

.yc-content-tit .info {
	padding-bottom: 1.25rem;
	border-bottom: 0.0625rem solid #f0f0f0;
	font-size: 1rem;
	line-height: 1.375rem;
}

.info span {
	padding-right: 0.9375rem;
}

.info span i {
	color: #267cc9;
}

.yc-content-body {
	color: #7F7F7F;
	line-height: 1.8;
}

.yc-content-body img {
	max-width: 100% !important;
	vertical-align: top;
}

.yc-right {
	padding: 1.25rem;
	background: #fff;
}

.yc-right-tit {
	background: #267cc9;
	color: #fff;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 0.625rem 1rem;
	border-radius: 0.3125rem 0.3125rem 0 0;
	margin-top: 0.9375rem;
}

.yc-right-tit:first-child {
	margin-top: 0;
}

.yc-right-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	border-radius: 0 0 0.3125rem 0.3125rem;
}

.yc-right-body .item {
	padding: 0.625rem 1rem;
	border-bottom: 0.0625rem solid #f0f0f0;
}

.yc-right-body .item:last-child {
	border-bottom: none;
}

.yc-right-body .item.news {
	font-size: 0.875rem;
}

.yc-right-body .item a {
	color: #333;
	line-height: 1.5rem;
	max-height: 3rem;
	display: block;
}

.yc-right-body .item a:hover {
	color: #267cc9;
}

.inner-nav {
	padding: 0.625rem 0;
	border-bottom: 0.0625rem solid #333;
	overflow: hidden;
}

.inner-nav ul {
	text-align: center;
	width: auto;
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.inner-nav .nav-item {
	display: inline-block;
}

.inner-nav .nav-item a {
	height: 3rem;
	line-height: 3rem;
	display: block;
	padding: 0 1.5625rem;
	margin: 0 5px;
}

.inner-nav .nav-item.cur a,
.inner-nav .nav-item a:hover {
	background: #267cc9;
	color: #fff;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}

.inner-nav .nav-item.cur a:hover {
	color: #fff;
}

.yc-news-list {
	padding: 1.25rem 0;
	position: relative;
}

.yc-news-item {
	padding: 0.625rem 0;
	border-bottom: 0.0625rem solid #f0f0f0;
}

.yc-news-item:first-child {
	padding-top: 0;
}

.yc-news-item a {
	display: block;
}

.yc-news-item h5 {
	line-height: 2.625rem;
	font-size: 1.375rem;
}

.yc-news-item p {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #999
}

.yc-news-item p.info {
	margin-bottom: 0.3125rem;
}

.yc-pagination {
	padding: 0.3125rem 0 1.25rem;
	text-align: center !important;
}

.yc-pagination .pagination {
	justify-content: center;
}

.yc-pagination .page-item.active .page-link {
	background-color: #267cc9;
	border-color: #267cc9;
}

.yc-foot-txt,
.yc-copyright {
	color: #eee;
}

.yc-flink li {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #eee;
}

.yc-flink li:first-child {
	padding: 0;
}

.yc-index-footer .yc-flink {
	margin-bottom: 0.625rem;
}

.yc-inner-footer a,
.yc-index-footer a {
	color: #fff;
}

.yc-foot-nav {
	text-align: right;
	margin-bottom: 1.25rem;
}

.yc-index-footer .yc-foot-nav {
	text-align: center;
	margin-bottom: 0.625rem;
}

.yc-foot-nav a:after {
	content: '/';
	color: #fff;
	opacity: .3;
	display: inline-block;
	margin: 0 5px 0 10px;
}

.yc-copyright {
	text-align: right;
}

.yc-index-footer .yc-copyright {
	text-align: center;
}

.yc-intro {
	padding: 1.25rem;
	background: #fff;
}

.yc-intro img {
	max-width: 100% !important;
	height: auto;
}

.yc-intro h2,
.yc-leader-container h2 {
	text-align: center;
	font-weight: bold;
	padding: .5rem 0 1.25rem;
}

.yc-leader-container h2 {
	padding-top: 1.25rem;
}

.gallery-imgs {
	padding: 1.875rem 1.875rem 0;
	background: #fff;
}

.gallery-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.gallery-container img {
	max-width: 100% !important;
	height: auto;
}

@media (max-width:768px) {
	.yc-header .yc-logo {
		left: .2rem;
		max-height: 3.75rem;
	}

	.yc-logo img {
		height: 2rem;
	}

	.yc-head-bg {
		height: 13.875rem;
		;
	}

	.yc-inner-footer {
		padding: 1.5625rem 1rem;
		font-size: 0.8125rem;
		text-align: center;
	}

	.yc-index-footer {
		padding: 0.375rem 1rem;
		font-size: 0.75rem;
	}

	.yc-flink {
		margin-bottom: 1.25rem;
	}

	.yc-index-footer .yc-flink,
	.yc-index-footer .yc-foot-nav {
		margin-bottom: 0.375rem;
	}

	.yc-copyright,
	.yc-foot-nav {
		text-align: center;
	}
}

.yc-gallery-list {
	margin-top: 1.875rem;
}

.yc-gallery-list .yc-gallery-item {
	padding: 0 .9375rem;
	margin-bottom: 1.875rem;
	position: relative;
}

.yc-gallery-tit {
	border: 1px solid #f1f1f1;
	padding-bottom: 20px;
	padding-top: 18px;
	padding-left: 25px;
	position: relative;
}

.yc-gallery-tit::before {
	background: #267cc9;
	content: '';
	height: 0%;
	right: 0px;
	bottom: 0px;
	position: absolute;
	transition: all .30s linear;
	width: 0.625rem;
}

.yc-gallery-tit::after {
	background: #267cc9;
	content: '';
	height: 0%;
	left: 0px;
	bottom: 0px;
	position: absolute;
	transition: all .30s linear;
	width: 0.625rem;
}

.yc-gallery-item:hover .yc-gallery-tit::before,
.yc-gallery-item:hover .yc-gallery-tit::after {
	height: 100%;
}

.yc-gallery-item .yc-gallery-img {
	overflow: hidden;
	position: relative;
}

.yc-gallery-item .yc-gallery-img img {
	width: 100%;
	height: 15rem;
}

.yc-gallery-item .yc-gallery-img::before {
	background: #267cc9;
	content: '';
	height: 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all .30s linear;
	width: 100%;
	z-index: 1;
	opacity: 0.9;
}

.yc-gallery-item .yc-gallery-img::after {
	background: #267cc9;
	content: '';
	height: 0%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	transition: all .30s linear;
	width: 100%;
	opacity: 0.9;
}

.yc-gallery-item:hover .single-product-image::before,
.yc-gallery-item:hover .single-product-image::after {
	height: 50%;
}

.yc-gallery-tit h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yc-gallery-item:hover .yc-gallery-tit h5 {
	color: #267cc9;
}

.yc-gallery-item .yc-gallery-hover-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	height: 52px;
	left: calc(50% - 108px);
	position: absolute;
	top: calc(50% - 68px);
	visibility: hidden;
	width: 13.4375rem;
	z-index: 9;
}

.yc-gallery-item:hover .yc-gallery-hover-item {
	animation: bounceIn 1.50s linear;
	visibility: visible;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li {
	display: inline-block;
	height: 3.25rem;
	line-height: 3.25rem;
	overflow: hidden;
	margin-right: -0.1875rem;
	position: relative;
	text-align: center;
	width: 100%;
	background: #fff;
	transition: background .30s linear;
}

.yc-gallery-item:hover .yc-gallery-hover-item-inner ul li:hover {
	background: #267cc9;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li a {
	color: #267cc9;
	transition: color .30s linear;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li a:hover {
	color: #fff;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li::before {
	background: #267cc9;
	content: '';
	height: 0%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li:hover::before {
	height: 100%;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li:first-child {
	border-top-left-radius: 1.875rem;
	border-bottom-left-radius: 1.875rem;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li:last-child {
	border-top-right-radius: 1.875rem;
	border-bottom-right-radius: 1.875rem;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li:last-child {
	margin-right: 0px;
}

.yc-gallery-item .yc-gallery-hover-item-inner ul li a {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1rem;
}

.yc-gallery-item .yc-gallery-img::before,
.yc-gallery-item .yc-gallery-hover-item-inner ul li::before {
	-webkit-transition: all .30s linear;
	-moz-transition: all .30s linear;
	transition: all .30s linear;
}

.yc-gallery-item:hover .yc-gallery-img::before,
.yc-gallery-item:hover .yc-gallery-img::after {
	height: 50%;
}

.yc-leader {
	margin-top: 1.875rem;
	position: relative;
}

.yc-leader-container {
	background: #fff;
	padding-bottom: 2.5rem;
	position: relative;
	height: auto
}

.yc-leader-item {
	padding: 0 1.25rem;
}

.yc-leader-item img {
	display: block;
	width: 13.1875rem;
	height: 13.1875rem;
	margin: 0 auto;
	border-radius: 100%;
}

.yc-leader-item h3 {
	text-align: center;
	font-size: 1.0625rem;
	color: #06202e;
	font-weight: bold;
	padding: 10px 0;
	margin: 0
}

.yc-leader-item h3 span {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	color: #7f878c;
}

.yc-leader-item p {
	font-size: 0.9375rem;
	color: #7f878c;
	line-height: 1.375rem;
	margin: 0
}

.yc-leader .swiper-button-next {
	right: 1.25rem;
}

.yc-leader .swiper-button-prev {
	left: 1.25rem;
}

.yc-culture,
.yc-manpower {
	margin-top: 1.875rem;
}

.yc-culture .yc-intro {
	background: #333;
	color: #eee;
}

@media (max-width: 1199px) {
	.swiper-slide .col-md-4 p {
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}
}

@media (max-width: 992px) {
	.yc-case h3 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.yc-case-container {
		margin-bottom: .5rem;
	}

	.yc-case h3 span {
		font-size: 1.25rem;
	}

	.swiper-slide .col-md-4 h1 {
		font-size: 1.875rem;
	}
}
