﻿*{
	padding: 0px;
	margin: 0px;
	list-style: none;
	outline: none;
	text-decoration: none;
}
body {
	overflow-x: hidden;
}
body:after {
	content: ".";
	clear: both;
	display: block;
}
img{
	width: 100%;
	height: 100%;
}

#Dividing{
	width:500px;
	height: 15px;
	margin: auto;
}

.lunbo{
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0px 0 20px 0;
}
.swiper-container {
	width: 90%;
	height: 100%;
}

@keyframes slideInUp {
	0% {
		will-change: transform;
		
		
		opacity: 0;
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.slideInUp {
	animation-name: slideInUp;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-delay: 0.5s;
}

.Monitor{
	width: 100%;
	height: 750px;
	background: url(../image/202.jpg);
	background-size: 100% 100%;
	margin-top: 20px;
}
.Monitor_a{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.Top{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
.Top h2{
	height: 200px;
	line-height: 200px;
	font-size: 35px;
	color: rgb(48,132,192);
}
h2{
	display: block;
	font-weight: bold;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.Monitor_Bottom{
	width: 100%;
	height: 450px;
}

.Monitor_Bottom_li{
	width: 210px;
	height: 400px;
	float: left;
	border: 2px solid rgb(115, 120, 125);
	margin-top: 20px;
	margin-right: 60px;
	cursor: pointer;
	color: #036AB8;
	position: relative;
	transition: 0.6s linear;
}

.Monitor_Bottom_li:hover{
	color: white;
	
}
.Monitor_Bottom_li:after{
	width: 210px;
	cursor: pointer;
	position: absolute;
	content: "";
	top: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #303f9f;
	transition: 0.5s linear;
}
.Monitor_Bottom_li:hover:after{
	top: 0;
	bottom: 0;
}

.Monitor_Bottom_li:hover .Monitor_Bottom_li_img{
	background: url(../image/222.png);
	background-size: 100% 100%;
	transition: all 1s ease-in;
    transform:rotate(180deg);
}

#Monitor_li{
	height:70%;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.Monitor_Bottom_li_top{
	width: 150px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
.Monitor_Bottom_li_img{
	width: 150px;
	height: 130px;
	position: absolute;
	background: url(../image/111.png) no-repeat center;
	background-size: 100% 100%;
}
.Monitor_Bottom_li_top p{
	font-size: 45px;
	line-height: 130px;
	text-align: center;
	position: relative;
}
.Monitor_Bottom_li_p{
	text-align: center;
	font-size: 26px;
	margin-top: 40px;
	position: relative;
}

.target{
	width: 100%;
	height: 700px;
	margin-top: 20px;
	background-color: #ECEEF6;
}
.target_a{
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}
.target_top{
	height: 140px;
	font-size: 37px;
	line-height: 140px;
	color: #3F3F3F;
}
.target_Bottom{
	width: 900px;
	height: 700px;
	margin: auto;
	height: auto;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 2px;
}
.target_Bottom p{
	font-size: 17px;
}
.example-element{
	width: 420px;
	height: 380px;
	float:right; 
	clear:both;
}

.cooperation{
	width: 100%;
	height: 600px;
}
.cooperations{
	width: 80%;
	height: 100%;
	margin: auto;
}
.cooperations_Bottom{
	width: 100%;
	height: 450px;
}
.B1{
	width: 92%;
	height: 100%;
	margin:auto;
}
.B1 li{
	width: 120px;
	height: 120px;
	border-radius:90px;
	float: left;
	margin: 30px 50px 30px 50px;
}
.B2{
	width: 100%;
	height: 100%;
}