.header .logo {
	height: 122px;
	box-sizing: border-box;
	padding-top: 22px;
}

.header .nav {
	background-color: #084397;
	height: 56px;
	line-height: 56px;
}

.header .nav ul li {
	position: relative;
}

.header .nav ul li i {
	display: inline-block;
	height: 16px;
	width: 1px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .nav ul li a {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0 30px;
}

.header .nav ul li:last-child i {
	display: none;
}

.header .nav ul li.on i {
	display: none;
}

.header .nav ul li.on: .header .nav ul li:hover i {
	display: none;
}

.header .nav ul li.on a {
	background-color: #357fd2;
}

.header .nav ul li:hover a {
	background-color: #357fd2;
}

.header .nav .btn a {
	color: #357fd2;
	font-size: 16px;
	white-space: nowrap;
}

.header .nav .btn img {
	vertical-align: -8px;
	margin-right: 5px;
}

.header .nav .btn .admin {
	padding-right: 20px;
	border-right: 1px solid #1d61e3;
}

.header .nav .btn .icon {
	padding-left: 20px;
	border-left: 1px solid #00113b;
}

.index_box {
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 595px;
}

.index_box .calendar {
	width: 240px;
}

.index_box .calendar .title {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background-color: #357fd2;
}

.index_box .time {
	width: 100px;
	margin-left: 10px;
	margin-right: 2px;
}

.index_box .time .title {
	background-color: #357fd2;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.index_box .time .box {
	height: 140px;
	width: 100px;
	display: table;
	margin-bottom: 2px;
	background-color: #dde7f5;
}

.index_box .time .box2 {
	background-color: #e9eff8;
}

.index_box .time .box .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.index_box .time .box .text p {
	font-size: 12px;
}

.index_box .list {
	width: 848px;
}

.index_box .list .swiper-slide .title {
	width: 100%;
	background-color: #357fd2;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	display: table;
}

.index_box .list .swiper-slide .title span {
	display: table-cell;
	vertical-align: middle;
}

.index_box .list .swiper-slide .box {
	height: 140px;
	width: 140px;
	display: table;
	background-color: #dde7f5;
	text-align: center;
	margin-bottom: 2px;
	overflow-y: auto;
}

.index_box .list .swiper-slide .box .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.index_box .list .swiper-slide a {
	height: 140px;
	display: block;
	line-height: 140px;
	background-color: #dde7f5;
	text-align: center;
	margin-bottom: 2px;
	color: #333333;
	font-size: 16px;
}

.index_box .list .swiper-slide a:hover {
	color: #fe6000;
}

.index_box .list .swiper-slide .box .text p {
	font-size: 11px;
	color: #333333;
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
}

.index_box .list .swiper-button-white {
	background-color: #4ca1ff;
	width: 26px;
	height: 26px;
	background-size: 10px;
	margin: 0;
	top: 16px;
}

.index_box .list .swiper-button-prev {
	left: 0;
}

.index_box .list .swiper-button-next {
	right: 1px;
}

.index_box .list .swiper-slide.on .text {
	color: #fe6000;
}

.index_box .list .swiper-slide .bg {
	background-color: #e9eff8;
}

.index_box .list .swiper-slide .bg a,
.index_box .list .swiper-slide .bg .box {
	background-color: transparent;
}

.footer {
	background: url(../img/icon/footer.jpg) center no-repeat;
	height: 137px;
	width: 100%;
}

.footer .logo {
	margin-top: 35px;
}

.footer .text {
	margin-top: 35px;
	margin-left: 40px;
}

.footer .text .t {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
}

.footer .image {
	margin-top: 25px;
}

.footer .image .img {
	margin-top: 10px;
}

.footer .image .img2 {
	text-align: center;
	margin-left: 20px;
}

.footer .image .img2 .t {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.popup .box {
	position: absolute;
	background-color: #f8f8f8;
	padding: 40px;
	border-radius: 5px;
	width: 500px;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	/* transform: translate(-50%, -50%); */
}

.popup .box .title {
	color: #014190;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.popup .box .title i {
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #357fd2;
	display: inline-block;
	left: 50%;
	/* transform: translateX(-50%); */
	margin-left: -15px;
	bottom: -1px;
}

.popup .box .item {
	display: flex;
	margin-bottom: 10px;
}

.popup .box .item .text {
	width: 350px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.popup .box .item .text2 {
	width: 350px;
	height: 150px;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	outline: none;
}

.popup .box .item em {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	min-width: 60px;
	flex: 1;
	margin-top: 12px;
}

.popup .box .btn {
	text-align: center;
	margin-top: 20px;
}

.popup .box .btn .btnl,
.popup .box .btn .btnr {
	color: #333333;
	font-size: 16px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
}

.popup .box .btn .btnl {
	background-color: #dddddd;
	margin-right: 30px;
}

.popup .box .btn .btnr {
	background-color: #357fd2;
	color: #FFFFFF;
}

.popup2 .box .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.popup2 .box .text {
	color: #666666;
	line-height: 27px;
}

.wrap {
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 595px;
}

.index_title {
	border-bottom: 1px solid #357fd2;
	padding-bottom: 10px;
}

.index_title .name {
	color: #084397;
	font-size: 18px;
	margin-top: 3px;
}

.index_title .search ul li {
	margin-left: 10px;
}

.index_title .search ul li .text {
	border: 1px solid #dddddd;
	width: 160px;
	height: 30px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	padding-left: 10px;
}

.index_title .search ul li select {
	border: 1px solid #dddddd;
	width: 160px;
	height: 30px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	padding-left: 5px;
}

.index_title .search ul li .btn {
	color: #FFFFFF;
	background-color: #357fd2;
	font-size: 14px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.yy_list {
	margin-top: 15px;
}

.yy_list .title {
	background-color: #357fd2;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
}

.yy_list .title li.l1 {
	width: 80px;
}

.yy_list .title li.l2 {
	width: 110px;
}

.yy_list .title li.l3 {
	width: 70px;
}

.yy_list .title li.l4 {
	width: 150px;
	margin-right: 10px;
}

.yy_list .title li.l5 {
	width: 185px;
}

.yy_list .title li.l6 {
	width: 100px;
}

.yy_list .title li.l7 {
	width: 115px;
}

.yy_list .title li.l8 {
	width: 130px;
}

.yy_list .title li.l9 {
	width: 70px;
}

.yy_list .title li.l10{
	width: 50px;
}

.yy_list .title li.l11 {
	width: 110px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 15px;
}

.yy_list .list {
	color: #333333;
	box-sizing: border-box;
	font-size: 14px;
}

.yy_list .list li {
	/*height: 40px;*/
	/*line-height: 40px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e2eaf7;
	margin-bottom: 1px;
}

.yy_list .list li:nth-child(2n) {
	background-color: #d9e4f5;
}

.yy_list .list li div.t1 {
	width: 80px;
	padding-left: 20px;
}

.yy_list .list li div.t2 {
	width: 110px;
}

.yy_list .list li div.t3 {
	width: 70px;
}

.yy_list .list li div.t4 {
	width: 150px;
	margin-right: 10px;
}

.yy_list .list li div.t5 {
	width: 175px;
	margin-right: 10px;
}

.yy_list .list li div.t6 {
	width: 90px;
	margin-right: 10px;
}

.yy_list .list li div.t7{
	width: 105px;
	margin-right: 10px;
}

.yy_list .list li div.t8 {
	width: 120px;
	margin-right: 10px;
}

.yy_list .list li div.t9 {
	width: 70px;
}

.yy_list .list li div.t10 {
	width: 70px;
}

.yy_list .list li div.t10 span {
	cursor: pointer;
}

.yy_list .list li div.t11 {
	width: 90px;
	text-align: center;
	color: #084397;
}

.yy_list .list li div.t11 span {
	cursor: pointer;
}

.yy_list .list li div.t11 span.one {
	margin-right: 10px;
}

.yy_list .list li .red {
	color: #ff0000;
}

.yy_list .list li .green {
	color: #06b406;
}

.yy_list .list li .grey {
	color: #999999;
}

.page {
	text-align: right;
	margin-top: 40px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
	white-space: nowrap;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background-color: #0061b0;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #0061b0;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.login {
	background: url(../img/icon/login.jpg) center no-repeat;
	background-size: cover;
}

.login .popup .box {
	top: 50%;
}

.login .popup .box .item {
	position: relative;
}

.login .popup .box .item em {
	position: absolute;
	top: 50%;
	/* transform: translateY(-50%); */
	margin: 0;
	min-width: auto;
	left: 20px;
	margin-top: -12px;
}

.login .popup .box .item .text {
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
}

.login .popup .box .item span {
	position: absolute;
	top: 50%;
	/* transform: translateY(-50%); */
	margin: 0;
	min-width: auto;
	right: 5px;
	height: 40px;
	line-height: 40px;
	background-color: #d2e3f8;
	width: 110px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	color: #666666;
	margin-top: -20px;
}

.login .popup .box .btnr {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.index_title .search ul li .btn2 {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #fe6000;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.center_list .title li.l1{
	width: 200px;
	margin-right: 10px;
}

.center_list .title li.l2 {
	width: 210px;
	margin-right: 10px;
}

.center_list .title li.l3 {
	width: 210px;
	margin-right: 10px;
}

.center_list .title li.l4{
	width: 210px;
	margin-right: 10px;
}

.center_list .title li.l5 {
	width: 195px;
	margin-right: 10px;
}

.center_list .title li.l6 {
	width: 105px;
	box-sizing: border-box;
	padding-left: 20px;
}

.center_list .list li div.t1 {
	width: 200px;
	margin-right: 10px;
	padding-left: 20px;
}

.center_list .list li div.t2{
	width: 210px;
	margin-right: 10px;
}

.center_list .list li div.t3 {
	width: 210px;
	margin-right: 10px;
}

.center_list .list li div.t4 {
	width: 210px;
	margin-right: 10px;
}

.center_list .list li div.t5 {
	width: 195px;
	margin-right: 10px;
}

.center_list .list li div.t6 {
	width: 105px;
	margin-right: 0;
}

.center_list .list li div.t6 span {
	color: #084397;
	cursor: pointer;
}

.center_list .list li div.t6 span.one {
	margin-right: 10px;
}

.hys_list .title li.l1 {
	width: 210px;
	margin-right: 10px;
}

.hys_list .title li.l2{
	width: 610px;
	margin-right: 10px;
}

.hys_list .title li.l3 {
	width: 230px;
	margin-right: 10px;
	box-sizing: border-box;
	padding-left: 20px;
}

.hys_list .title li.l4 {
	width: 100px;
	box-sizing: border-box;
	padding-left: 20px;
	margin-right: 0;
}

.hys_list .list li div.t1{
	width: 210px;
	margin-right: 10px;
	padding-left: 20px;
}

.hys_list .list li div.t2 {
	width: 610px;
	margin-right: 10px;
}

.hys_list .list li div.t3 {
	width: 210px;
	margin-right: 10px;
}

.hys_list .list li div.t3 span {
	color: #084397;
	cursor: pointer;
}

.hys_list .list li div.t3 span.one {
	margin-right: 10px;
}

.hys_list .list li div.t4{
	width: 100px;
	box-sizing: border-box;
	padding-left: 20px;
	margin-right: 0;
}

.hys_list .list li div.t4 span {
	color: #084397;
	cursor: pointer;
}

.hys_list .list li div.t4 span.one {
	margin-right: 10px;
}





.popupt .box {
	position: absolute;
	background-color: #f8f8f8;
	padding: 40px;
	border-radius: 5px;
	width: 500px;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popupt .box .title {
	color: #014190;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.popupt .box .title i {
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #357fd2;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
}

.popupt .box .item {
	display: flex;
	margin-bottom: 10px;
}

.popupt .box .item .text {
	width: 350px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.popupt .box .item .text2 {
	width: 350px;
	height: 150px;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	outline: none;
}

.popupt .box .item em {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	min-width: 60px;
	flex: 1;
	margin-top: 12px;
}

.popupt .box .btn {
	text-align: center;
	margin-top: 20px;
}

.popupt .box .btn .btnl,
.popupt .box .btn .btnr {
	color: #333333;
	font-size: 16px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
}

.popupt .box .btn .btnl {
	background-color: #dddddd;
	margin-right: 30px;
}

.popupt .box .btn .btnr {
	background-color: #357fd2;
	color: #FFFFFF;
}

.picScroll-left .bd ul li {
	width: 135px;
}

.picScroll-left .hd .next{
	background: url(../img/icon/next.jpg) center no-repeat;
	position: absolute;
	right: -3px;
	width: 30px;
	height: 52px;
	z-index: 99;
	cursor: pointer;
}

.picScroll-left .hd .prev{
	background: url(../img/icon/prev.jpg) center no-repeat;
	background-size: 15px;
	position: absolute;
	left: -3px;
	width: 30px;
	height: 52px;
	z-index: 99;
	cursor: pointer;
}

.picScroll-left .hd .nextStop {
	opacity: .4;
}

.picScroll-left .hd .prevStop {
	opacity: .4;
}
