﻿*{
	padding: 0px;
	margin: 0px;
	list-style: none;
	outline: none;
}
img{
	width: 100%;
	height: 100%;
}
div{
	display: block;
}

@media screen and (max-width: 750px){
	.type-words{
		font-size: 10px;
	}
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 550px){
	
}
@media screen and (max-width: 320px){
	
}  
.main{
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
}
.about{
    padding-bottom: 3%;
	height: 3650px;
}
.w1200 {
    width: 1200px;
	height: 100%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.about ul{
	height: 100%;
}
.f-cb {
    zoom: 1;
}
.about ul li {
	width: 100%;
	float: left;
	margin-top: 20px;
}


.about-title{
	padding-bottom: 30px;
}
.style-one{
	width: 35px;
	height: 35px;
	float: left;
	background-color: #285ca9;
}
.style-two{
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 35px;
	background-color: #285ca9;
}
.type{
	font-size: 30px;
	text-indent: 10px;
}

.about-s{
	width: 95%;
	margin: 0 auto;
	height: 400px;
	margin-bottom: 40px;
}
.about-img{
	width: 40%;
	height: 100%;
	float: left;
}
.about-Right{
	width: 56.8%;
	height: 100%;
	float:right;
	padding-top: 55px;
	position: relative;
	background-color: #f3f3f3;
}
.Right-img{
	position: absolute;
	right: 40px;
	top: -20px;
	z-index: 1;
}
.type-words{
	margin: 0 auto;
	width: 90%;
	
	letter-spacing:2px;
	font-size: 14px;
	line-height: 26px; 
	align-items: center;
	
	text-indent: 2em;
	color:#585858;
}

.team{
	width: 100%;
	height: 600px;
}
.team-words{
	width: 90%;
	margin: 0 auto;
	letter-spacing:2px;
	font-size: 18px;
	line-height: 30px; 
	text-indent: 2em;
}
.team-s{
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
	width: 98%;
	height: 80%;
	margin: 0 auto;
} 

.team-s ul li{
	float: left;
	width: 14.2%;
	height: 210px;
	margin-right: 2.3%;
	object-fit: cover;
}
.team-s ul li img{
	object-fit: contain;
}

.business{
	width: 90%;
	margin: 0 auto;
	height: 520px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.business-img{
	position: relative;
}
.topleft{
	position: absolute;
	width: 200px;
	height: 100px;
	top: 0px;
	left: 0px;
	font-size: 22px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottomleft{
	position: absolute;
	width: 74%;
	height: 360px;
  	bottom: -250px;
}
.center{
	position: absolute;
	top: 46%;
	width: 100%;
	height: 360px;
	text-align: center;
}

.advantage{
	width: 86%;
	height: 440px;
	margin: auto;
}
.advantage ul li{
	float: left;
	width: 29%;
	height: 380px;
	margin-right: 4.2%;
	
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card_li:hover{
	color: white;
	
	cursor: default;
	background-color: #285ca9;
}
.card_lis:hover{
	color: white;
	cursor: default;
	background-color: #3b424b;
}
.cardtop{
	width: 115px;
	height: 150px;
	margin: 0 auto;
}
.card1{
	width: 85%;
	height: 100%;
	margin: auto;
	padding-top: 15px;
}
.card-img1{
	background-image: url(../image/20230220153419.png);
	background-size: 100% 100%;
}
.card-img2{
	background-image: url(../image/20230220142449.png);
	background-size: 100% 100%;
}
.card-img3{
	background-image: url(../image/20230220153359.png);
	background-size: 100% 100%;
}

.card_li:hover .card-img1{
	background-image: url(../image/20230220142451.png);
	background-size: 100% 100%;
}
.card_lis:hover .card-img2{
	background-image: url(../image/20230220142450.png);
	background-size: 100% 100%;
}
.card_li:hover .card-img3{
	background-image: url(../image/20230220142452.png);
	background-size: 100% 100%;
}
.card-img{
    height: 150px;
    margin: 0 auto;
}
.card-img img{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 20px;
}
.card-tit{
	margin-top: 20px;
}
.card-tit h4{
	text-align: center;	
}
.card-tit p{
	font-size: 14px;
	text-indent: 2em;
	letter-spacing:1.2px;
}