/*banner*/
.index-banner button.layui-carousel-arrow{
	height: 72px;
	line-height: 72px;
	border-radius: 0;
}
.index-banner .layui-carousel>[carousel-item]{
	margin: 0 auto;
}
.index-banner a{
	text-align: center;
	display: block;
}
.index-banner a:hover{
	opacity: 1;
}
.index-banner img{
	width: 100%;
	height: 400px;
}
/*日历*/
.index-calendar{
	background: #FFFFFF;
	padding-bottom: 30px;
}
.calendar-title{
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
}
.calendar-title ul{
	width: 100%;
}
.calendar-title li{
	text-align: center;
	width: 50%;
	float: left;
}
.calendar-title li:first-child,
.calendar-title li:last-child{
	cursor: pointer;
	width: 25%;
}
.calendar-title li:first-child:hover,
.calendar-title li:last-child:hover{
	background: #F1F1F1;
}
.index-calendar table.calendarmain{
	display: table;
	width: 94%;
	margin: 0 auto;
	table-layout: fixed;
}
.calendarmain tr{
	height: 40px;
}
.index-calendar table tr{
	display: table-row;
}
.index-calendar table td{
	display: table-cell;
	text-align: center;
	cursor: pointer;
}
.index-calendar table td a{
	display: block;
	border: solid 4px transparent;
	padding: 8px 0;
}
.calendarmain th{
	color: #999;
	font-weight: normal;
}
.calendarmain td a.pre-month,
.calendarmain td a.pre-month:hover{
	color: #999;
	cursor: default;
	border: solid 4px transparent;
}
.calendarmain td a.point,
.calendarmain td a.point:hover{
	background-color: #9f0423;
	color: #ffffff;
	border-color: #FFFFFF;
	border-radius: 2px;
	opacity: 1;
}
.calendarmain td a.click-on{
	position: relative;
	z-index: 9999;
}
.calendar-none,
.calendar-display{
	width: 92%;
	box-sizing: border-box;
	box-shadow:0px 8px 8px 0px rgba(0,0,0,0.2);
	padding: 15px;
	background: #FFFFFF;
	border: 2px solid #9f0423;
	border-radius: 4px;
	position: absolute;
	z-index: 999;
	left: 15px;
	margin-top: 9px;
	text-align: left;
	display: none;
}
.calendarmain td a.click-on:before{
	content: "";
	position: absolute;
	left: 30%;
	bottom: -13px;
	z-index: 99999;
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-bottom: 9px solid #9f0423;
}
.calendarmain td a.click-on:after{
	content: "";
	position: absolute;
	left: 33%;
	bottom: -15px;
	z-index: 999999;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 9px solid #FFFFFF;
}
.calendar-display p {
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
	margin-bottom: 10px;
}
.calendar-display p span{
	font-size: 14px;
	font-weight: normal;
	float: right;
	color: #666;
}
.calendar-display li{
	display: flex;
}
.index-calendar table td .calendar-display a {
	height: 36px;
	line-height: 36px;
	padding: 0 14px 0 0;
	flex: 1;
	display: block;
	color: #444;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-calendar table td .calendar-display a:hover{
	color: #0f77e0;
}
.calendar-display li span{
	line-height: 36px;
}
.calendar-display li:hover{
	background: #F1F1F1;
}
.calendar-display i{
	float: left;
	margin: 0 4px;
	color: #FFB800;
	line-height: 34px;
}
/*通用*/
.index-con-box{
	background: #FFFFFF;
}
.index-tit{
	border-bottom: 1px solid #F0F0F0;
	text-align: center;
}
.index-tit .index-tit-one:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 4px;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #9f0423;
}
a.index-more-btn{
	height: 40px;
	line-height: 40px;
	color: #999;
	text-align: right;
	padding-right: 15px;
	display: block;
}
.index-tit .index-tit-one,.index-tit .tit-law,.index-tit .tit-job,.index-tit .tit-link{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.index-tit .tit-link{
	text-align: center;
	line-height: 54px;
	height: 54px;
	border-bottom: 2px solid #9f0423;
}
.index-second-tit{
	text-align: center;
}
.index-second-tit .index-tit-n{
	height: 20px;
	line-height: 20px;
	padding: 13px 0;
	display: flex;
	position: relative;
}
.index-second-tit .index-tit-n li{
	flex: 1;
	border-right: 1px solid #F0F0F0;
	cursor: pointer;
	display: block;
}
.index-second-tit .index-tit-n li:hover{
	opacity: 0.7;
}
.index-second-tit .index-tit-n li:last-child{
	border-right: none;
}
.index-second-tit .index-tit-n li.on{
	color: #9f0423;
	font-weight: bold;
	position: relative;
}

/*指南*/
.index-item-con .index-help-list{
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	padding-top: 0px;
}
.index-item-con .index-help-list li{
	display: inline-block;
}
.index-item-con .index-help-list li a{
	display: block;
	text-align: center;
}
.index-item-con .index-help-list li a .help-list-img{
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	margin: 0 auto;
}
.index-item-con .index-help-list li a img{
	width: auto;
	height: 56px;
	max-width: 56px;
	display: block;
	margin: 0 auto;
}
.index-item-con .index-help-list li span{
	display: block;
	color: #000;
	text-align: center;
	padding-top: 10px;
}
.index-item-con .index-help-list li:hover{
	background: #f2f8fe;
}
.index-item-con .index-help-list li:hover a{
	color: #0F77E0;
}
/*新闻公告*/
.index-item-con .index-news-list{
	padding: 0 15px;
	box-sizing: border-box;
	min-height: 260px;
}
.index-item-con .index-news-list li{
	width: 100%;
	height: 51px;
	line-height: 51px;
	border-bottom: 1px dashed #E4E4E4;
	position: relative;
}
.index-item-con .index-news-list li a{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-item-con .index-news-list li a:hover{
	color: #9f0423;
}
.con-date{
	width: 60px;
	height: 51px;
	margin-right: 15px;
	text-align: center;
	display: inline-block;
	position: relative;
	bottom: 7px;
}
.con-date span{
	color: #9f0423;
	display: block;
	line-height: 25px;
}
.con-date span:first-child{
	font-size: 10px;
	border-bottom: 1px solid #F0F0F0;
}
/*招聘信息*/
.index-item-con .index-job-list{
	padding: 0 15px;
	min-height: 260px;
}
.index-item-con .index-job-list li{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #F0F0F0;
}
.index-item-con .index-job-list li img{
	padding-right: 10px;
	bottom: 16px;
	position: relative;
}
.index-item-con .index-job-list li a{
	width: 75%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-item-con .index-job-list li span{
	float: right;
	color: #999;
	font-size: 12px;
}
.index-item-con .index-job-list li:hover a{
	color: #9f0423;
}

.index-link-list{
	padding: 15px;
}
/*内页*/
.asan-list_banner {
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	margin: 0 auto;
	position: relative;
}
.asan-list_location {
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #999;
}
.asan-list_location a {
	color: #999;
	font-size: 14px;
}
.asan-list_location a:hover{
	color: #9f0423;
}
.asan-list_body {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 80px;
}
.asan-list_content {
	width: 100%;
	height: auto;
	min-height: 740px;
	padding: 30px 0px;
	position: relative;
}
.asan-list_left {
	width: 180px;
	background: #ffffff;
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.asan-list_menus{
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.asan-list_menus li {
	height: 50px;
	background: #ffffff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid #E4E4E4;
}
.asan-list_menus li:last-child {
	border-bottom: none;
}
.asan-list_menus li a {
	color: #333;
	display: block;
}
.asan-list_menus li:hover,
.asan-list_menus .on {
	background: #9f0423;
}
.asan-list_menus li:hover a,
.asan-list_menus .on a {
	color: #ffffff;
}
.asan-list_right {
	margin-left: 200px;
	padding: 0px 0 30px 0;
	min-height: 600px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.asan-list_text li {
	border-left: 4px solid #cf3f2c;
	margin: 4px 0px;
	height: 50px;
	background: #f2f2f2;
	text-align: left;
	line-height: 50px;
	overflow: hidden;
}
.asan-list_text li a {
	color: #333333;
	font-size: 16px;
	padding-left: 15px;
}
.asan-list_text li span {
	color: #ba2a17;
	font-size: 14px;
	float: right;
	padding-right: 15px;
}
.asan_list-content {}
.asan_list-content h3 {
	color: #222;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-family: "微软雅黑";
}
.asan_list-content h4 {
	font-weight: normal;
	padding: 10px 0;
	line-height: 20px;
	color: #666;
	text-align: center;
	border-bottom: 1px dotted #999;
	font-size: 12px;
	width: 590px;
	margin: 0 auto;
}
.asan_list-content h4 span {
	padding: 0 4px;
}
.asan_list-content .p {
	padding: 15px 20px 0 20px;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 24px;
}
.asan_noborder {
	width: 600px;
	margin: 0 auto;
	border: 0px;
	text-align: center;
}
.asan_noborder,
.asan_noborder tr,
.asan_noborder td,
.asan_noborder img {
	border: 0px;
	text-align: center;
}
.asan_noborder p {
	line-height: 21px;
	text-align: center;
}
.asan_noborder a {
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.w300 {
	width: 300px;
	text-align: center;
	padding-left: 10px;
}
.w200 {
	width: 200px;
	text-align: center;
}
.w300 img,
.w300 a,
.w200 img,
.w200 a {
	text-align: center;
}
.asan-page_con {
	padding: 15px 30px;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.asan-page_con ul {
	list-style: none;
}
.asan-page_con ul li {
	font-size: 14px;
	color: #888;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 10px;
	padding: 10px 0;
}
.asan-page_con ul li a {
	color: #2b2b2b;
	display: block;
	line-height: 20px;
}
.list1_time {
	float: right;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
}
.gzd {
	width: 90px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
}
.org {
	color: #a80202;
}
.asan-page_con a:hover {
	color: #9f0423;
}
/*文章详情*/

.news-content {
	height: auto;
	padding-bottom: 10px;
}
.news-content .news-content-tit {
	font-size: 28px;
	text-align: center;
	color: #333;
	padding: 15px;
	border-bottom: 1px solid #999;
}
.news-content .news-content-tit span {
	font-size: 12px;
	color: #999;
}

.full-width .asan-list_right{
	margin: 0 auto;
}
.full-width .list-num{
	margin: 20px 0 0 20px;
}
/*职位信息*/

.list-tab {
	padding: 0 30px;
}
.list-tab ul {
	display: flex;
}
.list-tab li {
	height: 30px;
	line-height: 30px;
	margin-right: 6px;
	background: #FFFFFF;
	text-align: center;
}
.list-tab li:last-child{
	margin-right: 0;
}
.list-tab li a {
	padding: 0 20px;
	display: block;
}
.list-tab li.on {
	border-bottom: 4px solid #9f0423;
}
.list-tab li a:hover,
.list-tab li.on a {
	color: #9f0423;
}

/*职位详情*/

.company-con {
	padding-bottom: 20px;
}
.company-con .company-tit-s {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-left: 10px;
	border-left: 4px solid #3771d2;
}
.company-con ul#company-con-dis {
	display: flex;
}
.company-con ul#company-con-dis li {
	width: 33.333%;
	border-bottom: none;
	text-align: left;
	flex: 1;
}
.company-con ul#company-con-dis li p {
	padding: 0;
	text-indent: 0;
	color: #333333;
}
.company-con ul#company-con-dis li span {
	color: #666;
	padding-right: 10px;
}
.company-con p.company-con-text {
	padding: 0 10px;
	color: #666;
	text-indent: 0;
}
table.job-table {
	width: 90%;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0 auto 20px auto;
	display: table;
}
table.job-table tr {
	line-height: 20px;
	display: table-row;
	border-bottom: 1px solid #CCCCCC;
}
table.job-table tr:last-child {
	border-bottom: none;
}
table.job-table th {
	background: #F1F1F1;
}
table.job-table th,
table.job-table td {
	border-right: 1px solid #CCCCCC;
	padding: 10px;
	display: table-cell;
}
table.job-table th:last-child,
table.job-table td:last-child {
	border-right: none;
}
@media screen and (max-width: 767px) {
	.con-tit{
		width: 70%;
	}
	.logo-tit .con-tit{
		width: 60%;
	}
	.index-second-row{
		height: auto;
	}
	.asan-list_left{
		width: 100%;
	}
	.asan-list_left ul{
		display: flex;
	}
	.asan-list_left ul li{
		flex: 1;
		font-size: 14px;
	}
	.asan-list_right{
		margin-left: 0;
		margin-top: 50px;
	}
	.news-content-con p{
		padding: 0 0 20px 0;
	}
}

/*跑马灯*/
.mn-wrap {
	height: 230px;
	background: #FFFFFF;
	overflow: hidden;
	margin: 20px 50px;
	position: relative;
}
.mn-swiper{
	width: 1186px;
	height: 100%;
	position: initial !important;
}
.swiper-wrapper {
	-webkit-transition-timing-function: linear;    /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.mn-swiper .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.mn-swiper .swiper-slide{
	width: 268px !important;
	height: 150px !important;
	background: #FFFFFF;
	border: 1px solid #e4e4e4;
	opacity: 0.5;
	border-radius: 4px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 150px;
	margin-top: 40px;
	margin-left: 26px;text-align: center;transition:all .7s ease 0s;
}
.mn-swiper .swiper-slide:hover{

	opacity: 0.9;  box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);
	-webkit-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);
	-moz-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);

}
/* 左侧点击按钮 */
.mn-swiper .swiper-button-prev{
	left: 0;
	background-image: url(../images/swiper-l.png);
}
/* 右侧点击按钮 */
.mn-swiper .swiper-button-next{
	right: 0;
	background-image: url(../images/swiper-r.png);
}
.mn-swiper .swiper-button-next, .mn-swiper .swiper-button-prev{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
}
.mn-swiper .swiper-wrapper{
	width: 100%;
	margin: 0 auto;
}