.footer_swt{
	display: none!important;
  }
  
#header {
	width: 100%;
	height: auto;
	position: fixed;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	font-size: 14px;
	transition: all ease .3s;
	z-index: 99;
}

#header2 { background:#FFF;}


.nobanner #header {
	background: rgba(33, 33, 33, 0.9);
}
#header .content {
	padding: 0 40px;
}
#header.mini {
	background: rgba(255,255,255,0.8);
	padding-top: 0px
}
#header.mini ul li.navitem {
	padding-bottom: 0;
}
#header #logo {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	margin-right: 50px
}
#header ul#nav {
}
#header ul li.navitem {
	padding: 0 20px 10px 20px;
	width: auto;
	height: 50px;
	line-height: 40px;
	float: left;
	position: relative;
	transition: all ease .3s
}
#header ul li.navitem:hover ul.subnav {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}
#header ul li.navitem a {
	color: #fff;
	transition: all ease-out .3s;
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
	color: #00C0FF
}
#header ul li.navitem ul.subnav {
	position: absolute;
	width: 210px;
	border-top: #00C0FF 3px solid;
	top: 58px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	visibility: hidden;
}
#header ul li.navitem ul.subnav li {
	border-bottom: #2e2f29 1px solid
}
#header ul li.navitem ul.subnav li a {
	padding: 14px 30px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	background: rgba(0,0,0,.7);
	display: block;
	color: #bbb9b9;
	font-size: 12px;
	transition: all ease-out .2s
}
#header ul li.navitem ul.subnav li a i {
	float: right;
	margin-top: 5px;
	transition: all ease-out .2s;
	opacity: 0
}
#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: rgba(0,0,0,1);
	color: #fff
}
#header ul li.navitem ul.subnav li a:hover i {
	opacity: 1
}


#sitecontent {
	height: auto;
	width:100% !important; overflow:hidden !important;
	
}
#indexPage #mslider {
	height: 700px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index:1;
}
#indexPage #mslider .bx-wrapper {
	position: fixed;
	width: 100%;
}
#indexPage #mslider ul li {
	width: 100%;
	height: 700px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
#indexPage #mslider ul li div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
#indexPage #mslider ul li p {
	color: #fff;
	text-align: center;
}
#indexPage #mslider ul li p.title {
	font-size: 60px;
	line-height: 70px;
	height: 70px;
	transition-delay: 0
}
#indexPage #mslider ul li p.subtitle {
	font-size: 16px;
	height: 20px;
	transition-delay: 0.2s
}
#indexPage #mslider ul li a {
	width: 100%;
	height: 100%;
	display: table;
}
#indexPage #mslider ul li a i {
	text-indent: 20px;
	font-size: 24px
}
#indexPage #mslider ul li p, #indexPage #mslider ul li a {
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	opacity: 0
}
#indexPage #mslider ul li.active p, #indexPage #mslider ul li.active a {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	opacity: 1
}
#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {
	background-color: rgba(255,255,255,.8);
}
#indexPage .module {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2
}
#indexPage .module:last-child {
	border: none
}
#indexPage .module .bgmask {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}
#indexPage .module.bgShow {
	background-attachment: fixed
}
#indexPage .module.bgShow .bgmask {
	display: block
}
#indexPage .module.bgShow .content {
	position: relative;
}
.bx-controls-direction .bx-next:hover, .bx-controls-direction .bx-prev:hover {
}





.lowB #header, .lowB #indexPage #mslider .bx-wrapper, .lowB .npagePage #banner div {
	position: relative
}
.lowB #indexPage .module.bgShow {
	background-attachment: scroll
}
.lowB #header {
	background: rgb(23, 28, 32)
}
.lowB .nobanner .npagePage {
	padding: 0
}
/*#footer {
	background: #000;
	width: 100%;
	position: relative;
	z-index: 1
}
#footer p {
	text-align: right;
	padding: 20px 60px;
	font-size: 12px;
	color: #8e8e8e;
	height: 20px;
	line-height: 20px
}
#footer a {
	display: inline-block;
	width: 47px;
	height: 20px;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 40px
}
#footer a img {
	float: none
}*/
#shares {
	height: 140px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99
}
#shares a {
	width: 30px;
	height: 30px;
	display: block;
	background: #8b8b8b;
	background-color: rgba(31,31,31,.6);
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#shares a i {
	margin-top: 7px
}
#shares a#sshare {
	cursor: default;
}
#shares a#sweibo {
	background-color: #ea493c
}
#shares a#sweixin {
	background-color: #24b727
}
#shares a#gotop {
	background-color: #666666;
	background-color: rgba(0,0,0,.6);
	margin-top: 20px;
	font-size: 22px
}
#shares a#gotop i {
	margin-top: 3px
}
.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.6);
	overflow-y: auto;
	z-index: 100;
	display: none
}
{
height:auto;
cursor:default;
}
#fixed_weixin .fixed-container {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
	width: 220px;
	height: auto;
	padding: 20px 20px 0 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -140px
}
#fixed_weixin .fixed-container div {
	height: 220px
}
#fixed_weixin .fixed-container p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000
}
#fixed_mp .fixed-container {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
	width: 258px;
	height: 298px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -129px;
	margin-top: -149px
}
#fixed_mp .fixed-container p {
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	color: #000
}
.hide, .popup {
	display: none;
}
.show {
	display: block;
}
#projectinfo .description a {
	padding: 10px 40px;
	color: #fff;
	background: #00c0ff;
	transition: all ease .3s
}
#projectinfo .description a:hover {
	background: #02b2ed
}
#online_open {
	width: 30px;
	height: 30px;
	background: #00d420;
	cursor: pointer;
	position: fixed;
	right: -40px;
	bottom: 160px;
	z-index: 99999;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#online_open i {
	margin-top: 6px
}
#online_lx {
	width: 180px;
	height: auto;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 9px rgba(4,0,0,.17);
	box-shadow: 0 5px 9px rgba(4,0,0,.17);
	position: fixed;
	right: 10px;
	bottom: 160px;
	z-index: 99999
}
#olx_head {
	padding: 20px;
	line-height: 16px;
	height: 16px;
	background: #00d420;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 14px
}
#olx_head i {
	font-size: 18px;
	color: #fff;
	cursor: pointer
}
#olx_qq li a {
	padding: 12px 28px;
	height: 18px;
	line-height: 18px;
	background: #f5f5f5;
	color: #353434;
	display: block;
	border-bottom: #fff 1px solid;
	transition: all ease-out .3s;
	font-size: 12px
}
#olx_qq li a i {
	transition: all 0.3s ease-out 0s;
	color: #5e5e5e;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 16px
}
#olx_qq li a:hover {
	color: #fff;
	background: #565656
}
#olx_qq li a:hover i {
	color: #00d420;
}
#olx_tel {
	padding: 20px 28px
}
#olx_tel div {
	color: #434343;
	line-height: 14px;
	height: 14px;
	margin-bottom: 10px
}
#olx_tel div i {
	font-size: 18px;
	margin-right: 20px;
	vertical-align: middle
}
#olx_tel p {
	line-height: 18px;
	font-family: HELVETICANEUELTPRO-THEX;
	font-size: 16px
}
#mslider li video {
	position: absolute;
}
#indexPage #mslider ul li div.mask {
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.netmask {
	display: block
}
.netmask div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px
}
.netmask.loading div i {
	display: block;
	background: url(http://www.1912china.com/images/loading.gif);
	width: 40px;
	height: 40px
}
.netmask div i:before {
	display: none;
	font-size: 40px;
	color: #fff;
}
.netmask.success div i:before {
	display: block
}
.sliderArrow {
	display: none;
	font-size: 0;
}
#page404 {
	padding-top: 200px
}
#page404 span {
	font-size: 150px;
	font-family: "HELVETICANEUELTPRO-THEX", Arial;
	color: #efefef;
}
#page404 div {
	margin-left: 320px;
	padding-left: 26px;
	border-left: #e9e9e9 1px solid;
	height: 70px;
}
#page404 div p.title {
	color: #787878;
	font-size: 36px;
	line-height: 36px
}
#page404 div p.subtitle {
	color: #787878;
	font-size: 14px;
	margin-top: 10px
}
#projectlist.masonry {
	margin: 0 auto;
}
#headSHBtn {
	display: none;
}
.postbody hr {
	height: 1px;
	border: none;
	border-top: 1px dotted rgb(211, 211, 211);
	margin-top: 20px;
	margin-bottom: 20px;
}
.navitem .fa-angle-down {
	color: transparent;
	font-size: 0;
}



#header .content {
	padding-left: 40px;
	padding-right: 80px;
}
#header ul#nav {
	float: right;
}
#header {
	display:none;
	border-bottom: 1px solid transparent;
	background: transparent;
}
#header.mini {
	display:block;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.lowB #header {
	background: #FFF;
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
	color: #00C0FF;
}
#indexPage a.more {
	color: #00C0FF;
	border-color: #ececec;
	font-family: "HELVETICANEUELTPRO-THEX", "΢���ź�";
}
#indexPage a.more:hover {
	color: #fff;
	border-color: #00C0FF;
	text-indent: 130px;
	background: #00C0FF
}
#indexPage #mpartner .slider_control a:hover {
	background-color: #00C0FF
}
#contactform p .inputsub {
	background-color: #00C0FF;
}
#contactform .inputtxt.active {
	border-color: #00C0FF;
}
#pages a.active, #pages a:hover {
	background: #00C0FF;
}
#newslist .newstitem:hover {
	background: #00C0FF
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: #00C0FF
}
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	border: #c94618 1px solid;
	background-color: #00C0FF;
}
#teampost #teamimage img {
	width: 0px;
	background: #131418;
	position: fixed;
}
.serviceitem:hover .title {
	color: #00C0FF;
}
#header ul li.navitem a {
	color: #999;
}
#header ul li.navitem ul.subnav li a {
	padding: 14px 30px;
	width: 110px;
	height: 20px;
	line-height: 20px;
	background: rgba(255, 255, 255, 1);
	display: block;
	font-size: 12px;
	transition: all 0.2s ease-out 0s;
	color: #999;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: #f4f4f4;
	color: #6c6c6c;
}
#header ul li.navitem ul.subnav {
	border-top: #00C0FF 3px solid;
	width: auto;
	border-radius: 2px;
}
#header ul li.navitem ul.subnav li {
	border-bottom: 1px solid #FFF;
}
.bx-wrapper .bx-controls-direction a {
	background: rgba(0, 0, 0, 0.2);
}
#plheader.header p.subtitle {
	color: #A7A7A7;
	width: 700px;
	margin: 30px auto 10px;
	font-size: 14px;
	line-height: 24px;
}
#indexPage #mproject {
	background-color: #fff;
}
#category a {
	line-height: 16px;
	height: 16px;
	padding: 8px 40px;
	color: #898989;
	border: 1px solid #fff;
	margin-right: 14px;
	display: inline-block;
	border-radius: 20px;
	transition: all 0.3s ease-out 0s;
}
#category a.active, #category a:hover {
	background: #fff;
	border-color: #DADADA;
	color: #00C0FF;
}
.nobanner #header {
	background: #fff;
}
.postbody a {
	color: #00C0FF;
}
#indexPage .module {
	background-size: auto;
}
#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {
	background-color: transparent;
}
#indexPage #mservice {
	background-color: #1C1D20;
	height: 600px;
}



/*--------------*/

.content .header {
	padding-top: 120px;
}
#indexPage #mteam .header img {
	float: left;
	display: block;
	margin: 80px 48px 80px 340px;
	border-radius: 120px;
	border: 1px solid rgba(255,255,255,0.1);
	transition: all 0.3s ease-out 0s;
}
#indexPage #mteam .header img:hover {
	border: 1px solid rgba(255,255,255,0.2);
}
#indexPage #mteam .header p.title {
	color: #f6ff00;
	font-size: 24px;
	text-align: left;
	margin: 98px auto auto;
}
#indexPage #mteam .header p.subtitle {
	font-size: 12px;
	color: #4B4B4B;
	text-align: left;
	margin: 0px auto;
}
#indexPage #mteam .description {
	color: #808080;
	overflow: hidden;
	text-align: left;
	line-height: 24px;
	height: 50px;
	font-size: 13px;
	margin: 0px auto;
	width: 490px;
}
#indexPage #mteam {
	height: 580px;
	background-color: #19191B;
}
#indexPage #mteam .slider_control a i {
	color: #666;
}
#indexPage #mteam .slider_control a:hover i {
	color: #00C0FF
}
#indexPage .module .bgmask {
	background-color: transparent;
}
#newslist .newsinfo .md {
	color: #00C0FF;
}
#indexPage a.more:hover i {
	text-indent: 18px;
	color: #fff;
}
#contactform p {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-top: 5px;
}
#contactform p .inputtxt {
	border: medium none;
	margin-bottom: 5px;
	background: transparent;
}
#contactform p .inputsub {
	background-color: #00C0FF;
	margin-top: 10px;
	padding: 8px 0px;
}
#contactinfo p {
	color: #717171;
}
#indexPage #mcontact {
	height: 680px;
	background-color: rgb(31, 31, 35);
}
#newslist .newsbody .title {
	height: 30px;
}
#newslist .newsbody .description {
	line-height: 20px;
	color: #A5A5A5;
}



/*--------------*/

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style: none;
}
.bx-viewport {
	-webkit-transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 3
}
.bx-wrapper .bx-loading {
	background: url(http://www.1912china.com/images/loading.gif) center center no-repeat transparent;
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 3px;
	margin: 0 5px;
	outline: 0;

	transition: all ease-out .3s; background:#FFF;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {

	background-color: #c94618;

}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
.bx-wrapper .bx-prev {
	left: 20px;
}
.bx-wrapper .bx-next {
	right: 20px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
/*	width: 40px;
	height: 40px;*/
	z-index: 2;
	background: rgba(0,0,0,.0);
/*	border-radius: 20px;*/
	transition: all ease-out .3s
}
.bx-wrapper .bx-controls-direction a i {
	color: #fff;
	font-size: 24px;
	margin-top: 8px;
	margin-left: 14px;
	transition: all ease-out .3s
}
.bx-wrapper .bx-controls-direction a.bx-next i {
	margin-left: 16px
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: #c94618;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}






