* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: "宋体";
}

[v-cloak] {
	display: none;
}

/* 超链接样式 */
[data-href],
[data-open],
[data-roll] {
	cursor: pointer;
}

[data-href]:hover,
[data-open]:hover,
[data-roll]:hover {
	text-decoration: underline;
}

/* 头部 */
header {
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}

.header-logo {
	margin-left: 226px;
	width: 240px;
	height: 45px;
	margin-top: 12px;
	background-image: url(icon/logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.header-btns {
	margin-right: 40px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.header-btns>p {
	width: 165px;
	text-align: center;
}

.language {
	width: 148px;
	padding-left: 36px;
	background-image: url(icon/bottom.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 120px;
}

/* 轮播图 */
.banner {
	width: 100%;
	height: 556px;
}

.banner .swiper-slide {
	background-size: cover;
	background-position: center;
}

/* 内容块 */
.content {
	width: 1380px;
	margin: 0px auto;
}

/* 标题 */
.title {
	font-size: 24px;
	line-height: 108px;
	color: #131313;
	position: relative;
	font-weight: bold;
}

.title>div {
	width: 79px;
	height: 29px;
	background-image: url(icon/more.png);
	position: absolute;
	left: 1302px;
	bottom: 16px;
}

.title1 {
	margin-top: 16px;
}

.title2 {
	margin-top: 100px;
}

/* 最新动态，企业简介 */
.brief,
.news {
	display: flex;
	justify-content: space-between;
}

.brief>div,
.news>div {
	width: 612px;
}

.brief>div:first-child,
.news>div:first-child {
	width: 712px;
	height: 402px;
	background-position: center;
	background-size: cover;
}

/* 最新动态 */
.news {
	font-family: "微软雅黑";
}

.news>div>video {
	width: 100%;
	height: 100%;
}

.news-item {
	margin-top: 20px;
}

.newsitem1 {
	margin-top: 0px;
}

.news-title {
	line-height: 36px;
	font-size: 24px;
	color: #464646;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-content {
	line-height: 18px;
	margin-top: 22px;
	color: #4c4c4c;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.newsitem1 .news-content {
	-webkit-line-clamp: 2;
}

.news-footer {
	font-size: 14px;
	color: #A3A2A2;
	display: flex;
}

.news-footer>p {
	padding-left: 34px;
	margin-left: 42px;
	margin-top: 14px;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(icon/eye.png);
}

.news-footer>p:first-child {
	margin-left: 0px;
	background-image: url(icon/time.png);
}

/* 企业简绍 */
.brief {
	color: #000;
}

.brief>div:first-child {
	background-image: url(img/brief.jpg);
}

.brief-title {
	line-height: 40px;
	/* font-weight: 900; */
	font-size: 30px;
	font-family: "微软雅黑";
}

.brief-content {
	line-height: 38px;
	margin-top: 32px;
	font-size: 18px;
}

/* 案例展示 */
.case {
	display: flex;
	justify-content: space-between;
}

.case>div {
	width: 443px;
	height: 300px;
}

.case>div>div {
	width: 100%;
	height: 240px;
	background-position: center;
	background-size: cover;
}

.case>div>p {
	line-height: 60px;
	text-align: center;
	font-size: 20px;
}

.case-item>img {
	width: 100%;
	height: 240px;
}

.case-item>p {
	position: absolute;
	color: #fff;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 40px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
}

/* 底部 */
footer {
	width: 100%;
	padding:20px 0px;
	background: #fff;
}

footer>div {
	width: 1380px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.footer-txt {
	width: 600px;
	padding-top: 64px;
	position: relative;
}

.footer-txt-logo {
	width: 296px;
	height: 78px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/footer/logo.png);
	margin-bottom:10px;
}

.footer-txt>p {
	line-height: 32px;
	font-size: 16px;
}

.footer-txt-qr {
	width: 124px;
	height: 124px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/footer/qr.png);
	margin-top: 10px;
	position: absolute;
	left: 328px;
	top: 146px;
}

.footer-imgs {
	width: 880px;
	height: 290px;
	margin-top: 62px;
}

.footer-imgs .swiper-slide {
	background-size: cover;
	background-position: center;
}

/* 新闻列表页 */
.item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
	margin-top: 30px;
}

.item:first-child {
	margin: 0px;
}

.item:last-child {
	border: none;
}

.item-img {
	width: 206px;
	height: 110px;
	background-image: url(img/banner1.jpg);
	background-position: center;
	background-size: cover;
}

.item-content {
	width: 1200px;
	color: #777777;
	font-size: 16px;
	line-height: 30px;
}
.item-content.active{
	width: 915px;
}

.item-content-title {
	line-height: 40px;
	font-size: 22px;
	color: #444444;
	margin-bottom: 10px;
}

.item-time {
	color: #777777;
	font-size: 14px;
	padding-top: 14px;
}

/* 回到顶部漂浮按钮 */
.gotop,
.gorelation,
.goattention {
	width: 68px;
	height: 68px;
	background-image: url(icon/icons.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 120px;
	z-index: 9999;
	right: 0px;
	cursor: pointer;
}

.gorelation {
	background-position: -68px 0px;
	bottom: 380px;
}

.goattention {
	background-position: -136px 0px;
	bottom: 460px;
}

.goattention>img {
	width: 180px;
	display: none;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 70px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.goattention:hover>img {
	display: block;
}

.gorelation>div {
	line-height: 68px;
	width: 260px;
	text-align: center;
	position: absolute;
	right: 70px;
	top: 0px;
	font-size: 22px;
	display: none;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.gorelation:hover>div {
	display: block;
}

/* 文章详情 */
.content-info {
	line-height: 40px;
	font-size: 18px;
	color: #333;
}

.content-info>p {
	margin-top: 60px;
	text-indent: 2em;
}
