body,
html,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
mark {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}
body,html{min-width:1170px !important;}
#fullpage {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#fullpage-slider {
	position: relative;
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
}

.slider-content {
	position: absolute;
	bottom: 0;
	width: 500px;
	height: 100px;
	padding: 30px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	left: 50%;
	margin-left: -250px;
	text-align: center;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.slider-content > h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top:12px;
}

.slider-content > p {
	
	color: #fff;
	font-size: 14px;
}

#fullpage-header {
	width: 100%;
	height: 115px;
	position: absolute;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	padding-top: 10px;
}

header {
	width: 1170px;
	height: 105px;
	margin: auto !important;
}

#header-logo {
	width: 180px;
	float: left;
	height: 105px;
	background: rgba(0, 0, 0, 0.3);
	margin-right: 1px;
	text-align: center;
}

.w990 {
	width: 989px;
	float: left;
}

.wfull-s {
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 50px;
	margin-bottom: 1px;
	position: relative;
}

.wfull {
	width: 100%;
}

.wfull strong {
	font-weight:700;
	
}

#header-title {
	width: 500px;
	float: left;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
}

#header-title h1 {
	font-size: 16px;
	color: #fff;
	letter-spacing: 4px;
}

#header-lang {
	width: 80px;
	float: right;
}

#header-lang a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	line-height: 35px;
	width: 40px;
	float: left;
}

nav > ul {
	margin-left: -5px;
}

nav > ul > li {
	float: left;
	display: inline-block;
	margin-right: 44px;
	height: 34px;
}

nav > ul > li:hover {
	background: rgba(1, 25, 48, 0.7);
}

nav > ul > li > a {
	color: #fff;
	line-height: 34px;
	font-size: 15px;
	padding: 0 5px;
}

nav > ul > li > a.selected {
	color:#47a6d6;
	height: 100%;
	display:block;
}

nav > ul > li:last-child {
	margin-right: 0;
}

.wfull-s > span {
	line-height: 35px;
	color: #47a6d6;
	font-size: 15px;
}

.list_carousel {
	background-color: #ccc;
	box-sizing: border-box;
	width: 100%;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	width: 100vw;
	min-width:1170px;
	height: 100vh;
	padding: 0;
	position: relative;
	display: block;
	float: left;
}

.list_carousel li > img {
	width: 100%;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.caroufredsel_wrapper{height:100vh !important;}

.clearfix {
	float: none;
	clear: both;
}

.fixed img {position:fixed; top:0; left:0;}

.prev {
	float: left;
	display: block!important;
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
	line-height: 60px!important;
	z-index: 9999;
}

.next {
	float: right;
	display: block!important;
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
	right: 0;
	line-height: 60px!important;
	z-index: 9999;
}

.next:hover {
	background: rgba(1, 25, 48, 0.7);
}

.prev:hover {
	background: rgba(1, 25, 48, 0.7);
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
	display: none !important;
}

.pager a {
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

.caroufredsel_wrapper {
	height: 100vh !important;
	width: 100% !important;
}

.det > ul {
	position: absolute;
	top: 0;
	z-index: 1;
}

.det > ul > li {
	float: left;
	display: inline-block;
	margin-right: 50px;
	height: 34px;
}

.det > ul > li:hover {
	background: rgba(1, 25, 48, 0.7);
}

.det > ul > li > a {
	color: #fff;
	line-height: 34px;
	font-size: 15px;
	padding: 0 5px;
}

.det > ul > li > a.selected {
    height: 100%;
    display: block;
	color:#47a6d6;
}

#pec-detail {
	
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image:url('/images/bb1.jpg');

	color: #fff;
}

#page-dec {
	
	width: 1170px;
	margin: auto;
}

#page-con {
	background: rgba(0, 0, 0, 0.7);
	padding: 30px;
	box-sizing: border-box;
	height: calc(100vh - 130px);
}

.properties {
	width: 1120px;
}

.properties:after {
	clear: both;
	display: table;
	content: "";
}

.wfull:after {
	clear: both;
	display: table;
	content: "";
}

#page-con:after {
	clear: both;
	display: table;
	content: "";
}

.properties > li {
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 15px;
}

.properties > li > h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.properties > li > ul {
	list-style: disc;
	padding-left: 15px;
}

.properties > li > ul > li {
	margin-bottom: 10px;
}

.w740 {
	width: 740px;
	float: left;
	margin-right: 30px;
}

.w340 {
	width: 334px;
	float: left;
	padding-top: 35px;
}

.w740-t {
	width: 740px;
	height: 35px;
	line-height: 35px;
	border-bottom: 5px solid #fff;
	margin-bottom: 20px;
}

.trr {
	text-align: right;
}

.trr h2 {
	font-size: 18px;
	font-weight: bold;
}

.trr li {
	margin-bottom: 20px;
	line-height: 22px;
}

.trr li a {
	color: #fff;
}

.trr li a:hover {
	color: #47a6d6;
}

.trr li span {
	width: 230px;
}

.bot-sos {
	width: 200px;
	float: left;
}

.bot-sos a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.bot-sos a > img {
	width: 100%;
}

.bot-link {
	float: right;
}

.bot-link a {
	color: #fff;
}

.mt50 {
	margin-top: 50px;
}

.kat-plan {
	width: 530px;
	float: left;
	margin-right: 30px;
}

.kat-plan:last-child {
	margin-right: 0 !important;
}

.kat-plan-title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 5px solid #fff;
	margin-bottom: 30px;
}

.kat-plan img {
	width: 100%;
}
.rere{position: absolute;
    z-index: 9999;
    height: 100px;
    width: 100%;
    top: 105px;
}
.m-main{width:1170px; margin:auto; height:calc(100vh - 130px); color:#fff;line-height:20px;margin-top:10px; overflow:hidden;}
#page-con{overflow-y:scroll;}
#page-con::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.3)
}

#page-con::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#page-con::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

