
*{  
    position: relative;
	z-index: 10;
	color: #fff;
} 
html,
body {
	font-family: "Microsoft YaHei", "微软雅黑";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	position: relative;
	z-index: -100;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height: 100%;*/
	background: #333 url(../img/bg.jpg) repeat;
	/* background: #333 url(../image/bg.jpg) repeat; */
	background-size: 100% auto;
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* overflow: auto; */
	font-size: 62.5%;
	/*也就是10px,默认为16px,1em=1rem=16px*/
}
page h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 2.8em;
}
@media screen and (max-width: 768px) {

	html,
	body {
		font-size: 100%;
	}

	.footer-item .footer-crow .paddingLeft {
		padding-left: 5% !important;
	}

	.footer-item .footer-crow .paddingLeft img {
		width: 548px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {

	html,
	body {
		font-size: 62.5%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1270px) {

	html,
	body {
		font-size: 56%;
	}
}

@media screen and (min-width: 1270px) and (max-width: 1920px) {

	html,
	body {
		font-size: 62.5%;
	}
}

@media screen and (min-width: 1920px) {

	html,
	body {
		font-size: 62.5%;
	}
}

button,
button:focus,
select,
input,
textarea,
input:focus {
	border: none;
	outline: none;
	background-color: #030619;
}

::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 0.92em;
}

::-moz-placeholder {
	color: #cccccc;
	font-size: 0.92em;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #cccccc;
	font-size: 0.92em;
}

/* ie */
input:-moz-placeholder {
	color: #cccccc;
	font-size: 0.92em;
}

/* input:-webkit-autofill {
	background-color: #FFF !important;
} */

ul,
li {
	padding-inline-start: 0px;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #0097e5;
	text-decoration: none;
}

h1 {
	width: 100%;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2em;
	text-shadow: 2px 2px 2px #eee;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

section {
	width: 100%;
}

.btn-blue {
	position: relative;
	background: #00acee;
    background: linear-gradient(0deg,rgba(0,164,247,1) 0,rgba(2,126,251,1) 100%);
    transition: all .3s ease;
	border-radius: 5px;
	/* background: url(../../page/img/button-bg.png); */
	/* background-size: 100% 100%; */
}
.btn-blue:before {
    height: 0;
    width: 2px;
}
.btn-blue:after {
    width: 0;
    height: 2px;
}
.btn-blue:before, .btn-blue:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #00a4f7;
    transition: all .3s ease;
}
.btn-blue span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn-blue span:before {
    width: 2px;
    height: 0;
}
.btn-blue span:after {
    width: 0;
    height: 2px;
}

.btn-blue span:before, .btn-blue span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #00a4f7;
    transition: all .3s ease;
}

.btn-blue:hover {
	background: transparent;
	/* background: url(../../page/img/button-bg-hover.png);
	background-size: 100% 100%; */
}

.btn-blue:hover:before,.btn-blue span:hover:before {
    height: 100%;
}
.btn-blue:hover:after,.btn-blue span:hover:after {
	width: 100%;
}
.btn-blue span:hover {
    color: #fff;
}

.pagination {
	display: table;
	width: auto;
	margin: 2em auto;
	padding-left: 1em;
	padding-right: 1em;
	background: rgba(255, 255, 255, 0.1);
}

.pagination>li>a,
.pagination>li>span {
	font-size: 1.4rem;
	color: #00a4f7;
	border: none;
	padding: 0.5em 0.8em;
	background: none;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	background: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #00a4f7;
	border-color: #00a4f7;
	border-radius: 3px;
}

.nopadding-lr {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nopadding-tb {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.text-indent2em {
	text-indent: 2em;
}

.text-paragraph {
	line-height: 1.6em;
	text-indent: 2em;
}

/*标题装饰下划线*/
.title-underline:before,
.title-underline:after,
.title-underline-r:before,
.title-underline-r:after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 0;
	width: 4em;
	height: 5px;
	border-bottom: 1px solid #fff;
}

.title-underline:after,
.title-underline-r:after {
	width: 1.6em;
	border-bottom: 2px solid #fff;
}

.title-underline-r:before,
.title-underline-r:after {
	left: auto;
	right: 0;
}

.img-box-2-3 {
	width: 100%;
	padding: 0 0 66.6667% 0;
	overflow: hidden;
}

.img-box-2-3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.border-corner-top-left {
	position: absolute;
	width: 16px;
	height: 16px;
	top: -2px;
	left: -2px;
	border-top: 2px solid #00a4f7;
	border-left: 2px solid #00a4f7;
}

.border-corner-top-right {
	position: absolute;
	width: 16px;
	height: 16px;
	top: -2px;
	right: -2px;
	border-top: 2px solid #00a4f7;
	border-right: 2px solid #00a4f7;
}

.border-corner-bottom-left {
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: -2px;
	left: -2px;
	border-bottom: 2px solid #00a4f7;
	border-left: 2px solid #00a4f7;
}

.border-corner-bottom-right {
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #00a4f7;
	border-right: 2px solid #00a4f7;
}

.border-corner-blue {
	border: 1px solid #999;
}

.border-corner-blue:before {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	top: -2px;
	left: -2px;
	border-top: 2px solid #00a4f7;
	border-left: 2px solid #00a4f7;
	-webkit-animation: flash 3s ease infinite;
	-moz-animation: flash 3s ease infinite;
	-ms-animation: flash 3s ease infinite;
	animation: flash 3s ease infinite;
}

.border-corner-blue:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #00a4f7;
	border-right: 2px solid #00a4f7;
	-webkit-animation: flash 3s ease infinite;
	-moz-animation: flash 3s ease infinite;
	-ms-animation: flash 3s ease infinite;
	animation: flash 3s ease infinite;
}

.border-corner-blue2:before {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	top: -2px;
	right: -2px;
	border-top: 2px solid #00a4f7;
	border-right: 2px solid #00a4f7;
	-webkit-animation: flash 3s ease infinite;
	-moz-animation: flash 3s ease infinite;
	-ms-animation: flash 3s ease infinite;
	animation: flash 3s ease infinite;
}

.border-corner-blue2:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: -2px;
	left: -2px;
	border-bottom: 2px solid #00a4f7;
	border-left: 2px solid #00a4f7;
	-webkit-animation: flash 3s ease infinite;
	-moz-animation: flash 3s ease infinite;
	-ms-animation: flash 3s ease infinite;
	animation: flash 3s ease infinite;
}

.border-corner-blue input {
	width: 100%;
	/*height: 100%;*/
}



@keyframes waveCircle {

	0% {

		transform: scale(0.3);

		opacity: 0;

	}

	60% {

		transform: scale(0.6);

		opacity: 0.75;

	}

	100% {

		transform: scale(1.5);

		opacity: 0;

	}

}

@-webkit-keyframes waveCircle {

	0% {

		transform: scale(0.3);

		opacity: 0;

	}

	60% {

		transform: scale(0.6);

		opacity: 0.75;

	}

	100% {

		transform: scale(1.5);

		opacity: 0;

	}

}

/* 闪烁 */

@-webkit-keyframes circle-flash {

	0%,
	50%,
	100% {
		opacity: .8;
	}

	25%,
	75% {
		opacity: .3;
	}

}

@-moz-keyframes circle-flash {

	0%,
	50%,
	100% {
		opacity: .8;
	}

	25%,
	75% {
		opacity: .3;
	}

}

@-ms-keyframes circle-flash {

	0%,
	50%,
	100% {
		opacity: .8;
	}

	25%,
	75% {
		opacity: .3;
	}

}

@keyframes circle-flash {

	0%,
	50%,
	100% {
		opacity: .8;
	}

	25%,
	75% {
		opacity: .3;
	}

}


.btn-vedio-play {
	position: relative;
	width: 120px;
	height: 120px;
	-webkit-animation: rotatein 1s ease-out backwards;
	-moz-animation: rotatein 1s ease-out backwards;
	-ms-animation: rotatein 1s ease-out backwards;
	animation: rotatein 1s ease-out backwards;
	z-index: 99;
}

.btn-vedio-play:before,
.btn-vedio-play:after {
	content: ' ';
	position: absolute;
	top: 35px;
	left: 35px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: 0.9;
	/*-webkit-animation:circle-flash 3s ease infinite;
    -moz-animation:circle-flash 3s ease infinite;
    -ms-animation:circle-flash 3s ease infinite;
    animation:circle-flash 3s ease infinite;*/
}

.btn-vedio-play:after {
	top: 25px;
	left: 25px;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	opacity: 0.3;
}

.btn-vedio-play .circle1 {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.btn-vedio-play .circle1:before,
.btn-vedio-play .circle1:after {
	content: ' ';
	position: absolute;
	top: -7px;
	left: -7px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0.3;
	-webkit-animation: circle-flash 3s ease infinite;
	-moz-animation: circle-flash 3s ease infinite;
	-ms-animation: circle-flash 3s ease infinite;
	animation: circle-flash 3s ease infinite;
}

.btn-vedio-play .circle1:after {
	top: -12px;
	left: -12px;
	width: 70px;
	height: 70px;
}

.btn-vedio-play .circle2 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: 0.5;
	-webkit-animation: circle-flash 3s ease infinite;
	-moz-animation: circle-flash 3s ease infinite;
	-ms-animation: circle-flash 3s ease infinite;
	animation: circle-flash 3s ease infinite;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	/* Safari 和 Chrome */
}

.btn-vedio-play .circle2:before,
.btn-vedio-play .circle2:after {
	content: ' ';
	position: absolute;
	top: -7px;
	left: -7px;
	width: 90px;
	height: 90px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0.3;
}

.btn-vedio-play .circle2:after {
	top: -12px;
	left: -12px;
	width: 100px;
	height: 100px;
}

.btn-vedio-play:hover .circle1:before,
.btn-vedio-play:hover .circle1:after,
.btn-vedio-play:hover .circle2,
.btn-vedio-play:hover .circle2:before,
.btn-vedio-play:hover .circle2:after {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

.btn-vedio-play .triborder,
.btn-vedio-play .triborder::before,
.btn-vedio-play .triborder::after {
	position: absolute;
	display: block;
	top: 48px;
	left: 50px;
	width: 10px;
	height: 24px;
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0097e5), to(#0000ff));
	background-image: linear-gradient(-180deg, #0097e5 0%, #0000ff 100%);
	background: #0097e5;
}

.btn-vedio-play .triborder {
	display: block;
	position: relative;
}

.btn-vedio-play .triborder:before,
.btn-vedio-play .triborder:after {
	content: ' ';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-transform-origin: 50% 5px;
	-ms-transform-origin: 50% 5px;
	transform-origin: 50% 5px;
}

.btn-vedio-play .triborder:before {
	-webkit-transform-origin: 50% calc(100% - 5px);
	-ms-transform-origin: 50% calc(100% - 5px);
	transform-origin: 50% calc(100% - 5px);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	background-image: -webkit-gradient(linear, left top, right top, from(#0097e5), to(#0000ff));
	background-image: linear-gradient(90deg, #0097e5 0%, #0000ff 100%);
	background: #0097e5;
	z-index: 2;
}

.btn-vedio-play .triborder:after {
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	font-size: 1.8rem;
	z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
}

.header-container {
	display: flex;
	align-items: center;
	width: 90%;
	height: 100%;
	margin: 0 5%;
}

.navbar-toggle {
	position: absolute !important;
	top: 15px;
	left: auto !important;
	right: 0;
	width: auto;
	height: 38%;
	margin-right: 0;
	padding: 9px 0;
}

.navbar-toggle>img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: none;
}

/*nav*/
.header-logo-box .header-logo {
	width: 100px;
	margin-top: 3px;
}

.header-hotline {
	line-height: 63px;
}

.header-hotline img {
	height: 20px;
	margin-right: 6px;
}

.header-nav {
	flex: 1;
	position: relative;
	float: left;
	list-style: none;
	padding: 0;
}

.header-nav .nav1 {
	position: relative;
	width: 11%;
	text-align: center;
	float: left;
}

.header-nav a,
.header-nav a:hover,
.header-nav a:focus,
.header-nav a:visited {
	display: inline-block;
	line-height: 2em;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.header-nav .nav1 .name {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	color: #fff;
}

.header-nav .nav1.active .name,
.header-nav .nav1:hover .name {
	color: #00a4f7;
	border-bottom: 3px solid #00a4f7;
}

.header-nav .nav1 .name .icon {
	position: absolute;
	right: -45%;
	top: -7%;
	z-index: 1;
	width: 1.2em;
	height: auto;
}

.header-nav .nav-sub {
	position: absolute;
	left: 0px;
	padding: 10px 5px;
	display: none;
}

.header-nav .nav1:hover .nav-sub {
	border: none;
	min-width: auto;
	top: 95%;
	left: 50%;
	right: 0px;
	min-width: 130px;
	font-size: 1.6rem;
	background: #4D4D4D;
	transform: translateX(-50%);
	animation: fadeIn 0.3s;
	-moz-animation: fadeIn 0.3s;
	/* Firefox */
	-webkit-animation: fadeIn 0.3s;
	/* Safari and Chrome */
	-o-animation: fadeIn 0.3s;
	/* Opera */
}

.header-nav .nav-sub li {
	position: relative;
	width: 100%;
}

.header-nav .nav-sub li a {
	font-size: 1.4rem;
	line-height: 2em;
}

.header-nav .nav-sub li a:focus,
.nav-sub li a:hover {
	background: none;
	color: #31C6FB;
}

.header-nav .nav1:hover .nav-sub.multiple {
	min-width: 200px
}

.main-top-banner {
	position: relative;
	width: 100%;
	text-align: center;
}

.navbar-2-box {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
	color: #fff;
}

.navbar-2 {
	height: 100%;
	line-height: 50px;
	background: #000;
	background: rgba(255, 255, 255, 0.1);
}

.navbar-2 ul,
.navbar-2 li,
.navbar-2 a {
	height: 100%;
	line-height: 50px;
	list-style: none;
	display: inline-block;
	padding: 0;
	font-size: 1.6rem;
}

.navbar-2 a {
	color: #fff;
}

.navbar-2-list {
	float: left;
}

.navbar-2-list>li {
	padding: 0 15px;
	display: inline-block;
}

/* .navbar-2-list>li+li:before {
	padding: 0 15px;
} */

.navbar-2-list .active {
	color: #00a4f7;
	border-bottom: 2px solid #00a4f7;
}

.breadcrumb-left,
.breadcrumb {
	float: right;
	font-size: 1.4rem;
	color: #777;
	background: none !important;
}

.breadcrumb-left {
	float: left;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: inherit;
	content: ">";
	color: #fff;
}

.breadcrumb>.active {
	color: #333;
}

/*banner*/
.banner {
	width: 100%;
}

.banner-img {
	width: 100%;
}

/*内容页*/
.right-sidebar {
	font-size: 1.6rem;
	/*background: #eee;*/
	padding: 1.2em;
	/*border: 1px solid #fc8700;*/
	/*border-radius: 5px;*/

	text-align: center;
}

.right-sidebar .hot-line,
.right-sidebar .hot-line a {
	color: #00a4f7;
}

.right-sidebar .sidebar-logo {
	width: 80%;
	margin: 2em auto;
}

.rightbar-box .pre-next {
	font-size: 1.6rem;
	line-height: 2em;
	padding-left: 2em;
	/*text-align: center;*/
	border-top: 1px dashed #ccc;
}

.nr-content {
	float: left;
	margin: 0 0 30px 0;
	/*margin-bottom: 20px;*/
	width: 100%;
	/*overflow-x: auto;*/
}

.nr-content>.col-md-9 {
	padding: 0;
}

.content-title {
	margin-bottom: 15px;
}

.content-title h1 {
	font-size: 2rem;
	text-shadow: none;
}

.created-time,
.read-count {
	display: inline-block;
	margin-right: 20px;
	width: auto;
	height: 2em;
	min-width: 10em;
	line-height: 2em;
	color: #999;
}

.created-time img,
.read-count img {
	margin-top: -3px;
}

.hline {
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 164, 247, 0.3) 10%, rgba(0, 164, 247, 0.4) 20%, rgba(0, 164, 247, 0.5) 30%, rgba(0, 164, 247, 0.6) 40%, rgba(0, 164, 247, 0.9) 50%, rgba(0, 164, 247, 0.6) 60%, rgba(0, 164, 247, 0.5) 70%, rgba(0, 164, 247, 0.4) 80%, rgba(0, 164, 247, 0.3) 90%, rgba(0, 0, 0, 0) 100%)
}

.page {
	position: relative;
	float: left;
	width: 100%;
	/*height: 100%;*/
	padding: 60px 5%;
	padding: 1.8rem 5%;
}

.float-bar-rb {
	position: fixed;
	right: 0px;
	bottom: 60px;
	z-index: 9999;
}

.float-bar-rb .item {
	display: block;
	width: 2rem;
	height: 2rem;
	padding: 0.3rem;
	background: rgba(16, 27, 45, 0.5);
}

.float-bar-rb .hover-show {
	display: none;
}

.float-bar-rb:hover .hover-show {
	display: block;
	-webkit-animation: fadeInUp .3s;
	animation: fadeInUp .3s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	/* Safari and Chrome */
}

.fb-qrcode-box .qrcode {
	position: absolute;
	width: 0;
	max-width: none;
	right: 120%;
	bottom: 0%;
}

.fb-qrcode-box:hover .qrcode {
	width: 8em;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
	/* Safari */
}

.fb-qq-box .qq,
.fb-tel-box .tel {
	position: absolute;
	width: 0;
	height: 2rem;
	right: 120%;
	bottom: 0%;
	line-height: 2rem;
	text-align: right;
	overflow: hidden;
}

.fb-qq-box:hover .qq,
.fb-tel-box:hover .tel {
	width: 8em;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
	/* Safari */
}

.page-footer {
	font-size: 1.4rem;
	/*border-top: 1px solid #ccc;*/
}

.page-footer .hline {
	position: absolute;
	top: 0;
	left: 0;
}

.page-footer * {
	color: #fff;
}

.page-footer a {
	color: #fff;
}

.page-footer a:hover {
	color: #337ab7;
}

.page-footer .row {
	width: 100%;
}

.page-footer li {
	float: left;
	width: 100%;
	margin: 0 5px;
	display: list-item;
	/*list-style: initial;*/
	line-height: 30px;
	font-size: 1.4rem;
	opacity: 0.8;
}

.page-footer li:before {
	content: url(../../page/img/arrow.png);
	font-weight: bolder;
	margin-right: 0.5em;
	width: 1em;
	height: 1em;
}

.page-footer button,
.page-footer input,
.page-footer textarea {
	float: left;
	margin-left: 15px;
	line-height: 30px;
	background: #0f192c;
	border: 1px solid #1a2335;
	padding: 0 0.5em;
	min-width: 15em;
	width: 100%;
	/*height: 30px;*/
	margin: 3px 0;
	overflow: hidden;
	font-size: 1.4rem;
}

.page-footer button {
	padding: 0 2em;
	width: auto;
	min-width: auto;
	background: #0085cd;
}

.page-footer input:focus,
.page-footer textarea:focus {
	background-color: #030619;
}

.page-footer .f-title {
	float: left;
	width: 100%;
	font-size: 1.8rem;
	/*line-height: 30px;*/
	margin-bottom: 15px;
}

.page-footer .f-content {
	float: left;
	width: 100%;
	/*width: calc(100% - 80px);*/
}

.page-footer .f-content .btnD {
	clear: both;
}

.page-footer .f-content .tips {
	float: right;
	line-height: 36px;
	font-size: 1.3rem;
}

.page-footer .qr-img {
	padding-right: 0;
}

.page-footer .qr-img img {
	display: block;
	float: left;
	width: 100%;
	/*margin-left: 5%;*/
}

.page-footer .footer-crow {
	width: 100%;
	float: left;
	padding: 5px 0;
}

.page-footer .legal,
.page-footer .copyright {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 1.2rem;
	opacity: 0.7;
}

.page-footer .copyright {
	margin-top: 60px;
	/*color: #aaa;*/
}

footer .message {
	width: 100%;
	min-height: 360px;
	
	background-size: cover;
	margin: 2em 0;
	color: #fff;
}

footer .message .hotline {
	font-size: 3.6rem;
	line-height: 3em;
}

footer input,
footer input:focus,
footer textarea,
footer textarea:focus {
	width: 50%;
	height: 60px;
	/*padding: 6px 12px;*/
	font-size: 1.4rem;
	line-height: 2em;
	color: #fff;
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	display: block;
}

footer input[name=phone] {
	width: 60%;
}

footer textarea,
footer textarea:focus {
	width: 80%;
	height: auto;
	resize: none;
}

footer textarea::-webkit-input-placeholder {
	height: 6em;
	line-height: 6em;
}

/* 使用webkit内核的浏览器 */
footer textarea:-moz-placeholder {
	height: 6em;
	line-height: 6em;
}

/* Firefox版本4-18 */
footer textarea::-moz-placeholder {
	height: 6em;
	line-height: 6em;
}

/* Firefox版本19+ */
footer textarea:-ms-input-placeholder {
	height: 6em;
	line-height: 6em;
}

footer button {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
	width: 15%;
	height: 3em;
	background: #af967e;
}

footer .bottom-nav li {
	float: left;
	width: 20%;
	text-align: center;
}

footer::-moz-placeholder {
	color: #ccc;
}

footer::-webkit-input-placeholder {
	color: #ccc;
}

footer:-ms-input-placeholder {
	color: #ccc;
}

footer li a,
footer li a:hover,
footer li a:focus,
footer li a:visited {
	display: inline-block;
	color: #333;
	font-size: 1.6rem;
	line-height: 3em;
	text-decoration: none;
}

footer .copyright {
	text-align: center;
	font-size: 1.6rem;
	line-height: 3em;
}

.header-hotline a {
	font-size: 1.6rem;
}

.header-hotline .ewm_icon {
	position: relative;
}

.header-hotline .qrcode {
	position: absolute;
	width: 0;
	max-width: none;
	height: auto;
	left: 0px;
	top: 1.8em;
}

.header-hotline .ewm_icon:hover .qrcode {
	width: 8em;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
}

.dbClose {
	font-size: 1.6rem;
	text-align: center;
	position: fixed;
	top: 30px;
	right: 30px;
}

.nopadding-lr .hot-line {
	font-size: 1.6rem;
}

.nopadding-lr .tisi {
	margin-top: 10px;
	font-size: 1.6rem;
}

.nopadding-lr .contentD {
	font-size: 1.6rem;
}

.breadcrumb {
	display: none !important;
}

.rgBm {
	position: fixed;
	right: 10px;
	bottom: 30%;
	z-index: 1000;
}

.rgBm .icon {
	position: relative;
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
}

.rgBm .icon img {
	width: 70px;
	height: 70px;
}

.rgBm .icon .txt {
	display: none;
	position: absolute;
	right: 36px;
	top: 0;
	z-index: 1;
	width: 200px;
	height: 35px;
	line-height: 35px;
	color: #666;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
}

.rgBm .icon.top {
	visibility: hidden;
}

.logo-h1 {
	width: auto;
	margin: 0;
	line-height: normal;
}




@media screen and (max-width: 992px) {
	.header-container {
		width: 92% !important;
		margin-left: 4% !important;
		margin-right: 4% !important;
	}

	.header-logo-box .header-logo {
		width: 150px;
		margin-top: 0;
	}

	.container {
		width: 96% !important;
		margin-left: 2% !important;
		margin-right: 2% !important;
		padding-right: 0;
		padding-left: 0;
		overflow: hidden;
	}

	.nopadding-md {
		padding: 0;
	}

	.navbar-toggle {
		display: block;
	}

	.header-nav {
		display: none;
		padding: 1.2em 0px;
		position: absolute;
		top: 50px;
		left: auto !important;
		/*right: 15px;*/
		background: rgba(0, 0, 0, .75);
		background: rgba(255, 255, 255, .96);
		color: #222;
		border-radius: 5px;
	}

	.header-nav .nav1 {
		width: 100%;
	}

	.header-nav .nav1 .name {
		line-height: 2em;
		color: #222;
	}
    .loginBox {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
    }
	.header-nav .nav-sub {
		position: relative;
		box-shadow: none;
		background: none;
		width: 100%;
	}

	.header-nav .nav-sub li {
		width: auto;
		padding: 5px 2em 0 2em;
	}

	.header-nav .nav-sub li a {
		color: #222;
	}

	.navbar-2-box {
		font-size: 1.4rem;
	}

	.navbar-2 {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow-x: auto;
	}

	.breadcrumb {
		display: none !important;
	}

	/* .float-bar-rb {
		display: none;
	} */

	.page {
		padding: 60px 3%;
	}

	.page-footer .f-content {
		/*width: calc(100% - 100px);*/
		width: 95%;
		margin-left: 5%;
	}

	.page-footer .f-title {
		width: 100%;
		margin: 10px;
	}

	.page-footer button,
	.page-footer input,
	.page-footer textarea {
		width: 100%;
		line-height: 45px;
		height: 45px;
		margin-bottom: 5px;
		font-size: 1.4rem;
	}

	.page-footer textarea {
		height: 90px;
	}

	.page-footer .col-sm-10,
	.page-footer .col-sm-2 {
		float: left;
	}

	.page-footer .legal,
	.page-footer .copyright {
		text-align: center;
	}

	footer .message {
		min-height: 300px;
	}

	footer .message .hotline {
		font-size: 1.4rem;
		line-height: 2em;
		padding-top: 1em;
	}

	footer input,
	footer input:focus,
	footer textarea,
	footer textarea:focus {
		height: 48px;
		line-height: 2em;
	}

	footer textarea,
	footer textarea:focus {
		height: 60px;
	}

	.header-nav .nav-sub li a {
		font-size: 20px;
	}

	.header-nav .nav1:hover .nav-sub {
		background: none;
	}
}

@media screen and (min-width: 992px) {
	.header-nav .nav1:hover .nav-sub {
		display: inline-block;
	}

	.page-footer .jiameng {
		width: 80%;
		/*margin-top: 10px;*/
	}

	.page-footer .qr-img img {
		max-width: 180px;
	}

	.nr-content>.col-md-9 {
		padding-right: 15px;
	}

	.rightbar-box:after {
		content: ' ';
		position: absolute;
		width: 1px;
		height: 100%;
		left: 0;
		top: 0;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 164, 247, 0.2) 10%, rgba(0, 164, 247, 0.3) 20%, rgba(0, 164, 247, 0.4) 30%, rgba(0, 164, 247, 0.5) 40%, rgba(0, 164, 247, 0.8) 50%, rgba(0, 164, 247, 0.5) 60%, rgba(0, 164, 247, 0.4) 70%, rgba(0, 164, 247, 0.3) 80%, rgba(0, 164, 247, 0.2) 90%, rgba(0, 0, 0, 0) 100%)
	}

	.rgBm {
		bottom: 5%;
	}

	.rgBm .icon img {
		width: 40px;
		height: 40px;
	}
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
	.header-nav {
		padding: 0 5%;
	}
}

@media screen and (min-width: 1600px) {
	.header-nav {
		padding: 0 5%;
	}
}

.nb-invite-input {
	color: #333;
}

#newBridge,
#nbInviteWrapper,
#nbWebImLightContainer,
#newBridge ins,
#nbInviteWrapper ins,
#nbWebImLightContainer ins,
#newBridge a,
#nbInviteWrapper a,
#nbWebImLightContainer a,
#newBridge div,
#nbInviteWrapper div,
#nbWebImLightContainer div,
#newBridge p,
#nbInviteWrapper p,
#nbWebImLightContainer p,
#newBridge em,
#nbInviteWrapper em,
#nbWebImLightContainer em,
#newBridge b,
#nbInviteWrapper b,
#nbWebImLightContainer b,
#newBridge dd,
#nbInviteWrapper dd,
#nbWebImLightContainer dd,
#newBridge dl,
#nbInviteWrapper dl,
#nbWebImLightContainer dl,
#newBridge ul,
#nbInviteWrapper ul,
#nbWebImLightContainer ul,
#newBridge li,
#nbInviteWrapper li,
#nbWebImLightContainer li,
#newBridge i,
#nbInviteWrapper i,
#nbWebImLightContainer i,
#newBridge h1,
#nbInviteWrapper h1,
#nbWebImLightContainer h1,
#newBridge h2,
#nbInviteWrapper h2,
#nbWebImLightContainer h2,
#newBridge h3,
#nbInviteWrapper h3,
#nbWebImLightContainer h3,
#newBridge h4,
#nbInviteWrapper h4,
#nbWebImLightContainer h4,
#newBridge h5,
#nbInviteWrapper h5,
#nbWebImLightContainer h5,
#newBridge span,
#nbInviteWrapper span,
#nbWebImLightContainer span,
#newBridge table,
#nbInviteWrapper table,
#nbWebImLightContainer table,
#newBridge td,
#nbInviteWrapper td,
#nbWebImLightContainer td,
#newBridge tr,
#nbInviteWrapper tr,
#nbWebImLightContainer tr,
#newBridge tbody,
#nbInviteWrapper tbody,
#nbWebImLightContainer tbody,
#newBridge thead,
#nbInviteWrapper thead,
#nbWebImLightContainer thead,
#newBridge strong,
#nbInviteWrapper strong,
#nbWebImLightContainer strong,
#newBridge u,
#nbInviteWrapper u,
#nbWebImLightContainer u,
#newBridge img,
#nbInviteWrapper img,
#nbWebImLightContainer img,
#newBridge font,
#nbInviteWrapper font,
#nbWebImLightContainer font,
#newBridge select,
#nbInviteWrapper select,
#nbWebImLightContainer select,
#newBridge option,
#nbInviteWrapper option,
#nbWebImLightContainer option,
#newBridge input,
#nbInviteWrapper input,
#nbWebImLightContainer input,
#newBridge form,
#nbInviteWrapper form,
#nbWebImLightContainer form,
#newBridge textarea,
#nbInviteWrapper textarea,
#nbWebImLightContainer textarea {
	color: #333;
}

#iconDiv1,
#kfivtwin {
	z-index: 11;
}

#iconDiv1 *,
#kfivtwin *,
#mobile_minchat_div * {
	color: #000;
}
