.loading {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.loading:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: ' ';
	width: 100px;
	height: 80px;
	margin: -25px 0 0 -1px;

	background: url(../image/loading.gif) center no-repeat;
}

.ie8 .loading:before,
.ie9 .loading:before {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(../image/loading.gif) center no-repeat;
}

@-webkit-keyframes loader-figure {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: .8; }
  70% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: .8; } }

@keyframes loader-figure {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: .8; }
  70% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: .8; } }
.head_container {
	height: 80px;
}

.head_container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 126px;
	opacity: 1;
	-webkit-transition: background .3s, -webkit-transform .3s, opacity .3s;
	transition: background .3s, transform .3s, opacity .3s;
}

.head_container .logo {
	width: 126px;
	height: 100%;
	margin-left: 42px;
}

.head_container .logo a {
	display: block;
	height: 100%;
	background: url(../image/logo_black.png) center no-repeat;
}

.head_container nav {
	position: absolute;
	top: 55px;
	right: 0;
}

.head_container nav .line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	text-align: center;
}

.head_container nav .line i {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background: none;
	-webkit-transition: .3s width, .3s background;
	transition: .3s width, .3s background;
}

.head_container nav a {
	position: relative;
	float: left;
	margin-right: 50px;
	line-height: 34px;
	color: #a7a7a6;
	letter-spacing: .1em;
	font-size: 18px;
}

.head_container nav a:hover .line i {
	width: 92%;
	background-color: #f50f40;
}

.head_container nav .active,
.head_container nav .active:hover {
	color: #383838;
}

.head_container nav .active .line i,
.head_container nav .active:hover .line i {
	width: 92%;
	background-color: #f50f40;
}

.head_logo_white .logo a {
	background-image: url(../image/logo_white.png);
}

.head_logo_white nav .active,
.head_logo_white nav .active:hover {
	color: #fff;
}

.head_container_white {
	height: 88px;
	/* background-color: #f2f2f2; */
}

.head_container_white .logo a {
	background-image: url(../image/logo_black.png);
}

.head_container_white nav {
	top: 40px;
}

.head_container_white nav .active,
.head_container_white nav .active:hover {
	color: #383838;
}

.head_container_hide {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	opacity: 0;
}

.foot_container {
	height: 400px;
	background: #1a1a1a;
}

.foot_container .logo,
.foot_container .crp,
.foot_container .share,
.foot_container .contact {
	position: absolute;
}

.foot_container .logo {
	top: 18.2%;
	left: 0;
	width: 126px;
	height: 126px;
}

.foot_container .logo a {
	display: block;
	height: 100%;
	background: url(../image/logo_white.png) center no-repeat;
}

.foot_container .crp {
	bottom: 16.5%;
	left: 0;
	letter-spacing: .1em;
}

.foot_container .crp p,
.foot_container .crp a {
	font-size: 12px;
	line-height: 1;
	color: #dcdddd;
}

.foot_container .share {
	bottom: 15%;
	right: 0;
}

.foot_container .share a {
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 28px;
	text-indent: -9999px;
	background: url(../image/icon_foot_share.png) 0px 0px no-repeat;
	-webkit-transition: none;
	transition: none;
}

.foot_container .share .wx {
	background-position: -58px 0px;
}

.foot_container .share .be {
	background-position: -115px 0px;
}

.foot_container .share .q {
	background-position: -174px 0px;
}

.foot_container .share .o {
	background-position: -226px 0px;
}

.foot_container .share a:hover {
	background-position-y: -35px;
}

.foot_container .contact {
	top: 24.5%;
	right: 0;
}

.foot_container .contact p,
.foot_container .contact a {
	line-height: 1.5;
	font-size: 14px;
	color: #dcdddd;
	text-align: right;
	letter-spacing: .1em;
}

.foot_container .contact a:hover {
	text-decoration: underline;
}

.foot_container .contact li {
	position: relative;
	float: left;
	padding: 60px 0 0 90px;
}

.foot_container .contact li:before {
	position: absolute;
	top: 0;
	right: 0;
	content: ' ';
	width: 42px;
	height: 42px;
	background: url(../image/icon_foot_tel.png) no-repeat;
}

.foot_container .contact .email:before {
	background-image: url(../image/icon_foot_email.png);
}

.foot_container .contact .adr:before {
	background-image: url(../image/icon_foot_adr.png);
}

.wrap {
	position: relative;
	margin: 0 8%;
	max-width: 1800px;
	height: 100%;
}

.color_block {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250vw;
	height: 250vw;
	margin-top: -125vw;
	margin-left: -125vw;
	background: #2a2b2f;
	opacity: 0;
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: 1.2s -webkit-transform ease-out, .6s opacity;
	transition: 1.2s transform ease-out, .6s opacity;
	-webkit-transform: scale(0.01);
	-ms-transform: scale(0.01);
	transform: scale(0.01);
}

.color_block_active {
	z-index: 100;
	opacity: 1;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}


.indpro{
	margin-top: 30px;
	margin-bottom: 40px;
}


.indpro .latest {
	font-size: 15px;
	line-height: 15px;
	color: #000;
	position: relative;
	font-family: 'HKGroteskBold';
	letter-spacing: 1px;
}

.indpro .latest:before {
	content: '';
	border-radius: 50%;
	width: 3px;
	height: 3px;
	background: #e5192a;
	left: -15px;
	position: absolute;
	top: 7px;
}

.indpro .subject {
    color: #000;
    margin: 20px 0 80px 0;
}

.indpro .subject span {
    font-size: 50px;
    line-height: 50px;
    font-family: 'HKGroteskBold';
    margin: -6px 8px 0 -5px;
    display: inline-block;
    vertical-align: top;
}

.indpro .subject font {
    font-size: 45px;
    line-height: 45px;
}
.fixnav{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}	



#newBridge {
    font-family: Arial,Helvetica,"Microsoft YaHei",sans-serif;
    position: fixed;
    z-index: 2147483647;
    color: #000;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
}
#newBridge .nb-hide {
    display: none;
}
#newBridge .nb-nodeboard-right-bottom {
    right: 1px;
    bottom: 1px;
    top: auto;
    left: auto;
}
#newBridge .nb-nodeboard-position-base {
    position: fixed;
    _position: absolute;
}
#newBridge .nb-nodeboard-base {
    height: auto;
    width: 240px;
    border-radius: 3px;
    z-index: 3;
}
#newBridge ins {
    display: block;
    text-decoration: none;
}
#newBridge .icon-right-center {
    right: 2px;
    top: 50%;
    left: auto;
    bottom: auto;
    margin: -25px 0 0 0;
}
#newBridge .nb-icon-base {
    position: fixed;
    _position: absolute;
    cursor: pointer;
    border-radius: 5px;
}
#newBridge .nb-icon-skin-1 .nb-icon-inner-wrap {
    background: transparent url(../image/iconBack1.png) no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../image/iconBack1.png');
    background-position: 0 0;
}
#newBridge .nb-customer-icon-style .nb-icon-inner-wrap {
    background-color: transparent !important;
}
#newBridge .nb-icon-base .nb-icon-inner-wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
#newBridge .nb-middle {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -80px 0 0 -230px;
}
#newBridge .nb-position-base {
    position: fixed;
    _position: absolute;
}
#newBridge .blank-talk-style {
    cursor: pointer;
}
#newBridge .nb-invite-wrap-base {
    background: no-repeat;
    border-radius: 3px;
    overflow: hidden;
}
#newBridge .nb-invite-wrap {
    color: #000;
    z-index: 2;
}
#newBridge #nbWebImLightContainer {
    border-color: rgb(69, 135, 232);
}

#newBridge #nbWebImLightContainer, #newBridge #nbWebImLightContainer ins {
    outline: none;
}

#newBridge #nbWebImLightContainer {
    width: 319px;
    position: fixed;
    bottom: 0px;
    right: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 174, 243);
    border-image: initial;
    border-radius: 3px 3px 0px 0px;
}

#newBridge .maxMessageContainer {
    height: auto;
    overflow: visible;
}
