.Nordic-title {
			text-align: center;
			color: #6d6d6d;
			margin-top: 30px;
		}
		
		.title-big {
			font-weight: normal;
			font-size: 38px;
			margin: 20px 0 10px;
			color: #8e8e8e;
		}
		
		.title-big span {
			font-weight: 500;
			color: #6d6d6d;
		}
		
		.Nordic-cont {
			width: 100%;
			margin-top: 40px;
			display: flex;
            align-items: center;
		}
		.content1 a,.content2 a{
			position: relative;
			display: inline-block;
			margin-right: 60px;
		}
		.Nordic-world{
			display: inline-block;
			width: 30%;
			color: #6D6D6D;
		}
		.line{
			width: 60px;
			height: 5px;
			background-color: #000000;
			margin-bottom: -15px;
		}
		.capital{
			text-transform: uppercase;
		}
		.world{
			margin-top: 20px;
			line-height: 30px;
		}
		.price{
			position: absolute;
			right: 10px;
			bottom: 15px;
			background-color: rgba(225,225,225,0.8);
			padding: 10px;
			color: #3f3f3f;
			text-align: center;
			font-size: 22px;
		}
		.price:hover{
			color: #d70178;
		}
		.divider{
			margin: 5px 0;
			border-bottom: 1px #3f3f3f dashed;
		}
		.show{
			margin-top: 10px;
		}
		.show ul{
			margin-left: -8px;
		}
		.show li{
			float: left;
			margin-left: 8px;
			overflow: hidden;
		}
		.show li a,.show-left li a{
			display: inline-block;
			position: relative;
		}
		.show li a img,.show-left li a img{
			transition: all 0.5s; 
			-moz-transition: all 0.5s; /* Firefox 4 */ 
			-webkit-transition: all 0.5s; /* Safari 和 Chrome */
			-o-transition: all 0.5s; /* Opera */
		}
		.show li a img:hover,.show-left li a img:hover{
			transform: scale(1.1);
			-ms-transform: scale(1.1);  /* IE 9 */
			-moz-transform: scale(1.1);  /* Firefox */ 
			-webkit-transform: scale(1.1); /* Safari 和 Chrome */  
			-o-transform: scale(1.1);
		}
		.price-list{
			font-size: 16px;
			padding: 5px;
		}
		
		
		.Bright{
			display: inline-block;
			width: 15%;
			height: 516px;
			background-color: #b2875c;
			margin-left: -5px;
			text-align: center;
			color: #FFFFFF;
			padding: 10px;
			vertical-align: top;
		}
		.content2 a{
			margin-right: 0;
			vertical-align: top;
		}
		.price-right{
			right: 100px;
		}
		
		.distance{
			display: inline-block;
			height: 250px;
		}
		.introduce{
			line-height: 30px;
			text-align: left;
			margin-left: 20px;
		}
		.Enter{
			display: inline-block;
			margin-top: 30px;
			float: right;
			padding-right: 10px;
		}
		.capital-list{
			font-size: 22px;
			margin: 10px 0;
		}
		.show-left{
			display: inline-block;
			margin-left: 8px;
		}
		.price-cnter{
			right: 50%;
			margin-right: -74px;
		}
		.show-left ul{
			margin-top: -8px;
		}
		.show-left ul li{
			margin-top: 8px;
			overflow: hidden;
		}
		.distance-list{
			height: 50px;
		}