.case-banner {
	height: 484px;
	background: url(../images/case_banner_yyal.png) center center no-repeat;
}
.top-section {
	margin-bottom: 96px;
}
.device {
	position: relative;
	overflow: hidden;
}
.device .swiper-container {
	width: 1680px;
	margin-left: -200px;
	height: 298px;
	color: #fff;
	text-align: center;
}

.device .swiper-slide {
	height: 100%;
	/* opacity: 0.4; */
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	/*-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0); */
	border: 1px solid #e2e8f2;
	background-color: #ffffff;
}

.device .swiper-slide-visible {
	opacity: 0.5;
	/* -webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8); */
}

.device .swiper-slide-active {
	top: 0;
	opacity: 1;
	/* -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); */
	box-shadow: 0px 6px 18px 0px
			rgba(62, 108, 255, 0.1);
		border-radius: 4px;
		border: solid 1px #e2e8f2;
}



.device .pagination {
	position: absolute;
	z-index: 20;
	left: -170px;
	width: 100%;
	text-align: center;
	top: 20px;
}
.device .arrow-icon {
	position: absolute;
	display: block;
	width: 20px;
	height: 32px;
	left: 358px;
	top: 135px;
	z-index: 9;
	background: url(../images/case_left.png) no-repeat;
	background-size: 100% 100%;
}
.device .next-btn {
	left: initial;
	right: 262px;
	top: 135px;
	background: url(../images/case_right.png) no-repeat;
	background-size: 100% 100%;
}
.device .arrow-icon:hover{
	opacity: 1;
	background: url(../images/case_left_sel.png) no-repeat;
	background-size: 100% 100%;
}
.device .next-btn:hover{
	opacity: 1;
	background: url(../images/case_right_sel.png) no-repeat;
	background-size: 100% 100%;
}
.device .swiper-pagination-switch {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 8px;
	background: #aaa;
	margin-right: 8px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	position: relative;
	top: -50px;
}

.device .swiper-visible-switch {
	opacity: 1;
	top: 0;
	background: #aaa;
}

.device .swiper-active-switch {
	background: #3e6cff;
}

.swiper-slide .swiper-slide-top {
	height: 31px;
	background-color: #f4f8ff;
	line-height: 30px;
}
.swiper-slide .code-img-box {
	width: 154px;
	margin: 40px 0 0 32px;
}
.swiper-slide .code-img-box img {
	display: block;
	width: 100%;
}
.swiper-slide .example-info {
	width: 295px;
	margin-top: 40px;
	margin-right: 32px;
	text-align: left;
}
.example-info h2 {
	font-size: 18px;
	font-weight: bold;
	color: #071c3b;
}
.example-info .example-icon{
	display: inline-block;
	width: 72px;
	height: 24px;
	margin-left: 10px;
	background:url(../images/case_label1.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.example-info .example-icon.icon2{
	background:url(../images/case_label.png) no-repeat;
	background-size: 100% 100%;
}
.example-info  .dec {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #8590a6;
}
.case-box {
	position: relative;
}

.case-box-bg {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: -1;
	width: 1546px;
	margin-left: -773px;
	height: 552px;
	background: url(../images/case_bg.png) no-repeat center;
	background-size: 100%;
}
.case-show-title {
	margin-bottom: 30px;
}

.case-common-title {
	text-align: center;
}

.case-common-title i {
	display: inline-block;
	height: 4px;
	width: 36px;
	background: url(../images/icons.png);
	background-position: -172px 0;
}

.case-common-title h2 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #071c3b;
}

.case-detail {
	margin-top: 80px;
	padding-bottom: 43px;
}

.case-detail-cont {
	margin-top: 49px;
}

.case-detail-cont .detail-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #071c3b;
	margin-bottom: 23px;
}

.case-detail-cont .detail-cont {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #071c3b;
}

.case-img-show {
	margin-top: 42px;
}

.case-img-show ul li {
	display: block;
	float: left;
	width: 370px;
	height: 240px;
	border-radius: 4px;
	margin-right: 35px;
}

.case-img-show ul li:nth-child(3n) {
	margin-right: 0px;
}

.case-img-show ul li img {
	width: 100%;
	height: 100%;
}

.case-code-detail {
	position: relative;
}
.case-code-detail-bg {
	position: absolute;
	left: 50%;
	top: -20px;
	z-index: -1;
	width: 840px;
	height: 449px;
	margin-left: -420px;
	background: url(../images/case_bg3.png) no-repeat center; 
	background-size: 100%;
}
.case-code-detail .case-code-title {
	font-size: 20px;
	font-weight: bold;
	color: #071c3b;
	margin-bottom: 23px;
	margin-top: 37px;
}

.case-code-detail .case-code-cont {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #071c3b;
}

.case-code-show {
	padding-top: 64px;
	padding-bottom: 78px;
}

.case-code-show .case-code-left {
	float: left;
}

.case-code-show .case-code-left ul li {
	width: 240px;
	height: 144px;
	background-color: #f4f8ff;
	border-radius: 4px;
	margin-bottom: 21px;
	border: solid 1px #e2e8f2;
}

.case-code-show .case-code-left ul li:nth-child(3) {
	margin-bottom: 0px;
}

.case-code-show .case-code-left ul li img {
	width: 100%;
}

/* .case-code-show .case-code-left ul li:hover {
    background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px 
		rgba(143, 147, 158, 0.6);
	border: solid 2px #3e6cff;
} */
.case-code-show .case-code-right {
	float: right;
	width: 920px;
	height: 479px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e2e8f2;
}

.code-active {
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(143, 147, 158, 0.6);
	border: solid 2px #3e6cff;
}
.code-end {
	margin-top: 120px;
}
.code-end .code-end-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #071c3b;
}

.code-end-show {
	padding-top: 51px;
}

.code-end-show ul {
	padding-bottom: 123px;
}

.code-end-show ul li {
	float: left;
	width: 360px;
	height: 200px;
	margin-right: 57px;
	text-align: center;
	padding: 8px 26px 0 26px;
}

.code-end-show ul li:nth-child(3) {
	margin-right: 0px;
}

.code-end-show ul li p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #071c3b;
}
