/* 产品中心 */
.main_block{
	width: 100%;
	min-height: 100px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.main_center{
	width: 1300px;
	min-height: 100px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.left_sel{
	width: 268px;
	height: 100%;
}
.right_sel{
	width: 975px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.m_b_t{
	height: 161px;
	width: 100%;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	padding-left: 21px;
	padding-top: 30px;
	color: #ffffff;
	font-size: 36px;
	background-image: url(../img/bg_11.png);
	position: relative;
	margin-bottom: 30px;
}
.m_b_t::before{
	content: "";
	position: absolute;
	height: 5px;
	width: 80px;
	background-color: #ffffff;
	bottom: 50px;
}
.m_b_t::after{
	content: "PRODUCTS CENTER";
	color: #ffffff;
	position: absolute;
	bottom: 60px;
	font-size: 16px;
}

.xzfl{
	/*transition: 300ms;*/
	width: 100%;
	height: 64px;
	/*background-color: #ddd;*/
	overflow: hidden;
}
.xz_act{
	min-height: 64px;
	height: auto;
	background-color: 
}
.xz_act .show_ss img{
	position: absolute;
	margin-right: 20px;
	/*transition: 300ms;*/
	left: 30px;
	transform: rotateZ(0deg);
}
.show_ss{
	/*transition: 300ms;*/
	width: 100%;
	height: 64px;
	background-color: #808386;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	user-select: none;
}
.xz_act .show_ss{
	background-color: #2677bf;
}
.show_ss img{
	position: absolute;
	margin-right: 20px;
	/*transition: 300ms;*/
	left: 30px;
	transform: rotateZ(-90deg);
}
.his_s{
	height: 64px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #636566;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #2677bf #2677bf #808386 #2677bf;
}
.his_s::before{
	content: "●";
	font-size: 10px;
	margin-right: 10px;
}
.act_hiss{
	color: #2677bf;
}
.hot_call{
	width: 100%;
	height: 124px;
	background-color: #2677bf;
	margin-top: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.textss{
	width: 140px;
	color: #ffffff;
}
.textss p:first-child{
	font-size: 24px;
}
.textss p:last-child{
	font-size: 18px;
}

.tts{
	height: 48px;
	width: 100%;
	border-bottom: solid 1px #2677bf;
}
.tts p{
	float: left;
	padding: 0 20px 0;
	line-height: 43px;
	font-size: 24px;
	color: #2677bf;
	box-sizing: border-box;
	border-bottom: solid 5px #2677bf;
}

.tts_2{
	height: 48px;
	width: 700px;
	border-bottom: solid 1px #2677bf;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}
.tts_2 p{
	/*float: left;*/
	padding: 0 20px 0;
	line-height: 43px;
	font-size: 24px;
	color: #2677bf;
	box-sizing: border-box;
	border-bottom: solid 5px #2677bf;
}

.tab_top{
	margin-top: 31px;
	width: 100%;
	height: 58px;
	background-color: #c3e0fa;
	display: flex;
	align-items: center;
	color: #2677bf;
	font-size: 20px;
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 164px;
	justify-content: space-between;
}
.tab_top p{
	width: 100px;
	text-align: center;
}
.t_list{
	height: 58px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #2677bf;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-left: 53px;
		box-shadow: -3px 3px 6px rgba(0,0,0,0.15),
				inset -3px 3px 6px rgba(0,0,0,0.15);
}
.t_list p{
	width: 100px;
	text-align: center;
}
.t_list p:last-child{
	/*text-align: left;*/
}
.sho_aa{
	display: block;
	height: 58px;
	color: #ffffff;
	line-height: 58px;
	width: 100%;
	background-color: #2677bf;
}
.full_body{
	width: 700px;
	min-height: 300px;
	height: auto;
	padding: 20px;
	box-shadow: 0 0 1px rgba(0,0,0,1);
}

.full_body img{
	max-width: 100%;
}