.brand .box1{
	position: relative;
	margin: 81px 0 100px;
}
.brand .box1 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brand .box1 .box-c .l{
	width: 38.8%;
	max-width: 100%;
}

.brand .box1 .r{
	/*position: absolute;*/
	right: 0;
	top: 0;
	width: 50%;
	cursor: pointer;
}
.brand .box1 .r img{
	display: block;
	width: 100%;
}
.brand .box1 .box-c .l .brand-logo{
	display: block;
	max-height: 60px;
	max-width: 186px;
}
.brand .box1 .box-c .l .des{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 36px;
	margin-top: 28px;
}
.brand .box1 .box-c .l .list{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.brand .box1 .box-c .l .list .number{
	font-size: 50px;
	color: #040000;
	line-height: 1;
}
.brand .box1 .box-c .l .list .number sup{
	font-size: 28px;
	padding-left: 4px;
}
.brand .box1 .box-c .l .list .text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #040000;
	line-height: 1;
	margin-top: 20px;
}
.brand .box1 .box-c .l .text-box{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 40px;
	margin-top: 66px;
}
.brand-title .title{
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 1;
}
.brand-title .line{
	display: inline-block;
	width: 68px;
	height: 2px;
	background: #000000;
	margin-top: 44px;
}
.brand .box2{
	position: relative;
	padding: 80px 0 100px;
	background-color: rgba(249, 249, 249, 1);
	overflow: hidden;
}
.brand .box2:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color:rgba(238, 241, 244, 1) ;
}

.brand .box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.brand .box2 .box-c .l{
	position: relative;
	flex: 1;
	z-index: 1;
}
.brand .box2 .l-t{

}
.brand .box2 .l-t .brand-title{
	position: relative;
}
.brand .box2 .l-t .brand-title:before{
	position: absolute;
	content: "Product ";
	left: 0;
	bottom: 0;
	font-size: 100px;
	font-family: Poppins;
	font-weight: 400;
	color: #F9F9F9;
	line-height: 1;
	text-transform: uppercase;
	z-index: -1;
}
.brand .box2 .box-c .r{
	position: relative;
	width: 66.66%;
	z-index: 2;
}
.brand .box2 .box-c .r .more{
	width: 200px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #626262;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	display: block;
	margin: 0 0 0 auto;
}
.brand .box2 .box-c .r .more:hover{
	border-color: rgba(21, 164, 222, 1);
	background-color: rgba(21, 164, 222, 1);
	color: #fff;
}
.brand .box2 .box-c .r .r-img{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 560px;
	width: 100%;
	margin-top: 72px;
}
.brand .box2 .box-c .r img{
	display: none;
	max-width: 100%;
	max-height: 100%;
}
.brand .box2 .box-c .r img.active{
	display: block;
}
.brand .box2 .box-c .list{
	margin-top: 100px;
}
.brand .box2 .box-c .list .li-title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 1;
	margin-bottom: 29px;
}
.brand .box2 .box-c .list  li:not(:last-child){
	margin-bottom: 39px;
}
.brand .box2 .box-c .list  li a{
	display: block;
	margin-left: 40px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 1;
}
.brand .box2 .box-c .list  li a:not(:last-child){
	margin-bottom: 17px;
}
.brand .box2 .box-c .list  li .a-box{
	display: none;
}
.brand .box2 .box-c .list  li.active .a-box{
	display: block;
}
.brand .box3{
	padding: 80px 0 70px;
	overflow: hidden;
}
.brand .box3 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.brand .box3 .box-c .btns{
	display: flex;
	align-items: center;
}
.brand .box3 .box-c .btns .btn{
	width: 74px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: RGBA(87, 87, 87, 1);
	cursor: pointer;
}
.brand .box3 .box-c .btns .btn .iconfont{
	font-size: 28px;
}
.brand .box3 .box-c .btns .btn-next{
	margin-left: 25px;
}
.brand .box3 .box-b{
	margin-top: 40px;
}
.brand .box3 .box-b .swiper-slide ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brand .box3 .box-b .swiper-slide li,
.brand .box3 .box-b .swiper-slide i{
	width: 31.33%;
}
.brand .box3 .box-b .swiper-slide li{
	margin-bottom: 30px;
}
.brand .box3 .box-b .swiper-slide li .pic img{
	display: block;
	width: 100%;
}
.brand .box3 .box-b .swiper-slide li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #040000;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.brand .box4{
	padding: 80px 0 100px;
	background-color: rgba(249, 249, 249, 1);
}
.brand .box4 .box-c{
	margin-top: 60px;
}
.brand .box4 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.brand .box5{
	padding: 78px 0 100px;
}
.brand .box5 .box-c{
	margin-top: 40px;
}
.brand .box5 .box-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.brand .box5 .box-c ul li,
.brand .box5 .box-c ul i{
	width: 31.33%;
}
.brand .box5 .box-c ul li:hover .text-title{
    
}
.brand .box5 .box-c ul li .pic{
	position: relative;
	overflow: hidden;
}
.brand .box5 .box-c ul li .pic img{
	display: block;
	width: 100%;
}
.brand .box5 .box-c ul li .pic .time{
	position: absolute;
	display: flex;
	align-items: flex-end;
	top: 38px;
	left: 30px;
}
.brand .box5 .box-c ul li .pic .time .date{
	font-size: 34px;
	font-family: RanyRegular;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}
.brand .box5 .box-c ul li .pic .year{
	font-size: 16px;
	font-family: RanyRegular;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	margin-left: 9px;
}
.brand .box5 .box-c ul li .text-box{
	margin-top: 28px;
}
.brand .box5 .box-c ul li .text-box .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 30px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
 text-overflow: ellipsis;
}
.brand .box5 .box-c ul li:hover .text-box .text-title{
   color: rgba(40, 139, 196, 1);
}
.brand .box5 .box-c ul li:hover .text-box .more{
     color: rgba(40, 139, 196, 1);
}
.brand .box5 .box-c ul li .text-box .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 24px;
	margin-top: 19px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 text-overflow: ellipsis;
}
.brand .box5 .box-c ul li .text-box .more{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 35px;
}
.brand .box5 .box-c ul li .text-box .more .iconfont{
	font-size: 20px;
	margin-left: 20px;
}
.brand{
	border-bottom: 1px solid rgba(47, 47, 47, .1);
}
@media (max-height:1430px) {
	.brand .box1 .box-c .l{
		width: 44%;
	}
	.brand .box1 .box-c .l .list .number{
		font-size: 40px;
	}
	.brand .box2 .l-t .brand-title:before{
		font-size: 70px;
	}
}
@media (max-width:1199px){
	.brand-title .title{
		font-size: 30px;
	}
	.brand-title .line{
		margin-top: 30px;
	}
	.brand .box2 .l-t .brand-title:before{
		font-size: 50px;
	}
}
@media (max-width:1024px){
	.brand .box2 .l-t .brand-title:before{
		display: none;
	}
	.brand .box1 .box-c .l .list .number{
		font-size: 30px;
	}
	.brand-title .title{
		font-size: 28px;
	}
	.brand .box1 .box-c .l .list .number sup{
		font-size: 22px;
	}
	.brand .box1 .box-c .l .list .text{
		font-size: 18px;
	}
	.brand .box1 .box-c{
		flex-direction: column;
	}
	.brand .box1 .box-c .l{
		width: 100%;
	}
	.brand .box1 .r{
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	.brand .box1 .box-c .l .text-box{
		margin-top: 35px;
	}
	.brand .box2 .box-c .r{
		width: 55%;
	}
	.brand .box2 .box-c .list{
		margin-top: 60px;
	}
	.brand .box2 .box-c .r .r-img{
		height: 400px;
	}
	.brand .box1{
		margin: 60px 0;
	}
}
@media (max-width:768px){
    .banner1 .pic img:nth-child(1){
    display: none;
}
.banner1 .pic img:nth-child(2){
    display: block!important;
}
	.brand .box2 .box-c .r .r-img{
		display: none
	}
	.brand .box2:before{
		display: none;
	}
	.brand .box3 .box-b .swiper-slide li, .brand .box3 .box-b .swiper-slide i,
	.brand .box5 .box-c ul li, .brand .box5 .box-c ul i{
		width: 48%;
	}
	.brand .box5 .box-c ul li{
		margin-bottom: 30px;
	}
	.brand .box5{
		padding: 60px 0;
	}
	.brand .box2 .box-c{
		position: relative;
		display: block;
	}
	.brand-title .title{
		font-size: 26px;
	}
	.brand .box2 .box-c .r{
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0;
		width: 110px;
	}
	.brand .box2 .box-c .r .more{
		width: 110px;
		height: 40px;
		line-height: 38px;
	}
}	
@media (max-width:500px){
	.brand-title .title{
		font-size: 24px;
	}
	.brand-title .line{
		margin-top: 20px;
	}
	.brand .box1 .box-c .l .text-box{
		font-size: 16px;
		line-height: 2;
	}
	.brand .box1 .box-c .l .brand-logo{
		max-height: 60px;
	}
	.brand .box1 .box-c .l .des{
		font-size: 20px;
		line-height: 30px;
	}
	.brand .box1 .box-c .l .list{
		margin-top: 25px;
	}
	.brand .box1 .box-c .l .list .number{
		font-size: 22px;
	}
	.brand .box1 .box-c .l .list .number sup{
		font-size: 16px;
	}
	.brand .box1 .box-c .l .list .text{
		margin-top: 10px;
		font-size: 16px;
	}
	.brand .box2 .box-c .r .more{
		/* width: 150px; */
	}
	.brand .box2 .box-c .list{
		margin-top: 35px;
	}
	.brand .box2 .box-c .list .li-title{
		margin: 20px 0 15px;
		font-size: 20px;
	}
	.brand .box2 .box-c .list li a:not(:last-child){
		margin-bottom: 10px;
	}
	.brand .box2 .box-c .list li:not(:last-child){
		margin-bottom: 25px;
	}
	.brand .box2 .box-c .list li a{
		font-size: 16px;
	}
	.brand .box2 .box-c .r{
		/* width: 100%; */
		/* margin-top: 25px; */
	}
	.brand .box2,.brand .box4{
		padding: 50px 0;
	}
	.brand .box3 .box-b .swiper-slide li, .brand .box3 .box-b .swiper-slide i, .brand .box5 .box-c ul li, .brand .box5 .box-c ul i{
		width: 100%;
	}
	.brand .box3{
		padding: 50px 0 30px;
	}
	.brand .box5{
		padding: 50px 0 20px;
	}
	.brand .box5 .box-c ul li .text-box .more{
		margin-top: 15px;
	}
	.brand .box5 .box-c ul li .text-box{
		margin-top: 13px;
	}
	.brand .box5 .box-c ul li .text-box .text-title{
		font-size: 18px;
	}
}
