.carousel {
	z-index: -1;
}

/* 公司设备 */

.ipart1 {
	position: relative;
}

.ipart1 .rect-242 {
	padding-bottom: 242.857%;
}

.ipart1 .rect-59 {
	padding-bottom: 59.328%;
}

.ipart1 .wrap {
	width: 92.7%;
}

.ipart1 .item {
	position: relative;
	float: left;
	width: 13.8%;
	height: 100%;
	margin-left: 0.66%;
	transition: all .6s ease;
	overflow: hidden;
}

.ipart1 .item:first-child {
	margin-left: 0;
}

.ipart1 .item .img_box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ipart1 .item .img_cover {
	position: relative;
	opacity: 1;
	max-width: none;
	width: 100%;
	transition: opacity 0.2s ease 0.4s;
	z-index: 2;
}

.ipart1 .item .img_full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	max-width: none;
	height: 100%;
	transition: opacity 0.1s ease 0.1s;
	z-index: 1;
}

.ipart1 .item .txt_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.ipart1 .item .txt_cover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.ipart1 .item .txt_cover .tit {
	color: #fff;
}

.ipart1 .item .txt_cover .con {
	color: #fff;
	margin-top: 0.08rem;
}

.ipart1 .item .txt_full {
	position: absolute;
	bottom: 0.12rem;
	left: 0.6rem;
	right: 0.36rem;
	width: 9.24rem;
	opacity: 0;
}

.ipart1 .item .txt_full .tit {
	margin-top: 0.24rem;
	font-size: 0.32rem;
	color: #fff;
}

.ipart1 .item .txt_full .con {
	margin-top: 0.14rem;
	color: #fff;
}

.ipart1 .item .txt_full .txt {
	margin-top: 0.04rem;
	color: #fff;
}

.ipart1 .item.on {
	width: 56.6%;
	transition: all .6s ease;
}

.ipart1 .item.on .img_cover {
	opacity: 0;
	transition: opacity 0s ease;
}

.ipart1 .item.on .img_full {
	opacity: 1;
}

.ipart1 .item.on .txt_cover {
	display: none;
}

.ipart1 .item.on .txt_full {
	opacity: 1;
	bottom: 0.6rem;
	transition: all .8s ease;
}

/* 第二部分 */
.ipart2 {
	box-sizing: border-box;
	padding: 0.6rem 0;
}

.ipart2 .item {
	float: left;
	box-sizing: border-box;
	width: 25%;
	height: 1.5rem;
	padding: 0.2rem 0.08rem;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}

.ipart2 .item:last-child {
	border-right: none;
}

.ipart2 .item .tit {
	color: #000;
	font-size: 0.4rem;
	transition: all .5s ease;
}

.ipart2 .item:hover .tit {
	color: #cf0300;
}

.ipart2 .item .con {
	color: #5d5d5d;
	margin-top: 0.2rem;
	margin: 0 auto;
}

/* 第三部分 */
.ipart3 {
	position: relative;
	background: url(../img/ipart3_bg.jpg) no-repeat center/cover;
}

.ipart3::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/ipart3_overlay.png) no-repeat right/auto 100%;
	z-index: 0;
}

.ipart3 .intro {
	padding: 1.5rem 0;
	position: relative;
	z-index: 1;
}

.ipart3 .intro .txt {
	color: #fff;
}

.ipart3 .intro .tit {
	color: #fff;
	line-height: 0.62rem;
	margin-top: 0.22rem;
}

.ipart3 .intro .con {
	color: #fff;
	margin-top: 0.22rem;
}

.ipart3 .intro .btns {
	margin-top: 0.36rem;
}

.ipart3 .intro .btns .more_btn {
	float: left;
	position: relative;
	display: block;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.16rem;
	font-family: 'he-t';
	padding: 0 0.8rem 0 0.3rem;
	z-index: 0;
}

.ipart3 .intro .btns .more_btn:hover {
	color: #cf0300;
}

.ipart3 .intro .btns .more_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) scale(1);
	border: 1px solid rgba(255, 255, 255, 0.26);
	transition: all .5s ease;
	z-index: 0;
}

.ipart3 .intro .btns .more_btn:hover::before {
	transform: translate(-50%, -50%) scale(1.2);
	opacity: 0;
}

.ipart3 .intro .btns .more_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) scale(0.8);
	opacity: 0;
	background: #fff;
	transition: all .5s ease;
	z-index: -1;
}

.ipart3 .intro .btns .more_btn:hover::after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.ipart3 .intro .btns .more_btn .iconfont {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 1em;
	transform: translateY(-50%);
}

/* 第四部分 */
.ipart4 {
	padding: 0.86rem 0;
}

.ipart4 .infor .left {
	float: left;
}

.ipart4 .infor .left .txt {
	font-size: 0.14rem;
	color: #cf0300;
	font-weight: bold;
}

.ipart4 .infor .left .tit {
	line-height: 0.62rem;
	color: #000;
	margin-top: 0.14rem;
}

.ipart4 .infor .right {
	float: right;
	padding-top: 0.6rem;
}

.ipart4 .infor .right .tab {
	float: left;
	margin-left: 0.14rem;
	font-size: 0.15rem;
	line-height: 0.4rem;
	width: 1.6rem;
	text-align: center;
	color: #000;
	background: #e8e8e8;
	cursor: pointer;
	transition: all .5s ease;
}

.ipart4 .infor .right .tab:first-child {
	margin-left: 0;
}

.ipart4 .infor .right .tab:hover,
.ipart4 .infor .right .tab.cur {
	color: #fff;
	background: #cf0300;
}

.ipart4 .content {
	margin-top: 0.4rem;
}

.ipart4 .content .swiper-slide {
	width: 33.33%;
}

.ipart4 .content .swiper-container .controls {
	position: relative;
	width: 82.5%;
	height: 2px;
	margin: 12px auto;
}

.ipart4 .content .swiper-container .controls .swiper-pagination {
	position: relative;
	width: 100%;
	height: 2px;
}

.ipart4 .content .swiper-container .controls .swiper-pagination-progressbar-fill {
	background: #cf0300;
}

.ipart4 .content .swiper-container .controls .swiper-button-prev {
	left: -50px;
	width: auto;
	height: auto;
	margin-top: -22px;
	background: none;
	color: #cf0300;
}

.ipart4 .content .swiper-container .controls .swiper-button-next {
	right: -50px;
	width: auto;
	height: auto;
	margin-top: -22px;
	background: none;
	color: #cf0300;
}

.ipart4 .content .swiper-container .controls .swiper-button-disabled {
	color: #000;
}

.ipart4 .content .swiper-container .controls .iconfont {
	font-size: 1.8em;
}

.ipart4 .content .item .img_box {
	position: relative;
}

.ipart4 .content .item .img_box .rect-51 {
	padding-bottom: 51.575%;
}

.ipart4 .content .item .img_box .tag {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0.14rem;
	font-size: 0.14rem;
	font-family: 'he-t';
	line-height: 0.34rem;
	color: #fff;
	background: #cf0300;
	z-index: 1;
}

.ipart4 .content .item .intro_box {
	display: block;
	padding: 0.35rem 0.32rem 0.35rem 0.12rem;
}

.ipart4 .content .item .intro_box .time {
	font-size: 0.14rem;
	font-family: 'he-t';
	color: #000;
}

.ipart4 .content .item .intro_box .tit {
	margin-top: 0.12rem;
	transition: all .5s ease;
}

.ipart4 .content .item .intro_box .con {
	margin-top: 0.24rem;
}

.ipart4 .content .item:hover .intro_box .tit {
	color: #cf0300;
}

/* 第五部分 */
.ipart5 {
	position: relative;
	height: 100vh;
}

.ipart5 .content {
	position: relative;
	height: 100%;
}

.ipart5 .content video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ipart5 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
}

.ipart5 .overlay .img_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ipart5 .overlay .intro_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 65%;
	text-align: center;
	z-index: 4;
}

.ipart5 .overlay .intro_box .txt {
	font-size: 0.14rem;
	color: #cf0300;
	font-weight: bold;
}

.ipart5 .overlay .intro_box .tit {
	margin-top: 0.24rem;
	line-height: 0.52rem;
}

.ipart5 .overlay .intro_box .arrow {
	margin-top: 0.24rem;
}

.ipart5 .overlay .intro_box .arrow .iconfont {
	font-size: 1.4em;
}

.ipart5 .play_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.ipart5 .play_overlay .play_btn {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
}

.ipart5 .play_overlay .play_btn .icon {
	width: 100%;
	height: 100%;
	background: url(../img/play_button.png) center/contain no-repeat;
}

.ipart5 .play_overlay .play_btn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	content: '';
	z-index: -1;
}

.ipart5 .play_overlay .play_btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	content: '';
	z-index: -1;
}

.ipart5 .play_overlay .play_btn::before {
	animation: scale 2s ease-out infinite;
	background: #fff;
	opacity: 0.5;
	animation-delay: 0;
}

.ipart5 .play_overlay .play_btn::after {
	animation: scale2 2s ease-out infinite;
	background: #fff;
	opacity: 0.3;
	animation-delay: 0;
}

@keyframes scale {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: .9
	}

	100% {
		transform: translate(-50%, -50%) scale(7);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: .9;
	}

	100% {
		transform: translate(-50%, -50%) scale(10);
		opacity: 0;
	}
}







h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
}

.desktop-wrapper {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.desktop-wrapper .options {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	overflow: hidden;
	min-width: 600px;
	width: 100%;
	height: 500px;
}

.desktop-wrapper .options .option {
	position: relative;
	overflow: hidden;
	min-width: 15%;
	margin: 0 5px;
	background-size: auto 500px;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 1.5s;
	color: #fff;
}

.desktop-wrapper .options .option.active {
	flex-grow: 10000;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.desktop-wrapper .options .option>div {
	z-index: 1;
}

.desktop-wrapper .options .option>div .info-wrapper {
	z-index: 999;
}

.desktop-wrapper .options .option>div .info-wrapper ul {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.desktop-wrapper .options .option>div .info-wrapper .title {
	font-size: 26px;
	font-weight: bold;
}

.desktop-wrapper .options .option>div .info-wrapper .subtitle {
	margin-top: 7px;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link {
	text-decoration: none;
	width: 6rem;
	color: #e9ecef;
	text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
	box-shadow: 2px 2px 4px rgba(33, 37, 41, 0.3);
	background: rgba(255, 255, 255, 0.1);
	padding: .35rem .75rem;
	position: relative;
	overflow: hidden;
	transition: all 0.2s linear 0s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 0;
	bottom: 0;
	height: .15rem;
	background: rgba(255, 255, 255, 0.2);
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:hover {
	text-shadow: none;
	box-shadow: 3px 3px 8px rgba(33, 37, 41, 0.6);
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:hover:after {
	left: 0;
	width: 100%;
}

.desktop-wrapper .options .option.active>div .icon-wrapper {
	display: flex;
	align-items: flex-start;
	align-content: baseline;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-text {
	opacity: 1;
	display: initial;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-icon:before {
	opacity: 1;
}

.desktop-wrapper .options .option:not(.active)>div .icon-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	padding-bottom: 1rem;
}

.desktop-wrapper .options .option>div {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.desktop-wrapper .options .option>div .icon-wrapper .category-text {
	line-height: 40px;
	padding-left: .75rem;
	opacity: 0;
	display: none;
}

.desktop-wrapper .options .option>div .icon-wrapper .category-icon {
	display: flex;
	align-items: flex-start;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: relative;
	box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}

.desktop-wrapper .options .option>div .icon-wrapper .category-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 20px;
	width: 21px;
}

.desktop-wrapper .options .option>div .icon-wrapper.sb .category-icon {
	background-color: #cf0300;
}

.desktop-wrapper .options .option>div .icon-wrapper.ce .category-icon {
	background-color: #cf0300;
}

.options> :nth-child(1) {
	background-image: url("/assets/image/01.png");
	background-position: center center;
	background-size: cover;
}

.options> :nth-child(2) {
	background-image: url("/assets/image/02.png");
	background-position: center center;
	background-size: cover;
}

.options> :nth-child(3) {
	background-image: url("/assets/image/03.png");
	background-position: center center;
	background-size: cover;
}

.options> :nth-child(4) {
	background-image: url("/assets/image/04.png");
	background-position: center center;
	background-size: cover;
}

.mobile-wrapper {
	height: initial;
	max-width: 320px;
	margin: 0 auto;
}

.mobile-wrapper .options {
	position: relative;
	height: auto;
	max-width: none !important;
	flex-basis: 100% !important;
}

.mobile-wrapper .options .option {
	position: relative;
	overflow: hidden;
	background-size: auto 120%;
	background-position: center;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
	color: #fff;
}

.mobile-wrapper .options .option>div {
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	padding: 2rem 1rem 1rem;
	top: 0;
	left: 0;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.mobile-wrapper .options .option>div .info-wrapper {
	z-index: 999;
}

.mobile-wrapper .options .option>div .info-wrapper .title {
	font-size: 1.5rem;
	text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
	text-transform: uppercase;
	line-height: 1;
	opacity: 1;
	position: relative;
	margin: 0 0 .5rem;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.mobile-wrapper .options .option>div .info-wrapper .subtitle {
	color: white;
	font-size: .8rem;
	letter-spacing: .06rem;
	line-height: 1.125;
	margin: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.mobile-wrapper .options .option>div .info-wrapper .description {
	left: 0px;
	opacity: 1;
	margin-top: 1.5rem;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.mobile-wrapper .options .option>div .info-wrapper .description p {
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link {
	text-decoration: none;
	width: 6rem;
	color: #e9ecef;
	text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
	box-shadow: 2px 2px 4px rgba(33, 37, 41, 0.3);
	background: rgba(255, 255, 255, 0.1);
	padding: .35rem .75rem;
	position: relative;
	overflow: hidden;
	transition: all 0.2s linear 0s;
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 0;
	bottom: 0;
	height: .15rem;
	background: rgba(255, 255, 255, 0.2);
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link:hover {
	text-shadow: none;
	box-shadow: 3px 3px 8px rgba(33, 37, 41, 0.6);
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.mobile-wrapper .options .option>div .info-wrapper .ext-link:hover:after {
	left: 0;
	width: 100%;
}

.mobile-wrapper .options .option>div .icon-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 2rem 0 0;
	z-index: 999;
	opacity: 0.8;
}

.mobile-wrapper .options .option>div .icon-wrapper .category-text {
	line-height: 40px;
	padding-left: .75rem;
}

.mobile-wrapper .options .option>div .icon-wrapper .category-icon {
	display: flex;
	align-items: flex-start;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	position: relative;
	box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}

.mobile-wrapper .options .option>div .icon-wrapper .category-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	-webkit-mask-image: url(../images/sports_biotech_icon.svg);
	mask-image: url(../images/sports_biotech_icon.svg);
	background-color: #fff;
	height: 16px;
	width: 16px;
}

.mobile-wrapper .options .option>div .icon-wrapper.sb .category-icon {
	background-color: #cf0300;
}

.mobile-wrapper .options .option>div .icon-wrapper.ce .category-icon {
	background-color: #cf0300;
}

.mobile-wrapper .options .option>div:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 101%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(52, 58, 64, 0.7);
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.container .row h4:first-of-type {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1rem;
}

.company_device_wrapper {
	background-color: #fff;
	padding: 70px 0 30px;
}

.company_device_wrapper .company_device_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.company_device_wrapper .company_device_box .rig {
	width: 50%;
}

.company_device_wrapper .company_device_box .rig>div {
	position: relative;
	height: 500px;
	background: url('/assets/image/banner.jpg') no-repeat;
	background-size: 100% 100%;
}

.company_device_wrapper .company_device_box .lef {
	width: 49%;
	display: flex;
	justify-content: space-between;
}

.company_device_wrapper .company_device_box .lef>div {
	position: relative;
}

.company_device_wrapper .company_device_box .lef>div:nth-child(1) {
	width: 32%;
	height: 500px;
	background: url('/assets/image/banner.jpg') no-repeat;
	background-size: 100% 100%;
}

.company_device_wrapper .company_device_box .lef>div:nth-child(2) {
	width: 32%;
	height: 500px;
	background: url('/assets/image/banner.jpg') no-repeat;
	background-size: 100% 100%;
}

.company_device_wrapper .company_device_box .lef>div:nth-child(3) {
	width: 32%;
	height: 500px;
	background: url('/assets/image/banner.jpg') no-repeat;
	background-size: 100% 100%;
}

.company_device_wrapper .company_device_box .rig>div ul,
.company_device_wrapper .company_device_box .lef>div ul {
	position: absolute;
	bottom: 60px;
	left: 20px;
	color: #fff;
}

.company_device_wrapper .company_device_box .lef>div ul li {
	line-height: 30px;
}

.company_device_wrapper .company_device_box .rig>div ul li:nth-child(1),
.company_device_wrapper .company_device_box .lef>div ul li:nth-child(1) {
	font-size: 25px;
	font-weight: 700;
}

.company_device_wrapper .company_device_box .rig>div ul li:nth-child(2),
.company_device_wrapper .company_device_box .lef>div ul li:nth-child(2) {
	font-size: 14px;
}


.company_device_wrapper .w>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 32px;
}

.company_device_wrapper .w>ul li {
	line-height: 30px;
	border-right: 1px solid #eee;
	width: 25%;
	text-align: center;
	margin-top: 40px;
}

.company_device_wrapper .w>ul li span {
	display: block;
	font-size: 18px;
	line-height: 38px;
}

.company_device_wrapper .w>ul li span b {
	font-size: 46px;
	font-family: 'OswaldBold';
}

.company_device_wrapper .w>ul li:nth-last-child(1) {
	border-right: 0;
}

/* wrap */
.company_device_wrapper .wrap {
	height: 437px;
	position: relative;
	overflow: hidden;
}

.company_device_wrapper .pic {
	width: 720px;
	height: 437px;
	cursor: pointer;
}

.company_device_wrapper .pic>ul {
	position: absolute;
	bottom: 60px;
	left: 20px;
	color: #fff;
}

.company_device_wrapper .pic>ul li {
	line-height: 30px;
}

.company_device_wrapper .pic>ul li:nth-child(1) {
	font-size: 25px;
	font-weight: 700;
}

.company_device_wrapper .pic>ul li:nth-child(2) {
	font-size: 14px;
}

.company_device_wrapper .pic1 {
	background: url('/assets/image/banner.jpg');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.company_device_wrapper .pic2 {
	background: url('/assets/image/banner.jpg');
	position: absolute;
	top: 0;
	left: 679px;
	z-index: 3;
}

.company_device_wrapper .pic3 {
	background: url('/assets/image/banner.jpg');
	position: absolute;
	top: 0;
	left: 770px;
	z-index: 5;
}

.company_device_wrapper .pic4 {
	background: url('/assets/image/banner.jpg');
	position: absolute;
	top: 0;
	left: 861px;
	z-index: 7;
}


/* 关于我们开始 */
.about_us_wrapper {
	padding: 70px 0 80px 0;
	/* color: #fff; */
	/* background: url(/assets/image/05.png) no-repeat; */
	background-size: 100% 100%;
	/* background: #c3c3c3; */
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.about_us_box_l {
	width: 53%;
	float: left;
}

.about_us_wrapper .about_us_box h1 {
	margin-bottom: 2px;
	font-weight: 700;
	font-size: 42px;
}


.about_us_box_l h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 26px;
}

.about_us_box_l p {
	line-height: 28px;
	text-indent: 2em;
}

.about_us_wrapper .about_us_box a {
	display: inline-block;
	border: 1px solid #cf0300;
	color: #ffffff;
	line-height: 54px;
	width: 210px;
	text-align: center;
	margin-top: 40px;
	background: #cf0300;
}

.about_us_box_r {
	float: right;
	width: 42%;
	margin-top: -10px;
}

.about_us_box_r img {
	width: 100%;
}

/* 关于我们结束 */

/* 我们的产品开始 */
.product_wrapper {
	background-color: #fff;
	text-align: center;
	/* overflow: hidden; */
}

.product_wrapper .swiper-container-pointer-events,
.product_wrapper .swiper-container2 {
	overflow: hidden;
}

.product_wrapper .product_box {
	margin: 0 auto 20px;
	max-width: 1300px;
	padding: 70px 0 20px;
}

.product_wrapper .product_box .tit_line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.product_wrapper .product_box .tit_line>ul li:nth-child(1) {
	text-align: left;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 42px;
}

.product_wrapper .product_box .tit_line>a {
	background: #cf0300;
	color: #fff;
	line-height: 54px;
	width: 210px;
	text-align: center;
}


.product_wrapper .search_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_wrapper .search_box>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product_wrapper .search_box>div:nth-child(1) {
	width: 34%;
}

.product_wrapper .search_box>div:nth-child(2) {
	width: 66%;
}

.product_wrapper .search_box input {
	height: 54px;
	line-height: 54px;
	border: 1px solid #ccc;
	padding-left: 15px;
	outline: none;
}

.product_wrapper .search_box>div:nth-child(1) input {
	width: 75%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.product_wrapper .search_box>div:nth-child(2) input {
	width: 29%;
	margin-right: 15px;
}

.product_wrapper .search_box .search_btn {
	width: 60px;
	height: 54px;
	line-height: 54px;
	background-color: #cf0300;
}

.product_wrapper .search_box .icon-chaxun {
	font-size: 28px;
	color: #fff;
}

.product_wrapper .search_box>div:nth-child(1) .search_btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


.product_wrapper .swiper-container2 .swiper-slide {
	background: #fff;
}

.imgbgc {
	position: absolute;
	top: 13px;
	z-index: 99;
	padding: 0px !important;
	margin: 1px !important;
	border: 0 !important;
	width: 101PX !important;
	height: 35PX !important;
	left: 10px;
}

.product_wrapper .swiper-container2 .swiper-slide img {
	width: 100%;
	margin-bottom: 0px;
}

.product_wrapper .swiper-container2 .swiper-slide a:nth-child(2) {
	color: #000;
	font-size: 18px;
	float: left;
	width: 100%;
	padding: 20px 0px;
}

.product_wrapper .swiper-container2 .swiper-slide:nth-child(2n) a:nth-child(2) {
	color: #fff;
	background: #e70300;
}

.product_wrapper .swiper-container2 .swiper-slide:nth-child(2n-1) a:nth-child(2) {
	color: #fff;
	background: #cf0300;
}

.product_wrapper .swiper-container2 .swiper-slide a span {
	display: inline-block;
	margin-left: 10px;
	color: #cf0300;
}

.product_wrapper .product_box>a {
	display: inline-block;
	margin-top: 45px;
	width: 300px;
	color: #cf0300;
	border: 2px solid #cf0300;
	border-radius: 10px;
	text-align: center;
	line-height: 52px;
	transition: all .6s;
}

.product_wrapper .product_box>a:hover {
	display: inline-block;
	margin-top: 45px;
	width: 340px;
	color: #01479D;
	border: 2px solid #01479D;
	border-radius: 10px;
	text-align: center;
	line-height: 52px;
	transition: all .6s;
}

/* 我们的产品结束 */

/* 企业站企业新闻开始 */
.company_news {
	padding: 80px 0;
	width: 100%;
	float: left;
}

.company_news .news_box {
	margin: 0 auto;
	max-width: 1300px;
}

.company_news .news_box .tit_line ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.company_news .news_box .tit_line ul li:nth-child(1) {
	margin-bottom: 10px;
	font-size: 30px;
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 42px;
}

.company_news .news_box .tit_line ul li:nth-child(2) a {
	display: block;
	background: #cf0300;
	color: #fff;
	line-height: 54px;
	width: 210px;
	text-align: center;
}

.company_news .news_box .tit_tip {
	color: #333;
}

.company_news .news_box ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.company_news .news_box>ul li {
	width: 32%;
}

.company_news .news_box>ul li img {
	width: 100%;
	height: 296px;
}

.company_news .news_box ul li .tit {
	margin-top: 15px;
}

.company_news .news_box ul li .tit span {
	font-size: 14px;
	color: #999;
}

.company_news .news_box ul li .tit h2 {
	margin: 18px 0 25px;
	HEIGHT: 50PX;
}

.company_news .news_box ul li .tit h2 a {
	font-size: 16px;
	LINE-HEIGHT: 28PX;
	FONT-WEIGHT: BOLD;
}

.company_news .news_box ul li .detail_line p a {
	line-height: 25px;
	font-size: 15px;
	display: none;
}

.company_news .news_box ul li .detail_line .more {
	color: #cf0300;
	margin-top: 10px;
	float: left;
}




/* 企业站企业新闻结束 */
/* 联系我们开始 */
.concat_us_wrapper {
	background-color: #f7f7f7;
	padding: 80px 0 0px;
	width: 100%;
	float: left;
}

.concat_us_wrapper .concat_us_box .top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.concat_us_wrapper .top img {
	height: 209px;
}

.concat_us_wrapper .top p {
	text-align: center;
	line-height: 30px;
	font-size: 28px;
	line-height: 40px;
	color: #000;
}

.concat_us_wrapper>ul {
	display: flex;
	justify-content: space-between;
	height: 200px;
	margin: 80px 0 0px;
	background-color: #fff;
}

.concat_us_wrapper>ul li:nth-child(1) {
	width: 45%;
	background-color: #cf0300;
}

.concat_us_wrapper>ul li:nth-child(1) a {
	display: inline-block;
	line-height: 37px;
	color: #fff;
	font-size: 22px;
	margin-top: 85px;
	width: 100%;
	text-align: center;
}

.concat_us_wrapper>ul li:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 55%;
}

.concat_us_wrapper>ul li:nth-child(2)>div>img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.concat_us_wrapper>ul li:nth-child(2) div {
	position: relative;
	width: 33%;
	border-right: 1px solid #ccc;
	text-align: center;
}

.concat_us_wrapper>ul li:nth-child(2) div .hidden_img {
	position: absolute;
	top: 39px;
	left: 67px;
	width: 130px;
	padding: 4px;
	background-color: #333;
	opacity: 0;
	visibility: hidden;
}

.concat_us_wrapper>ul li:nth-child(2) div .hidden_img img {
	width: 120px;
	height: 120px;
}

.concat_us_wrapper>ul li:nth-child(2) div:nth-last-child(1) {
	border-right: 0;
}

/* 联系我们结束 */

/* 企业站产品中心开始 */
/* 搜素框开始 */
.prod_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0;
	text-align: center;
}

.index-search {
	max-width: 1200px;
	margin: 0 auto 25px;
	position: relative;
	padding: 0 5px;
}

#index-ybsearch {
	width: 25%;
	height: 38px;
	padding-left: 10px;
}

.index-search_input {
	width: 20%;
	height: 38px;
	padding-left: 10px;
}

.index-serchbtn {
	width: 11.5%;
	height: 38px;
	background: #cf0300;
	border: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
}

.index-input-group input {
	border: 1px solid #c8c8c8;
	outline: none;
}

/* 搜索框结束 */
.product_box {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}

.product_box .product-single {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 20px 0;
	background: #fafafa;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.product_box .product-single .service-image {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.product_box .product-single .service-image img {
	height: auto;
	width: 70%;
	z-index: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	margin: auto;
}

.product_box .product-single:hover .service-image img {
	transform: scale(1.25, 1.25);
}

.product_box .product-single .content {
	z-index: 2;
	width: 100%;
	margin-top: 30px;
}

.product_box .product-single .content h4 {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	color: #181E4E;
	position: relative;
}

.product_box .product-single .content h4 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding-left: 25px;
}

.product_box .product-single .content h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background: #cf0300;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product_box .product-single:hover .content h4:before {
	width: 130px;
}

.product_box .product-single .content h4:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #0335664d;
	z-index: -1;
}

.content p a img {
	width: 32px;
	height: 32px;
}

.content p a span {
	position: relative;
	top: -10px;
	left: 10px;
}

.product_box .product-single .content p {
	color: #666;
	line-height: 32px;
	padding-left: 25px;
}

.product_box .product-single .content p a {
	color: #666;
	transition: all 0.4s;
}

.product_box .product-single .content p a:hover {
	color: #cf0300;
}

.prodcut_bnt {
	padding-left: 25px;
	margin: 20px 0 30px;
}

.prodcut_bnt a {
	text-align: center;
	margin: 0;
	padding: 14px 30px;
	font-weight: 500;
	border-radius: 3px;
	transition: all 1s ease;
	display: inline-block;
	border: 1px solid #cf0300;
	color: #cf0300;
}

.product_box .product-single:hover .prodcut_bnt a {
	background: #cf0300;
	color: #fff;
	;
}

/* 企业站产品中心结束 */
/*企业站行业新闻轴承知识开始 */
.hy_new_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0 20px;
}

.hy_box_item {
	margin-bottom: 30px;
	transition: all 400ms linear 0s;
	width: 100%;
	overflow: hidden;
}

.hy_image {
	width: 40%;
	float: left;
}

.hy_new_text {
	width: 60%;
	float: right;
}

.hy_box_item img {
	float: left;
	width: 100%;
	height: 152.41px;
}

.hy_box_item:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.hy_new_text {
	background-color: #F8F8F8;
	padding: 13px 18px;
	height: 152.41px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hy_new_text a h4 {
	font-size: 16px;
	font-weight: 600;
	color: #242424;
	text-transform: capitalize;
	padding-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.hy_new_text p {
	color: #414141;
	line-height: 24px;
	margin-bottom: 11px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.theme-btn {
	color: #FFF;
	background-color: #cf0300;
	border-radius: 40px;
	border: none;
	margin: auto;
	float: none;
	display: table;
	padding: 12px 25px;
	transition: all 400ms linear 0s;
}

.hy_box_item:hover .theme-btn {
	background-color: #cf0300;
	color: #fff;
}

.new_icon {
	color: #cf0300;
	font-size: 30px;
	border: none;
	float: none;
	display: table;
	transition: all 400ms linear 0s;
}

.hy_new_time {
	color: #a3a3a3 !important;
}

/* 企业站行业新闻轴承知识结束 */

/* 手机  (<=768px)*/
@media (max-width: 768px) {

	.about_us_wrapper .about_us_box .rig p {
		line-height: 29px;
		font-size: 16px;
		color: #333;
		text-indent: 2em;
		text-align: justify;
	}

	.product_wrapper .product_box .tit {
		margin-bottom: 25px;
		font-size: 36px;
		font-weight: 400;
		color: #000;
	}

	.industry_solutions .tit {
		margin-bottom: 25px;
		font-size: 36px;
		font-weight: 400;
		color: #000;
	}

	.company_news .news_box .lef .tit {
		margin-bottom: 25px;
		font-size: 36px;
		font-weight: 400;
		color: #fff;
	}

	.about_us_wrapper .about_us_box .rig h1 {
		margin-bottom: 25px;
		font-size: 36px;
		font-weight: 400;
		color: #000;
	}

	.product_wrapper .product_box {
		margin: 0 auto;
		width: 96%;
		padding: 40px 0;
	}

	.product_wrapper .search_box>div:nth-child(1) input {
		width: 83%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.about_us_wrapper .about_us_box .rig a {
		display: block;
		width: 60%;
		margin: 33px auto;
	}

	.about_us_wrapper .about_us_box {
		display: block;
	}

	.about_us_wrapper .about_us_box .rig,
	.about_us_wrapper .about_us_box .lef {
		width: 100%;
	}

	.about_us_wrapper .about_us_box .rig ul li {
		width: 50%;
	}

	.about_us_wrapper .about_us_box ul:nth-child(1) li:nth-child(2) {
		font-size: 22px;
	}

	.about_us_wrapper .about_us_box ul:nth-child(2) li:nth-child(1) {
		margin-bottom: 20px;
		font-size: 25px;
	}

	.about_us_wrapper .about_us_box ul:nth-child(2) li:nth-child(2) p {
		line-height: 23px;
		text-indent: 2em;
		text-align: justify;
	}

	.about_us_wrapper .about_us_box ul:nth-child(2) {
		margin-bottom: 30px;
	}

	.product_wrapper .search_box {
		display: block;
	}

	.product_wrapper .search_box>div:nth-child(1),
	.product_wrapper .search_box>div:nth-child(2) {
		width: 100%;
	}

	.product_wrapper .search_box>div:nth-child(2) input {
		margin-top: 10px;
		width: 83%;
	}

	.product_wrapper .search_box>div:nth-child(2) input:nth-last-child(2) {
		margin-right: 0;
	}

	.product_wrapper .search_box>div:nth-child(2) .search_btn {
		margin-top: 10px;
	}

	.product_wrapper .priamry_pro {
		display: block;
	}

	.product_wrapper .priamry_pro ul {
		display: block;
	}

	.product_wrapper .priamry_pro ul li {
		display: inline-block;
		margin-right: 22px;
		line-height: 29px;
	}

	.product_wrapper .pc {
		display: none;
	}

	.product_wrapper .phone {
		display: block !important;
	}

	.industry_solutions>ul {
		display: block;
	}

	.industry_solutions>ul li {
		width: 100%;
	}

	.industry_solutions>ul li img {
		height: 343px;
		width: 100%;
	}

	.industry_solutions {
		padding: 40px 8px;
		text-align: center;
	}

	.industry_solutions .tit_tip {
		margin-bottom: 35px;
		color: #000;
		font-size: 16px;
		line-height: 30px;
	}

	.industry_solutions>ul li span {
		position: absolute;
		bottom: -64px;
		left: 0;
		color: #fff;
		font-size: 30px;
		width: 100%;
		text-align: center;
		transition: all .6s;
		line-height: 300px;
	}

	.industry_solutions>ul li span:hover {
		position: absolute;
		bottom: 15px;
		left: 0;
		color: #fff;
		font-size: 30px;
		width: 100%;
		text-align: center;
		transition: all .6s;
		line-height: 300px;
	}

	.company_device_wrapper .w>ul {
		display: block;
		justify-content: space-between;
		align-items: center;
		margin-top: 32px;
		overflow: hidden;
		margin-bottom: 0;
	}

	.company_device_wrapper .w>ul li {
		line-height: 30px;
		border: none;
		width: 50%;
		text-align: center;
		margin: 20px 0px 20px;
		float: left;
	}

	.company_device_wrapper .w>ul li span b {
		font-size: 36px;
		font-family: 'OswaldBold';
	}

	.company_news {
		padding: 30px 0;
		overflow: visible;
	}

	.company_device .device_box {
		width: 96%;
		margin: 0 auto;
	}

	.company_news .news_box {
		display: block;
		height: auto;
		padding: 0%;
		width: 96%;
	}

	.company_news .news_box .rig ul li .tit_line,
	.company_news .news_box .rig ul li .detail_line {
		display: block;
		justify-content: space-between;
		align-items: center;
	}

	.company_news .news_box .rig ul li {
		margin: 5% 2%;
	}

	.company_news .news_box .rig ul li .tit_line h2 {
		font-size: 22px;
		color: #fff;
		line-height: 32px;
		width: 100%;
	}

	.company_news .news_box .rig ul li .detail_line p {
		width: 100%;
		line-height: 24px;
		font-size: 14px;
	}

	.company_news .news_box .rig ul li .tit_line p {
		font-size: 20px;
		color: #fff;
		line-height: 29px;
		width: 100%;
	}

	.company_news .news_box .lef,
	.company_news .news_box .rig {
		width: 100%;
		padding: 18px 0px;
		overflow: hidden;
	}

	.company_news .news_box .lef .tit_tip {
		margin: 30px 0;
		line-height: 29px;
		font-size: 18px;
	}

	.company_news .news_box .lef {
		width: 100%;
		margin: 20px 10% 20px 0;
	}

	.foot_box {
		padding-top: 30px !important;
	}

	.hy_box_item .hy_image {
		display: none;
	}

	.hy_new_text {
		width: 100%;
	}

	.about_us_wrapper {
		padding: 40px 0;
		/* color: #fff; */
		/* background: url(/assets/image/05.png) no-repeat; */
		background-size: 100% 100%;
		/* background: #c3c3c3; */
		width: 100%;
		float: left;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.about_us_box_l {
		width: 100%;
		float: left;
	}

	.about_us_wrapper .about_us_box a {
		display: inline-block;
		border: 1px solid #cf0300;
		color: #ffffff;
		line-height: 54px;
		width: 210px;
		text-align: center;
		margin-top: 20px;
		background: #cf0300;
	}

	.about_us_box_r {
		float: left;
		width: 100%;
		margin-top: 25px;
	}

	.desktop-wrapper .options .option {
		position: relative;
		overflow: hidden;
		min-width: 15%;
		margin: 0px;
		background-size: auto 500px;
		background-repeat: no-repeat;
		cursor: pointer;
		transition: all 1.5s;
		color: #fff;
	}

	.desktop-wrapper .options .option>div {
		height: 210px;
		position: static;
	}

	.desktop-wrapper .options .option>div .info-wrapper ul {
		position: absolute;
		bottom: 20px;
		left: 25px;
	}

	.desktop-wrapper .options {
		display: block;
		min-width: auto;
		height: auto;
	}

	.about_us_wrapper .about_us_box ul {
		width: 100%;
	}

	.product_wrapper .product_box .tit_line {
		flex-direction: column;
	}

	.product_wrapper .product_box .tit_line>ul li:nth-child(1) {
		text-align: center !important;
	}

	.company_news .news_box .tit_line ul {
		flex-direction: column;
	}

	.company_news .news_box .tit_line ul li:nth-child(1) {
		margin-bottom: 15px;
	}

	.company_news .news_box>ul {
		flex-direction: column;
		align-items: center;
	}

	.company_news .news_box>ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.concat_us_wrapper .top img {
		height: 80px;
		margin-bottom: 30px;
	}

	.concat_us_wrapper>ul {
		flex-direction: column;
		height: auto;
		margin: 40px 0 0px;
	}

	.concat_us_wrapper>ul li {
		width: 100% !important;
	}

	.concat_us_wrapper {
		background-color: #f7f7f7;
		padding: 25px 0 0px;
	}

	.concat_us_wrapper>ul li:nth-child(1) a {
		line-height: 150px;
		margin-left: 0;
		display: inline-block;
		color: #fff;
		font-size: 19px;
		margin-top: 7px;
		width: 100%;
		text-align: center;
	}

	.concat_us_wrapper .top p {
		text-align: center;
		line-height: 30px;
		font-size: 20px;
		line-height: 35px;
		color: #000;
	}

	.concat_us_wrapper>ul li:nth-child(2)>div {
		padding: 30px 0;
	}

	.concat_us_wrapper>ul li:nth-child(2) img {
		display: block;
		margin: 10px auto;
	}

	.concat_us_wrapper>ul li:nth-child(2)>div>img {
		width: 40px;
		height: 40px;
		margin: 0px;
		text-align: center;
		margin: 0 auto;
	}

	.concat_us_wrapper>ul li:nth-child(2) div .hidden_img {
		position: absolute;
		top: 93px;
		left: 3px;
		width: 130px;
		padding: 4px;
		background-color: #333;
		opacity: 0;
		visibility: hidden;
	}
}