body{
	min-width: 1650px;
	margin: 0;
	background-color: transparent;
	position:relative;
	    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

#id_iframe{
	width: 100%; 
	height: 85px; 
	overflow-x: auto; 
	overflow-y: hidden;
	min-width: 1400px;
	/* position: fixed; */
    top: 0px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.2);
    z-index: 2000;
}

#foot_id{
	width: 100%; 
	height: 220px; 
	overflow-x: auto; 
	overflow-y: hidden;
    border-width: 0px;
    margin-bottom: -5px;
}

.carousel-inner.carousel-height{
	background-image:url(../images/mgmt.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
    -moz-background-size:100% 100%;
	-webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%; 
	height:600px;
	z-index:100;
}
.layers{
	width: 100%;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    top:85px;
	background-color: rgba(102,102,102,0.3);
	z-index:99;
}
#titleId{
	width:auto;
	height:100px;
	/* margin-top: 6%; */
}
#titleId div{
	top:10%;
	text-align:center;
}
.altitude{
	height:50px;
	width: 100%;
	background-color: #f5f5f5; 
}

/*layer-logo*/#layer-logo a.button_btndefault-link {
	position: absolute;
	background-color: rgb(35,145,235);
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-moz-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	border: 1px solid rgba(0, 87, 0, 0);
}

#layer-logo{
	left: 26%; 
	top: 25%; 
	position: absolute; 
	z-index: 104; 
	width: 300px;
    height: 200px;
    min-width:300px;
}

#layer-logo .wp-buttons_content{
	padding: 0px;
	border: 0px solid transparent;
	overflow: hidden;
	width: 300px;
	height: 200px;
}

#layer-logo .wp-buttons_content a{
	left:0px;
	top:0px;
	height:200px;
	line-height:15px;
}
#layer-logo .wp-buttons_content a{
	 text-decoration: none;
}
#layer-logo .wp-buttons_content a #wp-media-image_layer-image{
 	width: 108px;
 	height: auto;
 	display: inline;
}


#layer-logo a.button_btndefault-link:hover {
	background-color: rgb(99,183,250);
	border-color: rgb(99,183,250);
	-moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
}

#layer-logo a span.button_btndefault-label {
	color: rgb(255,255,255);
	font-weight: bold;
	-moz-transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	white-space: nowrap;
}

#layer-logo a:hover span.button_btndefault-label {
	color: rgb(255,255,255);
	-moz-transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

#layer-logo a.btnarea {
	background-image:url(../images/blue.png);
}

#layer-logo a.btnarea:hover {
	background-color: rgba(99,183,250,1);
	background-image: none;
}


/* #layer-logo a.btnarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 */
#layer-logo a.btnarea {
	border-color: transparent;
}

#layer-logo a.btnarea:hover {
	border-color: transparent;
}

/* #layer-logo a.btnarea {
	width: 100%;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}  */
/*layer-logo*//*layer-title*/#layer-title a.button_btndefault-link {
	position: absolute;
	/* background-color: rgb(0,181,89); */
	background-image:url(../images/green.png);
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-moz-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	box-shadow: rgba(0,0,0,0.6) 1px 1px 4px 0px;
	border: 0px solid rgb(255,87,0);
}
.layerTitle a{
	left:0px;
	top:0px;
	height:200px;
	line-height:15px;
	text-decoration: none;
}
.layerTitle{
	left: 49%;
    top: 25%;
    width: 300px;
    height: 200px;
    position: absolute;
    z-index: 124;
    min-width: 300px;
}

.layerTitle .wp-title_content{
    padding: 0px;
    border: 0px solid transparent; 
    border-image-source: none; 
    width: 300px;
    height: 200px;
}

.layerTitle .wp-title_content div{
	text-align: center;
}
	
.layerTitle .wp-title_content div span a span{
	color: rgb(255, 255, 255);
	letter-spacing: 0px; 
	font-size: 24px; 
	font-family: SimHei;
}

#layer-title a.button_btndefault-link:hover {
	background-color: rgb(20,215,116);
	border-color: rgb(20,215,116);
	-moz-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-webkit-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	-o-transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
	transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;
}

 #layer-title a.button_btndefault-label {
	color: rgb(255,255,255);
	font-weight: bold;
	-moz-transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	white-space: nowrap;
}

#layer-title a:hover{
	color: rgb(255,255,255);
	-moz-transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

#layer-title a {
	background-color: rgba(0,181,89,1);
}

#layer-title a:hover {
	background-color: rgba(0,181,89,1);
	background-image: none;
}


#layer-title a {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#layer-title a {
	border-color: transparent;
}

#layer-title a:hover {
	border-color: transparent;
}

#layer-title a {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.btn-ftop {
	z-index: 99999999;
	background: #1e8bc3;
	color: #fff;
	border-radius: 4px
}
.met-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px
}
.btn-icon, .btn.icon {
	padding: 10px;
	line-height: 1em
}
.btn-squared {
	border-radius: 0
}
.btn {
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.57142857;
	border-radius: 3px;
	-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	-o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	-webkit-font-smoothing: subpixel-antialiased
}
.hide {
	display: none !important
}
.btn {
	display: inline-block;
	padding: 6px 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.57142857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button, select {
	text-transform: none
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
.btn-icon .icon {
	margin: -1px 0 0
}
.btn .icon {
	width: 1em;
	margin: -1px 3px 0;
	line-height: inherit;
	text-align: center
}
[class*=" wb-"], [class^=wb-] {
position:relative;
display:inline-block;
font-family:'Web Icons';
font-style:normal;
font-weight:400;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0);
text-rendering:auto;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}

.font{
	font-size:20px;
	color:#fff; 
	/* font-weight:600; */
	margin-top: 18px;
}

.img_lazy_load.paragraph_image{
	height: 86px;
}