.brand-nav {
	display: flex;
	justify-content: center;
	height: 70px;
	align-content: center;
	font-size: 14px;
}

.brand-nav li {
	border-bottom: 2px solid white;
	line-height: 67px;
	padding: 0 22px;
}
.item>li:first-child{
	position: relative;
}
.item .logo{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    margin-top: -7.5%;
    margin-left: -7.5%;
}
.brand-nav .on>span {
	height: 3px;
	background-color: #3275D0;
	line-height: 0px !important;
}
.nav li{
    height: 36px;
    width: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .on{
	background-color:#3275D0;
			color:white;
		border-radius:35px;
}
.nav-fiex .on{
/*	background-color:#3275D0;*/
	color:#3275D0;
	width:100%;
}
.brand-bg {
	background: url(../img/explore/bg_story.png) center center no-repeat;
	height: 295px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.scrim {
    background: url(../img/common/scrim.svg) center center no-repeat;
    width: 100%;
    height:100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scrim>span {
	color: white;
}

.brand-bg>span {
	color: white;
}

.brand-content-1>div:first-child {
	/*padding: 120px 0;*/
}

.brand-content-2 {
	padding: 85px 9vw;
}

.brand-content-1 p {
	text-align: right;
}

.explore_video {
	padding: 130px 9vw 80px !important;
	padding-top: 0 !important;
}

.brand-bottom {
	padding: 0;
	height: 583px;
	background: url(../img/explore/bg_story2.png) center center no-repeat;
	background-size: cover;
	color: white;
}

.brand-bottom>div {
	padding: 60px 0 0;
	text-align: center;
}

.brand-bottom>ul {
	padding: 0 9vw;
	display: flex;
	justify-content: space-between;
}

.brand-bottom>ul>li {
	border-radius: 50%;
	border: 1px solid #333333;
	height: 250px;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 54px;
	line-height: 74px;
	letter-spacing: 2px;
}

.brand-bottom>ul>img {
	width:14px;
	height:14px;
	margin: auto;
}

.brand-content-2 img {
	width: 32.9vw;
    height: 362px;
    object-fit: contain;
    margin-top: 5px;
}

.brand-content-2 .right {
	flex: 1.2;
	padding-left: 40px;
	display: flex;
  flex-direction: column;
  position: relative;
}

.brand-content-2 .left {
	flex: 1;
	display: flex;
	justify-content: center;
}

.swiper-content {
	display: flex;
}

.right>span {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}
.right>span:last-of-type{
	color:#888;
}

.right>span:first-child {
	font-size: 34px;
    line-height: 47px;
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: 24px;
}

.brandExplore-pagination {
	display: flex !important;
	width: 100%;
	justify-content: space-around;
	margin-top: 27px;
}

.brandExplore-pagition>span:first-child {
	border-radius: 50%;
	height: 9px;
	width: 9px;
	/*margin:0 auto;8*/
	/*margin:0 3vw;*/
	background-color: #666666;
}

.brandExplore-pagition>span:last-child {
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	margin-top: 23px;
}

.swiper-pagination-bullet-active {
	background-color: white !important;
}

.swiper-pagination-bullet-active>span {
	color: #3275D0 !important;
	font-size: 16px;
}

.swiper-pagination-bullet-active>span:first-child {
	width: 25px;
	height: 25px;
	background: #3275D0 !important;
}

.brand-content-3 {
	padding: 80px 9vw 120px;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brand-content-3>ul li:nth-child(2) {
height:24px;
font-size:24px;
font-weight:500;
color:rgba(0,0,0,1);
line-height:20px;
margin-top: 24px;
    overflow: hidden;

}
}
.brand-content-3>ul li:nth-child(2) a{
	font-family:"aliMedium";
}
.brand-content-3>ul li:nth-child(3) {
	margin-top: 8px;
	color:rgba(102,102,102,1);
	display:flex;
	font-size:12px;
	font-weight:400;
}
.brand-content-3>ul li:nth-child(3)>img{
	margin-right:1px;
}
.brand-content-3>ul li:nth-child(3)>img:last-of-type{
	margin:0 6px 0 27px;
}
.brand-content-3>ul li:nth-child(4) {
	margin-top: 4px;
	color: #666666;
	font-size: 12px;
}


.brand-content-3 ul:first-child {
	width: 100%;
}

.clock{
	width:13px;
}

.view{
	width:13px;
}

.add-more {
	margin: 0 auto;
	border: 1px solid black;
	width: 8vw;
	border-radius: 15px;
	text-align: center;
	height: 30px;
	display: block;
	color: black;
	line-height: 30px;
	margin-top: 80px;
}

.video-js {
	height: 100%;
}

.nav {
	height: 70px;
	background: rgba(245, 245, 245, 1);
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-video {
	padding: 0 9vw;
	margin: 80px 0;
}

.content-video-3 ul {
	margin-top: 40px !important;
	width: 39vw !important;
}

.content-video-3 ul video {
	width: 100%;
}

.content-video-3 {
	padding: 0 !important;
}

.nav-fiex {
	position: fixed;
	right: 25px;
	width: 5.5vw;
	height: 384px;
	background-color: #F5F5F5;
	z-index: 1000;
	top: 50%;
	margin-top: -192px;
	border-radius: 50px;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	display: none;
	padding: 60px 0;
}

.border-bottom {
	border-bottom: 1px solid #eee;
	width: 170%;
	height: 1px;
	position: absolute;
	bottom: 10.8%;
	z-index:-10;
}

.brandExplore-pagition {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  z-index: 100;
  cursor: pointer;
}
.brand-content-3 ul:not(:first-child ) {
	width: 26.3vw;
	margin-top: 60px;
}

.storyContent span {
  float: left;
}

.second-swiper-2-content .box-imgs{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.second-swiper-2-content .box-imgs>img:nth-child(even){
	margin-left:4px;
}
.second-swiper-2-content .box-imgs>img:nth-child(n+3){
	margin-top:4px;
}
.second-swiper-2-content .box-imgs img{
  width:27vw;
  height: 100%;
}
.other{
	width:94.5% !important;
}

@media screen and (max-width: 768px){
  .brand-nav{
    width: 150%;
    justify-content: space-around;
  }
  .brand-bg{
    height: 127px;
  }
  .storyContent{
    margin: 30px 1rem !important;
  }
  .brand-content-1 .explore_video video{
  height: unset !important;
  }
  .brand-bottom>ul>li{
    height: 84px;
    width: 84px;
    font-size: 18px;
  }
  .explore_video{
    padding: 0px !important;
  }
  .brand-bottom{
    height: 204px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
  }
  .content-news{
    padding: 40px 1rem !important;
  }
  .content-news>h1{
    font-size: 24px;
  }
  #views{
    padding-right: 5px !important;
  }
  .content-txt{
    margin: 40px 0px !important;
  }
  .brand-bottom>div{
    padding: 0px;
  }
  .brand-bottom>div .title{
    margin: 0px;
    padding: 0px;
  }
  .brand-bottom>div .bolder-font-64{
    display: none;
  }
  .brand-content-3 ul:first-child{
    margin-bottom: 40px;
  }
  .brand-content-3 ul:not(:first-child ){
    width: 100%;
    margin: 0px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0px;
    height: 76px;
  }
  .brand-content-3{
    padding: 1rem;
  }
  .brand-content-3 ul:first-child li:nth-child(2){
    margin-top: 4px;
  }
  .brand-content-3 ul:first-child li:nth-child(3){
    margin-top: 0px;
    font-size: 16px;
  }
  .brand-content-3 ul:not(:first-child ) li:first-of-type{
    width: 32vw;
    /* margin-right: 12px; */
  }
.storyContent{
  /* text-align: center; */
}
.storyContent>span{
  /* text-indent: 2px; */
}
  .brand-content-3>ul li:nth-child(2){
    margin-top: 0px;
  }
  .brand-content-3 ul:not(:first-child) .right>li:first-of-type{
    font-size: 10px;
    color: #3275D0;
  }
  .brand-content-3 ul:not(:first-child) .right>li:nth-of-type(2){
    font-size: 16px;
    color: black;
    height: unset;
  }
  .brand-content-3 ul:not(:first-child) .right>li:nth-of-type(3){
    font-size: 10px;
    color: #666666;
    line-height: unset;
    height: unset;
  }
  .brand-content-3 ul:not(:first-child) .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .more-link-black{
    margin: 53px auto 40px !important;
    width: 26vw !important;
  }
  .content-video{
    margin-top: 0px;
    padding: 0px;
  }
  .nav{
    border-radius: unset;
    width: 140%;
  }
  .nav li{
    width: 26vw;
  }
  .bolder-font-64{
    line-height: unset !important;
  }
  .brand-nav li{
    padding: 0px;
  }
  .brandExplore-swiper .right>span:first-child{
    font-size: 18px;
  }
  .right>span{
    font-size: 10px;
  }
  .brand-content-2 .left{
    display: block;
  }
  .brand-content-2 img{
    height: unset;
  }
  .brand-content-2 .right{
    height: 244px;
    overflow-y: scroll;
    padding-left: 10px;
  }
  .right-jiantou:focus{
    border: none !important;
  }
  .right>span{
    padding-bottom: 0px;
  }
  .right>span:first-child{
    margin-bottom: 10px;
  }
  .brand-content-2 .swiper-slide>.m{
    position: absolute;
    bottom: -26%;
    left: 50%;
    margin-left: -10px;
    color: #3275D0;
    font-size: 14px;
  }
  .nav-swiper{
    display: flex !important;
    justify-content: space-around;
    margin-top: 37px;
  }
  .left-jiantou{
    /* position: absolute; */
  }
  .right-jiantou{
    /* position: absolute; */
  }
}