@charset "utf-8";
/* CSS Document */
a {
   color: #333;
   text-decoration: none;
   cursor: pointer;
}
a,
a:focus,
a:hover,
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #1A1CB6;
   text-decoration: none;
}
.form-control:focus {
	box-shadow: none;
}
.placeholder-height{height: 90px;}

.navbar-dark .navbar-brand{
	font-size: 1.5rem;
	color: #50ffc0;
}
.header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}
.header-sticky{
	background: #1a1cb6;
}
.showheader{
	background: #1a1cb6;
}
.navbar-toggler .icon-bar {
    background-color: #fff;
}
.navbar-dark .navbar-toggler{
	border: 0;
}
.navbar-collapse{
	flex-grow:0;
}

.header.navbar-dark .nav-link,.showheader.navbar-dark .nav-link{
	color: #fff;
}
.header.navbar-dark .active>.nav-link,.showheader.navbar-dark .active>.nav-link{
	color: #50ffc0;
}
@media (max-width: 767px) {
	.navbar-brand img{
		width: 130px;
	}
	.header{
		background: #1a1cb6;
		position: static;
	}
	
}
@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 1.2rem;
	    padding-left: 1.2rem;
	}
	
}
.content{
}
.py-6 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.index-box{
	text-align: center;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
		 -moz-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
		 transition: all 0.4s ease-in-out;
}
.index-box:hover{
	margin-top: -15px;
}
.index-box h4{
	color: #5b5b5b;
	margin-top: 20px;
}
.index-box:hover h4{
	color: #1A1CB6;
}

.subbanner{
	position: relative;
}


@media (min-width: 768px) {
	.subbanner .bannercontent{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.bannercontent .container,.bannersubcontent{
		height: 100%;
	}
	
	
}
.type-item a{
	font-size: 0.875rem;
	padding: 6px 15px;
	margin-right: 10px;
}
.type-item a.active{
	color: #fff;
	background: #007bff;
	border-radius: 4px;
}
.card-header{background: #fff;}
.card-header,.card-footer{border: 0;}
/* .card-header img{width: 169px; height: 36px;} */
.card-body img{width: 267px; height: 159px;}
.card-footer{padding-left: 8px; padding-right: 8px;}
@media (max-width: 767px) {
	.subbanner{
		margin-top: -1px;
	}
	.subbanner .bannercontent{
		position: static;
	}
	/* .card-header img{width: 118px; height: 25px;} */
	.card-body img{width: 158px; height: 94px;}
	.type-item{
		display: block!important;
		overflow-x: auto;
		white-space: nowrap;
		
		
	}
	.type-item a{
		display: inline-block!important;
	}
	.index-box img{
		/* transform:scale(0.8,0.8); */
	}
	.index-box h4{
		margin-top: 0px;
		font-size: 1.125rem;
		font-weight: normal;;
	}
	
}
.imglist .card{
	border: 0;
}
.imglist .card-header{
	padding: 1rem 1.25rem;
}
.imglist .card-body{
	padding: 0;
}
.imglist h4{
	font-size: 1rem;
	color: #474747;
	font-weight: bold;
	height: 65px;
}
.imglist p{
	font-size: 0.875rem;
	color: #474747;
	height: 60px;
}
.spinner-border{
	width: 20px;
	height: 20px;
	border-width: 2px;
}

.comlogo{
	width:100%;
	/* max-width: 256px; */
	height: 256px;
	border: 1px solid #ddd;
}


.page-header{
	font-size: 1.5rem;
	color: #1A1CB6;
	line-height: 1;
	border-left: #1A1CB6 solid 3px;
	padding-left: 10px;
}
.page-content{
	padding: 1.25rem 0;
}
.page-content p{
	color: #777;
}
.wycz-text{
	text-align: center;
}
.wycz-text h4{
	margin-bottom: 30px;
	margin-top: 30px;
}
.wycz-text p{
	color: #474747;
	text-indent: 2em;
}
.no-msg{
	height: 80vh;
}

.footer{
	background: #27292d;
	color: #fff;
	padding: 20px 0;
}
.footer p{
	margin-bottom: 6px;
}

.media-img{
	width: 228px;
	height: 128px;
	background-color: #fff;
	border: #F4F4F4 solid 1px;
}
.media-img img{
	width: 228px;
	max-height: 128px;
}
.media-body{
	background-color: #F8F8F8;
	height: 128px;
	padding: 10px 20px;
}
.media-body h5{
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 20px;
}
.media-body p{
	margin: 0;
}
@media (max-width: 767px) {
	.media-img{
		width: 115px;
		height: 80px;
	}
	.media-body{
		height: 80px;
		padding: 10px;
	}
	.media-body h5{
		margin-bottom: 0;
		font-size: 0.875rem;
	}
	
}
@-moz-keyframes myanimate2{
		0%{background-image:url(../images/posticket.png);}
		50%{background-image:url(../images/posticket_2.png);}
		100%{background-image:url(../images/posticket.png);}
	}
	@-webkit-keyframes myanimate2{
		0%{background-image:url(../images/posticket.png);}
		50%{background-image:url(../images/posticket_2.png);}
		100%{background-image:url(../images/posticket.png);}
	}
	@-o-keyframes myanimate2{
		0%{background-image:url(../images/posticket.png);}
		50%{background-image:url(../images/posticket_2.png);}
		100%{background-image:url(../images/posticket.png);}
	}
	@-ms-keyframes myanimate2{
		0%{background-image:url(../images/posticket.png);}
		50%{background-image:url(../images/posticket_2.png);}
		100%{background-image:url(../images/posticket.png);}
	}
	@keyframes myanimate2{
		0%{background-image:url(../images/posticket.png);}
		50%{background-image:url(../images/posticket_2.png);}
		100%{background-image:url(../images/posticket.png);}
	}
	.animate2{
		-moz-animation:myanimate2 1.5s infinite ease;
		-o-animation:myanimate2 1.5s infinite ease;
		-webkit-animation:myanimate2 1.5s infinite ease;
		animation:myanimate2 1.5s infinite ease;
	}
.posticket{
		display: block;
		width:80px; 
		height:80px; 
		overflow:hidden; 
		position:fixed;
		right: 15px;
		bottom: 100px;
		z-index:9999;
		background-image:url(../images/posticket.png); background-size:100% 100%;
	}
	.posticket img{
		width: 100%;
		border: 0;
	}
.canzhan{
		display: block;
		width:80px; 
		height:80px; 
		overflow:hidden; 
		position:fixed;
		right: 15px;
		bottom: 100px;
		z-index:9999;
		background-image:url(../images/canzhan.png); background-size:100% 100%;
	}
	.canzhan img{
		width: 100%;
		border: 0;
	}

.jx-badge{
	font-size: 0.625rem;
	line-height: 1;
	padding: 0.1875rem 0.625rem;
	color: #ffffff;
	background-color: #FF8448;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 0.25rem;
	display: inline-block;
}
/* .hot-box{
	border: #ddd solid 1px;
	padding: 6px 15px;
}
.hot-box .badge-hot{
	font-size: 0.875rem;
	white-space: nowrap;
	color: #fff;
	background-color: #FF8448;
	padding: 6px 10px;
	margin-right: 15px;
}
.hot-list{
	height: 30px;
}
.hot-list a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
} */

.head-title{
	background: #F6F6F6;
	padding: 8px 15px 8px 0px;
}
.head-title-title{
	font-size: 20px;
	color: #5b5b5b;
	border-left: #1E22BF solid 4px;
	line-height: 1;
	padding-left: 10px;
}
.head-title-more{
	font-size: 14px;
	color: #757575;
}
.head-title-more a{
	color: #757575;
}
.head-title-more a:hover {
   color: #1A1CB6;
   text-decoration: none;
}

.hot-list{
	height: 235px;
	overflow: hidden;
}
.hot-list li{
	font-size: 14px;
	padding: 8px 0;
	border-bottom: #EEEEEE solid 1px;
}

.hot-list a{
	color: #3c3c3c;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-list a:hover {
   color: #1A1CB6;
   text-decoration: none;
}

.sub-headtitle {
	font-size: 1.125rem;
	border-bottom: #ddd solid 1px;

}

.sub-headtitle span {
	border-bottom: #f90 solid 2px;
	display: inline-block;
	padding: 12px 0px;
	margin-bottom: -2px;
}
.jglist {
	text-align: left;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
	padding: 20px 0;
}

.jglist img {
	display: inline-block;
	width: 160px;
	height: 60px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: #DDDDDD solid 1px;
}

.jglist span {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border: #DDDDDD solid 1px;

}

/*Copyright*/
.footer_wrap .copyright {
	background: #1E1E1E;
	border-top: none;
	padding: 10px 0 5px;
}

.footer_wrap .copyright p {
	color: #eee;
	margin-top: 14px;
	font-size: 12px;
}

.footer_wrap .copyright a {
	color: #eee;
}

.footer_wrap .pc_inline {
	margin-left: 5px;
	margin-right: 5px;
}

@media (max-width: 767px) {
	.footer_wrap .footer {
		padding: 20px 0;
	}

	.footer_wrap .footer a {
		font-size: 0.75rem;
		margin-right: 0.3rem;
	}

	.footer_wrap .footer h2 {
		font-size: 18px;
	}

	.footer_wrap .footer p {
		margin-bottom: 0px;
	}

	.footer_wrap .copyright p {
		font-size: 12px;
		text-align: center;
		margin-top: 8px;
	}
}
