body {
	font: 12px/1.5 "微软雅黑", Arial;
}
.wrapper {
	position: relative;
	top: 0;
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
	overflow: hidden;
}
.panel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.panel._active {
	z-index: 10;
}
.trans-layer, .section-cb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.trans-layer {
	background: #0066c5;
	transform: translateY(-100%) skew(0) rotate(0) scale(2);
	border-radius: 50%;
	transition: all 500ms ease-in-out;
	transition-delay: 500ms;
}
._active .trans-layer {
	transform: translateY(0) skew(0) rotate(0) scale(2);
	transition-delay: 0ms;
}
.section-cb {
	transform: translateY(100%);
	transition: all 500ms ease-in-out;
	transition-delay: 0ms;
	background: #ffffff;
}
._active .section-cb {
	transform: translateY(0);
	transition-delay: 500ms;
}
.section-content {
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(30px);
	transition: all 500ms ease;
	transition-delay: 0s;
	overflow: hidden;
}
._active .section-content {
	opacity: 1;
	transform: translateY(0px);
}
.panel3_bg {
	width: 100%;
	height: 100%;
}
.panel3_bg ul {
	width: 100%;
	height: 100%;
}
.panel3_bg li {
	width: 25%;
	height: 100%;
	float: left;
	display: block;
	position: relative;
}
.panel3_bg_1 {
	background-image: url(/img/sycp01.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 10s;
}
.panel3_bg_2 {
	background-image: url(/img/sycp02.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 10s;
}
.panel3_bg_3 {
	background-image: url(/img/sycp03.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 10s;
}
/* focusBar */
#focusBar {
	width: 100%;
	height: 100%;
	clear: both;
	position: relative;
	background: #242424;
	overflow: hidden;
}
#focusBar li {
	width: 100%;
	clear: both;
	height: 100%;
	display: none;
	position: absolute;/* position:relative;*/
}
#focusBar .focusL {
	height: 100%;
	width: 33%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: -100%;
	transition: all 1s 0.5s
}
#focusBar .focusM {
	height: 100%;
	width: 33%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 100%;
	transition: all 1s 0.5s
}
#focusBar .focusR {
	height: 100%;
	width: 33%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: -100%;
	transition: all 1s 0.5s
}
#focusBar .focusN {
	height: 100%;
	width: 33%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 100%;
	transition: all 1s 0.5s
}
._active .focusL {
	margin-top: 0px !important;
}
._active .focusM {
	margin-top: 0px !important;
}
._active .focusR {
	margin-top: 0px !important;
}
.focusL .panel3_text {
	background: rgba(83,163,85,0.5);
}
.focusM .panel3_text {
	background:rgba(83,163,85,0.5);
}
.focusR .panel3_text {
	background:rgba(83,163,85,0.5);
}
a.arrL, a.arrR {
	display: block;
	width: 52px;
	height: 134px;
	position: absolute;
	top: 50%;
	margin-top: -67px;
	z-index: 99;
	cursor: pointer;
	background: url(/img/bt_arr.png) no-repeat;
}
a.arrL {
	left: -52px;
	background-position: 0px 0px;
}
a.arrR {
	right: -52px;
	background-position: -68px 0px;
}
a.arrL:hover {
	background-position: 0px -144px;
}
a.arrR:hover {
	background-position: -68px -144px;
}
.panel3_text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:60%;
	z-index: 2;
	opacity: 1;
	transition: all 1s;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: bottom right
}
.panel3_text_icon {
	width: 100%;
	margin: 30px auto 0px;
	text-align: center;
	transition: all 1s;
}
.panel3_text_icon img{
float:left;
 left:30%;
 position:absolute;
}

.panel3_text_icon h4 {
	font-family: Arial;
	font-size: 18px;
	font-weight: 500;
	color: #e60012;
	margin: 0px;
	padding: 0px;
}
.panel3_text_list {
	margin: 10px auto;
	overflow: hidden;
	transition: all 1s;
}
.panel3_text_list p {
	width: 80%;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 30px;
 margin:0px auto;
 color:#fff;
}
.panel3_text_list:before {
	content: "";
	width: 40px;
	height: 40px;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	border: 2px solid #a4a4a4;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: 12%;
	z-index: 4;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.3s;
}
.panel3_text_list:after {
	content: "...";
	width: 40px;
	height: 45px;
	color: #a4a4a4;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 12.5%;
	z-index: 5;
}
.panel3_info {
	width: 100%;
	height: 75%;
	background: rgba(83,163,85,0.8);
	position: absolute;
	left: 0;
	bottom: -30%;
	z-index: 3;
	opacity: 0;
	transition: all 1s;
	display: block;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
 padding-top:30px;

}
.panel3_info .btn_mo{
width:80%;
 margin:0px auto;
text-align:center;
 overflow:hidden;
}
.panel3_info p{
width:80%;
 margin:0px auto;
 text-algin:center;
 line-height:22px;
 font-size:14px;
 padding-top:20px;
}
.panel3_info a{
 padding: 5px 15px;
 border-radius: 5px;
 border: 1px solid rgba(255,255,255,0.5);
 color: #fff;
 font-size: 14px;
 display: table;
 margin: 10px auto;
 text-align: center;
 width:130px;
}
.panel3_info a:hover{
background:#fff;
 color:#319a47;
}
.panel3_info img {
	margin-top: 100%;
	max-width: 90%;
	height: auto;
	opacity: 0;
	transition: all 1s;
}
.panel3_info h2 {
	font-family: "微软雅黑";
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	font-size: 24px;
 margin-top:0px;
}
.panel3_info h4 {
	font-family: Arial;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
/*
.panel3_info:before {
	content: "";
	width: 40px;
	height: 40px;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	background: #ffffff;
	border: 2px solid #f70112;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	top: -22px;
	z-index: 4;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.3s;
}*/
.panel3_info:hover {
	text-decoration: none
}
.panel3_info:hover:before {
	border: 2px solid #ffffff;
	background: #f70112;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.panel3_info:hover:after {
	color: #fff;
}
/*
.panel3_info:after {
	content: "...";
	width: 40px;
	height: 40px;
	color: #cccccc;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -20px;
	z-index: 5;
}*/
.cur .panel3_text {
	opacity: 0;
	top: 100%;
	transition-delay: 0.2s;
}
.cur .panel3_bg {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.cur .panel3_text_icon {
	opacity: 0;
	margin: 0 auto;
}
.cur .panel3_text_list {
	opacity: 0;
	margin: 0px auto;
}
.cur .panel3_info {
	opacity: 1;
	bottom: 0;
}
.cur .panel3_info img {
	opacity: 1;
	margin-top: 15%;
	transition-delay: 0.2s;
}
