html {
    --color: #0F9AD7;
    --font-family: 'Arial';
}
a:hover {
    color: var(--color);
}

.bowen {
    position: relative;
}

.bowen::after,
.bowen::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bowen::after{
  animation-delay: 0.7s;
}
@keyframes eff68{
  0%{
    box-shadow: 0 0 0 0px #0093E9;
    opacity: 0.3;
  }
  100%{
    box-shadow: 0 0 0 30px #0093E9;
    opacity: 0;
  }

}
.bowen:hover{
    transform: scale(0.96);
}
.bowen:hover::after,
.bowen:hover::before {
    /* animation-play-state: paused; */
    animation: eff68 0.8s linear infinite;
}


.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
	overflow:hidden;
}
.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	overflow:hidden;
}
.w1250{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.w1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	overflow:hidden;
}
.w1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.flex-x {
    display: flex;
    flex-direction: row;
}
.flex-y {
    display: flex;
    flex-direction: column;
}
.flex-align{
    justify-content: space-between;
    align-items: center;
}
button{
    cursor: pointer;
}
p,
a {
    font-size: inherit;
    color: inherit;
}

.menu{
    display: none;
}
.menu_down{
    display: none;
}

body{
    background: #fff;
    /* max-width: 1920px; */
    margin: 0 auto;
    position: relative;
	
}



header{
    height: 90px;
    padding: 10px 1% ;
    justify-content: space-between;
    align-items: flex-end;
    /* background: #000; */
    color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* max-width: 1920px; */
    z-index: 999
}
.header-bg{
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
}
header .logo img{
    height: 70px;
    object-fit: contain;
}
header .header-nav li{
    position: relative;
}
header .header-nav li a{
    display: inline-block;
    padding: 0 10px ;
    font-size: 20px;
	 color: #fff;
}

.sanjiao{
    margin-left: 10px;
    display: inline-block;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
header .header-nav li:hover .header-nav2{
    display: block;
}
header .header-nav2{
    display: none;
    position: absolute;
    background: #000;
    padding: 10px 5px;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    border-radius: 5px;

}
header .header-nav2 li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.banner{
	overflow:hidden;
}
.banner .swiper-slide{
	position:relative;
}
.banner .swiper-slide img{
    width: 100%;
    object-fit: cover;
}

.banner .info{
	color:#fff;
	position:absolute;
	bottom:15%;
	left:10%;
	z-index:99999;
}
.banner .info h3{
	font-size:36px;
	margin-bottom:10px;
	font-weight:500;
}
.banner .info h4{
	font-size:25px;
	
}
.banner .info a{
	display:block;
	width:160px;
	height:45px;
	line-height:45px;
	text-align:center;
	border:1px solid #fff;
	border-radius:30px;
	margin-top:20px;
	color:#fff;
}


.index-page1{
    text-align: center;
    background: #000;
    padding: 50px 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.6;
}

.index-page2{
	width:100%;
	overflow:hidden;
    background: #9B966A;
}
.index-page2 .flex-x{
    height: 100%;
    align-items: normal;
}
.index-page2 .left{
    width: 35%;
    color: #000;
    margin: 60px 12% 60px 20% ;
	        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
}

.index-page2 .left h2{
    font-size: 36px;
    line-height: 1.6;
    font-weight: 500;
	margin-top:-12px;
}
.index-page2 .left p{
    width: 75%;
    font-size: 12px;
    line-height: 1.6;
    margin-left: auto;
    /* font-weight: bold; */
    
}
.index-page2 .right{
    width: 33%;
}
.index-page2 .right img{
    height: 100%;
    object-fit: cover;
}


.index-page3{
    width:100%;
    overflow: hidden;
}
.index-page3 img{
	width:100%;
	object-fit:contain;
}
.index-page3 .left{
    width: 55%;
}
.index-page3 .left video{
	width:100%;
   
	object-fit:contain;
}
.index-page3 .right{
    width: 40%;
    color: #000;
}
.index-page3 .right h2{
    font-size: 36px;
    line-height: 1.6;
    font-weight:500;
}
.index-page3 .right p{
    width: 50%;
    font-size: 12px;
    line-height: 1.6;
    /* font-weight: bold; */
    
}

.index-page4{
    padding: 30px 0 30px;
    background: #E4DFCB;
}
.index-page4 img{
	width:100%;
	object-fit:contain;
}
.index-page4 li{
    display: flex;
    flex-direction: row;
}
.index-page4 li+li{
    margin-top: 30px;
}
.index-page4 li .left{
    width: 30%;
    margin-left: 8%;
    padding: 60px 0;
}
.index-page4 li .left h3{
    font-size: 50px;
    line-height: 1.6;
    font-weight: 500;
}
.index-page4 li .left a{
    display: inline-block;
    font-size: 10px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 30px;
    border: 1px solid #000;
}
.index-page4 li .right{
    width: 62%;
}
.index-page4 li:nth-child(2n+2) .left{
    width: 62%;
    margin: 0;
    padding: 0;
}
.index-page4 li:nth-child(2n+2) .right{
    width: 34%;
    margin:0 4%;
    text-align: right;
	 padding: 60px 0;
}
.index-page4 li:nth-child(2n+2) .right h3{
    font-size: 50px;
    line-height: 1.6;
    font-weight: 500;
}
.index-page4 li:nth-child(2n+2) .right a{
    display: inline-block;
    font-size: 10px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 30px;
    border: 1px solid #000;
}



.index-page5{
    padding: 250px 0 ;
background:  url('../images/index_page5_1.jpg') no-repeat center center;
background-size: cover;
color: #fff;
}
.index-page5 .left{
    width: 30%;
    font-size: 44px;
}
.index-page5 .right{
    width: 50%;
    font-size: 16px;
    line-height: 1.4;
}







footer{
    background: #E8E5E3;
}
footer .top{
    padding: 100px 0;
	    justify-content: space-between;
}
footer .top .logo{
    width: 18%;
}
footer .top .logo img{
    object-fit: contain;
}
footer .top .nav{
    width: 70%;
    justify-content: space-between;
    flex-wrap: wrap;
	gap: 30px;
	
}
footer .top .nav>li{
    max-width: 300px;

}
footer .top .nav li{
	 font-size: 16px;
    line-height: 1.6;
    color: #000;
}
footer .top .nav li a{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

footer .top .nav2 li{
    margin-bottom: 5px;
	display:flex;
	flex-direction:row;
	
}
footer .top .nav2 li:first-child{
    margin-bottom: 10px;
}
footer .top .nav2 li:first-child a{
    font-size: 18px;
	line-height:1;
    /* font-weight: bold; */
}
footer .top .nav2 li .left{
	width:70px;
}
footer .top .nav2 li .right{
	flex:1;
}


footer .bottom{
    padding: 20px 0;
    border-top: 2px solid #000;
}
footer .bottom img{
    height: 30px;
}


.cookie-w {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
    padding: 30px 0;
    display: none;
}

.cookie-w h2 {
    font-size: 34px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 20px;
}

.cookie-w .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cookie-w .content .left {
    font-size: 18px;
    line-height: 1.6;
    width: 70%;
    margin-right: 10%;
}

.cookie-w .content .right {
    display: flex;
    flex-direction: column;
}

.cookie-w .content button {
    padding: 9px 30px 8px;
    font-size: 20px;
    font-weight: 400;
    min-width: 220px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    margin: 10px 0;
}

.cookie-w .content button:hover {
    background: #fff;
    color: #000;
}