body,
html {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

.clear1 {
	display: block;
}

.clear2 {
	display: none;
}

.clear3 {
	display: none;
}

.warp-index {
	padding: 80px 0;
}
.bags-continue a:hover{
background:#222;}
.bags-continue a {
	float:right;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 0px;
    margin-right: 10px;
        width: 100%;
    max-width: 300px;
    height: 51px;
    text-align: center;
	background:#000;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 80%;
	}
}


/*header*/

header {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	transition: all .3s;
	background: #fff;
	min-height: 100px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header .header-box.active {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 100000000000;
	transition: all .3s;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header .header-box.active .nav-link {
	height: 80px;
}

.fupad {
	display: flex;
	outline: 0;
}

header .container>.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .container>.flex .search {
	margin-top: 10px;
	font-size: 24px;
	margin-right: 20px;
	cursor: pointer;
}

header .container>.flex .search:hover {
	color: #1557cc;
}

header .container>.flex .lang_cn {
	margin-left: 10px;
	width: 24px;
	margin-top: 10px;
}

header .nav-link {
	display: flex;
	height: 100%;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	padding: 0 5px 0!important;
	height: 100px;
	align-items: center;
	transition: all 0.3s;
}

header .nav-item:hover .nav-link {
	color: #000;
}

.pos_re {
	margin: 0 20px;
	position: relative;
	text-align: center;
}

.pc_header .header-box>.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc_header_pad {
	padding: 10px 0px;
}

#navbarNavDropdown .navbar-nav>li:hover .dropdown-menu {
	display: block;
}

nav.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

ul.navbar-nav {
	width: 100%;
	justify-content: space-between;
}

.pc_header .nav-item::after {
	display: none;
}

.pc_header .nav-item .dropdown-toggle::after {
	display: none;
}

.pc_header .nav-item:last-child::after {
	width: 0;
	height: 0;
}

.dropdown-menu.dropdown-menu_box li {
	list-style: none;
}

.dropdown.pos_re .dropdown-menu {
	    width: 300px;
    left: 50%;
    margin-left: -150px;
    margin-top: 0;
}

.dropdown.pos_re .dropdown-menu ul {
	position: relative;
}

.dropdown.pos_re .dropdown-menu ul:after {
	position: absolute;
	content: "";
	top: -13px;
	left: 50%;
	margin-left: -12px;
	background: url(../images/jt.png) no-repeat center;
	width: 25px;
	height: 13px;
	z-index: 1;
}

.dropdown.pos_re:hover .dropdown-menu,
.dropdown.pos_re .dropdown-menu:hover {
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: none;
	background: #000;
	border-radius: 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
}

.nav-item .dropdown-menu a.dropdown-item:hover {
	background: #000;
}
.dropdown.pos_re .dropdown-menu dl,
.dropdown.pos_re .dropdown-menu dd{
	margin-bottom:0;
	background:#111;
}
.dropdown.pos_re .dropdown-menu h5{
	line-height:40px;
	color: #fff;
	padding:10px 0 0px;
	font-size:16px
}
.dropdown.pos_re .dropdown-menu li{
	color: #fff;
	border-bottom: 1px rgba(255, 255, 255, .2) solid;
}
.dropdown.pos_re .dropdown-menu a{
	position: relative;
	color: #fff;
	overflow: hidden;
}
.nav-item .dropdown-menu a.dropdown-item:after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: -140%;
	opacity: .1;
	position: absolute;
	top: 0;
	transform: skew(-38deg, 0deg);
	-webkit-transform: skew(-38deg, 0deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 120%;
	border-right: 15px #fff solid;
}

.nav-item .dropdown-menu a.dropdown-item:hover:after {
	left: -8%;
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.dropdown-menu_box>i {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	z-index: 2;
	font-size: 20px;
	color: #1557cc;
}

.header-right-btn li {
	float: left;
	height: 44px;
}

.header-right-btn a {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-left: 15px;
	transition: all 0.3s;
}

.header-right-btn a.search-i {
	background: url(../images/h1.png) no-repeat center #EAEAEA;
	background-size: 100%;
}

.header-right-btn a.search-i:hover {
	background: url(../images/h2.png) no-repeat center #000;
	background-size: 100%;
	transition: all 0.3s;
}

.header-right-btn a.login-i {
	background: url(../images/h3.png) no-repeat center #EAEAEA;
	background-size: 100%;
}

.header-right-btn a.login-i:hover {
	background: url(../images/h4.png) no-repeat center #000;
	background-size: 100%;
	transition: all 0.3s;
}

.header-right-btn a.inquiry-i {
	background: url(../images/h5.png) no-repeat center #EAEAEA;
	background-size: 100%;
}

.header-right-btn a.inquiry-i:hover {
	background: url(../images/h6.png) no-repeat center #000;
	background-size: 100%;
	transition: all 0.3s;
}


/* 手机端导航栏 */

.mobile_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	left: 0;
	background: #ffffff;
	color: #333333;
	width: 100%;
	z-index: 99;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	display: flex;
	height: 70px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
	justify-content: space-between;
	align-items: center;
}

.mobile_header .flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 200px;
}

.mobile_header .flex .lang_cn {
	margin-right: 30px;
}

.mobile_header_title .moblie_title_left img {
	display: inline-block;
	height: 25px;
}

.mobile_header .header-right-btn {
	margin-bottom: -8px;
}

.mobile_header_list {
	background: #1b1b1b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	width: calc(100% - 100px);
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #999 !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile_header dl {
	display: flex;
	margin-bottom: 0;
}

.mobile_header dl dd {
	margin-bottom: 0;
	margin: 0 10px;
}

.mobile_header_list .card:last-child h5::after {
	border: 0;
}

.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	line-height: 36px !important;
}

.moblie_title_left {
	padding-left: 25px;
}

.moblie_title_search {
	float: right;
	width: 10%;
	height: 70px;
	text-align: center;
	justify-content: center;
	padding-top: 25px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

.moblie_title_right {
	width: 70px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	margin-left: 25px;
	background: #000;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}


/**/

#banner {
	display: flex;
	position: relative;
	overflow: hidden;
}

#banner .swiper-slide>img {
	width: 100%;
}

#banner .banner-nav ul {
	display: flex;
}

#banner .banner-nav ul li {
	list-style: none;
}

#circle {
	stroke-dasharray: 80, 80;
	stroke-dashoffset: 80;
}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -1px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #000;
	opacity: 1;
}

.banner-con {
	position: absolute;
	z-index: 10;
	width: 50%;
}

.controls {
	display: flex;
	position: absolute;
	bottom: 5%;
	width: 100%;
	z-index: 99999999999999999;
	justify-content: center;
}

.controls .container-cont {
	display: flex;
	align-items: flex-end;
	width: 1600px;
	justify-content: space-between;
}

.controls .container-cont .controls-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.controls .swiper-button-next,
.controls .swiper-button-prev {
	position: initial;
	margin-top: 0;
	margin-left: 15px;
	padding: 0;
	text-align: center;
	width: 60px;
	height: 60px;
}

.controls .swiper-button-next {
	background: url(../images/rt.png) no-repeat center;
	background-size: 100%;
}

.controls .swiper-button-prev {
	background: url(../images/lf.png) no-repeat center;
	background-size: 100%;
}

.nav-button {
	display: flex;
	align-items: center;
}

.nav-button>div {
	transition: all 0.3s;
}

.nav-button>div:hover {
	margin-top: -8px;
	transition: all 0.3s;
}

.banner-swiper .warp {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.banner-swiper .warp .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-pro-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 50%;
}

.index-pro-pagination .swiper-pagination-bullet-active {
	background: #000;
	width: 30px;
	height: 6px;
	border-radius: 6px;
}


/**/

.title h1 {
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
}

#banner-img {
	position: relative;
	min-height: 400px;
	background-size: cover;
	display: flex;
	align-items: center;
	background-position: center center;
	text-align: center;
}

#banner-img h2 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


/**/

.dh {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
}

.dh a {
	font-size: 14px;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

#cont-body .warp {
	padding: 80px 0;
}

.container-title {
	margin-bottom: 40px;
}

.container-title h2 {
	font-weight: normal;
	text-align: center;
}

.video-banner {
	display: flex;
	width: 100%;
	min-height: 480px;
	background: url(../images/videobanner.jpg) no-repeat center fixed;
	background-size: cover;
	justify-content: center;
	align-items: center;
}

.player-box {
	display: flex;
	position: relative;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.player-box>img {
	margin-right: -5px;
}

.player-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
	z-index: 0;
}

@-webkit-keyframes circlepulse2 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.5);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 0 20px rgba(0, 0, 0, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 0 20px rgba(0, 0, 0, 0.2);
	}
}

.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}

ul.equipment-box {
	margin-left: -15px;
	margin-right: -15px;
}

ul.equipment-box li {
	float: left;
	margin: 15px;
	width: calc(33.3333% - 30px);
}


/**/

.register_list {
	display: flex;
	min-height: 380px;
	background: url(../images/zcbj.jpg)no-repeat center;
	background-size: cover;
	align-items: center;
}

.register_list .register {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.register_list .register input {
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #fff;
	padding: 10px 25px;
	height: 58px;
	outline: 0;
}

.register_list .register .form-submit {
	position: relative;
	height: 58px;
	display: block;
	padding: 0 20px;
	background: #000;
	color: #fff;
	border-radius: 0;
	min-width: 250px;
	overflow: hidden;
}

.register_list .register .form-submit:after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: -140%;
	opacity: .1;
	position: absolute;
	top: 0;
	transform: skew(-38deg, 0deg);
	-webkit-transform: skew(-38deg, 0deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 120%;
	border-right: 15px #fff solid;
}

.register_list .register .form-submit:hover:after {
	left: -8%;
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}


/**/

#contain-nav {
	padding: 20px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

#contain-nav .swiper-slide {
	width: auto!important;
	min-width: 180px;
	text-align: center;
	line-height: 48px;
	height: 50px;
	border: 1px solid #eaeaea;
}

#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	padding: 0 20px;
}

#contain-nav .swiper-slide a.active,
#contain-nav .swiper-slide:hover a {
	background: #000000;
	color: #fff;
	text-align: center;
}


/**/

.news_list {
	margin-bottom: 80px;
}

.news_list,
.news_list ul {
	width: 100%;
}

.news_list ul li {
	position: relative;
	list-style: none;
	width: 100%;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
	transition: all 0.3s;
}

.news_list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_list ul li a .textbox {
	position: relative;
	margin-left: 40px;
	width: calc(100% - 380px);
}

.news_list ul li .img_box {
	height: 240px;
}

.news_list ul li a .textbox>div {
	margin-top: 20px;
}

.news_list ul li a .textbox>div i {
	margin-right: 10px;
}

.news_list ul li a .textbox h2 {
	padding-bottom: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.news_list ul li a .textbox h2 span {
	font-size: 26px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_list ul li a .textbox p {
	min-height: 80px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_list ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.more-btn {
	position: absolute;
	display: none;
	right: 0;
	bottom: 0;
	padding: 5px 20px;
	background: #000000;
	color: #fff;
	font-size: 14px;
}

.news_list ul li:hover .more-btn {
	display: block;
}

.img_box {
	overflow: hidden;
	text-align: center;
}

.img_box img {
	width: 100%;
	transition: all 0.3s;
}

.news_list ul li:hover .img_box img,
.pro-item-img ul li:hover .img_box img {
	transform: scale(1.2);
	transition: all 0.3s;
}

.strength-wrapper .pro-item-img:hover span {
	text-decoration: underline;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 60px;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-share {
	padding-top: 8px;
	padding-bottom: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	font-size: 18px;
	color: #444;
}

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}

.news-con {
	padding: 30px;
}

.morenews>h3 {
	padding-bottom: 20px;
	margin-bottom: 30;
	font-size: 24px;
	border-bottom: 1px solid #DDDDDD;
}

.morenews ul {
	margin-left: -15px;
	margin-right: -15px;
}

.morenews ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.morenews li {
	float: left;
	width: calc(50% - 30px);
	margin: 15px;
	list-style: none;
	padding: 10px 0;
	line-height: 28px;
	border-bottom: 1px dashed #ddd;
}

.morenews li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #666;
}

.morenews li a:hover {
	color: #000;
}


/**/

.strength_box {
	margin-bottom: 40px;
}
.strength_box .swiper-slide{
	padding-bottom:40px;
	position:relative;
	display:flex;
}
.strength_box .swiper-slide>a.pro-more{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-60px;
	padding:8px 20px;
	cursor:pointer;
	border:1px solid #eaeaea;
}
.strength_box .swiper-slide>a.pro-more:hover{
	text-decoration:underline;
	color:#000;
}
.pro-item{
	width:25%;
}

.pro-item .text_box {
	padding: 20px 10px;
	text-align: center;
	color: #000;
}

.pro-item .text_box p {
	color: #000;
}

.pro-item .text_box span {
	font-size: 14px;
}

.pro-item:hover span {
	text-decoration: underline;
	color: #000;
}

.bian {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 88;
	justify-content: center;
}

.bian:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #EAEAEA;
}

.swiperbox-button {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 0 20px;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.swiperbox-button .pro-button {
	margin: 0 30px;
	display: inline-block;
	width: 40px;
	height: 40px;
	opacity: 0.5;
}

.swiperbox-button .pro-button:hover {
	opacity: 1;
}

.pro-button.pro-view-next {
	background: url(../images/rt.png) no-repeat center;
	background-size: 100%;
}

.pro-button.pro-view-prev {
	background: url(../images/lf.png) no-repeat center;
	background-size: 100%;
}


/**/

#choose {
	background: #fff;
}

.choose-box {
	display: flex;
	padding: 15px 0;
}

.choose-time {
	width: 100%;
	padding: 5px 0;
}

.choose-time label {
	float: left;
	margin-right: 20px;
	width: 80px;
	margin-bottom:0;
}

.choose-time ul li i {
	margin-right: 10px;
}

.choose-time ul li.active a {
	color: #000
}

.choose-time ul li.active i.fa-square-o,
.choose-time ul li i.fa-check-square {
	display: none;
}

.choose-time ul li.active i.fa-check-square,
.choose-time ul li i.fa-square-o {
	display: inline-block;
}

.choose-time ul li {
	float: left;
	margin: 0 15px;
}

.product-list {
	width: 100%;
	padding: 30px 0;
	height: auto;
	overflow: hidden;
}

.product-body {
	background: #f5f5f5;
	border-bottom: 1px solid #EAEAEA;
}

.product-list>ul {
	margin-left: -10px;
	margin-right: -10px;
}

.product-list>ul li {
	position: relative;
	float: left;
	margin: 10px;
	width: calc(25% - 20px);
	background: #fff;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
}

.product-list>ul li .text-box {
	padding: 20px;
	line-height: 20px;
	text-align: left;
}

.product-list>ul li .text-box p {
	font-size: 14px;
	color: #000;
}

.product-list>ul li .text-box span {
	font-size: 12px;
	color: #666;
}

.product-list>ul li a {
	display: block;
}

.product-list>ul li i.fa {
	position: absolute;
	right: 20px;
	bottom: 25px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background: #000;
	color: #fff;
	line-height: 32px;
	opacity: 0;
	transition: all 0.3s;
}

.product-list>ul li:hover i {
	opacity: 1;
	transition: all 0.3s;
}

.product-list>ul li:hover p {
	text-decoration: underline;
}

.product-list>ul li:hover .img_box img,
.pro-item:hover .img_box img,
.special_subject_left:hover img,
.subject_right_item:hover img,
.news-wrapper .swiper-slide:hover .img_box img{
	transform: scale(1.05);
	transition: all 0.3s;
}


/**/

.pro-argument {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pro-view-container {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-view-left {
	width: 60%;
	padding-right: 30px;
}

.pro-view-img {
	width: 100%;
	margin: auto;
	position: relative;
}

.gallery-top .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-top .swiper-slide img {
	max-width: 500px;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -86px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	border: 1px solid #cdcdcd;
}

.pro-view-container .pro-view-right {
	width: 40%;
}

.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.pro-view-container .pro-back a.btn-contact {
	position: relative;
	background: #000;
	color: #ffffff;
	overflow: hidden;
}

.pro-view-container .pro-back a.btn-contact:after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: -140%;
	opacity: .1;
	position: absolute;
	top: 0;
	transform: skew(-38deg, 0deg);
	-webkit-transform: skew(-38deg, 0deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 120%;
	border-right: 15px #fff solid;
}

.pro-view-container .pro-back a.btn-contact:hover:after {
	left: -8%;
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.pro-back {
	display: flex;
	margin-top: 40px;
	border-top: 1px solid #EAEAEA;
	padding-top: 30px;
	align-items: center;
}

.pro-view-container .pro-back a {
	display: inline-block;
	font-size: 16px;
	color: #111111;
	padding: 10px 0px;
	margin-right: 10px;
	width: 160px;
	text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

.pro-view-container .pro-back b {
	margin-left: 20px;
	display: flex;
	font-weight: bold;
	font-size: 26px;
	color: #E92631;
	flex-direction: column;
	margin-bottom: 5px;
}

.pro-view-container .pro-back b span {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: -2px;
}

.pro-view-back {
	position: absolute;
	right: 0;
	color: #fff;
	background: #eaeaea;
	font-size: 14px;
	top: 0px;
	padding: 5px 20px;
}

.pro-view-back:hover {
	background: #000;
}

.pro-view-back:hover a {
	display: block;
	color: #fff;
}


/**/

.special_subject_box {
	
	display:flex;
}

.special_subject_left {
	position: relative;
	overflow:hidden;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
	transition: all 0.3s!important;
}
.special_subject_left:first-child{
	margin-right:20px
}
.special_subject_left a {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display: flex;
	align-items: flex-end;
	color: #000;
	z-index:3
}

.subject_text {
	padding: 20px 50px;
}

.special_subject_left:hover {
	background-size: 102% 102%!important;
	transition: all 0.3s!important;
}

.special_subject_left img {
	transition: all 0.3s;
}

.special_subject_right img {
	max-width: 80%;
}

.subject_right_item a {
	display: flex;
	justify-content: space-between;
	color: #000;
}

.subject_right_text {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.subject_right_text>div {
	margin-top: 20px;
}

.subject_right_item .img_box {
	width: 50%;
}

.special_subject_box p {
	font-size: 18px;
	color:#fff;
}

span.more {
	display: inline-block;
	width: 40px;
	height: 40px;
	transition: all 0.3s;
	background: url(../images/rt.png) no-repeat center;
	background-size: 100%;
}
.subject_text span.more{
	background: url(../images/rt2.png) no-repeat center;
	background-size: 100%;
}
.special_subject_left:hover span,
.subject_right_item:hover span {
	transition: all 0.3s;
	margin-left: 5px;
}


/**/

.about-index {
	padding-top: 40px;
	display: flex;
	align-items: center;
}

.about-index>div {
	max-width: 50%;
}

.about-index>.about-index-left {
	padding-right: 60px;
}


.about-index-left>a {
	display: flex;
	margin-top: 30px;
	align-items: center;
	color: #000;
}

.about-index-left>a span {
	margin-left: 15px;
	transition: all 0.3s;
}

.about-index-left>a:hover {
	text-decoration: underline;
}

.about-index-left>a:hover span {
	margin-left: 20px;
	transition: all 0.3s;
}

.about-index-right {
	position: relative;
}

.playerb {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	align-items: center;
	justify-content: center;
}

.playerb .player-box {
	background: #fff;
}

.swiper_gc_box {
	margin-top: 30px;
}


/**/

.swiper_news_box p {
	margin-top: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-pagination {
	margin-top: 40px;
	position: initial!important;
	text-align: center;
}

.swiper_news_box .swiper-pagination-bullet {
	width: 16px;
	margin: 0 8px;
	border: 3px solid #000;
	height: 16px;
	background: rgba(0, 0, 0, 0);
}


/**/

.contxt ul {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	align-items: flex-start;
	justify-content: space-between;
}

.contxt li {
	display: flex;
	font-size: 18px;
	width: 100%;
	min-height: 130px;
	list-style: none;
	padding: 20px;
	margin: 15px;
	border: 1px solid #e5e5e5;
	align-items: center;
}

.contxt li:first-child {
	min-width: 460px;
}

.contxt li em {
	float: left;
	display: block;
	font-size: 22px;
	color: #000;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background: #f5f5f5;
}

.contxt li>div {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
	font-size: 16px;
}

.contxt li p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
}

.contact-map-con {
	position: relative;
	width: 100%;
	min-height: 500px;
}

#mapContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.con_right {
	padding: 60px 60px;
	background: #f5f5f5;
}

.con_right>h3 {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 20px;
	height: 57px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
	outline: 0;
}

.feedback-form .form-textarea {
	padding-left: 20px;
	height: 180px;
}

.feedback-submit {
	float: right;
	background: #000;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	height: 51px;
}

.feedback-submit:hover {
	color: #fff;
	background: #222;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}


/**/

#register-contain {
	padding: 80px 0;
	display: flex;
	background: #f5f5f5;
	min-height: 600px;
	align-items: center;
}

.login-container {
	position: relative;
	background: #ffffff;
	padding: 3rem;
}

.login-form {
	float: right;
	width: 460px;
	padding: 20px 0 20px 60px;
}

.login-banner {
	position: absolute;
	top: 3rem;
	left: 3rem;
	bottom: 3rem;
	right: 510px;
}

.banner-container .swiper-pagination-bullet-active {
	background: #000;
}

.login-form .login-input-group {
	margin-bottom: 25px;
}

.login-form .login-input-group input {
	border-radius: 0;
	height: 50px;
}

.login-input-group-right {
	text-align: right;
}

.login-input-group-left {
	color: #888888;
}

.login-input-group-right a {
	color: #888888;
	margin-right: -10px;
}

.login-input-group-right a:hover,
.trigger2:hover {
	color: #000;
	text-decoration: underline;
}

.login-form .login-input-btn {
	text-align: center;
}

.login-form .login-input-btn .btn-login {
	height: 50px;
	background: #000;
	color: #ffffff;
	border-radius: 0;
	max-width: 500px;
	width: 100%;
}

.login-form .login-input-btn .btn-login:hover {
	background: #333;
}

.login-register {
	text-align: center;
	margin-top: 1rem;
}

.login-register a {
	text-decoration: underline;
	color: #888888;
}

.login-register a:hover {
	color: #000;
	text-decoration: underline;
}

.modal_forget {
	max-width: 600px;
	height: auto;
}

.forget-container {
	padding: 3rem;
	text-align: center;
}

.modal-close-forget {
	right: 15px;
}

.forget-title h1 {
	font-size: 1.28rem;
	font-weight: bolder;
	margin-bottom: 1rem;
}

.forget-form {
	margin-top: 1rem;
}

.forget-group {
	max-width: 300px;
	margin: auto;
}

.forget-group .form-control {
	border-radius: 0 !important;
}

.forget-group .forget-btn {
	background: #085156;
	color: #ffffff;
	font-weight: bolder;
	border-radius: 0 !important;
}


/**/

.form-box form {
	display: none;
}

.form-box form:first-child {
	display: block;
}

.vip-type {
	display: flex;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #ced4da;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}

.vip-type li {
	width: 100%;
	padding: 10px;
	cursor: pointer;
	color: #000;
	opacity: 0.3;
}

.vip-type li.cur {
	background: #fff;
	color: #000;
	opacity: 1;
}

.container-fluid {
	background: #fff;
}


/**/

.registerbox {
	padding: 3rem;
}

.register-contain-title {
	font-size: 1.14rem;
	margin-bottom: 2rem;
}
.register-contain-title span{
	font-size: 14px;
}
.register-contain-title h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.register-container .form-group {
	margin-bottom: 2rem;
}
.register-container .form-group:last-child{
	margin-bottom: 0;
}
.register-container .form-group .form-check-label a {
	text-decoration: underline;
	color: #040000;
}

.register-container .form-group .form-check-label a:hover {
	color: #5eabb3;
}

.register-container .col-form-label {
	width: 200px;
	float: left;
	color: #000000;
}

.register-container .col-form-control {
	width: calc(100% - 200px);
	float: left;
	position: relative;
	padding-right: 20px;
}

.register-container .col-form-control.imp:after {
	content: "*";
	color: #ff0000;
	font-size: 1.92rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.56rem;
}

.register-container .col-form-control .form-control {
	border: 1px solid #ced4da;
	background: #ffffff;
	border-radius: 0;
	height: calc(1.5em + .75rem + 5px);
}

.register-container .col-form-control.form-submit {
	margin-left: 200px;
	text-align: center;
}

.register-container .col-form-control.form-submit .form-submit-btn {
	background: #000000;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	padding: .6rem 2rem;
	width: 100%;
	max-width: 400px;
}

.register-container .col-form-control.form-submit .form-submit-btn:hover {
	background: #333;
}


/**/

footer {
	border-top: 1px solid #eaeaea;
	background: #f5f5f5;
}

footer a {
	color: #000;
}

footer a:hover {
	text-decoration: underline;
}

footer>.container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.logo-bottom {
	float: left;
}

.logo-bottom>.color {
	margin: 30px 0 25px;
	font-size: 18px;
}

.link-btn {
	display: flex;
}

.link-btn a {
	width: 30px;
	height: 30px;
	background: #000000;
	color: #fff;
	display: flex;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	border-radius: 2px;
	font-weight: lighter;
}

.foot_link {
	float: right;
	width: calc(100% - 30%);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.foot_link dl {
	margin-right: 30px;
}

.foot_link dl:last-child {
	margin-right: 0;
}

.foot_link dt {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	margin-bottom: 40px;
}

.foot_link dt a {
	color: #000;
}

.foot_link dd a {
	font-weight: normal;
}

.foot_link li a {
	font-weight: normal;
}

.contact_dl li::after {
	display: block;
	clear: both;
	content: "";
}

.contact_dl li em {
	float: left;
	width: 30px;
	font-size: 18px;
	line-height: 26px;
	margin-top: 2px;
}

.contact_dl li p {
	float: left;
	width: calc( 100% - 30px);
}

.footer-bottom {
	padding: 20px 0;
	background: #000000;
	color: #fff;
	text-align: center;
}

.contact_dl {
	position: relative;
}

.contact_dl dd.more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.contact_dl dd.more a {
	width: 40px;
	height: 40px;
	background: #ddd;
	font-size: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_dl dd.more a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 1500px) {
	.contxt ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.contxt li:first-child {
		min-width: initial;
	}
}

@media (max-width: 1300px) {
	header .nav-link {
		font-size: 16px;
		padding: 0 0px 0!important;
		transition: all 0.3s;
	}
	.header-right-btn a {
		height: 40px;
		width: 40px;
		margin-left: 8px;
	}
}

@media (max-width: 1200px) {
	.special_subject_box p {
		font-size: 16px;
	}
	.product-list>ul li {
		width: calc(33.333% - 20px);
	}
	.foot_link dl:nth-child(1),
	.foot_link dl:nth-child(2),
	.foot_link dl:nth-child(3) {
		display: none;
	}
	.foot_link {
		justify-content: flex-end;
		align-items: flex-start;
	}
}

@media (max-width: 991px) {
	#register-contain{
		padding-top: 71px;
		padding-bottom: 0;
	}
	.registerbox{
		padding: 20px;
	}
	.special_subject_left {
		background-size: cover!important;
	}
	.about-index>div {
		max-width: 100%;
		padding-right: 0!important;
	}
	.about-index {
		padding-top: 20px;
		align-items: center;
		flex-direction: column;
	}

	.subject_text {
		padding: 0 20px;
	}
	.special_subject_right {
		float: none;
		width: 100%;
	}
	.pro-view-container {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	#contain-nav {
		padding: 20px 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pro-view-container .pro-view-left {
		max-width: 100%;
		width:100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.pro-view-container .pro-view-right {
		width: 100%;
	}
	.news_list ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.news_list ul li .img_box {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}
	.news_list ul li a .textbox h2 span {
		font-size: 22px;
	}
	.news_list ul li a .textbox {
		margin-left: 0;
		width: 100%;
	}
	.container-title h2 {
		font-size: 24px;
	}
	#banner-img,
	#banner {
		margin-top: 70px;
	}
	.choose-box {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.product-list>ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.product-list>ul li {
		margin: 5px;
		width: calc(50% - 10px);
	}
	.foot_link {
		width: calc(100% - 300px);
	}
	.about-index-left>a {
		margin-bottom: 20px;
	}
	.login-banner{
		position: initial;
		width: 100%;
		height: 300px;
	}
	
	.login-form{
		float:none;
		padding: 20px 0;
		width: 100%;
	}
	#register-contain{
		background: #fff;
	}
	ul.equipment-box li{
	width:calc(50% - 30px)
	}
	.clear2{
		display:block
	}
	.clear1{
		display:none
	}
}
@media (max-width: 768px) {
	.strength_box .swiper-slide{
		display:initial;
	}
	.pro-item{
		float:left;
		width:50%;
	}
	.special_subject_left:first-child{
	margin-bottom:20px;
	margin-right:0
}
	.special_subject_box {
    display: flex;
    flex-direction: column;
	}
	.login-container{
		padding: 3rem 0;
	}
	#cont-body .warp{
		padding: 40px 0;
	}
	.register-contain-title h1{
		font-size: 30px;
	}
	#register-contain{
		padding-top: 50px;
	}
	.register-container .col-form-control>#img{
		height: 35px!important;
	}
	.register-container .col-form-control.form-submit{
		text-align: left;
		margin-left: 105px;
	}
	.register-container .col-form-control{
		width: calc(100% - 105px);
	}
	.register-container .col-form-control.form-submit .form-submit-btn{
		width: initial;
		max-width: initial;
	}
	.register-container .col-form-control .form-control{
		font-size: 12px;
	}
	.register-container .col-form-label{
		width: 105px;
		font-size: 12px;
	}
	.contxt li>div {
		font-size: 12px;
	}
	.contxt li p.linav {
		font-size: 16px;
	}
	#banner-img h2 {
		font-size: 30px;
	}
	#banner-img {
		min-height: 250px;
	}
	.foot_link {
		display: none;
	}
	.logo-bottom {
		float: none;
		text-align: center;
	}
	.link-btn {
		display: flex;
		justify-content: center;
	}
	.logo-bottom>img {
		height: 28px;
	}
	footer>.container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.title h1 {
		font-size: 28px;
	}
	.warp-index {
		padding: 60px 0;
	}
	.title h1 {
		margin-bottom: 20px;
	}
	
	.con_right{
		padding: 30px 30px 30px;
	}
	.feedback-form .form-control-input .form-control{
		font-size: 14px;
	}
}

@media (max-width: 680px) {
	.choose-time label{
		float:none;
	}
	ul.equipment-box li{
	width:calc(100% - 30px)
	}
	.register_list .register {
		flex-direction: column;
	}
	@-webkit-keyframes circlepulse2 {
		0% {
			-webkit-box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.5);
		}
		50% {
			-webkit-box-shadow: 0px 0px 0 10px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 0 10px rgba(0, 0, 0, 0.2);
		}
		100% {
			-webkit-box-shadow: 0px 0px 0 10px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 0 10px rgba(0, 0, 0, 0.2);
		}
	}
	.index-pro-pagination .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
	}
	.index-pro-pagination .swiper-pagination-bullet-active {
		width: 20px;
	}
	.playerb .player-box {
		width: 40px;
		height: 40px;
	}
	.playerb .player-box img {
		width: 14px;
	}
	.special_subject_box p {
		font-size: 14px;
	}

	
	#banner-img,
	#banner {
		margin-top: 50px;
	}
	.mobile_header_title .moblie_title_left img {
		height: 20px;
	}
	.mobile_header_title {
		height: 50px;
	}
	.header-right-btn a {
		height: 30px;
		width: 30px;
	}
	.moblie_title_right {
		height: 50px;
		width: 50px;
	}
	.header-right-btn li {
		height: 30px;
	}
	.title h1 {
		font-size: 20px;
	}
	.news_list ul li {
		padding: 15px;
	}
	.news_list ul li a .textbox h2 span {
		font-size: 18px;
	}
	.news_list ul li a .textbox p {
		min-height: 72px;
	}
	.product-list>ul li {
		width: calc(100% - 10px);
	}
	.more-btn {
		position: absolute;
		display: none;
		right: 0;
		bottom: 0;
		padding: 3px 8px;
		background: #000000;
		color: #fff;
		font-size: 12px;
	}
}