﻿/* CSS Document */
/* common */
body *{
    box-sizing: border-box;
}
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,span,ul,ol,li{margin:0px; padding:0px; text-indent:0; font-weight:normal;font-size:14px; font-family:'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;color:#363636;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}
img{border:0px;}
.clear{width:0px; height:0px; font-size:0px; line-height:0px; margin:0px; padding:0px; clear:both}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
/* link : style */
a{text-decoration:none;}
a:hover{text-decoration:none;}

html, body {
    position: relative;
    height: 100%;
    overflow-x:hidden;
    overflow-y:hidden;
}
body{
    margin:0 auto;
    min-width:320px;
    width:100%;
    height:100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.top{
    width: 100%;
    position: absolute;
    top:5%;
    padding: 0 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index:9999;
    
}
.top_right{
    display: flex;
    align-items: center;
}
.yuyan{
    display: flex;
    align-items: center;
}
.yuyan-item{
    width: 100px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #000000;
    font-family: "hmr" ,sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}
.yuyan-item-active{
    background: #000000;
    color: #FFFFFF;
}
/* .banner3 .yuyan-item{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.banner3 .yuyan-item-active{
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #FFFFFF;
} */
.nav-btn{
    cursor:pointer;
    margin-left: 30px;
}
.nav{
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    position:absolute;
    background-color:rgba(0,0,0,0.9);
}
.nav ul{
    margin:0 auto;
}
.nav ul li{
    width:100%;
    height:75px;
    line-height:75px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    color:#ffffff;
    font-family: "hmb";
}
.nav ul li:hover{
    color:#000000;
    background-color:#ffffff;
}
.banner{
    background-color:#000;
}
.switch{
    width:100%;
    position:absolute;
    bottom:15%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.switch img{
    width:45px;
    margin-right:10px;
    cursor:pointer;
}
.none{
    display:none;
}
.block{
    display:block;
}
.banner1{
    width:100%;
    height:100%;
    background:url("../image/banner1.png") no-repeat center center /cover #000 ;
    display:flex;
    justify-content: center;
    position: relative;
}
.banner1-text1{
    top:24%;
    width:100%;
    position:absolute;
}
.banner1-text2{
    top:24%;
    width:100%;
    position:absolute;
}
.banner2{
    width:100%;
    height:100%;
    /* background:url("../image/banner2.png") no-repeat center center /cover #000; */
    background: #e8f4f9;
    display:flex;
    justify-content: center;
    position: relative;
}
.banner2-text1{
    top:37.5%;
    width:100%;
    position:absolute;
}
.banner2-text2{
    top:35%;
    width:100%;
    position:absolute;
}
.banner3{
    width:100%;
    height:100%;
    background:url("../image/indexbg.png") no-repeat center bottom /cover;
    position: relative;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
}
.banner3-text1{
    width:100%;
    position:relative;
    z-index: 1;
}
.banner3-text2{
    width:100%;
    position:relative;
    z-index: 1;
}
.none-pagination{
    display:none;
}
.tileBg{
    width: 80%;
    position: absolute;
    top:0;
    left: 10%;
    z-index: 0;
}
.tileOne{
    /* font-size: 48px;
    line-height: 48px; */
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #000000;
    text-align: center;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
}
.content{
    /* font-size: 26px; */
    font-size: 1.7vw;
    line-height: 2.4vw;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
}
.more{
    width:300px;
    padding:10px 0;
    border-radius: 50px;
    border: 1px solid #000000;
    font-family: "hmr" ,sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin:50px auto 0;
}
.more:hover{
    background: #000000;
    color: #FFFFFF;
}
.banner1-text1 .tileOne,.banner2-text1 .tileOne,.banner3-text1 .tileOne{
    font-family: "hmr" ,sans-serif;
    font-weight: bold;
    word-wrap: break-word;
}
.banner1-text1 .content,.banner2-text1 .content,.banner3-text1 .content{
    font-family: "hmr" ,sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}
.banner1-text2 .tileOne,.banner2-text2 .tileOne,.banner3-text2 .tileOne{
    font-family: "hmb";
    font-weight: bold;
}
.banner1-text2 .content,.banner2-text2 .content,.banner3-text2 .content{
    font-family: "hmr" ,sans-serif;
    font-weight: 400;
}
.banner1 .banner1-text1 .tileOne{
    margin-top: 7%;
}
.banner1 .banner1-text2 .tileOne{
    margin-top: 6%;
}
.banner1-text2 .tileOne{
    font-size: 2.8vw;
    line-height: 2.8vw;
}
.banner1-text2 .content{
    font-size: 1.6vw;
    line-height: 2vw;
}
/* 根据新背景调整颜色 */
.banner3 .tileOne{
    color: #000000;
}
.banner3 .content{
    color: #363636;
}
.bannerBg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}
.bottom{
    width: 100%;
    font-family: "hmb";
    font-weight: 800;
    font-size: 18px;
    color: #B3B3B3;
    line-height: 18px;
    text-align: center;
    position: absolute;
    bottom: 4.5%;
}
.bottom3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding: 0 3%;
    z-index: 5;
    background-color: #B7DDF0;
    height: 120px;
}

.footer-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom3 > .footer-content > span{
    font-family: "hmr" ,sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    color: #0e2b3d;
}

/*buy页面*/
.buy{
    width:100%;
    height:100%;
    background:url("../image/buyBg.png") no-repeat center center /cover #000;
    position: relative;
}
.buy_top{
    width:100%;
    padding-top:120px;
}
.buy_title{
    font-size: 3.4vw;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-family: "hmr" ,sans-serif;
    font-weight: bold;
    word-wrap: break-word;
    margin-bottom:20px;
}
.buy_content{
    font-size: 1.5vw;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: "hmr" ,sans-serif;
    font-weight: 400;
    margin-bottom:130px;
}
.buy_cen{
    width:100%;
    padding:0 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buy_cen_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buy_cen_item > img{
    width:112px;
    height:112px;
    display: block;
    margin-bottom:30px;
}
.buy_cen_item_title{
    font-family: "hmr" ,sans-serif;
    font-weight: 500;
    font-size: 29px;
    color: #000000;
    margin-bottom:19px;
}
.buy_cen_item_button{
    padding:7px;
    background: #EFEFEF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.buy_cen_item_button > img{
    width:25px;
    height:20px;
}
.buy_cen_item_button:nth-child(2n) > img{
    width:21px;
    height:24px;
}
.buy_cen_item_button > span{
    font-family: "hmr" ,sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #666666;
    margin-left:9px;
}
.buy_cen_item_button:nth-child(2n) > span{
    margin-left:11px;
}
.buy_cen_item_button{
    margin-bottom:11px;
}
.buy_bottom{
    width:100%;
    padding:0 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 120px;
}
.buy_bottom_item{
    display: flex;
    align-items: center;
}
.buy_bottom_item > img{
    width:75px;
    height:75px;
}
.buy_bottom_item > span{
    /* max-width:230px; */
    font-family: "hmb";
    font-weight: bold;
    font-size: 27px;
    color: #224a55;
    margin-left:10px;
}/* 新的联系页面样式 */
.banner3-center, .banner3-center-jp {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    text-align: left;
    padding-left: 3%;
}

.banner3-title {
    font-size: 75px;
    line-height: 1.2;
    color: #0e2b3d;
    font-family: "hmr" ,sans-serif;
    font-weight: bold;
    margin-bottom: 80px;
    text-align: left;
}
.banner3-content {
    font-size: 35px;
    line-height: 1.6;
    color: #4a6d80;
    font-family: "hmr" ,sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}
/* 底部版权区域样式更新 */




