@charset "utf-8";
/* CSS Document */
.section-two {
	width: 100%;
	margin: 0 auto;
padding:20px 0px 20px 0;
}
 .container {
    width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.quick-nav {
	width: 100%;
	overflow: visible;
	position: relative;
}
.quick-title {
	float: left;
	width: 70px;
	height: 200px;
	background: #00695a;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0;
}

.quick-title h2 {
	width: 30px;
	padding-top: 28px;
	line-height: 26px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.quick-title h2 a {
	font-size: 24px;
	color: #fff;
}

.quick-title h2 a:hover {
	color: #f39800 !important;
}

.quick-title:before {
	position: absolute;
	content: '';
	clear: both;
	right: -6px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 6px solid #00695a;
	border-right: 6px solid transparent;
}
.quick-title:after {
	position: absolute;
	content: '';
	clear: both;
	right: -6px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 6px solid #00695a;
	border-right: 6px solid transparent;
}
.quick-con {
	margin-left: 80px;
	position: relative;
	padding-right: 51px;
}
.quick-roll {
	max-width: 100%;
	height: 190px;
	overflow: hidden;
}

.quick-roll .hd {
	width: 44px;
	position: absolute;
	
	right: 0;
	z-index: 100;
}
.quick-roll .hd .quick-btn {
	background: #fff;
	color: #dddddd;
	width: 44px;
	height: 60px;
	padding-top: 30px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.quick-roll .hd .quick-btn i {
	width: 17px;
	height: 29px;
	display: block;
	margin-left: 13px;
}
.quick-roll .hd .prev i {
	background: url(../images/zy/prev.jpg) no-repeat;
}

.quick-roll .hd .next i {
	background: url(../images/zy/next.jpg) no-repeat;
}

.quick-roll .hd .quick-btn:hover {
	background: #00695a;
}

.quick-list {
  animation: scroll 50s linear infinite forwards;
}

.quick-list:hover {
  animation-play-state: paused;
}

.quick-list li {
	width: 195px;
	float: left;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	margin: 12px 10px;
}

.quick-list li span{
	font-size:16px;
}

.quick-list li a {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 100%;
	padding: 30px 0;
	background: #fff;
margin-top:-30px;
}

.quick-list li a img {
	display: block;
	width: 37px;
	height: 37px;
	transition: all 0.5s ease-in-out;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}

.quick-list li a i.icon-zy1 {
	background-image: url(zy01.jpg);
}
.quick-list li a:hover img {
	transform: rotateY(180deg);
}

.quick-list li a img {
	display:inline;
	height: 140px;
	width:140px;
}

@media screen and (max-width:1200px) {
	.scenery-pic {
		height: auto;
	}

	.quick-title {
		width: 56px;
	}

	.quick-title h2 {
		padding-top: 55px;
		line-height: 20px;
	}

	.quick-title h2 a {
		font-size: 18px;
	}

	.quick-con {
		margin-left: 68px;
	}

	.quick-con .quick-list li {
		width: 140px !important;
	}
}

@keyframes scroll {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-1055px);
  }
}