.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 {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: #F7F7F7;
    background-image: none;
    color: #A5A7A6;
    text-shadow: none;
    font-weight: 100;
    font-size: 0.7rem !important;
    opacity: 1;
}

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

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

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

.carousel {
    position: initial;
}

.carousel-inner img {
    display: block;
    margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

.advisory-con {
    padding-bottom: 1.5rem;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 20rem;
    width: 2rem;
    height: 2rem;
    background: #9997;
    background-image: none;
    color: #A5A7A6;
    text-shadow: none;
    font-weight: 100;
    font-size: 0.7rem !important;
    opacity: 1;
}

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

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem;
}

.carousel-item .dow-con {
    float: left;
}


/* 新加 */

.overContent {
    overflow: hidden;
}

.overbody {
    overflow: hidden;
    width: 100%;
}

.overlist {
    position: relative;
    float: left;
    margin-top: 1vw;
    margin-right: 2%;
    padding: 2rem 0rem 1rem 0rem;
    width: 23%;
    border: 1px solid transparent;
    background: #f7f8fb;
}

.overlist img {
    margin: auto;
    margin-bottom: 0.5rem;
    max-width: 100%;
    max-height: 68px;
}

.overlist p {
    text-align: center;
}

.overbody .active {
    border: 1px solid #ff5000;
    background: #fff;
    color: #ff5000;
}

.swiperInfo {
    display: block;
    margin-bottom: 1rem;
}

.swiperImgTitle {
    margin: auto;
    margin-bottom: 1rem;
}





#pdfSwiper {
    top: 19rem;
    height: 50px;
}






.teamContent {
    overflow: hidden;
    width: 100%;
}

.teamBody {
    overflow: hidden;
    width: 100%;
}

.teamList {
    float: left;
    margin-right: 1%;
    padding: 2rem;
    width: 32.3%;
    height: 18rem;
    background: #f7f8fb;
}

.teamListTitle {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.teamListContent {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
    color: #999999;

    -webkit-line-clamp: 5;
}

.teamListMore {
    color: #FF5000;
}

.entPhone {
    display: none;
}

.entContent {
    overflow: hidden;
    width: 100%;
}

.entBody {
    overflow: hidden;
    width: 100%;
}

.entList {
    float: left;
    margin-right: 1%;
    width: 32.3%;
}

.entList img {
    width: 100%;
}

#carouselExampleIndicators1 img {
    float: left;
    margin-right: 4%;
    margin-bottom: 0;
    margin-left: 4%;
    width: 17%;
}

.modal-body P {
    font-size: 1.3rem;
    line-height: 3rem;
}

.modal-body span {
    color: #666;
}
@media screen and (max-width:767px) {
    .entPhone {
        display: block !important;
    }

    .entPc {
        display: none !important;
    }

    .entList {
        margin-right: 3rem !important;
        width: 10rem !important;
    }

    .entContent {
        margin-left: 4%;
    }

    .entBody {
        overflow: auto !important;
        width: 80rem !important;
    }

    .teamList {
        width: 25rem !important;
    }

    .teamContent {
        margin-left: 4%;
    }

    .teamBody {
        overflow: auto !important;
        width: 80rem !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        bottom: 66% !important;
    }

    #pdfSwiper {
        top: 7.5rem !important;
        margin: 0;
        width: 100%;
        height: 50px;
    }


    .carousel-indicators li {
        font-size: 0.9rem;
    }

    .overlist {
        width: 10rem !important;
    }

    .swiperImgTitle {
        margin-bottom: 6rem !important;
    }

    .overContent,
    .teamContent,
    .entContent {
        overflow: hidden !important;
        overflow-x: scroll !important;
    }

    .overbody {
        overflow: auto !important;
        width: 45rem !important;
    }

    .swiperContent {
        margin: 0;
        padding: 0;
        max-width: 100% !important;
    }

    .swiperImgTitle {
        width: 100% !important;
    }

    .faq-con>ul>li {
        margin-left: 0 !important;
        padding: 0.8rem 0 0.8rem 0 !important;
        width: 100% !important;
    }

    .modal-content {
        display: block;
        margin: auto;
        width: 90% !important;
    }

    .close {
        position: absolute;
        top: -50px;
        right: 0 !important;
        width: 2.5rem !important;
        height: 2.5rem !important;
        background: #fff !important;
        color: #ff5000;
        font-weight: 400 !important;
        font-size: 1.5rem;
        line-height: 1.5rem;
        opacity: 1;
        cursor: pointer;
    }

    .carousel-indicators {
        bottom: 0rem;
        margin-bottom: 0;
    }

    .vital .big {
        font-size: 3rem !important;
    }

    .advisory-con,
    .timeInfo {
        font-size: 1rem;
    }

    .timeInfo {
        margin-top: 0.5rem;
        font-size: 0.5rem !important;
    }

    .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;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 9rem;
    }

}