.logoIcon {
	width: 386px;
	height: 60px;
	object-fit: contain;
	cursor: pointer;
}

.logoBg {
	width: 452px;
	height: 100px;
	object-fit: contain
}

.contactView {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	height: 120px;
}

.languageView {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.language {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 46px;
	margin-right: 10px;
	cursor: pointer;
}

.language img {
	margin-right: 5px;
}

.language span {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.callView {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
}

.callView img {
	width: 36px;
	height: 36px;
}

.callView span {
	margin-right: 5px;
	font-weight: bold;
	font-size: 28px;
	color: #F47322;
	margin-left: 10px;
}

/*banner*/
.banner-ccslide .control-links {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: auto;
	bottom: 20px;
	text-align: center;
}

.banner-ccslide .control-links li {
	display: inline-block;
	width: 1em;
	height: 2px;
	cursor: pointer;
	background: #fff;
	opacity: 0.5;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 5px;
}

.banner-ccslide .control-links li.active {
	width: 1em;
	height: 1em;
	border: 2px solid #fff;
	background: none;
	opacity: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.banner-ccslide .slider-nav.prev,
.banner-ccslide .slider-nav.next {
	position: absolute;
	width: 40px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	background: url(/http/template1/img/slide_bPc.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	visibility: hidden;
}

.banner-ccslide:hover .slider-nav.prev,
.banner-ccslide:hover .slider-nav.next {
	visibility: visible;
}

.banner-ccslide .slider-nav.prev {
	left: 50px;
	background-position: 0 0;
}

.banner-ccslide .slider-nav.next {
	right: 50px;
	background-position: -40px 0;
}

.banner-ccslide .shadow {
	display: none;
}

.banner-ccslide .slider-link {
	width: 100%;
	height: 100%;
}

.subBox-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	padding: 17px 20px;
	cursor: pointer;
}

.subBox-item h1 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.subBox-item img {
	width: 220px;
	height: 120px;
	object-fit: fill;
	margin-top: 12px;
}


.subBox-item p {
	width: 210px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	/* 使用Webkit的弹性盒子模型 */
	-webkit-line-clamp: 2;
	/* 限制在一个块元素显示的文本的行数 */
	-webkit-box-orient: vertical;
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 文本溢出时显示省略标记 */
	text-indent: 1em;
	margin-top: 20px;
}


.subBox-item:hover h1 {
	font-weight: bold;
	font-size: 16px;
	color: #EE9E07;
}

.subBox-line {
	width: 1px;
	height: 220px;
	background: #DBDBDB;
}

.subBox-line2 {
	width: 100%;
	height: 1px;
	background: #DBDBDB;
	margin-top: 10px;
}

.subBox-menu-view {
	flex: 1;
	padding: 0px 17px;
	max-width: 450px;
	height: 252px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.subBox-menu-view h1 {
	margin-top: 17px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.subBox-menu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.subBox-menu-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: calc(100%/3);
	padding: 10px 0;
	cursor: pointer;
}

.subBox-menu-item img {
	width: 12px;
	height: 12px;
}

.subBox-menu-item span {
	flex: 1;
	padding-left: 20px;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}


.subBox-menu-item:hover span {
	font-weight: 400;
	font-size: 16px;
	color: #EE9E07;
}

.cententView {
	display: flex;
	flex-direction: column;
	height: 580px;
}

.imageBg {
	width: 100%;
	min-width: 1280px;
	background-image: url('/http/template1/img/bg.png');
	background-size: 100% 100%;
}

.cententHead {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 120px;
}

.cententHead h1 {
	font-weight: 400;
	font-size: 24px;
	color: #333333;
}

.cententHead span {
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	margin-top: 15px;
}

.imageView {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.imageItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 13px;
}

.imageItem img {
	width: 280px;
	height: 382px;
	object-fit: cover;
}

.imageItem span {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-top: 26px;
}

.project-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.project-item-text {
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.project-item-text:hover {
	background: #EE9E07;
	border: 1px solid #EE9E07;
	color: #FFFFFF;
}

.project-item-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 266px;
	background: #586B79;
	margin: 0px 20px;
	margin-top: 30px;
	cursor: pointer;
}

.project-item-info img {
	width: 240px;
	height: 135px;
	margin-top: 13px;
}

.project-item-info span {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 22px;
	margin-bottom: 7px;
}

.project-line {
	width: 246px;
	height: 1px;
	background: #8A98A1;
}

.project-item-info p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsView {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.newsInfo {
	display: flex;
	flex-direction: column;
    width: 65%;
}

.newsHead {
	display: flex;
	flex-direction: row;
	position: relative;
}

.news-line {
	width: calc(100% - 100px);
	height: 1px;
	background: #B8B8B8;
	position: absolute;
	left: 100px;
	top: 35px;
}

.newsTitle {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.newsTitle h1 {
	font-weight: bold;
	font-size: 24px;
	color: #586B79;
}

.newsTitle span {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
}

.newsOther {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 0px;
}

.newsOther span {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.newsOther img {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.newsItemView {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

.newsImage {
	margin-right: 15px;
	cursor: pointer;
}

.newsImage img {
	width: 400px;
}

.newsNext {
	width: 16px;
	height: 16px;
}

.newsItemInfo {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.newsItem {
	display: flex;
	flex-direction: row;
	background: #F5F5F5;
	margin-bottom: 10px;
}

.newsTime {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #B8B8B8;
	cursor: pointer;
}

.newsTime span {
	width: 64px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #4387AE;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.newsTime h1 {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #333333;
}

.newsItemTitle {
	flex: 1;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	padding: 10px;
	cursor: pointer;
}

.newsVideoInfo {
	display: flex;
	flex-direction: column;
	width: 382px;
	margin-left: 60px;
}

.videoView {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 382px;
	height: 232px;
	background: #F5F5F5;
	position: relative;
	margin-top: 20px;
}

.videoImage {
	width: 342px;
	height: 192px;
}

.videoPlay {
	width: 50px;
	height: 50px;
	position: absolute;
}

.detailsView {
	width: 100%;
	height: 430px;
	background: #EDEEF2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.detailsInfo {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.detailsItem {
	width: 480px;
	height: 350px;
}

.detailsItemInfo {
	display: flex;
	flex-direction: row;
}

.detailsItemImage,
.detailsItemImage img {
	width: 230px;
	height: 170px;
	cursor: pointer;
}

.detailsItemData {
	width: 250px;
	height: 170px;
	background: #FFFFFF;
}

.detailsHead {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin: 0 20px;
	margin-top: 20px;
}

.detailsHead h1 {
	font-weight: 500;
	font-size: 20px;
	color: #586B79;
}

.detailsHead span {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	margin-left: 10px;
}

.details-line {
	width: 200px;
	height: 1px;
	background: #B8B8B8;
	margin-left: 20px;
	margin-top: 8px;
}

.detailsText {
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	margin: 0 20px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detailsOther {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px;
	cursor: pointer;
}

.detailsOther img {
	width: 24px;
	height: 24px;
}

.detailsOther span {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-left: 10px;
}

.detailsItem2 {
	display: flex;
	flex-direction: row;
	width: 680px;
	height: 350px;
	margin-left: 50px;
}

.detailsList {
	display: flex;
	flex-direction: column;
}

.detailsListText {
	width: 210px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: #586B79;
	border-bottom: 1px solid #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.detailsListText:hover {
	background: #EE9E07;
}

.detailsListInfo {
	display: flex;
	flex-direction: row;
	width: 470px;
	height: 350px;
	background: #EE9E07;
	position: relative;
}

.show {
	display: flex;
}

.hide {
	display: none;
}

.detailsImage,
.detailsImage img {
	width: 470px;
	height: 350px;
	cursor: pointer;
}

.detailsText2 {
	position: absolute;
	bottom: 0px;
	background: #00000050;
	padding: 20px;
	cursor: pointer;
}

.detailsText2 p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.leftView {
	position: fixed;
	left: 20px;
	top: 65%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.rigthView {
	position: fixed;
	top: 65%;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}


.closeIcon {
	width: 25px;
	height: 25px;
	z-index: 100;
	margin-bottom: 10px;
	cursor: pointer;
}

.leftIcon {
	width: 220px;
	height: 140px;
	cursor: pointer;
	object-fit: cover;
}
