@charset "utf-8";
/* CSS Document */
@charset "utf-8";
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('font/glyphicons-halflings-regular.eot');
	src: url('font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('font/glyphicons-halflings-regular.woff') format('woff'),
	url('font/glyphicons-halflings-regular.ttf') format('truetype'),
	url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
* {
	box-sizing: border-box;
}
/* 整体边距 */
.bianju {
	width: 19.2rem;
	padding: 0 1.1rem;
}
.w1700 {
	width: 17rem;
}
.container {
	margin-left: 0;
	margin-right: 0;
}
html {
	font-size: 100px;
	background: white;
	color: black;
}
body{
	overflow:scroll;
	overflow-x:hidden;
}
h1{
	font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
	font: 12px \5b8b\4f53, arial, sans-serif;
}
input,
select,
textarea {
	font-size: 100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ie bug：th 不继承 text-align */
th {
	text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
	border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
	border: none;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}
/* 去掉列表前的标识，li 会继承 */
ol,
ul {
	list-style: none;
}
i{
	font-style:normal
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
	text-align: left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-size:100%; */
	font-weight: 500;
}
q:before,
q:after {
	content: '';
}
/* 统一上标和下标 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
/*包含以下四种的链接*/
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
	text-decoration: none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
	outline: none;
}
/* 清除浮动 */
.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
	display: none;
}
.block {
	display: block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
	display: inline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* nav */

.navbar-default {
	background-color: #fff0;
	border-color: #fff0;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #fff0;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffffbd;
	font-family: 'PingFang SC';
	font-size: 0.24rem;
}
.navbar-brand img{
	width: 1rem;
	height: .63rem;
	margin-top: -0.26rem;
	margin-left: .76rem;
}
.navbar-default .navbar-brand{
	color: #7770;
}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #ffffffbd;
}
.navbar-default .navbar-nav>.active>a{
	color:#ffffffbd ;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color:#fff0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #ffffffbd;
}
/* 分页 */
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #999;
	background-color: #eee0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #B00003;
	border-color: #B00003;
}
/* 导航 */
.navbar-nav>li:nth-child(3) {
	padding-bottom: .3rem;
}

.twoCon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	padding: .6rem 1.36rem 0 1.6rem;
	width: 100%;
	height: 5.4rem;
	background-color: #f7f7f7f5;
}

.isShow {
	display: none;
}

.twoCon dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1.4rem;
}

.twoCon dl dt {
	font-family: 'Source Han Sans CN';
	font-size: .24rem;
	color: #333333;
	margin-bottom: .6rem;
}

.twoCon dl dt a::after {
	content: ' ';
	display: inline-block;
	width: .2rem;
	height: .2rem;
	background: url('../image/right_jiantou.png') no-repeat;
	background-size: 100% 100%;
}
.twoCon dl dd a:hover{
	color: #B00003;
}
.twoCon dl dt a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.twoCon dl dd {
	margin-bottom: .25rem;
}

.twoCon dl dd a {
	font-family: 'PingFang SC';
	font-size: .2rem;
	color: #707070;
}
/* 返回顶部按钮 */
#Back_top{
	position: fixed;
	bottom: 3%;
	right: 0.3rem;
	width: .48rem;
	z-index: 222;
	display: none;
}
.navbar-right{
	margin-right: -0.39rem;
	margin-top: -0.12rem;
}
.bottom_t {
	font-family: 'PingFang-SC-Medium';
	color:#ffffff94 ;
	padding: 0.4rem 0;
}
@media screen and (min-width: 1280px) {
	.container {
		width: 19.2rem;
	}
}
#navbb {
	position: absolute;
	top: 0.48rem;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.twoCon{
		display: none !important;
	}
	.navbar-nav>li:nth-child(3) {
		padding-bottom: 0;
	}
	.navbar-brand img{
		margin-top: -0.1rem !important;
	}
	#navbb {
		position: relative !important;
		top: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.navbar-default .navbar-collapse{
		position: absolute;
		width: 100%;
	}
	.navbar-default .navbar-collapse {
		background-color: #f8f8f8;
		border-color: #e7e7e7;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > li > a {
		color: #000 !important;
		font-size: 0.7rem;
	}
	#Back_top{
		width: 1rem !important;
	}
	.navbar-brand img{
		width: 50%;
		height: auto;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 0.7rem;
	}
}
.navbar-nav > li {
	padding: 0 0.2rem;
}
.navbar-default .navbar-collapse {
	padding-right: 1.1rem;
}
.kslj i{
	font-size: 0.18rem;
}

/* 底部 */
#Back_top{
	cursor: pointer;
}
.footer_m_lxwm li{
	margin-bottom: 0.22rem;
}

.site-footer {
	position: relative;
	width: 19.2rem;
	padding-top: 0.7rem;
	background-color: #000000;
}
/* .footer_left dl {
	float: left;
	margin-right: 1rem;
} */
.footer_left dl:last-child {
	margin-right: 0;
}
.footer_left dl dt {
	font-family: 'PingFang-SC-Medium';
	font-size: 0.18rem;
	margin-bottom:.26rem;
	color: #fff;
}
.footer_left dl dd a {
	font-size: 0.16rem;
	line-height: 0.48rem;
	color: #fff;
}
.footer_left {
	float: left;
	margin-top: 0 !important;
	height: 4.99rem;
}
.footer_right {
	color: #fff;
	float: right;
	width: 3.94rem;
	height: 5.08rem;
	border-left: 1px solid #ccc;
}
.footer_right h1 {
	font-size: 0.3rem;
	color: #fff;
	text-align: right;
}
.footer_right ul li {
	margin-bottom: 0.24rem;
}
.footer_right ul li:last-child {
	margin-bottom: 0;
}
.footer_right ul li div {
	text-align: right;
	font-size: 0.18rem;
}
.wx_ma {
	width: 0.85rem;
	height: 1.01rem;
	font-size: 0.14rem;
	color: #ccc;
	float: right;
	margin-bottom: 0.2rem;
	background-color: #fff;
}
.forrt {
	position: absolute;
	top: 5.78rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.16rem;
	border-top: 1px solid #ccc;
	height: 0.86rem;
	width: 17rem;
}
@media screen and (min-width: 768px) {

	.container {
		width: auto;
	}
	.dropdown-menu, .caret{
		display: none;
	}

}
