﻿@charset "utf-8";
.ProductIntroduction {
	position: relative;
	width: 100%;
	margin:40px auto;
	overflow: hidden;
	display: flex;
}
.ProductIntroduction1 {
	position: relative;
	width:100%;
	margin:40px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.ProductExhibition {
	position: relative;
	width: 115px;
	height: 0px;
	text-align: left;
}
.ProductExhibition1{
	width: 100%;
	position: relative;
	height: 115px;
	z-index: 999;
}
.Exhibition_num{
	width: 110px;
}
.Exhibition_num1{
	width: 100%;
	display: flex;
 }
.Exhibition_num .Exhibition_item ,.Exhibition_num1 .Exhibition_item1 {
	margin-right: 15px;
	height: 115px;
}

.Exhibition_num .Exhibition_item img,.Exhibition_num1 .Exhibition_item1 img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	opacity: 0.5;
	vertical-align: top;
	box-sizing: border-box;
	border: 4px solid #a1a1a1;
	cursor: pointer;
}
.czt_active img{
	border: 4px solid #008fd7 !important;
}

.ProductExhibition_box, .ProductExhibition_box .Exhibition_Img,.ProductExhibition_box1, .ProductExhibition_box1 .Exhibition_Img{
	width: 100%;
	height: 400px;
	position: relative;
}


.icon_LImg img, .icon_RImg img,.icon_LImg1 img, .icon_RImg1 img {
	width: 5px;
	height: 9px;
}

.icon_LImg, .icon_RImg,.icon_LImg1, .icon_RImg1 {
	position: absolute;
	z-index: 30;
	width: 26px;
	height: 26px;
	border-radius: 2rem;
	background-color: black;
	text-align: center;
	line-height: 23px;
	opacity: .5;
}

.icon_LImg {
	top: -50px;
	transition: all .3s;
	right: 85px;
}

.icon_RImg {
	right: 85px;
	transition: all .3s;
	top: 640px;
}

.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
	opacity: .8;
}

.ProductExhibition:hover .icon_LImg ，.ProductExhibition1:hover .icon_LImg1 {
	top: -50px;
}

.ProductExhibition:hover .icon_RImg，.ProductExhibition1:hover .icon_RImg1 {
	top: 594px;
}

.icon_LImg img {
	transform: rotate(90deg);
}

.icon_RImg img {
	transform: rotate(-90deg);
}

.Exhibition_num .czt_active img,.Exhibition_num1 .czt_active img {
	opacity: 1;
}

.ProductExhibition_wrap {
	position: relative;
	width: calc(100% - 130px);
	height: 400px;
	float: right;
}
.ProductExhibition_wrap1 {
	position: relative;
	width: 100%;
	height: 400px;
	float: right;
}

.ProductExhibition_box,.ProductExhibition_box1 {
	position: absolute;
	height: 120000px;
	transition: all .5s;
}

.ProductExhibition_box img,.ProductExhibition_box1 img {
	width: 646px;
	height: auto;
}
.ProductExhibition_box .Exhibition_Img img{
	width: 419px;
	height: 359px;
	border-radius: 20px;
	float: left;
}
.ProductExhibition_box1 .Exhibition_Img .img_box{
	height: 400px;
	background-color: #f7f8fc;
	/*position: absolute;*/
	/*right: 0;*/
	float: right;
}
    .ProductExhibition_box1 .Exhibition_Img img {
        width: 380px;
        height: 380px;
        border-radius: 20px;
    }
.ProductExhibition_box .Exhibition_Img .team_info{
	width: 612px;
	float: right;
}
.ProductExhibition_box1 .Exhibition_Img .team_info{
	width: 612px;

}
.info_title{
	font-weight: bold;
	font-size: 20px;
}
.info_text {
    text-align: justify;
}
.team_info .team_label{
	font-size: 18px;
	background-color: #008fd7;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 10px;
}

.team_label_1{
	width: 60px;
	height: 60px;
	font-size: 18px;
	background-color: #008fd7;
	color: #fff;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	border-radius: 5px;
	position: absolute;
	right: 360px;
	
	z-index: 99;
}
