* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

div {
	display: block;
}

.w1200 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.nav-box {
	margin: 0 auto;
	width: 100%;
}

.case_box {
	background: url(../images/case_bg.jpg) no-repeat center top;
	height: 46.7vw;
	background-size: 100%;
}

.content {
	width: 70%;
	margin-left: 15%;
}

.case_box h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

.case_box .category ul {
	padding-left: 50px;
	padding-bottom: 40px;
	display: block;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.case_box .category ul li {
	float: left;
	font-size: 0.9vw;
	text-align: center;
	width: 10.85vw;
	height: 2.92vw;
	line-height: 2.92vw;
	color: #939aac;
	border-radius: 5px;
	cursor: pointer;
}

.case_box .category ul li.active {
	color: #fff;
	background: #0569cf;
}

.case_box .content {
	padding-left: 50px;
}

.case_box .content .cont {
	/* height: 650px; */
	display: none;
}

.case_box .content .cont.active {
	display: block;

}

.case_box .content .cont img.bg {
	position: absolute;
	border: 1px solid #E3E3E3;
	right: 4vw;
	top: 0;
	box-shadow: 0px 0px 10px rgba(157, 179, 208, 0.6);
}

.case_box .content .cont .info {
	position: absolute;
	width: 26.2vw;
	height: 17.17vw;
	background: #fff;
	box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
	left: 4vw;
	top: 6.25vw;
	padding: 1vw 0.8vw 0;
	border-radius: 10px;
	border-bottom: 0.4vw solid #0569cf;
}

.bg {
	width: 37.47vw;
	transition: all 1s;
	transition: all 1.5s;
}

.case_box .content .cont .info .title .logo {
	float: left;
	padding-right: 25px;
}

.case_box .content .cont .info .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.case_box .content .cont .info .title h4 {
	float: left;
	padding-top: 30px;
	font-size: 24px;
	color: #081232;
}

.case_box .content .cont .info p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 30px;
	color: #828b9f;
}

.title {
	font-size: 2.29vw;
	text-align: center;
	padding-top: 2.5vw;
	/* margin-bottom: 2vw; */
	padding-bottom: 2vw;
}

.title-blue {
	color: #0569cf;
}

.title-black {
	color: #222222;
}

.title-box {
	width: 100%;
	text-align: left;
}

.t-title {
	font-size: 1.5vw;
	padding-top: 2.75vw;
	font-weight: bold;
	color: #222222;
	padding-left: 1.4vw;
	padding-right: 1.4vw;
}

.t-logo img {
	width: 2vw;
	height: 1vw;
}

.t-content {
	font-size: 0.9vw;
	padding-top: 1.25vw;
	text-align: left;
	padding-left: 1.4vw;
	color: #444444;
	line-height: 1.41vw;
	padding-right: 1.4vw;
}

.title-color {
	font-size: 1vw;
	padding-top: 1vw;
}

.t-solid {
	width: 0.1vw;
	height: 1.2vw;
	background-color: #0569cf;
	margin-left: 1.4vw;
	margin-top: 0.94vw;
}

.anli-box {
	background-color: #e9eff3;
	/* margin-top: 2.5vw; */
}

.case-con-box {
	width: 100%;
	height: 10.63vw;
	display: flex;
	background-color: #fff;
	margin-bottom: 1.25vw;
}

.news-box {
	/* width: 65%; */
	/* margin-left: 17.5%; */
	padding-bottom: 5vw;
}

.case-con {
	display: flex;
}

.al-img {
	width: 14.58vw;
	height: 9.38vw;
	padding: 0.63vw;
}

.case-title {
	font-size: 1.04vw;
	color: #0569cf;
	padding-top: 1.2vw;
	padding-bottom: 0.5vw;
}

.case-con-right {
	padding-left: 1vw;
}

.case-con {
	font-size: 0.8vw;
	color: #444444;
	padding-top: 0.5vw;
	padding-right: 3.65vw;
}
.case-content{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.case-con div:first-child {
	width: 13%;
	white-space:nowrap;
}

.case-con div:last-child {
	width: 87%;
	padding-left: 0.5vw;
}

.newspage ul li{
	width: 65% !important;
	margin: 0 auto;
}
