@charset "utf-8";
/* topbar */
.topbar {
	background: #dc0003;
	height: 34px;
	line-height: 34px;
	color: #fff;
}
.topbar a {
	color: #fff;
	text-decoration: none;
}
.topbar-con-1, .topbar-con-2 {
	float: right;
	display: inline-block;
}
.topbar-con-1 li, .topbar-con-2 li {
	float: left;
	display: inline;
}
.topbar-con-2 li {
	margin-right: 15px;
}
.topbar-con-1 {
	margin: 0 5px 0 40px;
}
.topbar-con-1 li a {
	margin: 0 5px;
}
.topbar-item {
	display: block;
	margin-top: 1px;
	position: relative;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
}
.topbar-item:hover .topbar-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.topbar-item-tougao {
	background-position: 0 0;
}
.topbar-item-tougao:hover {
	background-position: 0 -44px;
}
.topbar-item-weixin {
	background-position: 0 -88px;
}
.topbar-item-weixin:hover {
	background-position: 0 -132px;
}
.topbar-item-weixin .topbar-layer {
	height: 212px;
	background: url(../images/weixin.png) no-repeat;
}
.topbar-item-toutiao {
	background-position: 0 -176px;
}
.topbar-item-toutiao:hover {
	background-position: 0 -220px;
}
.topbar-item-toutiao .topbar-layer {
	height: 212px;
	background: url(../images/toutiao.png) no-repeat;
}
.topbar-item-qiangguo {
	background-position: 0 -264px;
}
.topbar-item-qiangguo:hover {
	background-position: 0 -308px;
}
.topbar-item-qiangguo .topbar-layer {
	height: 212px;
	background: url(../images/qiangguo.png) no-repeat;
}
.topbar-item-weibo {
	background-position: 0 -352px;
}
.topbar-item-weibo:hover {
	background-position: 0 -396px;
}
.topbar-item-weibo .topbar-layer {
	height: 212px;
	background: url(../images/weibo.png) no-repeat;
}
.topbar-item-top {
	background-position: 0 -484px;
}
.topbar-item-top:hover {
	background-position: 0 -484px;
}
.topbar-layer {
	z-index: 10;
	position: absolute;
	left: -50px;
	top: 30px;
	width: 172px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 5% 5%;
	-moz-transform-origin: 5% 5%;
	-ms-transform-origin: 5% 5%;
	-o-transform-origin: 5% 5%;
	-webkit-transform-origin: 5% 5%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	/*transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;*/
}

/* header */
.header {
	padding: 20px 15px;
}
.header .logo {
	padding: 11px 0;
	float: left;
	display: inline;
}
.header .ad-banner {
	float: right;
	display: inline;
}
.header .ad-banner img {
	width: 860px;
}
/* main-menu */
.main-nav-inner {
	border-top: #db0d13 3px solid;
	border-bottom: #e6e6e6 1px solid;
	background: #fff;
}
.main-menu {
	float: left;
}
.menu-position {
	position: relative;
}
.fa {
	font-size: 12px;
	color: #aaa;
}
.main-menu div> ul {
	display: flex;
}
.main-menu div> ul > li {
	position: relative;
	margin-right: 10px;
	float: left;
}
.main-menu div> ul > li:last-child {
	margin-right: 0;
}
.main-menu div> ul > li:hover ul.sub-menu {
	visibility: visible;
	max-height: 360px;
	padding: 24px 20px;
}
.main-menu div> ul > li:hover .mega-menu {
	visibility: visible;
	max-height: 300px;
	padding: 25px 30px 30px 30px;
}
.main-menu div> ul > li:hover > a {
	color: #dc0003;
}
.main-menu div> ul > li:hover > a::before {
	opacity: 1;
	visibility: visible;
}
.main-menu div> ul > li > a {
	display: block;
	font-size: 18px;
	line-height: 60px;
	text-transform: capitalize;
	position: relative;
}
.main-menu div> ul > li > a i {
	margin-left: 7px;
}
.main-menu div> ul > li > a.active {
	color: #dc0003;
	border-bottom: #dc0003 2px solid;
}
.main-menu div> ul > li ul.sub-menu {
	position: absolute;
	min-width: 135px;
	padding: 0 20px;
	background: #ffffff;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
	max-height: 0;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	left: 0;
	right: auto;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 99;
	top: 101%;
	text-align: left;
}
.main-menu div> ul > li ul.sub-menu li a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 32px;
	text-transform: capitalize;
}
.main-menu div> ul > li ul.sub-menu li a:hover {
	color: #dc0003;
}
.main-menu div> ul > li.mega-items {
	position: static;
}
.main-menu div> ul > li .mega-menu {
	position: absolute;
	width: 1140px;
	padding: 0 30px 0 30px;
	background: #ffffff;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
	max-height: 0;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	left: 0;
	right: auto;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 99;
	top: 101%;
	top: 100%\9;
	text-align: left;
}
.mega-menu-inner {
	display: flex;
	justify-content: space-between;
}
.mega-menu-inner > li > a {
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 12px;
}
.mega-menu-inner > li > a:hover {
	color: #dc0003;
}
.mega-menu-inner > li ul li {
	display: block;
}
.mega-menu-inner > li ul li a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 30px;
	text-transform: capitalize;
}
.mega-menu-inner > li ul li a:hover {
	color: #dc0003;
}
/*main menu css end*/
.is-ts-sticky.sticky {
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.is-ts-sticky.sticky.fade_down_effect {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.search {
	float: right;
	margin-right: 8px;
	display: none;
}
.search a {
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	background: #dc0003;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #ffffff;
	margin: 14px 0;
}
.search a i {
	line-height: 28px;
	font-size: 20px;
}
/* footer */
.footer {
	background: #1c1c1c;
}
.footer .footer-inner {
	padding: 40px 0;
}
.footer h3, .footer h3 a {
	color: #fff;
	margin-bottom: 15px;
}
.footer .footer-inner li, .footer .footer-inner p {
	line-height: 28px;
}
.footer .footer-inner li a, .footer .footer-inner p {
	color: #a3a3a3;
}
.footer .footer-inner img {
	margin-bottom: 15px;
}
.footer .record {
	border-top: #a3a3a3 1px solid;
	line-height: 60px;
	text-align: center;
	color: #a3a3a3
}
.footer .col-300 img{
	width: 275px;
	height: 60px;
	overflow: hidden;
}
.copyright {
	background: #dc0003;
	height: 36px;
	line-height: 36px;
	color: #fff;
}
.copyright .col-r {
	text-align: right;
}
/*toolbar导航条在右侧悬浮*/
.toolbar-item, .toolbar-layer {
	background: url(../images/toolbar.png) no-repeat;
}
.toolbar {
	position: fixed;
	right: 50px;
	bottom: 50px;
}
.toolbar-item {
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	position: relative;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
}
.toolbar-item:hover .toolbar-layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.toolbar-item-tougao {
	background-position: 0 0;
}
.toolbar-item-tougao:hover {
	background-position: 0 -44px;
}
.toolbar-item-weixin {
	background-position: 0 -88px;
}
.toolbar-item-weixin:hover {
	background-position: 0 -132px;
}
.toolbar-item-weixin .toolbar-layer {
	height: 212px;
	background: url(../images/weixin.png) no-repeat;
}
.toolbar-item-toutiao {
	background-position: 0 -176px;
}
.toolbar-item-toutiao:hover {
	background-position: 0 -220px;
}
.toolbar-item-toutiao .toolbar-layer {
	height: 212px;
	background: url(../images/toutiao.png) no-repeat;
}
.toolbar-item-qiangguo {
	background-position: 0 -264px;
}
.toolbar-item-qiangguo:hover {
	background-position: 0 -308px;
}
.toolbar-item-qiangguo .toolbar-layer {
	height: 212px;
	background: url(../images/qiangguo.png) no-repeat;
}
.toolbar-item-weibo {
	background-position: 0 -352px;
}
.toolbar-item-weibo:hover {
	background-position: 0 -396px;
}
.toolbar-item-weibo .toolbar-layer {
	height: 212px;
	background: url(../images/weibo.png) no-repeat;
}
.toolbar-item-top {
	background-position: 0 -484px;
}
.toolbar-item-top:hover {
	background-position: 0 -484px;
}
.toolbar-layer {
	position: absolute;
	right: 46px;
	bottom: -10px;
	width: 172px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
/*	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;*/
}
