 /* CSS Document */
@charset "utf-8";
html,body{

	height: 100%;
	font-family: 微软雅黑;
	background: #f4f4f4;
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	background: url(../images/bg.jpg);
	letter-spacing: 2px;
	
}
body,div,p,a,table,td,textarea,form,input,img,ul,li,dl,dt,dd,h1,h2,h3,h4 {

	margin:0; 
	padding:0; 
	font-weight:normal; 
	/*
	font-size:12px; 
	*/
	font-family: 微软雅黑;
	-webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/
}


body{
	font-size:12px; 
	font-family: 微软雅黑;
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	padding-top: 115px !important;
}
ul,ol{

	list-style:none;
}
img{

	border:0;
}
a{

	color:#333; 
	text-decoration:none;
}
a:hover{

	outline:0;
}

.w1202{

	width: 1202px;
	margin: 0 auto;
}
.header{
	width: 100%;
	min-width: 1202px;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
}
.top{
	display: block;
	width:100%;
	min-width: 1202px;
	height: 35px;
	background: #022a4e;
}

.header .top .w1202 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
}
.top_date{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
}
.top_date span{

	padding: 0 10px;
	float: left;
}
.top_date1{

	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	letter-spacing: 2px;
}
.top_date2{

	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	letter-spacing: 2px;
}
.top_login {
	white-space: nowrap;
	color: #fff;
	display: flex;
	font-size: 15px !important;
}
.top_login a {
	color: #fff;
	margin: 0px 8px;
}
.top_login .change-lang {
	margin: 0px;
}
.top_login .change-lang-box {
	margin-left: 20px;
}
.top_login ul li{
	color: #fff;
	font-size: 15px;
	line-height: 35px;
}
.top_login ul li a{

	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
}
.login{

	background: url(../images/login_inco.png) no-repeat left center;
	padding-left: 18px;
}
.top_font{

	padding-left: 26px;
}
.head{
	width: 100%;
	min-width: 1202px;
	height: 80px;
	display: block;
	background: url(../images/logo_bg.png) repeat-x;
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.4); 
	-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.4); 
	box-shadow:0px 5px 5px rgba(0,0,0,0.4);
}
.header-box {
  height: 80px;
}
.logo{
	width: 102px;
}
.logo img {
	width: 120px;
}

.head_nav_menu{

}
.search{
	margin-right: 20px;
	width: 210px;
	height: 32px;
	border: 1px solid #cbcbcb;
	border-radius: 16px;
	position: relative;
}
.search input{

	width: 170px;
	height: 32px;
	margin-left: 8px;
	border: none;
	background: transparent;
	font-size: 15px;
	color: #333;
	line-height: 32px;
	float: left;
	outline: none;
}
input:-moz-placeholder,textarea:-moz-placeholder{
color: #b0b0b0;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
color: #b0b0b0;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color: #b0b0b0;
}
.search_button{

	position:absolute;
	width:19px;
	height:17px;
	top:5px;
	left:178px;
	z-index:99;
}
.header-menu {
  width: 1105px;
}
.menu{
  width:696px;
}
.menu ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.menu ul li{
	font-size: 16px;
	color: #c1c1c1;
	flex: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.menu ul li:not(:last-child)::after{
	content: '/';
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #c1c1c1;
	transform: translateX(50%);
}
.menu ul li a{
	font-size: 20px;
	color: #2b2b2b;
	font-weight: bold;
}
.head_nav_menu {
  width: 30px;
}
.head_nav_menu .btn-plain {
	padding: 0 !important;
}
.head_nav_menu .dropdown-item {
	padding: 5px 15px !important;
}

.footer{

	width: 100%;
	min-width: 1202px;
	overflow: hidden;
	margin-top: 25px;
	height: 330px;
	background: #022a4e;
	text-align: center;
}
.footer_logo{

	padding-top: 55px;
}
.footer_menu{

	font-size: 15px;
	color: #ffedd5;
	line-height: 50px;
}
.footer_menu a{

	font-size: 16px;
	color: #ffedd5;
	line-height: 50px;
	font-family: 微软雅黑;
}
.foot_button{

	overflow: hidden;
	width: 172px;
	margin: 0 auto;
}
.foot_button ul li{

	float: left;
	margin: 0 5px;
}

.piaofu1{

	width: 93px;
	height: 91px;
	position: fixed;
	left: 1%;
	top: 220px;
	z-index: 1000;
}
.piaofu2{

	width: 93px;
	height: 91px;
	position: fixed;
	left: 1%;
	top: 350px;
	z-index: 1000;
}
.piaofu01{

	width: 93px;
	height: 91px;
	position: fixed;
	left: 5%;
	top: 180px;
	z-index: 9999;
}
.piaofu02{

	width: 93px;
	height: 91px;
	position: fixed;
	left: 5%;
	top: 310px;
	z-index: 9999;
}
.piaofu3{

	width: 93px;
	height: 91px;
	position: fixed;
	right: 1%;
	bottom: 30px;
	z-index: 999;
}
.piaofu4{
	width: 50px;
	height: 91px;
	position: fixed;
	right: 1%;
	top: 220px;
	z-index: 9999;
	text-align:center;
}
.piaofu4 img {
	width: 50px;
}
.page{

	overflow: hidden;
	margin-top:30px;
	text-align:center;
}
.page a{

	width: 40px;
	height: 40px;
	background: #fff;
	display: inline-block;
	margin:0 3px;
	color:#000;
	text-decoration:none;
	line-height: 40px;
	font-size: 14px;
}
.page-left{

	font-family: 宋体;
	font-weight: bold;
}
.page a:hover{

	color:#fff;
	background: #022a4e;
}
.page a:active{

	color:#fff;
	background: #022a4e;
}
.page .current{

	width: 40px;
	height: 40px;
	background: #022a4e;
	display: inline-block;
	margin:0 3px;
	color: #fff;
	line-height: 40px;
}
.sub-title{
	
	width: 100%;
	min-width: 1202px;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #d0d0d0;
}
.sub-title1{
	
	width: 100%;
	min-width: 1202px;
	border-bottom: 1px solid #d0d0d0;
}
.sub-title_title{

	text-align: right;
	font-size: 18px;
	color: #565656;
}
.sub-title_title a{

	font-size: 18px;
	color: #565656;
}
.sub-title_title a:hover{

	color: #789881;
}
.sub-title_title span{

	color: #789881;
	border-bottom: 1px solid #789881;
	display: inline-block;
	bottom: 0px;
	position: relative;
	z-index: 1111;
}

.sub-title_title1{

	text-align: right;
	font-size: 18px;
	color: #565656;
	line-height: 55px;
	overflow: hidden;
}
.sub-title_title1 a{

	font-size: 18px;
	color: #565656;
}
.sub-title_title1 a:hover{

	color: #789881;
}
.sub-title_title1 span{

	color: #789881;
	border-bottom: 1px solid #789881;
	display: inline-block;
	bottom: -1px;
	position: relative;
	z-index: 1111;
}


.banner{

	width: 100%;
	height: auto;
	min-width: 1202px;
	position: relative;
	z-index: 1;
}
.banner img{

	width: 100%;
	height: auto;
	border-bottom: 1px solid #d0d0d0;
}
.banner_button{

	position: absolute;
	width: 100px;
	height: 15px;
	bottom: 13px;
	left: 50%;
	margin-left: -50px;
	overflow: hidden;
}
.banner_button ul li{

	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	display: block;
}
.banner_button ul li a{

	display: block;
}
.banner_button .cut{

	background: #022a4e;
}

img {
	transition: all 0.6s ease-in-out;
}

.index-swiper .swiper-slide {
	width: 100%;
	height: 400px;
}

.index-swiper .swiper-slide a {
	position: relative;
	display: block;
}

.index-swiper .swiper-slide a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
	pointer-events: none;
	z-index: 1;
}

.index-swiper .swiper-slide img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.swiper-pagination {
	margin-bottom: 5px;
}

#tt .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

#tt .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/* 封面故事和广告轮播图遮罩层 */
#fmgs .swiper-slide a::after,
#guanggao .swiper-slide > div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 100%);
	pointer-events: none;
	z-index: 1;
}

#fmgs .swiper-slide a,
#guanggao .swiper-slide > div {
	position: relative;
	display: block;
}

/* 封面故事和广告轮播图白色分页器 */
#fmgs .swiper-pagination-bullet,
#guanggao .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

#fmgs .swiper-pagination-bullet-active,
#guanggao .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/* 用户名悬停提示框样式 */
.user-name-wrapper {
  position: relative;
  display: inline-flex;
	align-items: center;
}

.user-name-hover {
  cursor: pointer;
}

.user-name-hover:hover {
  color: #cd1a1c;
}

.user-intro-tooltip {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 200px;
  max-width: 300px;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  display: none;
  top: 100%;
  left: 0;
  margin-top: 5px;
  white-space: normal;
}

.user-name-wrapper:hover .user-intro-tooltip {
  display: block;
}

.user-intro-tooltip .intro-empty {
  color: #999;
  font-style: italic;
}