
@font-face {
  font-family: "fontName";
  src: url("../../fonts/SOURCEHANSERIFCN-BOLD.OTF");
}


@font-face {
	font-family: "fontEnglish";
	src: url("../../fonts/Ubuntu-B.ttf");
}

@font-face {
	font-family: "fontNumber";
	src: url("../../fonts/bahnschrift.ttf");
}

.right_fixed {
	position: fixed;
	top: 50%;
	right: 0.63%;
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9999;
}

.right_fixed img {
	width: 100%;
	height: 100%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	border-bottom: 4px solid #6A2CFF !important;
	color: #6A2CFF !important;
}

.carousel-indicators .active {
	background: #6A2CFF !important;
}

.tab_title {
	height: 70px !important;
/* 	line-height: 70px !important; */
}

.carousel-inner {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.high_talk {
	margin-top: 52px;
	text-align: center;
}

.high_talk div:nth-of-type(1) {
	height: 33px;
	font-size: 34px;
	font-family: fontName;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.high_talk div:nth-of-type(2) {
	margin-top: 24px;
	margin-bottom: 40px;
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}

.high_talk_content {
	width: 70.7%;
	margin: 0 auto;
	margin-bottom: 70px;
}

.high_talk_small_img{
	display:flex;
}

.high_tec {
	background: url("/img/web/serverInfo/industryNews/banner01.jpg");
	width: 100%;
	background-size: 100% 100%;
	overflow: hidden;
	padding-bottom: 4%;
}

.high_tec_title {
	margin-top: 52px;
	text-align: center;
	color: #ffffff;
}

.high_tec_title div:nth-of-type(1) {
	height: 33px;
	font-size: 34px;
	font-family: fontName;
	font-weight: 400;
	line-height: 28px;
}

.high_tec_title div:nth-of-type(2) {
	margin-top: 24px;
	margin-bottom: 40px;
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
}

.high_talk_content_right {
	padding-left: 7%;
	padding-top: 7%;
	padding-right: 7%;
	padding-bottom: 12.5%;
	height: 362px;
	background: rgba(0, 0, 0, 0.15)
}

.high_talk_content_right div:nth-of-type(1) {
	margin-bottom: 30px;
	height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
}

.high_talk_content_right div:nth-of-type(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}
.pro_bottom{
	 margin-top: 24px;
}
   
.pro_bottom>li {
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #E3E3E3;
	background: rgba(255, 198, 89, 0);
	color: #666666;
	margin-left:10px;
	text-align:center;
}
.pro_bottom>li:hover{
	color:#ffffff;
background: linear-gradient(30deg, #03C4D3, #0080C8);
	cursor:pointer;
}