/*基础CSS*/
html,
body {
	font-size: 14px;
	overflow-x: hidden;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

li {
	list-style: none;
}

a {
	color: #222222
}

a:hover {
	text-decoration: none;
	color: #ae0505;
}

p,
dl,
dt,
dd,
ul {
	margin: 0px;
	padding: 0px;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(172, 0, 0, .25);
}

.text-secondary a {
	color: #6c757d;
}

.card,
.figure {
	margin: 15px 0;
}

.table .thead-dark th {
	color: #fff;
	background-color: #ae0505;
	border: 0;
}

.navbar {
	padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0.8rem 1.2rem;
	font-size: 14px;
	color: #fff;
}

.navbar .nav-item.active,
.navbar .nav-link:hover {
	background: url(/static/api/images/menu.png) bottom center no-repeat;
	background-size: contain;
}

.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075) !important;
}

/*上下外边距*/
.mt-6,
.my-6 {
	margin-top: 4rem !important;
}

.mt-7,
.my-7 {
	margin-top: 5rem !important;
}

.mt-8,
.my-8 {
	margin-top: 6rem !important;
}

.mt-9,
.my-9 {
	margin-top: 7rem !important;
}

.mt-10,
.my-10 {
	margin-top: 8rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 5rem !important;
}

.mb-8,
.my-8 {
	margin-bottom: 6rem !important;
}

.mb-9,
.my-9 {
	margin-bottom: 7rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 8rem !important;
}

/*上下内边距*/
.pt-6,
.mp-6 {
	padding-top: 4rem !important;
}

.pt-7,
.py-7 {
	padding-top: 5rem !important;
}

.pt-8,
.py-8 {
	padding-top: 6rem !important;
}

.pt-9,
.py-9 {
	padding-top: 7rem !important;
}

.pt-10,
.py-10 {
	padding-top: 8rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
	padding-bottom: 5rem !important;
}

.pb-8,
.py-8 {
	padding-bottom: 6rem !important;
}

.pb-9,
.py-9 {
	padding-bottom: 7rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 8rem !important;
}

/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

/*字距*/
.ls-1 {
	letter-spacing: 1px;
}

.ls-2 {
	letter-spacing: 2px;
}

.ls-3 {
	letter-spacing: 3px;
}

.ls-4 {
	letter-spacing: 4px;
}

.ls-5 {
	letter-spacing: 5px;
}

/*分页*/



.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #999999;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover {
	text-decoration: none;
	color: #ffffff;
}

.page-link:hover {
	text-decoration: none;
	color: #ae0505;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #ae0505;
	border-color: #ae0505;
}

.page-num-current:hover {
	color: #fff;
}

/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.code,
.code img {
	height: 100px;
}

.position,
.position a {
	color: #999;
}

.content {
	color: #666;
	line-height: 2;
}

.content img,
.content iframe {
	max-width: 100% !important;
}

.content li {
	list-style: disc outside none;
	margin-left: 20px;
}

.m-100 {
	width: auto;
	max-width: 100%;
}

.red,
.red a:link,
.red a:hover,
.red a:active,
.red a:visited {
	color: #ac0000;
}

.redborder {
	border: 1px solid #ac0000;
}

.topbg {
	background: url(/static/api/images/topbg.png) bottom center no-repeat;
	background-size: 100% auto;
}






.searchbtn {
	background: url(/static/api/images/search.png) center center no-repeat;
	background-size: 100% 100%;
	border-radius: .6rem;
}

.searchbtnn {
	background: #ac0000 url(/static/api/images/my3.png) center center no-repeat !important;
}




.searchbtn1 {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.searchbtn-color {
	color: #666666;
}

.searchbtn-color1 {
	color: #b00c0c;
	border-color: #b00c0c;
	background-color: #ffecec;
}

.searchbtn-color1:hover {
	color: #ffffff;
	background-color: #ac0000;
}


.navbar {
	background: url(/static/api/images/menubg.png) center center no-repeat;
	background-size: cover;
}

.quicknav .nav-item {
	display: flex;
	justify-content: center;
	position: relative;
	/* 确保子元素的绝对定位是相对于父元素 */
}

.quicknav a:hover {
	color: #ae0505;
}



.line {
	display: none;
	width: 40px;
	height: 4px;
	background-color: #ac0000;
	position: absolute;
	text-align: center;
	bottom: 0;
	border-radius: 10px 10px 10px 10px;


}

.quicknav .nav-item:hover .line {
	color: #ae0505;
	display: block;
}

#navbar1 .active+.line {
	display: block;
}


.mstj {
	background: url(/static/api/images/mstj.jpg);
}




#swiper8 {
	box-shadow: 0 .2rem .9rem rgba(176, 12, 12, .2) !important;
	border-radius: .5rem;
}

#swiper8 .swiper-slide:before {
	content: "";
	position: absolute;
	background: url(/static/api/images/mstj-icon.png) no-repeat center center;
	width: 418px;
	height: 97px;
	top: 0;
	right: 0;
}


#swiper7 .swiper-wrapper .swiper-slide::before,
#myswiper .swiper-wrapper .swiper-slide::before {
	content: '';
	position: absolute;
	background-color: rgba(255, 255, 255, .55);
	width: 100%;
	height: 100%;
}

#mstj .rounded-lg {

	border-radius: .5rem !important;

}

#mstj .mySwiper2 .ov-hidden {

	overflow: hidden;
}

#mstj .mySwiper2 .tr-img {
	margin-top: -3px;
	width: 311px;
}

#mstj .icon:before {
	content: "";
	width: 548px;
	height: 79px;
	background: url(/static/api/images/my1.png) center center no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;

}

#mstj .margin-mingshi {

	padding: 4rem 0rem 0 4rem;
	width: 445px;
}

.mstj2 {
	/* background: url(/static/api/images/mstj2.png) right bottom no-repeat;
	background-size: 98% 92%; */
	background-color: #ffffff;

}




.mstjbar {
	background: url(/static/api/images/mstjbar.png) center 10px no-repeat;
	background-size: auto 100%;
}


.redborder50 {
	border-bottom: 2px solid #ac0000;
	width: 100px;
}

.tytitle {
	bottom: 0px;
	background-color: rgba(255, 255, 255, .55);
	background: rgba(255, 255, 255, .55) url(/static/api/images/ys-s.png) center center no-repeat;
	width: 100%;
	padding: 4px 0;
}

.tytitle img {
	position: absolute;
	background-color: rgba(255, 255, 255, .55);
	width: 90%;
	padding: 4px 0;
}

.tytitle::before {
	content: "";
	width: 128px;
	height: 22px;
	background: url(/static/api/images/tj.png) bottom right;
}

#myswiper {
	height: 480px;
	position: inherit;
	margin-bottom: 12px;
}


#myswiper .swiper-slide {
	height: calc(100%/3) !important;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}





#swiper1 {
	height: 640px;
	position: inherit;
	padding: 1.5rem 0;
}


#swiper1 .swiper-slide {
	height: calc(100% /2);
	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;

}



#swiper2 {
	height: 660px;
	position: inherit;
	padding: 0 0 1.5rem 0;
}


#swiper2 .swiper-slide {
	height: calc(100% /2);
	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;

}

#swiper3 {
	height: 660px;
	position: inherit;
	padding: 0 0 1.5rem 0;
}


#swiper3 .swiper-slide {
	height: calc(100% /2);
	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;

}

#swiper4 {
	height: 735px;
	position: inherit;
	padding: 0.9rem 0 0rem 0;
}

#swiper5 {
	height: 680px;
	position: inherit;
	padding: 0 0 1.5rem 0;
}

#swiper5 .swiper-slide {
	height: calc(100% /2);
	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;

}


#swiper6 {
	height: 186px;
	position: inherit;
	padding: 0 0 1.5rem 0;
}

#swiper6 .swiper-slide {

	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;

}

#swiper6 .card::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/yinhao.png) no-repeat center center;
	width: 23px;
	height: 18px;
	left: 15px;
	top: -6px;
}




#swiper7 {
	height: 524px;
	position: inherit;
	padding: 0 0 1.5rem 0;
}

#swiper7 .swiper-slide {
	width: calc(94% /2);


}

#swiper7.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#swiperly {
	height: 166px;
	position: inherit;
	padding: 0 0 1.5rem 0;
}



#swiper1 .swiper-slide img {
	width: 180px;
}

.ystitle {
	bottom: -5px;
	background: rgba(238, 238, 238, .89) url(/static/api/images/youshi-icon.png) no-repeat;
	width: 89.9%;
	padding: .5rem;
	margin: .5rem;
	height: 70px;
}

#ystj #swiper1 a:hover .ysimg .ystitle {
	background-color: rgba(172, 0, 0, .89);
	color: #ffffff;
}




#navbarNav .nav-fill .nav-link {
	padding: 0.8rem 2.1rem;
}

/* 修改分页器位置 */
#swiper1 .swiper-horizontal>.swiper-pagination-bullets,
#swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiper1 .swiper-pagination-custom,
#swiper1 .swiper-pagination-fraction {
	bottom: -4px;
}

/* 修改分页器样式 */

/* 修改大小 */
#swiper1 .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}


#swiper2 .swiper-horizontal>.swiper-pagination-bullets,
#swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiper2 .swiper-pagination-custom,
#swiper2 .swiper-pagination-fraction {
	bottom: -4px;
	left: 16%;
}

/* 修改分页器样式 */


/* 修改大小 */
#swiper2 .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}

#swiper2 .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#swiper3 .swiper-horizontal>.swiper-pagination-bullets,
#swiper3 .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiper3 .swiper-pagination-custom,
#swiper3 .swiper-pagination-fraction {
	bottom: -4px;
	left: 16%;
}

/* 修改分页器样式 */


/* 修改大小 */
#swiper3 .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}

#swiper3 .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#swiper4 .swiper-horizontal>.swiper-pagination-bullets,
#swiper4 .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiper4 .swiper-pagination-custom,
#swiper4 .swiper-pagination-fraction {
	bottom: 21px;

}

/* 修改分页器样式 */


/* 修改大小 */
#swiper4 .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}

#swiper4 .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#swiper5 .swiper-horizontal>.swiper-pagination-bullets,
#swiper5 .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiper5 .swiper-pagination-custom,
#swiper5 .swiper-pagination-fraction {
	bottom: initial;
	left: 16%;
}

/* 修改分页器样式 */


/* 修改大小 */
#swiper5 .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}

#swiper5 .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#swiper6 .swiper-horizontal>.swiper-pagination-bullets,
#swiper6 .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiper6 .swiper-pagination-custom,
#swiper6 .swiper-pagination-fraction {
	bottom: 6px;
}

/* 修改分页器样式 */


/* 修改大小 */
#swiper6 .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}

#swiperly .swiper-horizontal>.swiper-pagination-bullets,
#swiperly .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiperly .swiper-pagination-custom,
#swiperly .swiper-pagination-fraction {
	bottom: initial;
}

/* 修改分页器样式 */


/* 修改大小 */
#swiperly .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}


#swiper-diqu .swiper-horizontal>.swiper-pagination-bullets,
#swiper-diqu .swiper-pagination-bullets.swiper-pagination-horizontal,
#swiper-diqu .swiper-pagination-custom,
#swiper-diqu .swiper-pagination-fraction {
	bottom: 8px;
}

/* 修改分页器样式 */


/* 修改大小 */
#swiper-diqu .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 10px 10px 10px 10px;
}



.more {
	background: #ffffff url(/static/api/images/more-icon.png)no-repeat center bottom;
	color: #888888;
	background-size: contain;
	padding: 1rem 13rem;
}

.kc-bg {
	background: linear-gradient(to top, rgb(255, 255, 255) 30%, rgb(253, 232, 232) 80%);

}

.padding-bottom-2rem {
	padding-bottom: 2rem;
}



.kc-bg::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/kc-top-icon.png) -40px -8px no-repeat;
	width: 200px;
	height: 32px;
}

.kc-icon::after {
	content: "";
	position: absolute;
	background: url(/static/api/images/kc-bottom-icon.png) center center no-repeat;
	width: 44px;
	height: 30px;
	bottom: 0;
}

.list-icon::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/list-icon.png) center center no-repeat;
	width: 135px;
	height: 20px;
	bottom: 0;
	right: 0;
}

.list-icon1::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/list-icon.png) center center no-repeat;
	width: 135px;
	height: 20px;
	bottom: 22px;
	right: 18px;
}

.rmkc1::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/kctop-icon.png) center -28px no-repeat;
	width: 458px;
	height: 115px;
	top: 0;
	right: 0;
}

.rmkc-bottom::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/kcbottom-icon.png) center center no-repeat;
	width: 371px;
	height: 87px;
	bottom: 0;
	left: 0;
}



.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.avatar img {

	transform: translate(-12%, 0%);
}

.line3 {
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, rgb(237, 158, 158) 100%, rgb(237, 158, 158) 100%);
}

.list-group-item {
	background: none !important;
}

.custom-button {
	width: 100%;
	height: 34px;
	background: #ffffff url(/static/api/images/btn1.png) bottom no-repeat;
	border: 1px solid #dcdcdc;
	line-height: 1.5;
	/*调整行高*/
	color: #000000;
}

.custom-button:hover {

	color: #c11111;
}


#qynx {
	background: url(/static/api/images/qybg.png) no-repeat center center;
	background-size: cover;
}

#qynx .list-icon::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/list-qynx-icon.png) 80px center no-repeat;
	width: 238px;
	height: 44px;
	bottom: 0;
	right: 0;
}

#qynx .list-icon::before {
	z-index: -1;
}

#gkk {
	background: linear-gradient(to top, rgb(247, 247, 247) 35%, rgb(255, 255, 255) 20%);
}

#gkk .gkktitle {
	background: url(/static/api/images/gkk.png) no-repeat center center;
	width: 100%;
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.rounded-top {
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.mediabg {
	background-color: #fff8f8;
}

.mediabg:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#gkk .media::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/gkk-2.png) no-repeat 142px 18px;
	width: 488px;
	height: 93px;
	top: 10px;
	right: 0;
}

#gkk .bottom-icon::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/gkk-3.png) no-repeat 76px 18px;
	width: 488px;
	height: 93px;
	bottom: 0px;
	right: 0;
}


#gkk .rounded-left {
	border-top-left-radius: .5rem !important;
	border-bottom-left-radius: .5rem !important;
}

#gkk .rounded-lg {
	border-radius: .5rem !important;
}

#gkk::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/gkk-4.png) no-repeat center center;
	width: 496px;
	height: 188px;
	bottom: 0;
	left: 0;
}

#gkk::after {
	content: "";
	position: absolute;
	background: url(/static/api/images/gkk-5.png) no-repeat center center;
	width: 196px;
	height: 130px;
	bottom: 200px;
	right: 0;
}

.ys-bg::before {
	content: "";
	position: absolute;
	width: 249px;
	/* 调整到您希望的边框大小 */
	height: 161px;
	/* 调整到您希望的边框大小 */
	background: url('/static/api/images/ys-border.png') no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


#link {
	background-color: #f8f8f8;
}


.bg-dark {
	background-color: #000000 !important;
}

#footer .bg-dark a {
	color: #ffffff;
}

#footer .bg-dark a:hover {
	color: #ac0000;
}

.text {
	color: #666666;
}

#table .nav-active .active {
	color: #b00c0c;
	border-bottom: #b00c0c;
	border-bottom: #b00c0c solid 3px;
}


.jsicon::before {

	content: "";
	background: url(/static/api/images/jsicon.png) no-repeat center center;
	position: absolute;
	width: 548px;
	height: 67px;
	right: 0;
	bottom: 0;
	z-index: -1;

}


#table .nav-active .nav-link {
	padding: 1rem 2rem;
}

.rounded-top {
	border-top-left-radius: 1em !important;
	border-top-right-radius: 1rem !important;
}

#table .rounded-top ul::after {
	content: "";
	background: url(/static/api/images/table.png) no-repeat center center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}




#table .btn-danger::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/zhu-icon1.png) no-repeat center center;
	width: 93px;
	height: 17px;
	right: 0;
	bottom: 0;
}



#table .btn-light {
	background-color: #f5f5f5;
	border: #d8d8d8 solid 1px;

}

#table .btn-danger {

	background-color: #ac0000;
	border-color: #ac0000;
}






#pills-zhuti .btn-light {
	width: 100px;
	position: relative;
}

#pills-lingyu .btn-light {
	width: 100px;
	position: relative;
}

#pills-hangye .btn-light {
	width: 90px;
	position: relative;
}

#pills-diqu .btn-light {
	width: 90px;
	position: relative;
}

#pills-youshi .btn-light {
	width: 90px;
	position: relative;
}


#table .btn-light::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/zhu-icon2.png) no-repeat center center;
	width: 65px;
	height: 9px;
	top: 0;
	left: 0;
}

#table .btn-light::after {
	content: "";
	position: absolute;
	background: url(/static/api/images/zhu-icon3.png) no-repeat center center;
	width: 63px;
	height: 18px;
	bottom: 0;
	right: 0;
}

#table .btn-light:focus {

	box-shadow: none;
}

.poster-btn {
	outline: none;
	display: block;
	width: 50%;
	line-height: 2;
	margin: .1rem auto;
	color: #666;
	font-size: .28rem;
	text-align: center;
	background: url(../images/arrowposter.jpg) no-repeat 3rem center;
}






#zhuti {
	background-color: #f7f7f7;
}

#zhuti .card:hover,
#lingyu .card:hover,
#hangye .hybg:hover {

	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}

#zhuti .nav-active .active,
#lingyu .nav-active .active,
#hangye .nav-active .active {

	color: #b00c0c;
}

#zhuti .rounded,
#lingyu .rounded {
	border-radius: 1rem !important;
}

#zhuti .card-text,
#lingyu .card-text {

	color: #888888;

}

#zhuti .card {
	background: #fafafa;
}

#zhuti .card-text,
#lingyu .card-text {
	color: #555555;

}

#zhuti .icon1::before {
	content: '';
	background: url(/static/api/images/icon1.png) no-repeat center center;
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0;
	bottom: 10px;
}



#lingyu .icon1::before {
	content: '';
	background: url(/static/api/images/icon1.png) no-repeat center center;
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0;
	bottom: 10px;
}

#lingyu .list-icon::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/ly-icon.png) center center no-repeat;
	width: 126px;
	height: 54px;
	bottom: 0;
	right: 0;
}

#zhuti .list-icon::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/ly-icon.png) center center no-repeat;
	width: 126px;
	height: 54px;
	bottom: 0;
	right: 0;
}

#hangye .icon1::before {
	content: '';
	background: url(/static/api/images/icon1.png) no-repeat center center;
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0;
	bottom: 10px;
}

#hangye .icon-hangye::before {
	content: '';
	background: url(/static/api/images/icon3.png) no-repeat center center;
	position: absolute;
	width: 720px;
	height: 71px;
	right: 0;
	bottom: 0;
}

#hangye .icon-shouke::before {
	content: '';
	background: url(/static/api/images/icon4.png) no-repeat center center;
	position: absolute;
	width: 720px;
	height: 71px;
	right: 0;
	bottom: 0;
}


#hangye ul li.hangye {

	color: #333333;

}


.tjtext {

	color: #666;

}




.swiper-slide-thumb-active .tytitle {
	bottom: 0px;
	background: rgba(172, 0, 0, .78) url(/static/api/images/my2.png) center center no-repeat;
	width: 100%;
	padding: 4px 0;
}

.swiper-slide-thumb-active .tytitle .tjtext {
	color: #ffffff;
}

#myswiper .swiper-slide:hover .tytitle {
	bottom: 0px;
	background: rgba(172, 0, 0, .78) url(/static/api/images/my2.png) center center no-repeat;
	width: 100%;
	padding: 4px 0;

}

#myswiper .swiper-slide:hover .tjtext {
	color: #ffffff;
}

#swiper7 .swiper-wrapper .swiper-slide-thumb-active:before,
#myswiper .swiper-slide-thumb-active::before {
	content: '';
	height: 0 !important;

}

#myswiper .swiper-slide:hover::before {
	content: '';
	height: 0 !important;

}

#swiper7.swiper-wrapper .swiper-slide-thumb-active img,
#myswiper .swiper-wrapper .swiper-slide-thumb-active .img-thumb {

	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;


}

#swiper7 .thumbs-img {

	width: 80px;
}


.swiper-button .swiper-button-next:after,
.swiper-button .swiper-button-prev:after {
	font-size: 25px !important;
	/* 修改箭头大小 */
}

.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
	color: #999999 !important;
	/* 修改箭头颜色 */
}

.swiper-button .swiper-button-prev {
	left: 38.5%;
	right: inherit;
	top: -17px;
	transform: rotate(90deg);


}




.swiper-button .swiper-button-next {
	left: 38.5%;
	right: inherit;
	top: inherit;
	bottom: -35px;
	transform: rotate(90deg);
}


#myswiper .swiper-wrapper .swiper-slide .img-thumb {
	height: 150px;
	overflow: hidden;
}



#myswiper .swiper-wrapper .swiper-slide .img-thumb img {

	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#myswiper .swiper-wrapper .swiper-slide .img-thumb img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



#hangye {
	background: #f7f7f7f7 url(/static/api/images/hangye.png) no-repeat center bottom !important;
}

#hangye .bg-list {

	background: #ffffff url(/static/api/images/);

}


.hy-border {
	border: 1px solid #f28a8a !important;
	border-radius: 1rem !important;


}

#pills-tabl4 .bg-content:nth-child(1) .hybg {
	background: linear-gradient(158deg, rgba(202, 36, 36, .38) -50%, rgb(255, 255, 255) 58%);
	border-radius: 1rem !important;
}

#pills-tabl4 .bg-content:nth-child(2) .hybg {
	background: linear-gradient(158deg, rgba(176, 58, 12, .38) -50%, rgb(255, 255, 255) 58%);
	border-radius: 1rem !important;
}


#pills-tabl4 .bg-content:nth-child(3) .hybg {
	background: linear-gradient(158deg, rgba(176, 12, 74, .38) -50%, rgb(255, 255, 255) 58%);
	border-radius: 1rem !important;
}


#pills-tabl4 .bg-content:nth-child(1) .hy-border {

	border: 1px solid #f28a8a !important;
	border-radius: 1rem !important;

}

#pills-tabl4 .bg-content:nth-child(2) .hy-border {

	border: 1px solid #f29975 !important;
	border-radius: 1rem !important;

}

#pills-tabl4 .bg-content:nth-child(3) .hy-border {

	border: 1px solid #f2669a !important;
	border-radius: 1rem !important;

}


/*  */
#pills-tabl4 .bg-content:nth-child(1) .border-bottom {
	border-bottom: 1px solid #f15454 !important;
}

#pills-tabl4 .bg-content:nth-child(2) .border-bottom {
	border-bottom: 1px solid #f18559 !important;
}

#pills-tabl4 .bg-content:nth-child(3) .border-bottom {
	border-bottom: 1px solid #f2669a !important;
}

/*  */

#pills-tabl4 .bg-content:nth-child(1) .linear-gradient {

	background: linear-gradient(to right, rgba(248, 121, 121, .8) 4%, rgba(255, 255, 255, .4) 72%);


}

#pills-tabl4 .bg-content:nth-child(2) .linear-gradient {

	background: linear-gradient(to right, rgba(248, 155, 115, .8) 4%, rgba(255, 255, 255, .4) 72%);


}

#pills-tabl4 .bg-content:nth-child(3) .linear-gradient {

	background: linear-gradient(to right, rgba(255, 158, 194, .8) 4%, rgba(255, 255, 255, .4) 72%);


}

#pills-tabl4 .bg-content:nth-child(3n+4) .hybg {
	background: linear-gradient(158deg, rgba(176, 58, 12, .38) -50%, rgb(255, 255, 255) 58%);
	border-radius: 1rem !important;
}

#pills-tabl4 .bg-content:nth-child(3n+6) .hybg {
	background: linear-gradient(158deg, rgba(202, 36, 36, .38) -50%, rgb(255, 255, 255) 58%);
	border-radius: 1rem !important;
}

#pills-tabl4 .bg-content:nth-child(3n+5) .hybg {
	background: linear-gradient(158deg, rgba(176, 12, 74, .38) -50%, rgb(255, 255, 255) 58%);
	border-radius: 1rem !important;
}

#pills-tabl4 .bg-content:nth-child(3n+4) .hy-border {

	border: 1px solid #f29975 !important;
	border-radius: 1rem !important;
}

#pills-tabl4 .bg-content:nth-child(3n+5) .hy-border {

	border: 1px solid #f2669a !important;
	border-radius: 1rem !important;
}

#pills-tabl4 .bg-content:nth-child(3n+6) .hy-border {

	border: 1px solid #f28a8a !important;
	border-radius: 1rem !important;

}

#pills-tabl4 .bg-content:nth-child(3n+4) .linear-gradient {

	background: linear-gradient(to right, rgba(248, 155, 115, .8) 4%, rgba(255, 255, 255, .4) 72%);
}


#pills-tabl4 .bg-content:nth-child(3n+5) .linear-gradient {

	background: linear-gradient(to right, rgba(255, 158, 194, .8) 4%, rgba(255, 255, 255, .4) 72%);
}

#pills-tabl4 .bg-content:nth-child(3n+6) .linear-gradient {

	background: linear-gradient(to right, rgba(248, 121, 121, .8) 4%, rgba(255, 255, 255, .4) 72%);
}

#pills-tabl4 .bg-content:nth-child(3n+4) .border-bottom {
	border-bottom: 1px solid #f18559 !important;
}

#pills-tabl4 .bg-content:nth-child(3n+5) .border-bottom {
	border-bottom: 1px solid #f2669a !important;
}

#pills-tabl4 .bg-content:nth-child(3n+6) .border-bottom {
	border-bottom: 1px solid #f15454 !important;
}

/* .hybg :nth-child(2n+1){
	background: linear-gradient(158deg,  rgba(0, 58, 12, .38) -50% ,rgb(255, 255, 255) 58%); 
} */


.hybg::before {
	content: "";
	background: url(/static/api/images/hy-2.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 222px;
	height: 57px;
}





#hangye ul li a {
	color: #555555;
}

#hangye .imgtop {
	width: 126px;
	height: 153px;
	margin-top: -38px;
	margin-left: 10px;
overflow: hidden;
}

.linear-gradient {
	background: linear-gradient(to right, rgba(255, 155, 115, .8) 4%, rgba(255, 255, 255, .4) 72%);
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	
}


#hangye .container ul li a:hover {

	color: #b00c0c;


}

/* 导航地址 */
/* .position a {
color: #666666;
} */
.position a:hover {
	color: #b00c0c;
}

/*  */
/* 教师详情 */
.tactop {
	height: 654px;
	overflow: hidden;
	z-index: -1;
	position: relative;
}

.padding {
	padding: 110px 0 0px 146px;
}

/*男*/
.color-n1 h5 {

	color: #535266;

}

/*女*/
.color-n2 h5 {

	color: #70523a;

}


.tactop-title .btn-danger {

	background: #ac0000 url(/static/api/images/top-icon.png) bottom center no-repeat;
	border-radius: 1rem;
	padding: 2px 37px;

}

/*女*/
.tactop .btn-danger1 {

	background: url(/static/api/images/top2.png) no-repeat center center;
	padding: .4rem .75rem;
	background-size: 100% 100%;
}

/*男*/
.tactop .btn-danger2 {

	background: url(/static/api/images/top1.png) no-repeat center center;
	padding: .4rem .75rem;
	background-size: 100% 100%;
}




.tactop .btn-danger1 span {
	color: #404556;
}


.tactop .btn-danger2 span {
	color: #79471e;
}



.tactop-list1 ul li {

	list-style: disc;
	color: rgba(112, 82, 58, .37);


}

.tactop-list2 ul li {

	list-style: disc;
	color: rgba(112, 82, 58, .37);


}


.tactop-list1 ul li span {
	color: #686779;
	font-weight: bold;
}

.tactop-list2 ul li span {
	color: #79471e;
	font-weight: bold;
}

.tacimg {
	width: 85px;
	height: 85px;
	margin-right: initial;
}

.tacid1 .border-warning,
.tacid2 .border-warning {

	border-color: #ac0000 !important;

}

.tacid1 .alert-primary {
	color: #ffffff;
	background-color: #f79270;
	border-color: #f79270;

}

.tacid1 .text-light {
	color: #666666 !important;
}

/* .tac-nav .nav-item:hover a{
	color: #b00c0c;
	border-bottom: #b00c0c 2px solid;
} */


.tacid1 .btn-danger {
	background-color: #ae0505;

}

.tacid1-content {
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: -212px;
}

.margin {
	margin-top: 0 !important;
	background-color: rgba(255, 255, 255, 1) !important;
}

.tacid1 .margin .avatar img {
	transform: translate(1%, -2%);
	height: 50px;
}

.margin .tacimg {
	width: 50px;
	height: 50px;
	margin-right: initial;
}




.tacid2 {
	background-color: #f5f7f9;
}

.tacid2 .text {
	color: #666666;
}

.tac-title-icon {
	width: 5px;
	height: 22px;
	border-radius: .5rem;
	background-color: #ae0505;
}

.tacid2 .rounded-lg {
	border-radius: .5rem !important;

}

.tacid2 a {
	color: #666666;
}




.tacid2 a:hover,
.teac-index1 a:hover {
	color: #ae0505;
}

.tacid2 .alert-light {
	color: #333333;
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}

.tacid2 .btn-danger {
	background-color: #ffffff;
}

/* .tacid2 .btn-danger:hover{
	color: #ae0505;
	font-weight: bold;
} */
.tacid2 .tac-ch-content ul li {
	list-style: disc;
	color: #333333;

}

.tacid2 .tac-ch-content ul li::marker {

	color: #aaaaaa;
}

.line2 {
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, rgb(174, 5, 5) 40%, rgb(191, 191, 191) 20%);

}

.zj li a {
	color: #666666;
}

.zj li a:hover {
	color: #ae0505;
}

.overflow-hidden {
	height: 168px;
	overflow: hidden;
}

.kc-content .btn-danger {
	background-color: #ffe8e8;
	padding: .1rem 1rem;
}

.kc-content .bq {
	border: 1px solid #ae0505;
	background-color: #ffe8e8;
	padding: .1rem 1rem;
	border-radius: .25rem;
	color: #ae0505;
}


.kc-content .num {
	color: #ae0505;
}


.tac-pj .tac-pj-list:hover,
.tac-sk .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}




.tac-pj-list .date {
	color: #666666;
}

.card-overflow-hidden {
	height: 200px;
	overflow: hidden;
}

.icon1::before {
	content: "";
	background: url(/static/api/images/tac-icon.png) no-repeat center center;
	position: absolute;
	height: 46px;
	width: 729px;
	bottom: 0;
	right: 0;
}

.tac-ch-content::before {
	content: "";
	background: url(/static/api/images/tac-icon2.png) no-repeat center center;
	position: absolute;
	height: 45px;
	width: 776px;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.icon2::before {
	content: "";
	background: url(/static/api/images/tac-icon3.png) no-repeat center center;
	position: absolute;
	height: 35px;
	width: 242px;
	bottom: 0;
	right: 0;
}

.tac-kc::before,
.teac-page::before,
.icon4::before {
	content: "";
	background: url(/static/api/images/tac-icon4.png) no-repeat center center;
	position: absolute;
	height: 65px;
	width: 70%;
	bottom: 0;
	right: 0;
}

.tac-icon::before {
	content: "";
	background: url(/static/api/images/renzheng.png) no-repeat center center;
	position: absolute;
	height: 32px;
	width: 32px;
	top: -16px;
	left: 0;
	background-size: 70%;
}


.icon3::before {
	content: '';
	background: url(/static/api/images/nxxq-icon.png) no-repeat center center;
	position: absolute;
	height: 65px;
	width: 296px;
	top: 0;
	left: 0;
	z-index: 1;
}

.tac-kc .overflow-hidden,
.tac-kc .media-body,
.tac-sk-list .overflow-hidden,
.tac-pj p,
.tac-pj img,
.tac-pj .media-body {

	z-index: 2;
}

.tac-nav .nav-item {
	display: flex;
	justify-content: center;
	position: relative;
}


.tac-nav .nav-item:hover .line {
	display: block;
}

.tac-nav a:hover {
	color: #ae0505;
}

.tac-nav .active a {

	color: #ae0505;
}

.tac-nav .active .line {
	display: block;
}

/* end */
/* 教师简介 */
.bg-teacher {
	background-color: #f5f7f9;
}

.teac-index1 .rounded-lg {
	border-radius: .5rem !important;
}

.teac-index1 .t {
	color: #999999;
}

.teac-index1 .c {
	color: #333333;
}

.teac-index1 .t1 {
	padding-left: 2rem;
}

.teac-sk-content .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/*  */
.icon5::before {

	bottom: 21px;

}

/* end */


/* 讲师联系 */
.teac-contact .bg-danger {
	background-color: #f3b19a !important;
}

.teac-contact .bg-danger1 {
	background-color: #f3c89a !important;
}


.teac-contact .bg-danger2 {
	background-color: #f39a9a !important;
}

.teac-contact .text-content {
	color: #4c1401;
}

.teac-contact .media:hover {

	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}

/* end */

/* 企业内训 */
.nx-title .text-light {
	color: #999999 !important;
}

.nx-title .text-light1 {
	color: #45455a !important;

}

.nxxq .text-light2 {
	color: #999999 !important;

}

.nx-title .btn-danger3 {
	background-color: #f5f5f5;
	border-color: #e5e5e5;
	cursor: inherit;
	padding: .1rem 1rem;
}

.nxxq .btn-danger1 {

	color: #b00c0c;
	background-color: #ffecec;
	border-color: #ef6969;
}

.nxxq .btn-danger2 {

	color: #666666;
	background-color: #f5f5f5;
	border-color: #bfbfbf;
}

.nxicon1::before {
	content: "";
	background: url(/static/api/images/nxxq-icon.png) no-repeat center center;
	position: absolute;
	height: 66px;
	width: 325px;
	top: 0;
	left: 0;

}

.nxicon1::after {
	content: "";
	background: url(/static/api/images/tac-icon4.png) no-repeat center center;
	position: absolute;
	height: 65px;
	width: 634px;
	bottom: 0;
	right: 0;
}

.nxxq .text-color {
	color: #666666 !important;
}

.nxxq table tr td {
	border-color: #e5e5e5;
	color: #666666 !important;
}

.nxxq .line1 {
	background: linear-gradient(to right, #ae0505 13%, #dcdcdc 13%);
	width: 100%;
	height: 2px;
}

.tacid2 .line2 {
	background: linear-gradient(to right, #ae0505 40%, #dcdcdc 40%);
	width: 100%;
	height: 2px;
}

.nxxq-content .btn-danger1 {
	padding: .1rem 1rem;
	background-color: #ededed;

}

/* .icon2::before{
	width: 242px;
} */




.modal .modal-dialog {
	margin: auto;
	/* 水平居中 */
}

/* end */


/*  */
#swiper-diqu {
	height: 340px;
	position: inherit;
	padding: 0 0 1.5rem 0;
}

#swiper-diqu .swiper-slide {
	height: calc(100% /2);
	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;

}

#diqu .ystitle {
	width: 77%;
	bottom: -40px;
	background-color: #ffffff;
}

#diqu .rounded-lg {
	border-radius: .5rem !important;
}

#diqu .diqu-icon1::before {

	content: '';
	background: url(/static/api/images/icon1.png) no-repeat center center;
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0;
	bottom: 10px;
}

#diqu .nav-active .active {

	color: #b00c0c;

}

#diqu .tab-content .ysimg:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;


}


#diqu .swiper-slide .card:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#diqu .tab-content .ysimg {
	overflow: hidden;
	border-radius: .5rem !important;
}

#diqu .tab-content .ysimg img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#diqu .ysimg img:hover {

	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#diqu .col-6:hover .ysimg img {

	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}


#diqu .title-bg1::before {
	content: '';
	background: url(/static/api/images/diqu-icon.png) no-repeat center center;
	position: absolute;
	width: 85px;
	height: 59px;
	right: 3px;
	bottom: -21px;
}

#diqu .list-icon1::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/diqu-icon2.png) center center no-repeat;
	width: 252px;
	height: 56px;
	bottom: 0;
	right: 0;
}

#diqu .wzicon::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/wz.png) center center no-repeat;
	width: 251px;
	height: 55px;
	bottom: 0;
	right: 0;
}




/* end */
/* 推荐找讲师 */
.tuijian {
	background: url(/static/api/images/tuijian-bg.png) center center no-repeat;
	background-size: cover;
}

.tuijian .tuijian-icon::before {
	content: '';
	background: url(/static/api/images/icon1.png) no-repeat center center;
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0;
	bottom: 8px;

}

.tuijian .tjicon::before {
	content: '';
	background: url(/static/api/images/tjicon.png) no-repeat center center;
	position: absolute;
	width: 272px;
	height: 38px;
	left: 0;
	top: 0;

}

.tuijian .tjicon-1::after {
	content: '';
	background: url(/static/api/images/tjicon-1.png) no-repeat center center;
	position: absolute;
	width: 357px;
	height: 117px;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.tuijian .tjicon-2::before {
	content: '';
	background: url(/static/api/images/tjicon-2.png) no-repeat center center;
	position: absolute;
	width: 158px;
	height: 67px;
	left: 0;
	bottom: 57%;
	z-index: -1;
}


.tuijian .tjicon-3::after {
	content: '';
	background: url(/static/api/images/tjicon-3.png) no-repeat center center;
	position: absolute;
	width: 77px;
	height: 67px;
	right: 0;
	bottom: 30%;
	z-index: -1;
}






.tuijian .nav-link.active::before {
	content: "";
	position: absolute;
	top: 8.5px;
	right: -24px;

	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 17px solid #b00c0c;
	transform: rotate(90deg);
}

.xz {
	background-color: #fff2f2;
}

.tuijian .avatar img {
	transform: translate(-2%, 0%);
	height: 85px;
}

.bg-tj {
	background-color: #f3f3f3;
}

.tuijian .btn-light {
	background-color: #ffffff;
	padding: .5rem 0rem;
}


.tuijian .nav button {
	border: initial;
	background: #ffffff;
	outline: none
}


.nav-pills .nav-link.active {
	color: #fff;
	border: initial;
	background: #b00c0c;
}

/* end */

/* 排行榜 */

.paihang .paihang-icon::before {
	content: '';
	background: url(/static/api/images/icon1.png) no-repeat center center;
	position: absolute;
	width: 59px;
	height: 59px;
	left: 0;
	bottom: 8px;

}


.paihang .tacimg {

	width: 60px;
	height: 60px;

}

.paihang .avatar img {
	transform: translate(-6%, 0%);
	height: 66px;
}

.paihang .btn-danger {
	background: none;
	border-color: #aaaaaa;
	color: #666666;
}



.paihang .paihang .text-color {
	background-color: #f6f6f6 !important;
	border-radius: .5rem;
}

.paihang .row-bg {

	background: linear-gradient(to left, rgba(246, 246, 246, 1) 30%, rgba(242, 138, 138, .46) 80%) !important;

}

.paihang .row-bg .col-4 .btn-danger {
	background: none;
	border-color: #b00c0c;
	color: #b00c0c;
}




.paihang .row-bg2 {

	background: linear-gradient(to left, rgba(246, 246, 246, 1) 30%, rgba(242, 170, 138, .46) 80%) !important;

}

.paihang .row-bg2 .btn-danger {
	background: none;
	border-color: #f18559;
	color: #e1660b;
}


.paihang .row-bg3 {

	background: linear-gradient(to left, rgba(246, 246, 246, 1) 30%, rgba(225, 225, 225, .46) 80%) !important;

}

.paihang .num {

	top: 42%;
	left: -10px;

}

.paihang .row-bg::before {

	content: "";
	background: url(/static/api/images/num1.png) no-repeat center center;
	position: absolute;
	width: 34px;
	height: 27px;
	left: 0;
	top: 0;

}

.paihang .row-bg2::before {

	content: "";
	background: url(/static/api/images/num2.png) no-repeat center center;
	position: absolute;
	width: 34px;
	height: 27px;
	left: 0;
	top: 0;

}

.paihang .row-bg3::before {

	content: "";
	background: url(/static/api/images/num3.png) no-repeat center center;
	position: absolute;
	width: 34px;
	height: 27px;
	left: 0;
	top: 0;

}

/* end */

#activered ul li .active {
	color: #ac0000;
}







/**/




#jianbian {

	background: linear-gradient(to top, rgba(245, 245, 245, 1) 30%, rgba(245, 236, 235, .89) 80%) !important;

}

#jianbian .rounded-lg {
	border-radius: 5rem;
}

.filter .btn-outline-danger {

	border: initial;

	color: #000000;

}

.filter .btn-outline-danger:hover {
	color: #b00c0c;
	background-color: #ffe5e5;
	border-radius: .2rem;
}

.hiddenimg {
	height: 230px;
	overflow: hidden;
	border-radius: .5rem;
}

.hiddenimg img {
	height: 230px;
}

.filter-content .tacimg {
	width: 39px;
	height: 39px;
}

.avatar img {
	transform: translate(0%, 0%);
	height: 39px;
}

.tacid1 .avatar img {
	
	height: 85px;
}

.tacid2 .avatar img {
	width: 85px;
	height: 85px;
}



.filter-content .btn-danger1 {
	padding: .1rem .5rem;
	background-color: #ededed;
}

.filter-content .btn-danger2 {

	background: #f5f5f5 url(/static/api/images/btnicon.png) no-repeat right bottom;

}

.filter-content .icon2::before {

	content: "";
	background: url(/static/api/images/list-icon1.png) no-repeat center center;
	position: absolute;
	width: 215px;
	height: 38px;
	left: 0;
	top: 0;



}


.filter-content .icon2::after {

	content: "";
	background: url(/static/api/images/list-icon2.png) no-repeat center center;
	position: absolute;
	width: 100%;
	height: 45px;
	right: 0;
	bottom: 0;



}

.fade1 {
	display: block;
}

.fade2 {
	display: none;
}

.parentrelative:hover .fade1 {
	display: none;
}

.parentrelative:hover .fade2 {
	display: block;
}

.parentrelative .hoverw {
	position: absolute;
	background: linear-gradient(rgb(0, 0, 0, 0), rgba(0, 0, 0, .1));
	left: 0;
	bottom: 0%;
	width: 100%;
	height: 40px;
	line-height: 40px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	cursor: pointer;
	color: #000000;
}



.parentrelative:hover .hoverw {
	background: linear-gradient(rgb(0, 0, 0, 0), rgba(0, 0, 0, .6));
	bottom: 0;
	opacity: 1;
	transform: scale(1);
	color: #ffffff
}

.lightredtolight .btn.active {

	color: #ac0000 !important;
	border-color: #ac0000 !important;
	background-color: transparent !important;
}

.lectinfo {
	position: absolute;
	top: 99px;
	left: 40px;
	width: 316px;
}

.lectinfo3 {
	position: absolute;
	top: 99px;
	left: 20%;
	width: 316px;
}


.lectinfolist {

	position: absolute;
	top: 15px;
	left: 0px;
	width: 158px;


}

.lectinfolist2 {

	position: absolute;
	top: 15px;
	left: 15%;
	width: 158px;


}

.lectinfo1 span {
	/* background: linear-gradient(to left,  rgb(255, 255, 255) 30% ,rgb(148, 148,159) 80%,rgb(148, 148,159) 80%);  */
	background: linear-gradient(to right, rgba(0, 0, 0, .01) 0%, rgba(148, 148, 159, .8) 50%, rgba(0, 0, 0, .01) 96%);

	padding: .5rem 3rem;
}

.lectinfo1 .info-text1 {
	color: #454551;
}

.lectinfo1 .info-text2 {
	color: #717180;
}


.lectinfo2 span {
	/* background: linear-gradient(to left,  rgb(255, 255, 255) 30% ,rgb(148, 148,159) 80%,rgb(148, 148,159) 80%);  */
	background: linear-gradient(to right, rgba(0, 0, 0, .01) 0%, rgba(112, 82, 58, .8) 50%, rgba(0, 0, 0, .01) 96%);

	padding: .5rem 3rem;
}

.lectinfo2 .info-text1 {
	color: #79471e;
}

.lectinfo2 .info-text2 {
	color: #70523a;
}

#jianbian .news h5 {
	color: #000000;

}

#jianbian .news span {
	color: #666666;
}

#jianbian .news a:hover h5 {
	color: #666;
}

#jianbian .newslist:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.topbg.about {

	background: url(/static/api/images/desclogo.jpg) bottom center no-repeat;
	background-size: 100% auto;
}


.about .nav li .active+.line {
	display: block;
	top: 32px;
}

.about .nav li .active {
	color: #ae0505;

}

.about .nav-item:hover a {
	color: #ae0505;

}

.about .nav li {
	display: flex;
	justify-content: center;
	position: relative;
}


.about .nav-item:hover .line {
	color: #ae0505;
	display: block;
	top: 32px;
}

.topimg {
	background: url(/static/api/images/about.jpg) bottom center no-repeat;
	background-size: 100% auto;
	padding: 5rem 0rem 0rem 0rem;
}

.topimg .nav li .active+.line {
	display: block;
	top: 38px;
	width: 56px;
	z-index: 1;
}

.topimg .nav li .active {
	color: #ae0505;
}

.topimg .nav-item:hover a {
	color: #ae0505;

}

.topimg .nav-item:hover .line {
	color: #ae0505;
	display: block;
	width: 56px;
	top: 38px;
	z-index: 1;
}

.topimg .nav li {
	display: flex;
	justify-content: center;
	position: relative;
}

.content1 {
	background-color: #f5f5f5;

}

.content1 p img {
	width: 100%;
}

.content1 li i {
	color: #d2d2d2;
}

.content1 li:hover i,
.content1 li:hover a,
.content1 .active a,
.content1 .active i {
	color: #ae0505;

}

.yijian:hover,
.yijian.active {
	color: #ae0505
}

.content1 .content {
	z-index: 1;
}

.content1 .content::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/helpicon.png) center center no-repeat;
	width: 726px;
	height: 103px;
	bottom: 0;
	right: 0;
	z-index: -1;

}

.help-icon1 {

	z-index: 1;
}


.help-icon1::before {
	content: "";
	position: absolute;
	background: url(/static/api/images/heipicon1.png) center center no-repeat;
	width: 244px;
	height: 88px;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.footimg {
	height: 62px;

}

.tskcbg2 .tskctoplist img {
	height: 52px;
}

.tskcbg2 .tskctoplist img:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}

.imgbg:nth-child(4n+1) .imgbg-box {
	background: url(/static/api/images/g1.jpg) no-repeat center center;
	height: 196px;
	color: #4e7660;
	background-size: cover;
	border-radius: .3rem;
}

.imgbg:nth-child(4n+2) .imgbg-box {
	background: url(/static/api/images/g2.jpg) no-repeat center center;
	height: 196px;
	color: #646e7f;
	background-size: cover;
	border-radius: .3rem;
}

.imgbg:nth-child(4n+3) .imgbg-box {
	background: url(/static/api/images/g3.jpg) no-repeat center center;
	height: 196px;
	color: #a29186;
	background-size: cover;
	border-radius: .3rem;
}

.imgbg:nth-child(4n+4) .imgbg-box {
	background: url(/static/api/images/g4.jpg) no-repeat center center;
	height: 196px;
	color: #8f7983;

	background-size: cover;
	border-radius: .3rem;
}

.imgbg:nth-child(4n+1) .imgbg-name {
	background: linear-gradient(to right, rgba(0, 0, 0, .01) 0%, rgba(168, 212, 190, .4) 50%, rgba(0, 0, 0, .01) 96%);
}

.imgbg:nth-child(4n+2) .imgbg-name {
	background: linear-gradient(to right, rgba(0, 0, 0, .01) 0%, rgba(162, 179, 190, .4) 50%, rgba(0, 0, 0, .01) 96%);
}

.imgbg:nth-child(4n+3) .imgbg-name {
	background: linear-gradient(to right, rgba(0, 0, 0, .01) 0%, rgba(208, 195, 181, .4) 50%, rgba(0, 0, 0, .01) 96%);
}

.imgbg:nth-child(4n+4) .imgbg-name {
	background: linear-gradient(to right, rgba(0, 0, 0, .01) 0%, rgba(210, 194, 199, .4) 50%, rgba(0, 0, 0, .01) 96%);
}


.text-truncate1 {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
}

.time {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: rgba(80, 80, 80, .8);
	border-radius: .5rem;
	padding: .5rem 1rem;
}

.hoverimg1 .parentrelative {

	overflow: hidden;
}



.hoverimg1 .parentrelative img {

	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hoverimg1 .parentrelative:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hoverimg1 a {
	color: #ffffff;
}

.text-truncate2 {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
}

#swiper1 .ysimg {
	overflow: hidden;

}

#swiper1 .ysimg img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#swiper1 .ysimg img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tsclass p img {

	text-align: center;
	width: 100%;
}

.bgyxmapbg .btn-outline-danger:hover {
	color: #fff;
	background: #ac0000 url(/static/api/images/glzx.png) no-repeat center 15px;
	border-color: #ac0000;
	background-size: contain;
}


.btn-group .btn-outline-danger1 {


	color: rgba(0, 0, 0, .32);
	border-color: #e5e5e5;

}

.btn-group .btn-outline-danger:hover {
	background: #fff;

}

.btn-group .btn {
	background-color: #ffffff;

}

.btn-group .btn.focus,
.btn-group .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .35);
}





.zyjjbg4 .btn-light {

	background-color: initial !important;
}

.input-group-append .bg-danger {
	background-color: #ac0000 !important;
}

.table td,
.table th {

	vertical-align: middle;

}

.paddingnav {
	padding: 10px 10px 2px 24px;
}

.index-z::before{
	z-index: -1;
}






@media only screen and (max-width: 1200px) {}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.swiper8-img {
		width: 376px;
	}



}


@media only screen and (min-width: 1200px) {
	.ms-text {

		width: 350px;

	}

	.ms-about {
		margin-top: -30px;
		margin-bottom: 10px;
		margin-left: -20px;
	}

	.ms-tj {
		margin-left: .5rem;
	}

	.swiper8-img {
		width: 100%;
	}

	.post-tac {
		top: 60px;
		left: 130px
	}

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

	#swiper1 .swiper-slide img {
		width: 162px;
	}


}

@media only screen and (min-width: 993px) and (max-width: 1200px) {


	.ms-text {

		width: 250px;

	}

	.ms-about {
		margin-top: -30px;
		margin-bottom: 10px;
		margin-left: -20px;
	}

	.ms-tj {
		margin-left: .5rem;
	}


	.ystitle {

		width: 148px;
		bottom: -4px;
	}

	#swiper {
		height: 570px;
	}

	.swiper8-img {
		width: 375px;
	}

	#swiper7 .thumbs-img {
		width: 68px;
	}

	#swiper7 {
		height: 460px;
		position: inherit;
		padding: 0 0 1.5rem 0;
	}

	#mstj .margin-mingshi {
		padding: 4rem 0rem 0 4rem;
		width: 370px;
	}

	.post-tac {
		top: 80px;
		left: 130px
	}


}




@media only screen and (min-width: 768px) and (max-width: 992px) {

	#swiper1 .swiper-slide img {
		width: 162px;
	}

	#myswiper .swiper-wrapper .swiper-slide .img-thumb img {
		width: 100px;
	}

	.tytitle {
		bottom: 0px;
		width: 100%;
	}

	.swiper-slide-thumb-active .tytitle {
		bottom: 0px;
		width: 100%;
	}

	#myswiper .swiper-wrapper .swiper-slide .img-thumb {
		height: initial;

	}

	#myswiper .swiper-slide:hover .tytitle {
		bottom: 0px;
		width: 100%;
	}

	#myswiper {
		height: 406px;
	}

	.ms-text {

		margin-left: 1rem;

	}

	.ms-text h2 {
		text-align: center;
	}

	.ms-text .fs-16 {
		text-align: center;
	}

	#mstj .mySwiper2 .ov-hidden {
		overflow: hidden;
		width: 162px;
		margin-top: 1.5rem;
	}

	#mstj .mySwiper2 .tr-img {
		margin-top: -3px;
		width: 163px;
	}

	.redborder50 {
		width: 100%;
	}

	.ystitle {

		width: 147px;
	}

	#swiper1 {

		height: 602px;

	}

	.swiper8-img {
		width: 100%;
	}

	#mstj .margin-mingshi {
		padding: 4rem 0rem 0 0rem;
		width: 328px;
	}

	#swiper7 {

		width: 174px;
	}

	.tacid1-content {
		margin-top: inherit;
	}

	.tactop {

		height: inherit;
	}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tytitle {
		width: 100%;
	}

	.swiper-slide-thumb-active .tytitle {
		bottom: 0px;
		width: 100%;
	}

	#myswiper .swiper-slide:hover .tytitle {
		bottom: 0px;
		width: 100%;
	}

	#myswiper {
		width: 415px;
	}

	#mstj .mySwiper2 .ov-hidden {

		margin-left: .5rem;
		margin-top: .5rem;
	}

	#swiper1 .swiper-slide img {

		width: 166px;

	}

	.ystitle {
		width: 152px;
		bottom: -18px;
	}

	#swiper1 {
		height: 590px;
	}

	.swiper8-img {

		width: 100%;

	}

	#mstj .margin-mingshi {
		padding: 4rem 0rem 0 0rem;
		width: 242px;
	}


	.tacid1-content {
		margin-top: inherit;
	}



}





@media only screen and (min-width: 426px) and (max-width: 575px) {
	.tytitle {
		width: 91.5%;
	}

	.swiper-slide-thumb-active .tytitle {
		bottom: 4px;
		width: 91.5%;
	}

	#myswiper .swiper-slide:hover .tytitle {
		bottom: 4px;
		width: 91.5%;
	}

	#myswiper {
		width: 415px;
	}

	#mstj .mySwiper2 .ov-hidden {

		margin-left: .5rem;
		margin-top: .5rem;
	}

	.img-cont {

		display: flex !important;
		justify-content: center !important;
	}

	.ms-text h2,
	.ms-text h2+div {

		text-align: center;


	}

	.ms-text .lien-ms {

		display: flex;
		justify-content: center;
	}

	.ms-text p {

		margin: 10px;
	}

	.swiper8-img {
		width: 100%;

	}

	#mstj .margin-mingshi {
		padding: 0rem 0rem 0 1rem;
		width: 100%;
	}

	#swiper7 .thumbs-img {
		width: 74px;
	}

	.tacid1-content {
		margin-top: inherit;
	}
}


@media only screen and (min-width: 500px) and (max-width: 575px) {

	#swiper1 .swiper-slide img {
		width: 150px;
	}

	.ystitle {
		width: 135px;
		bottom: -18px;
	}

	#swiper1 {

		height: 560px;
	}

}
@media only screen and (min-width: 401px) and (max-width: 499px) {
.ystitle {
	width: 166px;
	bottom: -18px;
}


}



@media only screen and (min-width: 340px) and (max-width: 400px) {

	#swiper1 .swiper-slide img {
		width: 150px;
	}

	.ystitle {
		width: 135px;
		bottom: -18px;
	}

	#swiper1 {

		height: 550px;
	}

	#myswiper .swiper-wrapper .swiper-slide .img-thumb {
		height: 126px;
		overflow: hidden;
	}

	#myswiper .swiper-wrapper .swiper-slide .img-thumb img {

		width: 105px;

	}

	.swiper-slide-thumb-active .tytitle {
		bottom: 8px;
		width: 105px;

	}

	.tytitle {

		width: 105px;
		bottom: 9px;
	}

	#myswiper .swiper-slide:hover .tytitle {
		bottom: 8px;
		width: 105px;
	}

	#myswiper {
		height: 430px;

	}
}

@media only screen and (min-width: 320px) and (max-width: 339px) {

	#swiper1 .swiper-slide img {
		width: 140px;
	}

	.ystitle {
		width: 125px;
		bottom: -13px;
	}

	#swiper1 {

		height: 550px;
	}

	#myswiper .swiper-wrapper .swiper-slide .img-thumb img {

		width: 98px;

	}

	#myswiper .swiper-wrapper .swiper-slide .img-thumb {
		height: 118px;
		overflow: hidden;
	}

	.swiper-slide-thumb-active .tytitle {
		bottom: 9px;
		width: 98px;

	}

	.tytitle {
		width: 98px;
		bottom: 9px;
	}

	#myswiper .swiper-slide:hover .tytitle {
		bottom: 9px;
		width: 98px;
	}

	#myswiper {
		height: 414px;
		position: inherit;
	}

}









@media only screen and (max-width: 425px) {

	#mstj .mySwiper2 .ov-hidden {
		overflow: hidden;
		display: flex;
	}

	.img-cont {

		display: flex !important;
		justify-content: center !important;
	}

	#mstj .mySwiper2 .tr-img {
		margin-top: -3px;
		width: 212px;
	}

	.ms-text h2,
	.ms-text h2+div {

		text-align: center;


	}

	.ms-text .lien-ms {

		display: flex;
		justify-content: center;
	}

	.ms-text p {

		margin: 10px;
	}

	.swiper8-img {
		width: 100%;

	}

	#swiper7 .thumbs-img {
		width: 74px;
	}

	.tacid1-content {
		margin-top: inherit;
	}

	.more {
		padding: 1rem 5rem;
	}
}






@media only screen and (min-width: 220px) and (max-width: 992px) {
	.navbar-nav {
		text-align: center;
	}

	.redbg {
		background: #ae0505;
	}
	.whiteborderredshadow {
		border-radius: 50%;
		border: 2px #ffffff solid;
		box-shadow: #ae0505 0px 0px 4px;
	}

}





/*产品轮播*/
.view {
	max-width: 500px;
}

.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.view .swiper-slide img {
	height: 100%;
}

.view .arrow-left {
	background: url(../static/api/images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.view .arrow-right {
	background: url(../static/api/images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.preview {
	position: relative;
	width: 440px;
	left: 30px;
}

.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}

.preview .active-nav {
	border: 1px solid #F00;
}

.preview .arrow-left {
	background: #fff url(../static/api/images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

.preview .arrow-right {
	background: #fff url(../static/api/images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}




@media only screen and (max-width: 768px) {
	.lh150{
		line-height: 150%;
	}

	.transx {
		transform: scaleX(-1);
	}
	.view .swiper-slide {
		height: 200px;
	}

	.preview {
		display: none;
	}

	.view .arrow-left,
	.view .arrow-right {
		height: 200px;
		display: block;
	}

	#swiper2 .swiper-horizontal>.swiper-pagination-bullets,
	#swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal,
	#swiper2 .swiper-pagination-custom,
	#swiper2 .swiper-pagination-fraction {
		bottom: initial;
		left: inherit;
	}

	#swiper3 .swiper-horizontal>.swiper-pagination-bullets,
	#swiper3 .swiper-pagination-bullets.swiper-pagination-horizontal,
	#swiper3 .swiper-pagination-custom,
	#swiper3 .swiper-pagination-fraction {
		bottom: initial;
		left: inherit;
	}

	#swiper5 .swiper-horizontal>.swiper-pagination-bullets,
	#swiper5 .swiper-pagination-bullets.swiper-pagination-horizontal,
	#swiper5 .swiper-pagination-custom,
	#swiper5 .swiper-pagination-fraction {
		bottom: initial;
		left: 0%;
	}

	.meiti {
		width: 42%;
		float: left;


	}

	.text-truncatem2 {
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		display: -webkit-box;
		overflow: hidden;
	}

	#mstj .margin-mingshi {
		padding: 1rem 0rem 0 1rem;
		width:98%;
	}	

	.hig li {
		
		float: left;
		padding: 10px;
	}

	.gkkmainbg {

		background: none !important;
	}

	.redbottomline .active {
		border-bottom: #ae0505 2px solid;
		color: #ae0505;
	}

	.redbg {
		background: #ae0505;
	}

	.redborderbottom {
		border-bottom: 3px solid #ae0505;
	}

	.tab-content p img {
		width: 100%;
	}

	.lightredtolight p img {
		width: 100%;
	}

	.jgjj p img {
		width: 100%;
	}

	.xmjj p img {
		width: 100%;
	}

	.hoverimg1 a {
		color: #000000;
	}

	#swiper4 {
		height: 950px;}
		.paddingnav {
			padding: 10px 10px 0px 10px;
		}
		.paddingnav  li{
		padding-top: 10px;
		}
		
}

/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 0px;
	width: 90px;
	z-index: 999;
	color: #999;
}

.online a {
	color: #666;
}

.online a:hover {
	text-decoration: none;
}

.online dl {
	background: #ac0000 url(/static/api/images/cebian.png) no-repeat center center;
	padding: 20px 5px;

	position: relative;
}

.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.online dl dd i {
	font-size: 25px;
}

.online dl:hover {
	background: #a00000;
}

.online dl dt {
	position: absolute;
	top: 0px;
	right: 90px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}

.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.online dl dt h3 i {
	margin-right: 5px;
}

.online dl dt h3 span {
	float: right;
	cursor: pointer;
}

.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}

.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #ac0000;
	color: #fff;
	cursor: pointer;
}

.scroll-top {
	margin-top: 50px;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.online dl:first-child {
	border-top-left-radius: .5rem;
}

.online dl:nth-last-child(2) {
	border-bottom-left-radius: .5rem;
}


/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
	.card-img-200 {
		height: 200px;
		overflow: hidden;
	}

	.card-img-180 {
		height: 180px;
		overflow: hidden;
	}

	.card-img-150 {
		height: 150px;
		overflow: hidden;
	}

	.card-img-120 {
		height: 120px;
		overflow: hidden;
	}

	.card-img-100 {
		height: 100px;
		overflow: hidden;
	}
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {

	.input-group-lg>.form-control {

		font-size: 14px !important;
	}

	.searchbtn {
		font-size: 14px !important;

	}

	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}

/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}

.lh-2 {
	line-height: 2;
}

.lh-3 {
	line-height: 3;
}

.lh-4 {
	line-height: 4;
}

/*字体大小*/
.fs-10 {
	font-size: .557rem !important;
}

.fs-12 {
	font-size: .857rem;
}

.fs-14 {
	font-size: 1rem;
}

.fs-16 {
	font-size: 1.142rem;
}

.fs-18 {
	font-size: 1.285rem;
}

.fs-20 {
	font-size: 1.428rem;
}

.fs-22 {
	font-size: 1.571rem;
}

.fs-24 {
	font-size: 1.714rem;
}

.fs-26 {
	font-size: 1.857rem;
}

.fs-28 {
	font-size: 2rem;
}

.fs-30 {
	font-size: 2.142rem;
}

.fs-32 {
	font-size: 2.286rem;
}

.fs-34 {
	font-size: 2.429rem;
}

.fs-36 {
	font-size: 2.571rem;
}

.fs-38 {
	font-size: 2.714rem;
}

.fs-40 {
	font-size: 2.857rem;
}

/*高度*/
.h-5px {
	height: 5px;
}

.h-10px {
	height: 10px;
}

.h-15px {
	height: 15px;
}

.h-20px {
	height: 20px;
}

.h-25px {
	height: 25px;
}

.h-30px {
	height: 30px;
}

.h-35px {
	height: 35px;
}

.h-40px {
	height: 40px;
}

.h-45px {
	height: 45px;
}

.h-50px {
	height: 50px;
}

.h-55px {
	height: 55px;
}

.h-60px {
	height: 60px;
}

.h-65px {
	height: 65px;
}

.h-70px {
	height: 70px;
}

.h-75px {
	height: 75px;
}

.h-80px {
	height: 80px;
}

.h-85px {
	height: 85px;
}

.h-90px {
	height: 90px;
}

.h-95px {
	height: 95px;
}

.h-100px {
	height: 100px;
}

.h-110px {
	height: 110px;
}

.h-120px {
	height: 120px;
}

.h-130px {
	height: 130px;
}

.h-140px {
	height: 140px;
}

.h-150px {
	height: 150px;
}

.h-160px {
	height: 160px;
}

.h-170px {
	height: 170px;
}

.h-180px {
	height: 180px;
}

.h-190px {
	height: 190px;
}

.h-200px {
	height: 200px;
}

.h-210px {
	height: 210px;
}

.h-220px {
	height: 220px;
}

.h-230px {
	height: 230px;
}

.h-240px {
	height: 240px;
}

.h-250px {
	height: 250px;
}

.h-260px {
	height: 260px;
}

.h-270px {
	height: 270px;
}

.h-280px {
	height: 280px;
}

.h-290px {
	height: 290px;
}

.h-300px {
	height: 300px;
}

.h-310px {
	height: 310px;
}

.h-320px {
	height: 320px;
}

.h-330px {
	height: 330px;
}

.h-340px {
	height: 340px;
}

.h-350px {
	height: 350px;
}

.h-360px {
	height: 360px;
}

.h-370px {
	height: 370px;
}

.h-380px {
	height: 380px;
}

.h-390px {
	height: 390px;
}

.h-400px {
	height: 400px;
}

.h-410px {
	height: 410px;
}

.h-420px {
	height: 420px;
}

.h-430px {
	height: 430px;
}

.h-440px {
	height: 440px;
}

.h-450px {
	height: 450px;
}

.h-460px {
	height: 410px;
}

.h-470px {
	height: 470px;
}

.h-480px {
	height: 480px;
}

.h-490px {
	height: 490px;
}

.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {

	/*行距*/
	.lh-sm-1 {
		line-height: 1;
	}

	.lh-sm-2 {
		line-height: 2;
	}

	.lh-sm-3 {
		line-height: 3;
	}

	.lh-sm-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-sm-12 {
		font-size: .857rem;
	}

	.fs-sm-14 {
		font-size: 1rem;
	}

	.fs-sm-16 {
		font-size: 1.142rem;
	}

	.fs-sm-18 {
		font-size: 1.285rem;
	}

	.fs-sm-20 {
		font-size: 1.428rem;
	}

	.fs-sm-22 {
		font-size: 1.571rem;
	}

	.fs-sm-24 {
		font-size: 1.714rem;
	}

	.fs-sm-26 {
		font-size: 1.857rem;
	}

	.fs-sm-28 {
		font-size: 2rem;
	}

	.fs-sm-30 {
		font-size: 2.142rem;
	}

	.fs-sm-32 {
		font-size: 2.286rem;
	}

	.fs-sm-34 {
		font-size: 2.429rem;
	}

	.fs-sm-36 {
		font-size: 2.571rem;
	}

	.fs-sm-38 {
		font-size: 2.714rem;
	}

	.fs-sm-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-sm-5px {
		height: 5px;
	}

	.h-sm-10px {
		height: 10px;
	}

	.h-sm-15px {
		height: 15px;
	}

	.h-sm-20px {
		height: 20px;
	}

	.h-sm-25px {
		height: 25px;
	}

	.h-sm-30px {
		height: 30px;
	}

	.h-sm-35px {
		height: 35px;
	}

	.h-sm-40px {
		height: 40px;
	}

	.h-sm-45px {
		height: 45px;
	}

	.h-sm-50px {
		height: 50px;
	}

	.h-sm-55px {
		height: 55px;
	}

	.h-sm-60px {
		height: 60px;
	}

	.h-sm-65px {
		height: 65px;
	}

	.h-sm-70px {
		height: 70px;
	}

	.h-sm-75px {
		height: 75px;
	}

	.h-sm-80px {
		height: 80px;
	}

	.h-sm-85px {
		height: 85px;
	}

	.h-sm-90px {
		height: 90px;
	}

	.h-sm-95px {
		height: 95px;
	}

	.h-sm-100px {
		height: 100px;
	}

	.h-sm-110px {
		height: 110px;
	}

	.h-sm-120px {
		height: 120px;
	}

	.h-sm-130px {
		height: 130px;
	}

	.h-sm-140px {
		height: 140px;
	}

	.h-sm-150px {
		height: 150px;
	}

	.h-sm-160px {
		height: 160px;
	}

	.h-sm-170px {
		height: 170px;
	}

	.h-sm-180px {
		height: 180px;
	}

	.h-sm-190px {
		height: 190px;
	}

	.h-sm-200px {
		height: 200px;
	}

	.h-sm-210px {
		height: 210px;
	}

	.h-sm-220px {
		height: 220px;
	}

	.h-sm-230px {
		height: 230px;
	}

	.h-sm-240px {
		height: 240px;
	}

	.h-sm-250px {
		height: 250px;
	}

	.h-sm-260px {
		height: 260px;
	}

	.h-sm-270px {
		height: 270px;
	}

	.h-sm-280px {
		height: 280px;
	}

	.h-sm-290px {
		height: 290px;
	}

	.h-sm-300px {
		height: 300px;
	}

	.h-sm-310px {
		height: 310px;
	}

	.h-sm-320px {
		height: 320px;
	}

	.h-sm-330px {
		height: 330px;
	}

	.h-sm-340px {
		height: 340px;
	}

	.h-sm-350px {
		height: 350px;
	}

	.h-sm-360px {
		height: 360px;
	}

	.h-sm-370px {
		height: 370px;
	}

	.h-sm-380px {
		height: 380px;
	}

	.h-sm-390px {
		height: 390px;
	}

	.h-sm-400px {
		height: 400px;
	}

	.h-sm-410px {
		height: 410px;
	}

	.h-sm-420px {
		height: 420px;
	}

	.h-sm-430px {
		height: 430px;
	}

	.h-sm-440px {
		height: 440px;
	}

	.h-sm-450px {
		height: 450px;
	}

	.h-sm-460px {
		height: 410px;
	}

	.h-sm-470px {
		height: 470px;
	}

	.h-sm-480px {
		height: 480px;
	}

	.h-sm-490px {
		height: 490px;
	}

	.h-sm-500px {
		height: 500px;
	}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {




	/*行距*/
	.lh-md-1 {
		line-height: 1;
	}

	.lh-md-2 {
		line-height: 2;
	}

	.lh-md-3 {
		line-height: 3;
	}

	.lh-md-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-md-12 {
		font-size: .857rem;
	}

	.fs-md-14 {
		font-size: 1rem;
	}

	.fs-md-16 {
		font-size: 1.142rem;
	}

	.fs-md-18 {
		font-size: 1.285rem;
	}

	.fs-md-20 {
		font-size: 1.428rem;
	}

	.fs-md-22 {
		font-size: 1.571rem;
	}

	.fs-md-24 {
		font-size: 1.714rem;
	}

	.fs-md-26 {
		font-size: 1.857rem;
	}

	.fs-md-28 {
		font-size: 2rem;
	}

	.fs-md-30 {
		font-size: 2.142rem;
	}

	.fs-md-32 {
		font-size: 2.286rem;
	}

	.fs-md-34 {
		font-size: 2.429rem;
	}

	.fs-md-36 {
		font-size: 2.571rem;
	}

	.fs-md-38 {
		font-size: 2.714rem;
	}

	.fs-md-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-md-5px {
		height: 5px;
	}

	.h-md-10px {
		height: 10px;
	}

	.h-md-15px {
		height: 15px;
	}

	.h-md-20px {
		height: 20px;
	}

	.h-md-25px {
		height: 25px;
	}

	.h-md-30px {
		height: 30px;
	}

	.h-md-35px {
		height: 35px;
	}

	.h-md-40px {
		height: 40px;
	}

	.h-md-45px {
		height: 45px;
	}

	.h-md-50px {
		height: 50px;
	}

	.h-md-55px {
		height: 55px;
	}

	.h-md-60px {
		height: 60px;
	}

	.h-md-65px {
		height: 65px;
	}

	.h-md-70px {
		height: 70px;
	}

	.h-md-75px {
		height: 75px;
	}

	.h-md-80px {
		height: 80px;
	}

	.h-md-85px {
		height: 85px;
	}

	.h-md-90px {
		height: 90px;
	}

	.h-md-95px {
		height: 95px;
	}

	.h-md-100px {
		height: 100px;
	}

	.h-md-110px {
		height: 110px;
	}

	.h-md-120px {
		height: 120px;
	}

	.h-md-130px {
		height: 130px;
	}

	.h-md-140px {
		height: 140px;
	}

	.h-md-150px {
		height: 150px;
	}

	.h-md-160px {
		height: 160px;
	}

	.h-md-170px {
		height: 170px;
	}

	.h-md-180px {
		height: 180px;
	}

	.h-md-190px {
		height: 190px;
	}

	.h-md-200px {
		height: 200px;
	}

	.h-md-210px {
		height: 210px;
	}

	.h-md-220px {
		height: 220px;
	}

	.h-md-230px {
		height: 230px;
	}

	.h-md-240px {
		height: 240px;
	}

	.h-md-250px {
		height: 250px;
	}

	.h-md-260px {
		height: 260px;
	}

	.h-md-270px {
		height: 270px;
	}

	.h-md-280px {
		height: 280px;
	}

	.h-md-290px {
		height: 290px;
	}

	.h-md-300px {
		height: 300px;
	}

	.h-md-310px {
		height: 310px;
	}

	.h-md-320px {
		height: 320px;
	}

	.h-md-330px {
		height: 330px;
	}

	.h-md-340px {
		height: 340px;
	}

	.h-md-350px {
		height: 350px;
	}

	.h-md-360px {
		height: 360px;
	}

	.h-md-370px {
		height: 370px;
	}

	.h-md-380px {
		height: 380px;
	}

	.h-md-390px {
		height: 390px;
	}

	.h-md-400px {
		height: 400px;
	}

	.h-md-410px {
		height: 410px;
	}

	.h-md-420px {
		height: 420px;
	}

	.h-md-430px {
		height: 430px;
	}

	.h-md-440px {
		height: 440px;
	}

	.h-md-450px {
		height: 450px;
	}

	.h-md-460px {
		height: 410px;
	}

	.h-md-470px {
		height: 470px;
	}

	.h-md-480px {
		height: 480px;
	}

	.h-md-490px {
		height: 490px;
	}

	.h-md-500px {
		height: 500px;
	}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {


	#myswiper {

		width: 414px;
		margin-right: -8px;

	}




	.navbar .nav-item.active,
	.navbar .nav-link:hover {

		background-size: 100% 100%;
	}

	/*行距*/
	.lh-lg-1 {
		line-height: 1;
	}

	.lh-lg-2 {
		line-height: 2;
	}

	.lh-lg-3 {
		line-height: 3;
	}

	.lh-lg-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-lg-12 {
		font-size: .857rem;
	}

	.fs-lg-14 {
		font-size: 1rem;
	}

	.fs-lg-16 {
		font-size: 1.142rem;
	}

	.fs-lg-18 {
		font-size: 1.285rem;
	}

	.fs-lg-20 {
		font-size: 1.428rem;
	}

	.fs-lg-22 {
		font-size: 1.571rem;
	}

	.fs-lg-24 {
		font-size: 1.714rem;
	}

	.fs-lg-26 {
		font-size: 1.857rem;
	}

	.fs-lg-28 {
		font-size: 2rem;
	}

	.fs-lg-30 {
		font-size: 2.142rem;
	}

	.fs-lg-32 {
		font-size: 2.286rem;
	}

	.fs-lg-34 {
		font-size: 2.429rem;
	}

	.fs-lg-36 {
		font-size: 2.571rem;
	}

	.fs-lg-38 {
		font-size: 2.714rem;
	}

	.fs-lg-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-lg-5px {
		height: 5px;
	}

	.h-lg-10px {
		height: 10px;
	}

	.h-lg-15px {
		height: 15px;
	}

	.h-lg-20px {
		height: 20px;
	}

	.h-lg-25px {
		height: 25px;
	}

	.h-lg-30px {
		height: 30px;
	}

	.h-lg-35px {
		height: 35px;
	}

	.h-lg-40px {
		height: 40px;
	}

	.h-lg-45px {
		height: 45px;
	}

	.h-lg-50px {
		height: 50px;
	}

	.h-lg-55px {
		height: 55px;
	}

	.h-lg-60px {
		height: 60px;
	}

	.h-lg-65px {
		height: 65px;
	}

	.h-lg-70px {
		height: 70px;
	}

	.h-lg-75px {
		height: 75px;
	}

	.h-lg-80px {
		height: 80px;
	}

	.h-lg-85px {
		height: 85px;
	}

	.h-lg-90px {
		height: 90px;
	}

	.h-lg-95px {
		height: 95px;
	}

	.h-lg-100px {
		height: 100px;
	}

	.h-lg-110px {
		height: 110px;
	}

	.h-lg-120px {
		height: 120px;
	}

	.h-lg-130px {
		height: 130px;
	}

	.h-lg-140px {
		height: 140px;
	}

	.h-lg-150px {
		height: 150px;
	}

	.h-lg-160px {
		height: 160px;
	}

	.h-lg-170px {
		height: 170px;
	}

	.h-lg-180px {
		height: 180px;
	}

	.h-lg-190px {
		height: 190px;
	}

	.h-lg-200px {
		height: 200px;
	}

	.h-lg-210px {
		height: 210px;
	}

	.h-lg-220px {
		height: 220px;
	}

	.h-lg-230px {
		height: 230px;
	}

	.h-lg-240px {
		height: 240px;
	}

	.h-lg-250px {
		height: 250px;
	}

	.h-lg-260px {
		height: 260px;
	}

	.h-lg-270px {
		height: 270px;
	}

	.h-lg-280px {
		height: 280px;
	}

	.h-lg-290px {
		height: 290px;
	}

	.h-lg-300px {
		height: 300px;
	}

	.h-lg-310px {
		height: 310px;
	}

	.h-lg-320px {
		height: 320px;
	}

	.h-lg-330px {
		height: 330px;
	}

	.h-lg-340px {
		height: 340px;
	}

	.h-lg-350px {
		height: 350px;
	}

	.h-lg-360px {
		height: 360px;
	}

	.h-lg-370px {
		height: 370px;
	}

	.h-lg-380px {
		height: 380px;
	}

	.h-lg-390px {
		height: 390px;
	}

	.h-lg-400px {
		height: 400px;
	}

	.h-lg-410px {
		height: 410px;
	}

	.h-lg-420px {
		height: 420px;
	}

	.h-lg-430px {
		height: 430px;
	}

	.h-lg-440px {
		height: 440px;
	}

	.h-lg-450px {
		height: 450px;
	}

	.h-lg-460px {
		height: 410px;
	}

	.h-lg-470px {
		height: 470px;
	}

	.h-lg-480px {
		height: 480px;
	}

	.h-lg-490px {
		height: 490px;
	}

	.h-lg-500px {
		height: 500px;
	}
}