.telHeadImg{
	display: none;
}
body{
	font-size: 1rem;
}
@media screen and (max-width:767px) {
	.faq-con>ul>li{
		width: 100% !important;
		padding: 0.8rem 0 0.8rem 0 !important;
		margin-left: 0 !important;
	}
	.modal-content {
		width: 90% !important;
		display: block;
		margin: auto;
	}
	.close {
		width: 2.5rem !important;
		height: 2.5rem !important;
		line-height: 1.5rem;
		position: absolute;
		top: -50px;
		right: 0 !important;
		background: #fff !important;
		opacity: 1;
		color: #ff5000;
		font-size: 1.5rem;
		font-weight: 400 !important;
		cursor: pointer;
	}
	.carousel-indicators {
		bottom: 0rem;
		margin-bottom: 0;
	}
	.vital .big {
		font-size: 3rem !important;
	}
	.advisory-con,
	.timeInfo {
		font-size: 1rem;
	}
	.timeInfo {
		font-size: 0.5rem !important;
		margin-top: 0.5rem;
	}
	.vital {
		padding-right: 0;
	}
/*
	.container {
		padding-right: 0;
		padding-left: 0;
	}
*/
	.border-right {
		text-indent: 1rem;
	}
	.advisory-info {
		margin-top: 1rem !important;
	}
	.pdfContent {
		display: none;
	}
	#swiperContent {
		margin: 0;
	}
	.gray .row {
		margin: 0;
	}
	.gray .faq-con {
		padding: 0;
	}
	.faq-con>ul>li {
		padding: 0.8rem 0px 0.8rem 0 !important;
	}
	.faq-con>ul>li>span {
		width: 85% !important;
	}
	.title-top>.remark {
		font-size: 0.5rem !important;
	}
	.title-top>.title {
		font-size: 0.9rem !important;
	}
}

@media screen and (min-width:767px) {
	.faq-con>ul>li:nth-of-type(even) {
		padding-left: 20px;
	}
	.faq-con>ul>li:nth-of-type(odd) {
		padding-right: 70px;
	}
	.faq-con>ul>li:nth-of-type(odd)>.add {
		right: 20px;
	}
	.carousel-indicators {
		bottom: -5px;
		margin-bottom: 0;
	}
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5);
}


.font-weight-bold {
	font-weight: 700!important;
	font-size: 0.72rem;
	margin: 0;
}
.code{
	height: 100px;
	width: 100px;
	margin: auto;
}
.pb-5, .py-5 {
	padding-bottom: 1.5rem!important;
}
.border-top {
	border-top: 1px solid #dee2e6!important;
}
@media (min-width: 1200px) {
	.faq-con>ul>li:nth-of-type(even) {
		padding-left: 0;
	}
	.faq-con>ul>li:nth-of-type(odd) {
		padding-right: 50px;
	}
	.faq-con>ul>li:nth-of-type(odd)>.add {
		right: 0px;
	}
	.advisory-con {
		margin-top: 2rem;
	}
	.list-unstyled .col-lg-6 {
		width: 46.5%;
	}
}


.container-fluid {
	padding-top: 10px;
	padding-bottom: 20px;
}

.gray {
	background: #f8f8f8;
}

.border-right {
	border-right: 1px solid #ccc;
}

.title-top {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.title-top>.title {
	color: #333;
	border-left: 2px solid #fe5f18;
	padding-left: 10px;
}

.title-top>.remark {
	display: block;
	color: #ccc;
	padding-left: 0.5rem;
}

.advisory-img>img {
	width: 100%;
	display: block;
}

.vital {
	padding-left: 0;
	text-align: center;
	float: left;
}

.vital .big {
	font-size: 3.5rem;
	color: #ff5000;
}

.advisory-button {
	margin-top: 20px;
	background: #ff5000;
	color: #fff;
	padding: 10px 40px;
	display: inline-block;
	border-radius: 5px;
}

.advisory-info {
	margin-top: 2rem;
	line-height: 1.5;
}

.faq-con>ul>li {
	padding: 0.8rem 0 0.8rem 0;
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 5rem;
	float: left;
	width: 48%;
	margin-left: 2%;
}

.faq-con>ul>li>span {
	display: inline-block;
	font-size: 1rem;
	color: #808080;
	line-height: 1.3rem;
	height: 2.5rem;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	float: left;
}

.faq-con>ul>li>.add {
	position: absolute;
	right: 0;
	margin-top: 0.4rem;
	border: 1px solid #ccc;
	color: #000;
	text-align: center;
	line-height: 1.8rem;
	width: 1.8rem;
	font-size: 0.8rem;
	float: right;
}

.faq-page {
	margin-top: 20px;
}

.page-button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: #999;
	background: #f8f8f8;
	border: 1px solid #ccc;
}

.page-button.activ {
	color: #fff;
	background: #ff5000;
}

.dow-top {
	color: #333;
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.dow-top>.weight {
	font-size: 36px;
}

.dow-info>.title {
	color: #ff5000;
	line-height: 2;
	font-size: 1rem;
}

.dow-info>.tisp {
	color: #333;
	line-height: 2rem;
	font-size: 1rem;
}

.dow-info>.remark {
	color: #999;
	line-height: 1.9rem;
	font-size: 0.9rem;
}

.dow-button {
	padding: 10px 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background: #ff5000;
	margin-top: 0.5rem;
	cursor: pointer;
}

.dow-page {
	margin-top: 20px;
}

.dow-page .page-an {
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
	display: inline-block;
	color: #999;
}

.dow-page .page-an.activ {
	color: #fff;
	background: #ff5000;
}

.dow-page .page-an.ban {
	color: #999;
	background: #f7f8fb;
}

.visible-lg-block {
	background: #f9f9f9;
}


/* 后面补全 */

.timeInfo {
	font-size: 0.6rem;
}

.timeInfo .border-right {
	padding-right: 0;
}

.border-right div {
	text-align: left;
}

.list-unstyled .col-lg-6:nth-child(odd) {
	margin-right: 7%;
}

.list-unstyled li {
	cursor: pointer;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
	background: #F7F7F7;
	color: #A5A7A6;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 0.7rem !important;
	font-weight: 100;
	text-shadow: none;
	opacity: 1;
	bottom: 0;
	top: auto;
	position: absolute;
}

.tapYes {
	color: #fff !important;
	background: #ff5000 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-size: 0.7rem;
	width: 1rem;
	height: 1rem;
}

#swiperContent {
	position: relative;
	padding-bottom: 3rem;
}

.carousel {
	position: initial;
}

.carousel-inner img {
	width: 100%;
	display: block;
}

.pdfContent img {
	margin-top: 1.5rem;
}

.carousel-indicators {
	list-style: none;
}

.carousel-indicators li {
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #CECECE;
	margin: 0;
	text-indent: 0;
	line-height: 2rem;
	margin-right: 0.5rem;
}

.carousel-indicators .active {
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #ff5000;
	color: #ff5000;
	margin-bottom: 0;
}

.close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -53px;
	background: #fff !important;
	opacity: 1;
	color: #ff5000;
	font-size: 1.5rem;
	font-weight: 100;
}

.close:hover {
	opacity: 1;
	color: #ff5000;
}

.modal-content {
	border-radius: 0;
}

#myCarousel1 {
	position: relative;
	padding-bottom: 3rem;
}
.advisory-con{
	padding-bottom: 1.5rem;
}

.carousel-control-next, .carousel-control-prev {
    background-image: none;
    background: #9997;
    color: #A5A7A6;
	width: 2rem;
	height: 2rem;
    font-size: 0.7rem !important;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
    bottom: 0;
    top: auto;
    position: absolute;
}
#carouselExampleIndicators1 {
	position: relative;
	padding-bottom: 3rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 1rem;
}
.carousel-item .dow-con{
	float: left;
}