﻿@charset "utf-8";
.example {width:100%;height:460px;margin:0px auto;}
/*轮播样式*/
.swiper-container{ width: 100%; height: 460px; position: relative; background: #000; overflow: hidden;}
.swiper-wrapper{ display: flex;}
.swiper-slide{ min-width: 100%; font-size: 20px; color: #fff;}
.swiper1 {background: url('/images/web/banner.jpg') no-repeat center 0;}
.swiper2 {background: url('/images/web/banner-2.jpg') no-repeat center 0;}
.swiper1 a, .swiper2 a {
    display: block;
    width: 100%;
    height: 100%;
}
/*分页器*/
.swiper-pagination{ display: flex; position: absolute; bottom: 20px; left: 50%; transform: translate3d(-50%,0,0);}
.swiper-pagination span{ margin: 0 2px; cursor: pointer; background: #fff; width: 10px; height: 10px; border-radius: 100%;}
.swiper-pagination-bullet-active{ background: red !important;}



	.lr-menu { background-color: #fff;}
	.lr-menu .item { padding:20px 25px;border-bottom: solid 1px #ededed;}
	.lr-menu .item .dt {font-size: 18px; padding-bottom:2px;}
	.lr-menu .item .dt span {font-size: 14px; color:#3498db; float:right;display: block;}
	.lr-menu .item .dt span.active a{color:#3498db;}
	.lr-menu .item .dd { margin-top: 5px;}
	.lr-menu .item .dd span{float: left;width:33.333%;line-height: 24px;text-align: left;margin-top: 6px;}
	.lr-menu .item .dd a {font-size: 14px;color: #666;}
	.lr-menu .item .dd a:hover{	color: #3498db;}
	.lr-menu .item .dd .active a{color: #3498db;}
	.lr-menu .item .dd .search-text{ width:176px; height:40px; border:solid 1px #dbdbdb;box-sizing: border-box;color:#aaa; padding-left:10px; float:left;}
	.lr-menu .item .dd .search-submit{ width:54px; height:40px; background: url('/images/web/search.png') no-repeat center #3498db; border:none; float:left;}
	.lr-menu .item .dt p {font-size: 14px; color:#999; float:right;display: block;}
    .lr-menu .item .dd h1 {line-height: 30px;float: left; color:#666; font-size:14px; font-weight:normal;}
    .lr-menu .item .dd time {font-size: 14px;float: right; color:#999;line-height: 30px;}



.navigation{ overflow: hidden; width: 100%; height:54px; font-size:16px; color:#666;}
	.navigation span{ float: left; padding: 14px 0px; margin:0px 25px; cursor: pointer; }
	.navigation span.active{ border-bottom:solid 2px #5da8e0; color:#3498db;}
	.user{ display: none;}
	.navigation p{font-size: 14px; color:#999; float:right;display: block; line-height:54px;}
	.job-body {padding: 20px 25px;}
	.job-body i{ text-align:center; display:block;}
	.job-body p{ text-align:center;}
	.job-name{ line-height:20px;}
	.job-name span{ font-weight:normal;}

