* {
	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;
}

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

/* .family .familyText .textList .right{
	height: 220px;
} */
.family .familyText .textList .right img {
	width: 120px;
	height: 30px;
	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: 300px;*/
/*	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:nth-child(1) {*/
/*	display: flex;*/
/*	flex-wrap: nowrap;*/
/*}*/

/*.product .productList .item:nth-child(1) .left {*/
/*	background-color: #F5F5F5;*/
/*	width: 40%;*/
/*	position: relative;*/
/*	border-radius: 10px;*/
/*}*/
/*.product .productList .item:nth-child(1) .left:hover {*/
/*	background-color: #d3d3d3;*/
/*}*/
/*.product .productList .item:nth-child(1) .left .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:nth-child(1) .left:hover .up{*/
/*	display: block;*/
/*}*/
/*.product .productList .item:nth-child(1) .left .up p{*/
/*	text-align: center;*/
/*	margin-top: 40%;*/
/*	font-size: 35px;*/
/*	color: white;*/
/*	font-weight: 500;*/
/*}*/
/*.product .productList .item:nth-child(1) .left .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:nth-child(1) .left .up button:hover{*/
/*	opacity: 0.7;*/
/*}*/

/*.product .productList .item:nth-child(1) .left img {*/
/*	width:80%;*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*	margin-top: 80px;*/
/*	margin-bottom: 80px;*/
/*	transition: 1s;*/
/*}*/
/*.product .productList .item:nth-child(1) .left:hover img{*/
/*	width:90%;*/
/*	transition: 1s;*/
/*}*/

/*.product .productList .item:nth-child(1) .left p:nth-child(2) {*/
/*	font-size: 19px;*/
/*	font-family: Source Han Sans CN;*/
/*	font-weight: 500;*/
/*	color: #222222;*/
/*	margin-bottom: 10px;*/
/*	text-align: center;*/
/*}*/

/*.product .productList .item:nth-child(1) .left p:nth-child(3) {*/
/*	font-size: 14px;*/
/*	font-family: Source Han Sans CN;*/
/*	font-weight: 400;*/
/*	color: #7D7D7D;*/
/*	text-align: center;*/
/*}*/

/*.product .productList .item:nth-child(1) .right {*/
/*	margin-left: 20px;*/
/*	width: 60%;*/
/*}*/

/*.product .productList .item:nth-child(1) .right .rightItem {*/
/*	display: block;*/
/*	background-color: #F5F5F5;*/
/*	padding-bottom: 10px;*/
/*	height: 48%;*/
/*	padding-top: 20px;*/
/*	position: relative;*/
/*	border-radius: 10px;*/
/*}*/

/*.product .productList .item:nth-child(1) .right .rightItem:hover {*/
/*	background-color: #d3d3d3;*/
/*}*/
/*.product .productList .item:nth-child(1) .right .rightItem .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:nth-child(1) .right .rightItem:hover .up{*/
/*	display: block;*/
/*}*/
/*.product .productList .item:nth-child(1) .right .rightItem .up p{*/
/*	text-align: center;*/
/*	margin-top: 12%;*/
/*	font-size: 35px;*/
/*	color: white;*/
/*	font-weight: 500;*/
/*}*/
/*.product .productList .item:nth-child(1) .right .rightItem .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:nth-child(1) .right .rightItem .up button:hover{*/
/*	opacity: 0.7;*/
/*}*/

/*.product .productList .item:nth-child(1) .right .rightItem:nth-child(1) {*/
/*	margin-bottom: 20px;*/
/*	display: block;*/
/*}*/

/*.product .productList .item:nth-child(1) .right .rightItem img {*/
	/* width: 460px; */
/*	width: 50%;*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*	margin-top: 20px;*/
/*	margin-bottom: 3%;*/
/*	transition: .5s;*/
/*}*/
/*.product .productList .item:nth-child(1) .right .rightItem:hover img{*/
/*	width: 57%;*/
/*	transition: .5s;*/
/*	margin-top: 0px;*/
/*	margin-bottom: 2%;*/
/*	margin-top: 10px;*/
/*}*/

/*.product .productList .item:nth-child(1) .right .rightItem p:nth-child(2) {*/
/*	font-size: 19px;*/
/*	font-family: Source Han Sans CN;*/
/*	font-weight: 500;*/
/*	color: #222222;*/
/*	margin-bottom: 10px;*/
/*	text-align: center;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.product .productList .item:nth-child(1) .right .rightItem p:nth-child(3) {*/
/*	font-size: 14px;*/
/*	font-family: Source Han Sans CN;*/
/*	font-weight: 400;*/
/*	color: #7D7D7D;*/
/*	text-align: center;*/
/*}*/

/*.product .productList .item:nth-child(2) {*/
/*	display: flex;*/
/*	flex-wrap: nowrap;*/
/*	padding: 0;*/
/*	justify-content: center;*/
/*}*/

/*.product .productList .item:nth-child(2) .itemList {*/
/*	width: 49%;*/
/*	background-color: #F5F5F5;*/
/*	display: block;*/
/*}*/
/*.product .productList .item:nth-child(2) .itemList:hover {*/
/*	background-color: #d3d3d3;*/
/*}*/


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

/*.product .productList .item:nth-child(2) .itemList .listItem {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	padding-top: 20px;*/
/*	border-radius: 10px;*/
/*	position: relative;*/
/*}*/
/*.product .productList .item:nth-child(2) .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:nth-child(2) .itemList .listItem:hover .up{*/
/*	display: block;*/
/*}*/
/*.product .productList .item:nth-child(2) .itemList .listItem .up p{*/
/*	text-align: center;*/
/*	margin-top: 20%;*/
/*	font-size: 35px;*/
/*	color: white;*/
/*	font-weight: 500;*/
/*}*/
/*.product .productList .item:nth-child(2) .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:nth-child(2) .itemList .listItem .up button:hover{*/
/*	opacity: 0.7;*/
/*}*/

/*.product .productList .item:nth-child(2) .itemList .listItem img {*/
/*	width: 60%;*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*	margin-bottom: 4%;*/
/*	transition: 1s;*/
/*}*/
/*.product .productList .item:nth-child(2) .itemList:hover .listItem img{*/
/*	width:64%;*/
/*	margin-bottom: 1%;*/
/*	transition: 1s;*/
/*}*/

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

/*.product .productList .item:nth-child(3) {*/
/*	display: flex;*/
/*	flex-wrap: nowrap;*/
/*	padding: 0;*/
/*	padding-bottom: 20px;*/
/*	justify-content: center;*/
/*}*/

/*.product .productList .item:nth-child(3) .itemList {*/
/*	width: 49%;*/
/*	background-color: #F5F5F5;*/
/*	display: block;*/
/*}*/
/*.product .productList .item:nth-child(3) .itemList:hover {*/
/*	background-color: #d3d3d3;*/
/*}*/

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

/*.product .productList .item:nth-child(3) .itemList .listItem {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: relative;*/
/*}*/
/*.product .productList .item:nth-child(3) .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:nth-child(3) .itemList .listItem:hover .up{*/
/*	display: block;*/
/*}*/
/*.product .productList .item:nth-child(3) .itemList .listItem .up p{*/
/*	text-align: center;*/
/*	margin-top: 15%;*/
/*	font-size: 35px;*/
/*	color: white;*/
/*	font-weight: 500;*/
/*}*/
/*.product .productList .item:nth-child(3) .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:nth-child(3) .itemList .listItem .up button:hover{*/
/*	opacity: 0.7;*/
/*}*/

/*.product .productList .item:nth-child(3) .itemList .listItem img {*/
/*	width: 90%;*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*	padding-top: 30px;*/
/*	margin-bottom: 5%;*/
/*	transition: 1s;*/
/*}*/
/*.product .productList .item:nth-child(3) .itemList .listItem:hover img{*/
/*	width: 95%;*/
/*	margin-bottom: 3.5%;*/
/*	transition: 1s;*/
/*}*/

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

.product .title .p1{
    background-image:url('/Public/tongjie/img/product_title_bg.png');
    background-repeat:no-repeat;
    background-position: 65% 0;
    font-size: 28px;
    font-family: "黑体";
    text-align: center;
}
.product .title .p1 img{
    margin-top: -14px;
}
.product .title .p1 span{
    color: #CD0A14;
    margin-left: 7px;
}
.product .title .p2{
    font-size: 18px;
    color: #666;
    text-align: center;
}
.product .con{
    margin-top: 40px;
    overflow: auto;
}
.product .con .heng1,.heng2{
    overflow: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.product .con .heng1 .l,
.product .con .heng2 .r{
    width: 48%;
}
.product .con .heng1 .r,
.product .con .heng2 .l{
    width: 50%;
    min-width: 480px;
}

.product .con .heng2-640{
    display: none;
}
/*.product .con .l{*/
/*    float: left;*/
/*    width: 48%;*/
/*}*/
/*.product .con .r{*/
/*    float: right;*/
/*    width: 50%;*/
/*}*/
.product .con .datu{
    width: 100%;
}
.product .con .c{
    width: 460px;
    margin: 0 auto;
}
.product .con .c .wz{
    width: 440px;
}
.product .con .l .c .wz{
    float: right;
}
.product .con .r .c .wz{
    float: left;
}
.product .con .c .wz .kuai:nth-child(1){
    margin-top: 15px;
}
.product .con .c .wz .kuai:nth-child(2){
    margin-top: 50px;
}
.product .con .r .c .wz .kuai .biaoti{
    text-align: right;
}
.product .con .l .c .wz .kuai .biaoti{
    text-align: left;
}
.product .con .c .wz .kuai .biaoti img{
    margin-right: 10px;
}
.product .con .c .wz .kuai .biaoti .s1{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ff0000;
    display: inline-block;
    height: 100%;
    line-height: 34px;
}
.product .con .c .wz .kuai .biaoti .s3{
    border-bottom: 2px solid #999;
    display: inline-block;
    height: 100%;
    line-height: 34px;
}
.product .con .c .wz .kuai .juti{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .product .con .l{
        float: none;
        width: 100%;
    }
    .product .con .r{
        float: none;
        width: 100%;
    }
    .product .con .heng1,
    .product .con .heng2{
        display: none;
    }
    .product .con .heng2-640{
        display: block;
    }
    .product .con .r .c{
        width: 100%;
    }
    .product .con .r .c .wz{
        width: 100%;
    }
    .product .con .r .c .wz .kuai .biaoti{
        text-align: left;
    }
}

.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;
}

.news2{
    display: none;   
}
@media screen and (min-width: 980px) {
    .news1 {
        display: none;
    }
    .news2 {
        display: block;
    }
}

.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: 400px;
	margin: 0 auto;
}

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

.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: 400px;
	height: 213px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .newsList .item .img img {
	width: 400px;
	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: 170px;
	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: 991px){
	.family .img .imgList>p.scroll{
		font-size:30px;
		bottom: 25%;
	}
	.scheme .schemeText p:nth-child(1){
		font-size: 20px;
	}

	
}
@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: 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 (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;
	}


}