@media (min-width:1000px) and (max-width:1599px){

.flexslider3{
	position:relative;
	height: 100%;
	width:100%; 
	float:left;
}
.flexslider3 .slides{
	position:relative;
	z-index:1;
}
.flexslider3 .slides li{
	height: 100%; 
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.flexslider3 .slides li .pic{
	width:100%;
	float:left;
	height:100%;
}
.flexslider3 .slides li .pic img{
	width:100%;
	height:100%;
	display:block;
}
.flexslider3 .slides li .pic video{
	width:100%;
	height:100vh;
	object-fit: fill;
}
.flexslider3 .slides li .tex{
	width:100%;
	position:absolute;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	top:15%;
	left:0;
	z-index:10;
}

.flexslider3 .slides li .tex .ab-l{
	width:32.125%;
	height:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:30px;
	line-height:45px;
}
.flexslider3 .slides li .tex .ab-l div{
	width:100%;
}
.flexslider3 .slides li .tex .ab-l h1{
	display:flex;
	align-items: center;
	font-size:16px;
	
}
.flexslider3 .slides li .tex .ab-l h1 i{
	margin-right:28px;
	width:40px;
	height:2px;
	background-color:#266de1;
}
.flexslider3 .slides li .tex .ab-l h2{
	margin-top:16px;
	font-size:48px;
	line-height:58px;
	font-family: DINMED;
	font-weight: normal;
	margin-bottom:30px;
	text-transform:uppercase;
}

.flexslider3 .flex-control-nav{
	position:absolute;
	bottom:1.0rem;
	z-index:2;
	width:100%;
	text-align:center; 
	display:none;
}
.flexslider3 .flex-control-nav li{
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 10px;
	*display:inline;
	zoom:1;
}
.flexslider3 .flex-control-nav a{
	display:inline-block;
	width:8px;
	height:8px;
	line-height:50px;
	overflow:hidden; 
	background:rgba(255,255,255,0.6);
	cursor:pointer;
	border-radius:50%;
}
.flexslider3 .flex-control-nav .flex-active{
	background:rgba(255,255,255,1);
}
.flexslider3 .flex-direction-nav{
	position:absolute;
	z-index:333;
	width:100%;
	bottom: 25%;
	padding:0px 8.33vw;
}
.flexslider3 .flex-direction-nav li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#333;
	transition: all 0.6s;
	border:1px solid #333;
	width:48px;
	height:48px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	border-radius: 50%;
}
.flexslider3 .flex-direction-nav li a:hover{
	width:150px;
	border-radius:35px;
}

.flexslider3 .flex-direction-nav li a.flex-prev{
	right:8.33vw; 
	background-image: url(../img/jt.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	display:none;
}

.flexslider3 .flex-direction-nav li a.flex-next{
	left:8.33vw; 
	display:none;
}


.flexslider3 .flex-direction-nav li a span{
	position:absolute;
	left:-90px;
	width:90px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:36px;
	transition: all 0.6s;
}
.flexslider3 .flex-direction-nav li a:hover span{
	left:10px;
}
.flexslider3 .flex-direction-nav li a:hover i{
	margin-left:80px;
}
.flexslider3 .flex-direction-nav li a i{
	width:11px;
	height:11px;
	background-image:url(../img/jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-top:-1px;
}

.ab-r01{
	width:100%;
	float:left;
	padding:12vw 4.6875vw;
	padding-bottom:0px;
	font-size:16px;
	line-height:32px;
	color:#000000;
	position:relative;
}
.ab-r01 h1{
	font-size:48px;
	line-height:58px;
	font-weight:normal;
	color:#000000;
	font-family: DINMED;
}
.ab-r01 h2{
	margin-top:10px;
	font-size:32px;
	line-height:48px;
	font-weight:normal;
	color:#000000;
	margin-bottom:60px;
}
	.ab-r01 p{ display:none;}
	}
@media (min-width:1000px) and (max-width:1400px){
	.flexslider .slides li .tex{
	width:100%;
	position:absolute;
	height:100%;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	top:21vh;
	left:0;
	z-index:999;
	font-size:16px;
	line-height:28px;
}
.flexslider .slides li .tex  h1{
	font-size:40px;
	line-height:68px;
	font-family:CNMedium;
	font-weight:500;
}
.flexslider .slides li .tex  h3{
	margin-top:25px;
	font-size:14px;
	line-height:38px;
	
	font-weight:normal;
}
.flexslider .slides li .tex div{
	width:57.25%;
}

.flexslider .slides li .tex .more{
	/*display:flex;*/
	margin-top:70px;
	display:none;
}
.flexslider .slides li .tex .more a{
	width: 48px;
	height: 48px;
	border:1px solid #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#333;
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.flexslider .slides li .tex .more a span{
	position:absolute;
	left:-90px;
	width:90px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:48px;
	transition: all 0.6s;
}

.xlogo .xlogo01{
	width:100%;
	height: 76px;
	background: rgba(0,0,0,0.10);
	border-radius: 60px;
	backdrop-filter: blur(12.5px);
	padding:0px 15px;
}
.flexslider2{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
}
.flexslider2 .slides{
	position:relative;
	z-index:1;
}
.flexslider2 .slides li{
	height: auto; 
	position:relative;
	overflow:hidden;
	padding:0px 106px
}
.flexslider2 .slides li .xlog{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 76px;
}
.flexslider2 .slides li .xlog div{
	width:14.2857%;
	height:56px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.flexslider2 .slides li .xlog div a{
	width:100%;
	text-align:center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height:56px;
}
.flexslider2 .slides li .xlog div img{
	max-height:80%;
	max-width:80%;
}
.flexslider2 .slides li .xlog div:hover{
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 29px;
}
.flexslider2 .flex-control-nav{
	position:absolute;
	bottom:80px;
	z-index:2;
	width:100%;
	padding:0px 8.33vw;
	display:none;
}
.flexslider2 .flex-control-nav li{
	display:inline-block;
	width: auto;
	*display:inline;
	zoom:1;
	margin:0 5px;
}
.flexslider2 .flex-control-nav a{
	display:inline-block;
	width:24px;
	height:24px;
	line-height:65px;
	overflow:hidden;
	background-image:url(../img/xtb.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	color:rgba(255,255,255,0.6);
	text-align:center;
}
.flexslider2 .flex-control-nav a:hover{
	background-image:url(../img/xtb2.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.flexslider2 .flex-control-nav .flex-active{
	background-image:url(../img/xtb2.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform: rotate(180deg);
}
.flexslider2 .flex-direction-nav{
}
.flexslider2 .flex-direction-nav li a{
	display:block;
	width:56px;
	height:56px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
	border: 1px solid rgba(255,255,255,0.30);
	border-radius:50%;
	position:absolute;
	bottom: 100px; 
	top:calc(50% - 28px);
	z-index:11;
}
.flexslider2 .flex-direction-nav li a:hover{
	background:#fff;
}
.flexslider2 .flex-direction-nav li a.flex-prev{
	left:0px; 
	background-image: url(../img/jt3.png);
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
}
.flexslider2 .flex-direction-nav li a.flex-prev:hover{
	background-image: url(../img/jt.png);
}
.flexslider2 .flex-direction-nav li a.flex-next{
	right:0px;
	background-image: url(../img/jt3.png); 
	background-position: center; 
	background-repeat: no-repeat;
}
.flexslider2 .flex-direction-nav li a.flex-next:hover{
	background-image: url(../img/jt.png); 
}

















	
.what .a1{
	background:rgba(255,255,255,0.10);
	width:100%;
	padding:0 4.6875vw;
	/*display: flex;*/
	display:none;
	font-size:40px;
	align-items: center;
	line-height:58px;
	text-transform:uppercase;
	height:20vh;
	font-family:DINMED;
}

.what .a2{
	width:100%;
	background: rgba(255,255,255,0.10);
	padding:0 4.6875vw;
	display: flex;
    justify-content: space-between;
	align-items: center;
	height:33.3vh;
	border-top: 2px solid rgba(255,255,255,0.30);
}
.what .a2:hover{background:rgba(255,255,255,0.30);}
.what .a2 dl dt{
	font-size:20px;
	line-height:36px;
	font-family:CNMedium;
}
.what .a2 dl dd{
	font-size:14px;
	line-height:20px;
	margin-top:10px;
}
.what .a2 .pic{
	width:180px;
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.ab-r01 p{ display:none;}
.ab-r02{
	width:100%;
	height: 35.325vh;
	background: #d6e7fb url(../img/abj01.png) no-repeat center;
	background-size:cover;
	position: absolute;
	bottom:0;
	left:0;
	z-index:1;
}
}