@charset "utf-8";

/*==========css reset==========*/
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
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,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

body,
button,
input,
select,
textarea {
	font: normal 1em/1.8 sans-serif, PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link {}

a:visited {}

a:hover {
	text-decoration: none;
}

a:active {}

small {
	font-size: 0.9em;
	color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	font-size: 100%;
	color: #6b7386;
	line-height: 1.35;
}

pre,
code,
pre tt {
	font-family: Courier, 'Courier New', monospace;
}

pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 1em 1.5em;
	display: block;
	-webkit-overflow-scrolling: touch;
}

hr {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 0.8em;
	height: 10px;
}

.serif {
	font-family: Palatino, Optima, Georgia, serif;
}

img {
	max-width: 100%;
}

input[type=submit] {
	-webkit-appearance: none;
	outline: none
}

.row-position {
	position: relative;
}

/*public*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}

.img-cover {
	object-fit: cover
}

/*全局color*/
a {
	color: #6b7386;
}

a:hover {
	color: #ff3636;
}

/* transition */
.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

/* 图片高斯模糊 */
.blur {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

/*----------- 头部 -----------*/
body {
	background: #f1f5f8;
	color: #4e4e4f;
}

.h-fix {
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
}

.header {
	display: block;
	height: 78px;
	position: relative;
	left: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9
}

.header .logo {
	float: left;
	overflow: hidden;
	height: 78px;
}

.header .logo h1,
.header .logo div {
	height: 100%;
	display: block;
}

.header .logo a {
	min-width: 220px;
	height: 100%;
	display: block;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.header .logo a img {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.header .nav-bar {
	float: left;
	margin-left: 4%;
}

.header .nav-bar li {
	display: inline-block;
	height: 78px;
	line-height: 78px;
	position: relative;
	vertical-align: top;
}

.header .nav-bar li a {
	display: inline-block;
	padding: 0 15px;
	color: #6b7386;
	font-size: 16px;
	position: relative;
	z-index: 2;
	min-width: 68px;
	text-align: center
}

.header .nav-bar li em[class*="dot"] {
	display: inline-block;
	position: relative;
	left: -10px;
	z-index: 1;
	width: 16px;
}

.header .nav-bar li em[class*="dot"] .fa {
	color: #666;
	font-size: 16px;
	width: 16px;
	display: block;
}

.header .nav-bar li a:hover {
	color: #ff3366;
	transition: all 500ms ease;
}

.header .nav-bar li.active:before,
.header .nav-bar li[class*="li-cate-"]:before {
	position: absolute;
	content: '';
	background: #ff3366;
	width: 0;
	height: 5px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	bottom: 0px;
}

.header .nav-bar li.active:after,
.header .nav-bar li[class*="li-cate-"]:after {
	position: absolute;
	content: '';
	background: #ffffff;
	width: 6px;
	height: 3px;
	right: 32%;
	bottom: 18px;
}

.header .nav-bar li.on:before,
.header .nav-bar li.active:before {
	width: 40px;
}

.header .nav-bar li.active>a {
	color: #ff3636;
}
.primary-menus ul {list-style:none;padding:0;}
.primary-menus ul li {display:inline-block;color:#fff;padding:0 14px;height:36px;line-height:36px;font-size:14px;border-top-left-radius:3px;border-top-right-radius:3px;cursor:pointer;}
.primary-menus ul li:first-child {cursor:auto;color: rgba(255,255,255,.8);}
.primary-menus ul li:first-child:hover {color: rgba(255,255,255,.8);background-color:transparent;}
.primary-menus ul li:hover {background:#fff;color:#3c3c3c;opacity:.8;}
.primary-menus ul li.current {background:#fff;color:#3c3c3c;}
@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}

	to {
		-webkit-mask-position: -50%;
	}
}

/*移动端*/
.m-btn {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 50px;
	padding: 0 15px;
	height: 100%;
	display: none;
	line-height: 56px;
	cursor: pointer;
}

.m-btn i {
	color: #6b7386;
	opacity: 0.7;
	font-size: 20px;
	line-height: 48px;
}

.m-btn .fa-remove {
	color: #fff;
}

.m-btn:hover i {
	opacity: 1
}

.m-nav {
	width: 70%;
	background: #434957;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -70%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
	overflow-y: scroll;
	overflow-x: hidden;
}

.m-nav .m-btn {
	height: 48px;
	line-height: 48px;
	left: auto;
	right: -45px;
	display: none;
}

.m-nav ul {
	padding-top: 0px;
}

.m-nav li {
	width: 100%;
	position: relative;
}

.m-nav li a {
	padding: 0 25px;
	line-height: 48px;
	color: #fff;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-nav li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.m-nav ul li>ul {
	display: none;
}

.m-nav li em[class*="dot"] {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0);
	cursor: pointer;
}

.m-nav li em[class*="dot"] .fa {
	font-size: 18px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	width: 48px;
	line-height: 48px;
	top: 0;
	left: 0;
}

.m-nav li em[class*="dot"] .fa.open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.m-nav ul li>ul li {
	background: rgba(0, 0, 0, 0.15);
}

.m-nav ul li>ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	opacity: 0.8;
	font-size: 14px;
	text-indent: 1em
}

/*搜索*/
.search {
	float: right;
	margin-left: 15px;
	position: relative;
}

.search i.fa {
	color: #6b7386;
	line-height: 78px;
	opacity: 0.7;
	font-size: 18px;
	padding-left: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	display: block;
	width: 28px;
}

.search i.fa:hover {
	opacity: 1;
}

.search .s-form {
	padding: 20px;
	line-height: none;
	display: block;
	background: #fff;
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
	border-top: none;
	z-index: 1;
}

.search .s-form .sform {
	width: 258px;
	padding-right: 32px;
	position: relative;
}

.search .s-form button {
	border: medium none;
	background: #ff3636;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.8
}

.search .s-form button i {
	color: #fff;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	width: 40px;
}

.search .s-form button:hover {
	opacity: 1
}

.search .s-form .sinput {
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 5px 0 0 10px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 14px;
}

.search .s-form .arrow {
	position: absolute;
	top: -17px;
	right: -2px;
	line-height: 26px;
	color: #fff;
	font-size: 20px;
	opacity: 1;
}

#mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 899;
	display: none;
}

/* Banner动画 */
@-webkit-keyframes mountains-in {
	0% {
		-webkit-transform: scale(1.5);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes mountains-in {
	0% {
		-moz-transform: scale(1.5);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@keyframes mountains-in {
	0% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
	}
}

@-moz-keyframes moving {
	0% {
		-moz-transform: translate3d(0, 0, 0);
	}

	100% {
		-moz-transform: translate3d(-50%, 0, 0);
	}
}

@keyframes moving {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

#banner-bear {
	height: 300px;
	background: #464853 url(../images/bg-container1.jpg) repeat-x;
	width: 100%;
	position: relative;
	font-size: 26px;
	margin-bottom: 32px;
}

/* SLOGAN */
.typing {
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 25%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 2);
}

.banner-wrap{
	width: 100%;
	height: 100%;
}

/*========首页搜索======*/
.primary-menus {
	width: 50%;
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	font-size: 16px;
	opacity: .95;
}

.primary-menus .cont {
	position: relative;
	top: -1px;
}

.primary-menus .right-link {
	position: absolute;
	right: 0;
	top: 0;
}

.primary-menus .right-link a {
	display: inline-block;
	margin-top: 10px;
	padding-right: 5px;
	color: #dff2ff;
	text-decoration: none;
	font-size: 13px;
}

.primary-menus .right-link a:hover {
	color: #fff;
}

.primary-menus .left-cont .search.hidden {
	display: none;
}

.primary-menus .left-cont form {
	width: 100%;
	position: relative;
}

.primary-menus .left-cont input {
	box-sizing: border-box;
	width: 100%;background: #fff;
	border: none;
	font-size: 15px;
	line-height: 20px;
	height: 48px;
	padding: 11px 100px 11px 26px;
	border-radius: 3px;
	color: #9f9f9f;
	outline: none;
}

.primary-menus .left-cont input:focus {
	color: #3c3c3c;
}

.primary-menus .left-cont button {
	height: 48px;
	box-sizing: border-box;
	width: 100px;
	margin-left: -5px;
	cursor: pointer;
	background-color: #e34f4f;
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 42px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
}

.primary-menus .left-cont button:hover {
	background-color: #ff3636;
}

@media (max-width:1199px) {
	.primary-menus ul li {
		padding: 0 12px;
	}
}

@media (max-width:991px) {
	.primary-menus {
		float: left;
		margin-left: 0;
		width: 90%;
		top: 60%;
	}

	.primary-menus .right-link {
		display: none;
	}

	.primary-menus .left-cont {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.primary-menus .left-cont input {
		height: 34px;
		line-height: 14px;
		font-size: 13px;
		padding: 10px 6em 10px 10px;
		border-radius: 0 3px 3px 3px;
	}

	.primary-menus .left-cont button {
		height: 34px;
		line-height: 34px;
		width: 6em;
		font-size: 12px;
	}
}

/*----------- 响应式 -----------*/
@media only screen and (max-width:1200px) {

	.wrapper,
	.header .container,
	.crumb {
		padding: 0 15px;
	}
}

@media only screen and (max-width:992px) {
	body {
		padding-top: 54px;
	}

	.wrapper,
	.header .container {
		padding: 0 15px;
	}

	.header .logo a {
		min-width: 140px;
	}

	.header,
	.header .logo {
		height: 56px;
	}

	.search i.fa,
	.header .nav-bar li {
		height: 56px;
		line-height: 56px;
	}

	.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 898;
	}
}

@media only screen and (max-width:768px) {
	body {
		padding-top: 46px;
		position: relative;
		left: 0;
		overflow-x: hidden;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}

	.header,
	.header .logo {
		height: 56px;
		display: inline-block;
		margin: 0 auto;
		font-size: 0;
	}

	.header .container {
		text-align: center;
	}

	.header .logo a {
		max-width: 130px;
	}

	.nav-bar {
		display: none;
	}

	.search i.fa,
	.header .nav-bar li {
		height: 56px;
		line-height: 56px;
	}

	.m-btn {
		display: block;
	}

	body.open .m-nav {
		left: 0px;
	}

	body.open .m-btn {
		display: none;
	}

	body.open .m-nav .m-btn {
		display: block;
	}

	#backtop {
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
		display: none;
		position: fixed;
		right: 2%;
		bottom: 170px;
		color: #6b7386;
		font-size: 22px;
		text-align: center;
		cursor: pointer;
		transition: all .3s linear;
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 10px;
		line-height: 44px;
	}

	#txaArticle {
		margin-top: 10px;
		color: #6b7386;
		padding: 10px;
		width: 100%;
		height: 130px;
		border: 1px solid #d7dae0;
		border-radius: 5px;
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.container:after,
.container:before {
	content: "";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 100%
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1240px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.container-fluid:after,
.container-fluid:before {
	content: "";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.row:after,
.row:before {
	content: "";
	display: table
}

.row:after {
	clear: both
}

.rowtop {
	margin-left: 0;
	margin-right: 0
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-xs-12 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-12 {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	.col-sm-12 {
		float: left;
		width: 100%
	}
}

@media (min-width:992px) {
	.col-md-12 {
		float: left;
		width: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-12 {
		float: left;
		width: 100%
	}
}

@media (min-width:1620px) {
	.col-xl-12 {
		float: left;
		width: 100%
	}
}

.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-xs-11 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-11 {
	float: left;
	width: 91.666666666667%
}

@media (min-width:768px) {
	.col-sm-11 {
		float: left;
		width: 91.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-11 {
		float: left;
		width: 91.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-11 {
		float: left;
		width: 91.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-11 {
		float: left;
		width: 91.666666666667%
	}
}

.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-xs-10 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-10 {
	float: left;
	width: 83.333333333333%
}

@media (min-width:768px) {
	.col-sm-10 {
		float: left;
		width: 83.333333333333%
	}
}

@media (min-width:992px) {
	.col-md-10 {
		float: left;
		width: 83.333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-10 {
		float: left;
		width: 83.333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-10 {
		float: left;
		width: 83.333333333333%
	}
}

.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-xs-9 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-9 {
	float: left;
	width: 75%
}

@media (min-width:768px) {
	.col-sm-9 {
		float: left;
		width: 75%
	}
}

@media (min-width:992px) {
	.col-md-9 {
		float: left;
		width: 75%
	}
}

@media (min-width:1200px) {
	.col-lg-9 {
		float: left;
		width: 75%
	}
}

@media (min-width:1620px) {
	.col-xl-9 {
		float: left;
		width: 75%
	}
}

.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-xs-8 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-8 {
	float: left;
	width: 66.666666666667%
}

@media (min-width:768px) {
	.col-sm-8 {
		float: left;
		width: 66.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-8 {
		float: left;
		width: 66.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-8 {
		float: left;
		width: 66.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-8 {
		float: left;
		width: 66.666666666667%
	}
}

.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-xs-7 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-7 {
	float: left;
	width: 58.333333333333%
}

@media (min-width:768px) {
	.col-sm-7 {
		float: left;
		width: 58.333333333333%
	}
}

@media (min-width:992px) {
	.col-md-7 {
		float: left;
		width: 58.333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-7 {
		float: left;
		width: 58.333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-7 {
		float: left;
		width: 58.333333333333%
	}
}

.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-xs-6 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-6 {
	float: left;
	width: 50%
}

@media (min-width:768px) {
	.col-sm-6 {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	.col-md-6 {
		float: left;
		width: 50%
	}
}

@media (min-width:1200px) {
	.col-lg-6 {
		float: left;
		width: 50%
	}
}

@media (min-width:1620px) {
	.col-xl-6 {
		float: left;
		width: 50%
	}
}

.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-xs-5 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-5 {
	float: left;
	width: 41.666666666667%
}

@media (min-width:768px) {
	.col-sm-5 {
		float: left;
		width: 41.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-5 {
		float: left;
		width: 41.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-5 {
		float: left;
		width: 41.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-5 {
		float: left;
		width: 41.666666666667%
	}
}

.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-xs-4 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-4 {
	float: left;
	width: 33.333333333333%
}

@media (min-width:768px) {
	.col-sm-4 {
		float: left;
		width: 33.333333333333%
	}
}

@media (min-width:992px) {
	.col-md-4 {
		float: left;
		width: 33.333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-4 {
		float: left;
		width: 33.333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-4 {
		float: left;
		width: 33.333333333333%
	}
}

.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-xs-3 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 20px
}

.col-xs-3 {
	float: left;
	width: 25%
}

@media (min-width:768px) {
	.col-sm-3 {
		float: left;
		width: 25%
	}
}

@media (min-width:992px) {
	.col-md-3 {
		float: left;
		width: 25%
	}
}

@media (min-width:1200px) {
	.col-lg-3 {
		float: left;
		width: 25%
	}
}

@media (min-width:1620px) {
	.col-xl-3 {
		float: left;
		width: 25%
	}
}

.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-xs-2 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-2 {
	float: left;
	width: 16.666666666667%
}

@media (min-width:768px) {
	.col-sm-2 {
		float: left;
		width: 16.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-2 {
		float: left;
		width: 16.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-2 {
		float: left;
		width: 16.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-2 {
		float: left;
		width: 16.666666666667%
	}
}

.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-xs-1 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1 {
	float: left;
	width: 8.3333333333333%
}

@media (min-width:768px) {
	.col-sm-1 {
		float: left;
		width: 8.3333333333333%
	}
}

@media (min-width:992px) {
	.col-md-1 {
		float: left;
		width: 8.3333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-1 {
		float: left;
		width: 8.3333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-1 {
		float: left;
		width: 8.3333333333333%
	}
}

/*申请收录btn*/
#banner-bear .submit {
	display: none;
}

.header .submit i,
#banner-bear .submit i {
	padding-right: 4px;
}

.header .submit .a,
#banner-bear .submit .a {
	display: block;
	margin: 21px 20px;
	height: 36px;
	line-height: 36px;
	padding: 0 1em;
	text-align: center;
	border-radius: 20px;
	color: #ff5656;
	font-size: 14px;
	font-weight: 800px;
}

.header .submit .a:hover,
#banner-bear .submit .a:hover {
	background-color: #ef1616;
	color: #fff;
}

.header .submit .a:hover,
#banner-bear .submit .a:hover {
	animation-name: shakeAnim;
}

@keyframes shakeAnim {
	0% {
		left: 0
	}

	1% {
		left: 0
	}

	2% {
		left: 0
	}

	3% {
		left: 0
	}

	4% {
		left: 0
	}

	5% {
		left: 0
	}

	6% {
		left: 0
	}

	7% {
		left: 0
	}
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

/*等高两列*/
.same-height {
	display: flex;
}

.same-height-l,
.same-height-r {
	flex: 1;
}

/*.same-height-r{padding-left:24px;}*/

/*快捷导航*/
.quick-nav {
	margin-left: 10px;
	margin-bottom: 24px;
	padding-top: 10px;
	background: #fff;
}

@media screen and (max-width:991px) {
	.content-sidebar {
		display: none
	}

	.part .tt {
		top: 55px !important;
	}
}

.content .row {
	position: relative
}

.index-breadcrumb {
	margin-top: 0;
}

.part {
	margin-top: 24px;
}
.partnbt {
	margin-top: 0;
}

.ttdis {
	background: #fff;
	padding: 20px;
}

.partnbg {
	margin-bottom: 40px;
}

.partbtm {
	margin-bottom: 0;
	margin-top: 0;
}

.part .tt {
	line-height: 16px;
	background: #f1f5f8;
	z-index: 1;
}

.part .ttdis {
	text-align: center;
	background: #f8fff9;
}

.part .tt strong .title_color {
	color: #333;
	font-size: 22px;
}

.part .topt strong .title_color {
	color: #fff;
}

.part .topt strong .fa-star-o {
	color: #fff;
	padding: 0 8px;
}

.part .tt span {
	color: #6b7386;
	font-size: 18px;
	position: relative;
	font-weight: 400;
}

.part .tt .article_spance {
	padding-top: 16px;
}

.part .tt a {
	display: inline-block;
	color: #6b7386;
	font-size: 12px;
	font-weight: 400;
	padding-right: 20px;
	float: right;
}

.part .tt a.float-none {
	float: none;
}

.part .topt a {
	color: #f5f5f5;
}

.part .tth a {
	float: none;
}

.part .tt a:hover {
	color: #ff3636
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.part .items {
	padding-top: 20px;
}

.part .form {
	margin-bottom: 80px;
}

.part .itemspd {
	padding: 20px;
}

.part .topitems {
	padding-top: 0;
}

.part .itemsh {
	padding: 20px;
}

.part .item {
	position: relative;
	margin-bottom: 32px;
}

.part .angle_fix {
	position: absolute;
	right: 16px;
	top: 16px;
}

.part .item .link .fa {
	font-size: 16px;
	text-align: center;
	padding-left: 2px;
	opacity: .6;
}

.part .item .link:hover .fa {
	color: #333;
}

.part .item .a {
	transition: all .32s ease-in-out;
	display: block;
	width: 100%;
	padding: 20px 20px 4px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px 4px 0 0;
}

.part .item .a:hover {
	box-shadow: 0px 5px 28px 0px rgba(65, 106, 123, 0.2);
}

.part .item .a:hover h3 {
	color: #ff3636;
	cursor: pointer;
}

.part .item .a img {
	box-shadow: 0 0px 1px 0 rgba(0, 0, 0, .2);
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 100%
}

.part .item .a h3 {
	max-width: 70%;
	font-weight: normal;
	margin-left: 44px;
	color: #6b7386;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	margin-bottom: 8px;
	margin-top: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}

.part .item .a h3 i {
	color: #f84b44
}

.part .item .a p {
	margin-left: 44px;
	color: #9ea7bd;
	font-size: 12px;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}

.part .item .a:hover h3 {
	opacity: 1;
}

.part .item .a:hover p {
	color: #abb0bd
}

.part .item .article_btm {
	border-top: 1px solid #eee;
	padding: 8px 20px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

.part .item .view {
	font-size: 14px;
	opacity: .6;
}

.part .item .view .fa {
	padding-right: 8px;
}

.top-show {
	color: #ff3636;
	padding-right: 5px;
}
.part .topt {
	background: #fff;
	padding: 20px 8px 20px 12px;
	border-bottom: 1px solid #f6f6f6;
	border-radius: 8px 8px 0 0;
}

.part .top_row {
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	padding-left: 0;
	padding-right: 0;
}

.part .top_row:nth-child(3n) {
	border-right: none;
}

/*文章格子*/
.part .art-item {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	box-shadow: 0px 1px 6px 0px rgba(65, 106, 123, 0.1);
}

.part .art-item h3 {
	margin: 10px 20px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
}

.part .art-item:hover {
	background: #fff;
	box-shadow: 0px 15px 28px 0px rgba(65, 106, 123, 0.2);
	border-radius: 5px;
}

.part .art-item .art-a img {
	width: 100%;
	height: 182px;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.part .art-item p {
	margin: 10px 20px;
	color: #abb0bd;
	font-size: 12px;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width:1240px) {
	.quick-nav {
		display: none;
	}

	.part .art-item h3 {
		height: 42px;
	}

	.part .art-item .art-a img {
		height: 122px;
	}

	.part .art-item h3 {
		font-size: 14px
	}

	.part .art-item h3,
	.part .art-item p {
		margin: 10px;
		margin-top: 0;
	}
}

@media (max-width:1199px) {
	.quick-nav {
		display: none;
	}

	.part .item .a {
		padding: 12px 8px
	}

	#banner-bear {
		height: 33vh;
	}

	.typing {
		width: 80%;
		top: 30%;
		text-align: center;
		font-size: 1em;
	}

	.part .item .link .fa {
		right: 20px;
		top: 20px;
	}

	.part .tt span {
		line-height: 1.4;
		font-size: 18px;
	}

	.breadnav {
		padding-bottom: 0 !important;
	}

	.header .nav-bar li.active::before,
	.header .nav-bar li[class*="li-cate-"]::before {
		bottom: 8px;
	}

	.header .submit {
		display: none;
	}
	.hidden-sm-md-lg {
		display: none;
	}

	.primary-menus ul {
		overflow-x: scroll;
		white-space: nowrap;
	}
}

@media (max-width:991px) {
	.part .item .a {
		padding: 14px 18px
	}

	.same-height-r {
		padding-left: 10px;
	}

	.verify-wrap img {
		top: 8px !important;
	}

	#banner-bear .submit {
		font-weight: 300;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, -50%);
	}

	.typing {
		width: 80%;
		text-align: center;
		font-size: 18px;
	}

	.part .tt {
		top: 55px !important;
	}

	.part .tt a {
		padding-top: 5px;
	}
}

@media (max-width:767px) {
	#banner-bear {
		margin-bottom: 24px;
	}

	.part {
		margin-bottom: 16px;
	}

	.index-part {
		margin-top: 0;
	}

	.partbtm {
		margin-bottom: 32px;
	}

	.partmobile {
		margin-bottom: 0;
	}

	.part .itemspd {
		padding: 0;
	}

	.part .relateditem {
		margin-bottom: 16px;
	}

	.part .angle_fix {
		right: 8px;
		top: 8px;
	}

	.part h2 {
		padding: 16px 24px
	}

	.part .item .a {
		padding: 12px 4px
	}

	.part .item .a p {
		margin-bottom: 0;
	}

	.part .item .link .fa,
	.part .item .article_btm {
		display: none;
	}

	.part .tt a {
		padding-top: 10px;
		padding-right: 0;
	}

	#flink {
		padding: 0 16px;
	}

	.form {
		padding: 0 15px;
	}

	.float-none {
		float: none !important;
	}

	.part .art-main {
		padding: 16px 10px;
	}

	.part .top_row {
		border-bottom: 1px solid #f5f5f5;
	}

	.part .items {
		padding-top: 0;
	}

	.part .itemmobile {
		padding: 10px;
	}

	.part .inner_item {
		margin-bottom: 16px;
	}

	.colpad:nth-child(odd) {
		padding-left: 16px;
		padding-right: 4px;
	}

	.colpad:nth-child(even) {
		padding-left: 4px;
		padding-right: 16px;
	}

	.part .top_row:nth-child(odd) {
		border-right: 1px solid #f5f5f5;
	}

	.msg img.avatar {
		width: 32px !important;
		height: 32px !important;
		padding: 0px !important;
	}

	ul.msg ul.msg {
		margin-top: 10px !important;
	}

	.footer-copyright p span {
		padding: 0 2px !important;
	}

	.footer-copyright p {
		margin-bottom: 0 !important;
		line-height: 30px !important;
		text-align: center;
	}

	.ttdis {
		padding: 10px;
	}

	.part .tt a {
		padding-left: 10px;
	}

	.part .form {
		margin-bottom: 40px;
	}

	.pagebar {
		margin-bottom: 40px !important;
	}
}

/*分页*/
.pagebar {
	text-align: center;
	margin: 20px 0 80px;
	font-size: 14px;
}

.pagebar span {
	padding: 0 8px;
}

.page-numbers {
	border-radius: 5px;
	border: 1px solid #dadfec;
	background: #f1f5f8;
	text-align: center;
	height: 46px;
	line-height: 46px;
	padding: 8px 14px;
	word-break: keep-all;
	font-size: 15px;
}

.pagebar .current {
	border-radius: 5px;
	background: #fff;
	text-align: center;
	height: 46px;
	line-height: 46px;
	padding: 8px 14px;
}

a.page-numbers:hover {
	color: #6b7386;
	background: #fff;
	border: 1px solid #dae3ec;
}

/*面包屑导航*/
.breadnav {
	font-size: 14px;
	padding: 10px;
	color: #6b7386;
}

.breadnav a:hover {
	color: #ff3636;
}

.breadnav i {
	padding: 0 6px;
}

.breadnav .bread {
	padding: 10px 0;
}

/*首页友链*/
.f-link .container {
	width: 100%;
}

ul.f-link,
.f-link li {
	list-style: none;
}

.f-link li {
	float: left;
	padding: 10px 20px 10px 0;
}

.f-link li a {
	font-size: 14px;
	color: #6b7386;
}

.f-link li a:hover {
	color: #ff3636;
}

/*底部*/
.footer-copyright {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #6b7386;
	background: #333;color: #909ab2;
}

@media (min-width:1200px) {
	.footer-copyright {
		height: auto;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.footer-copyright p {
		line-height: 40px;color: #909ab2;
		text-align: center;
	}

	.footer-copyright p span {
		padding: 0 6px;
		white-space: nowrap
	}

	.footer-copyright p a {
		color: #909ab2;
		opacity: 1;
	}

	.footer-copyright p a:hover {
		color: #ff3636;
	}
}

@media (max-width:991px) {
	.footer-copyright {
		line-height: 24px;
		font-size: 12px
	}

	.footer-copyright p {
		margin-bottom: 10px
	}
}

/*返回顶部*/
#backtop {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	display: none;
	position: fixed;
	right: 2%;
	bottom: 170px;
	color: #6b7386;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	transition: all .3s linear;
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	line-height: 44px;
}

#backtop:hover {
	color: #ff3636;
}

@media (max-width: 991px) {
	.same-height {
		display: block;
	}
}

.part .tt {
	padding: 20px;
	line-height: 16px;
	border-bottom: 1px solid #f1f4f9;
	background: #fff;
	z-index: 1;
	color: #6b7386;
	font-size: 18px;
	font-weight: 400;
}

.part .tt .info {
	color: #6b7386;
}

.part .tt a {
	display: inline-block;
	float: right;
	color: #6b7386;
	font-size: 12px;
	font-weight: 400;
}

.art-tag a {
	color: #6b7386;
	background: #f1f5f8;
	text-align: center;
	line-height: 22px;
	border-radius: 50px;
	display: inline-block;
	padding: 2px 6px;
	font-size: 12px;
}

.art-tag {
	margin-top: 20px;
}

.zmlist a {
	font-size: 20px;
	margin: 5px 8px;
	display: inline-block;
}

.taglist ul li {
	display: inline-block;
}
@media (max-width: 767px){
	.part .tt {
		padding: 10px;margin-bottom: 15px;
	}
}