* {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

.content {
	/* min-width: 1200px; */
}

.content .banner {
	/* min-width: 1200px; */
	/* margin-bottom: 5%; */
}
.navigation{
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0%;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.3) !important; 
}
.navigation.active{
	background-color: white!important;
}
.navigation .navbar{
	background-color: rgba(0, 0, 0,0) !important;
}
.navigation.active .navbar{
	background-color: white!important;
}
.navbar-collapse .navbar-nav .input input{
	background-color: rgba(0, 0, 0,0) !important;
}
.navigation .navbar-collapse .navbar-nav .nav-item .nav-link{
	color: white!important;
}
.navigation.active .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
	color: #4386DB!important;
}
.navigation.active .navbar-collapse .navbar-nav .nav-item .nav-link{
	color: #222222!important;
}
.navigation .input a img{
	filter: invert(100%);
}
.navigation.active .input a img{
	filter: invert(0%);
}
.navigation .navbar-brand a img{
	/*filter:grayscale(500)brightness(800)!important;*/
}
.navigation.active .navbar-brand a img{
	filter:brightness(1)!important;
}
.bannerList .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerList .swiper-pagination{
	position: relative;
	margin-top: -5%;
	margin-bottom: 10%;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bannerList .swiper-pagination-bullet .progressbar {
	width:8px !important;
	height:8px;
	display: flex;
	margin: 0 auto;
	border: none;
	outline: none;
	display: none;
}
.bannerList .swiper-pagination-bullet-active .progressbar{
	display: block;
}

.bannerList .swiper-pagination-bullet {
	display: block;
	width:8px !important;
	height:8px !important;
	background-color: white!important;
	margin: 0 5px;
	opacity: 1;
	transition: .5s;
	border: none;
	outline: none;
	/* background-color: #e7e7e7; */
}

.bannerList .swiper-pagination-bullet-active {
	width: 120px !important;
	height:8px;
	background-color: white;
	transition: .5s;
	border: none;
	outline: none;
}

.bannerList .swiper-pagination-bullet-active .progressbar {
	width: 120px !important;
	border: none;
	outline: none;
}

.banner img {
	/* width: 100%; */
}

.family {
	margin-bottom: 100px;
}

.family .img {
	position: relative;
	padding: 0;
	/* background-image: url(../img/1shouye/pinpaijiazubj.png); */
}

.family .img img {
	width: 100%;
}

.family .img .imgList {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.family .img .imgList>p {
	width: 80%;
	position: absolute;
	bottom: 10%;
	left: 10%;
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	opacity: 0;
	transition: 1s;
	margin-bottom: 0;
}

.family .img .imgList>p.scroll {
	opacity: 1;
	transition: 1s;
	bottom: 20%;
}

.family .img .imgList .imgItem {
	width: 80%;
	position: absolute;
	bottom: 0%;
	left: 10%;
	display: flex;
	opacity: 0;
	transition: 1s;
}

.family .img .imgList .imgItem.scroll {
	opacity: 1;
	transition: 1s;
	bottom: 10%;
}

.family .img .imgList .imgItem .item {
	width: 120px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.family .img .imgList .imgItem .item:hover {
	background: #F5F5F5;
}

.family .img .imgList .imgItem .item:hover p {
	color: #222222;
}

.family .img .imgList .imgItem .item.active {
	background: #F5F5F5;
}

.family .img .imgList .imgItem .item p {
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
}

.family .img .imgList .imgItem .item.active p {
	color: #222222;
}

.family .familyText {
	height: 220px;
	background-color: #F5F5F5
}

.family .familyText .textList {
	width: 80%;
	height: 220px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.family .familyText .textList .left {
	height: 100px;
}

.family .familyText .textList .left p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
	line-height: 25px;
	height: 75px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: justify;
	text-indent: 2em;
}

.family .familyText .textList .left a {
	text-align: right;
	float: right;
	
}

@media screen and (max-width: 980px) {
    .family .familyText .textList .right{
        display: none;
    }
}
.family .familyText .textList .right img {
	width: 120px;
	height: 22px;
	display: block;
	margin: 0 auto;
	/* margin-left: 35%; */
	float: right;
}

.product {
	padding: 0;
	margin-bottom: 100px;
}

.product .productTitle {
	width: 100%;
	height: 120px;
	position: relative;
}

.product .productTitle>p {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.product .productTitle .titleList {
	width: 350px;
	margin: 0 auto;
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}

.product .productTitle .titleList p {
	text-align: center;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	line-height: 30px;
	color: #000000;
	cursor: pointer;
}

.product .productTitle .titleList p.active {
	border-bottom: 1px solid #000000;
}

.product .productList {
	padding: 0;
}

.product .productList .item {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	justify-content: center;
}

.product .productList .item .itemList {
	width: 49%;
	background-color: #F5F5F5;
	display: block;
}
.product .productList .item .itemList:hover {
	background-color: #d3d3d3;
}


.product .productList .item .itemList:nth-child(2) {
	margin-left: 2%;
}

.product .productList .item .itemList .listItem {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	border-radius: 10px;
	position: relative;
}
.product .productList .item .itemList .listItem .up{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	display: none;
}
.product .productList .item .itemList .listItem:hover .up{
	display: block;
}
.product .productList .item .itemList .listItem .up p{
	text-align: center;
	margin-top: 20%;
	font-size: 35px;
	color: white;
	font-weight: 500;
}
.product .productList .item .itemList .listItem .up button{
	display: block;
	margin: 0 auto;
	border: none;
	width: 90px;
	height: 35px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 600;
}
.product .productList .item .itemList .listItem .up button:hover{
	opacity: 0.7;
}

.product .productList .item .itemList .listItem img {
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-bottom: 4%;
	transition: 1s;
}
.product .productList .item .itemList:hover .listItem img{
	width:64%;
	margin-bottom: 1%;
	transition: 1s;
}

.product .productList .item .itemList .listItem p {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}

.scheme {
	width: 100%;
	padding: 0;
	position: relative;
	margin-bottom: 100px;
}

.scheme img {
	width: 100%;
	padding: 0;
}

.scheme .schemeText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.scheme .schemeText .textList {
	/* width: 1250px; */
	margin: 0 auto;
	padding:0;
}

.scheme .schemeText p:nth-child(1) {
	font-size: 35px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	/* margin-left: 18%; */
	margin-top: 35%;
	opacity: 0;
	transition: 1s;
	margin-bottom: 10px;
}

.scheme .schemeText p:nth-child(1).scroll {
	margin-top: 20%;
	opacity: 1;
	transition: 1s;
}

.scheme .schemeText p:nth-child(2) {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	opacity: 0;
	transition: all 1s;
	margin-top: 20px;
	/* margin-left: 18%; */
}

.scheme .schemeText p:nth-child(2).scroll {
	margin-top: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: .5s;
}

.scheme .schemeText button {
	width: 138px;
	height: 41px;
	background: #F6F7FB;
	border-radius: 21px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #222222;
	border: none;
	opacity: 0;
	transition: all 1s;
	margin-top: 40px;
	/* margin-left: 18%; */
}

.scheme .schemeText button.scroll {
	margin-top: 20px;
	opacity: 1;
	transition: 1s;
	/* transition-delay: .5s; */
}

.scheme .schemeText button:hover {
	background-color: #013d87;
	color: white;
}

.news {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 100px;
}

.news>p {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 50px;
}

.news .newsList {
	display: flex;
	flex-wrap: wrap;
}

.news .newsList .item {
	width: 200px;
	margin: 0 auto;
}

.news .newsList .item {
	width: 200px;
	/* height: 450px; */
	background: #F5F5F5;
	padding-bottom: 20px;
}

.news .newsList .item:nth-child(1) {
	/* margin-left: -400px; */
	opacity: 1;
	transition: 1s;
}

.news .newsList .item:nth-child(2) {
	/* margin-left: -400px; */
	opacity: 1;
	transition: 1s;
}

/* .news .newsList .item:nth-child(1).scroll{
	margin-left: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: .5s;
}
.news .newsList .item:nth-child(2).scroll{
	margin-left: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: .5s;
} */


.news .newsList .item .img {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .newsList .item .img img {
	width: 200px;
	margin-left: 0;
	display: block;
	transition: 1s;
	/* height: 228px; */
}

.news .newsList .item.active img {
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: 1s;
	/* height: 278px; */
}

.news .newsList .item .itemText {
	width: 80%;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.news .newsList .item .itemText p:nth-child(1) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	opacity: 0.7;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news .newsList .item .itemText p:nth-child(2) {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .newsList .item .itemText p:nth-child(3) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	opacity: 0.7;
	margin-bottom: 30px;
}

.news .newsList .item .itemText p:nth-child(4) {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
}
.news .newsList .item:hover .itemText p:nth-child(4){
	color: #0D6EFD;
}

.logo {
	/* min-width: 1200px;
	height: 400px; */
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
}

.logo>p {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 100px;
}

.logoSwiper {
	/* width: 1200px; */
	margin: 0 auto;
	margin-top: 50px;
	opacity: 0;
	transition: 1s;
}
.logoSwiper.scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
}

.logoSwiper .swiper-slide {
	/* width: 1200px; */
}

.logoSwiper .swiper-slide .logoList {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.logoSwiper .swiper-slide .logoList img {
	/* display: block; */
	margin: 0 auto;
	/* transition: 1s; */
	filter: grayscale(100%);
}
.logoSwiper .swiper-slide .logoList img:hover{
	filter: grayscale(0%);
	transform: scale(1.1);
}

.logoSwiper .swiper-pagination {
	position: relative;
	margin-top: 50px;
}

.logoSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 68px;
	height: 4px;
	opacity: 0.6;
	background-color: #C9CACA;
	border-radius: 0;
	margin: 0 10px;
	border: none;
	outline: none;
}

.logoSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #B5B5B6;
	opacity: 1;
	border: none;
	outline: none;
}





@media screen and (max-width: 780px){
	.family .img .imgList>p.scroll{
		font-size:30px;
		bottom: 40%;
	}
	.scheme .schemeText p:nth-child(1){
		font-size: 20px;
	}

	
}
@media screen and (max-width: 450px){
	.family .img .imgList>p.scroll{
		font-size: 25px;
		bottom: 40%;
	}
	.scheme .schemeText p:nth-child(1){
		font-size: 16px;
	}
	.scheme img{
		height: 255px;
	}
}

@media screen and (min-width: 999px){
.family .applyImg{
	background:none!important
} 	
}
@media screen and (max-width: 998px){
	.scheme .schemeText p:nth-child(2){
		font-size: 15px;
	}
	.scheme .schemeText .textList{
		padding-left: 10%;
	}
	.news .newsList .item{
		width: 375px;
	}
	.news .newsList .item .img{
		width: 375px;
	}
	.news .newsList .item .img img{
		width: 375px;
	}
	
.bannerList .swiper-pagination-bullet-active .progressbar{width:60px}
.family .applyImg{height:320px}
.family .applyImg img{display:none!important}

.family .img .imgList>p{top:15%;width:92%;left:4%!important;
	bottom:auto!important;opacity:1;font-size:25px!important}
.family .img .imgList .imgItem{width:92%;left:4%!important;opacity:1;flex-wrap:wrap;bottom:10%!important}
.family .img .imgList .imgItem .item p{height:32px;line-height:32px}
.family .img .imgList .imgItem .item{width:33.33%;height:32px;line-height:32px;font-size:13px}

}