.yw {
	width: 100%;
	height: auto;
	background: url(../img/ywdetails/bg-1.png) no-repeat 0 0;
	background-size: 100% 100%;
	padding-top: 58px;
	text-align: center;
}

.yw>h3 {
	line-height: 125px;
	width: 100%;
	color: #fff;
	font-size: 64px;
	text-align: center;
	font-weight: normal;
}

.yw>p {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	height: 78px;
	line-height: 78px;
	color: #54d5f2;
	padding: 0 32px;
	border-top: 1px solid #54d5f2;
	font-size: 28px;
}

.yw>ul {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.yw>ul>li {
	width: 100%;
	height: auto;
	min-height: 350px;
	border-bottom: 1px solid #d6a560;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.yw>ul>li>div {
	width: 785px;
	height: auto;
	padding-top: 30px;
}

.yw>ul>li>div>h3 {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #4aafd9;
	position: relative;
	text-align: left;
	font-weight: normal;
	float: left;
	display: inline-block;
}

.yw>ul>li>div>h3:after {
	content: '';
	width: 3.6vw;
	height: 2px;
	background: #4aafd9;
	position: absolute;
	bottom: -25%;
	left: 0;
	right: 0;
	margin: auto;
}

.yw>ul>li>div>h4 {
	clear: both;
	color: #d6a560;
	font-size: 44px;
	line-height: 80px;
	text-align: left;
	font-weight: normal;
}

.yw>ul>li>div>p {
	width: 100%;
	line-height: 34px;
	color: #d6d4d7;
	font-size: 17px;
	text-align: left;
}

.yw>ul>li>img {
	width: 366px;
	height: auto;
	border-radius: 5px;
}

.yw>ul>li:nth-last-child(1) {
	border: 0;
}

.yw>ol {
	width: 100%;
	padding:0 19vw;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	z-index: 79;
	background:#051634;
}

.yw>ol>a {
	width: auto;
	height: auto;
}

.yw>ol>a>li {
	height: auto;
	width: auto;
}

.yw>ol>a>li>img {
	width: 3.2vw;
	height: auto;
	margin: 0 auto;
}

.yw>ol>a>li>span {
	display: block;
	width: 3.2vw;
	margin: 0.52vw auto 0;
	height: 1px;
	background: #d9a460;
}

.yw>ol>a>li>p {
	width: auto;
	text-align: center;
	color: #4bc0ca;
	font-size: 16px;
	line-height: 2vw;
}

.yw>ol>a>li>h4 {
	width: auto;
	text-align: center;
	color: #d9a460;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	position: relative;
	padding-bottom:6px;
}

.yw>ol>a>li:hover>h4>div {
	display: block;
}

.yw>ol>a>li>h4>div {
	position: absolute;
	left: 0;
	top: 26px;
	width: 100%;
	height: auto;
	z-index: 99;
	display: none;
	background:#051634;
}

.yw>ol>a>li>h4>div>p {
	width: 100%;
	line-height: 28px;
	font-size: 16px;
	color: #d4d6d9;
}

.yw>ol>a>li>h4>div>p:hover {
	color: #d9a460;
}

@media only screen and (min-width: 1000px) and (max-width: 1680px) {
	.yw>ol{
		top:0;
	}
	.yw>ol>a>li>p{
		font-size:14px;
		line-height:2vw;
	}
	.yw>ol>a>li>h4{
		font-size:15px;
		line-height:15px;
	}
	.yw>ol>a>li>h4>div>p{
		font-size:13px;
	}
}


@media only screen and (max-width: 1000px) {
	.yw>ol{
		padding: 0;
		top:0;
	}
	.yw>ol>a>li>p{
		font-size:14px;
		line-height:2vw;
	}
	.yw>ol>a>li>h4{
		font-size:15px;
		line-height:15px;
	}
	.yw>ol>a>li>h4>div>p{
		font-size:13px;
	}
	
	.yw>ol>a>li>h4>div{
		top:21px;
	}
	.yw>ul {
		width: 100%;
	}

	.yw>ul>li {
		display: block;
	}

	.yw>ul>li>div {
		width: 100%;
	}

	.yw>ul>li>div>h3,
	.yw>ul>li>div>h4,
	.yw>ul>li>div>p {
		text-align: center;
	}

	.yw>ul>li>div>h3:after {
		content: '';
		left: calc(50% - 4%);
	}

	.yw>ul>li>img {
		width: 50%;
		margin: 20px auto;
	}
}

@media only screen and (max-width: 860px){
	.yw>ol{
		padding: 0;
	}
	.yw>ol>a>li>p{
		font-size:12px;
		line-height:2vw;
	}
	.yw>ol>a>li>h4{
		font-size:12px;
		line-height:12px;
	}
	.yw>ol>a>li>h4>div>p{
		font-size:12px;
	}
}