@charset "UTF-8";
@import url(./public.css);
@import url(./footer.css);
@import url(./header.css);
.main{
    width: 100%;
    height: 100%;
    position: relative;
    /* min-width: 1550px; */
}
/* @media (max-width: 1919px) and (min-width: 768px){
    html {
        zoom: 80%;
    }
    @-ms-viewport { width: 1920px; }
} */
/* 头部 */
.mainTop{
    width: 100%;
    height:400px;
    display: flex;
}
.mainTop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainTop P:nth-child(1){
    font-size: 90px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.45;
    margin-bottom: 10px;
}
.mainTop P:nth-child(2){
    font-size: 46px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 49px;
}
.mainTop:hover{
    cursor: pointer;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all 2s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 200px);
}
.banner .active .mainTop-img {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}
/* 首页轮播 */
.swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
    bottom: 35px !important;
    left: 0;
    width: 100%;
}
.banner .swiper-pagination-bullet{
    width: 114px !important;
    height: 4px !important;
    background: #FFFFFF;
    opacity: 1 !important;
    border-radius: 10px !important;
}
.banner .swiper-pagination-bullet-active{
    width: 114px !important;
    height: 4px !important;
    background: #17449A !important;

}
.ind_ban_tex{
    position: absolute;
    top: 52%;
    left: 30%;
    transform: translate(-50%,-50%);
    z-index: 5;
    background: rgba(0, 0, 0, 0.25);
    padding:52px 37px 46px 37px;
    display: flex;
    flex-direction: column;
}
.in_text{
    width: 578px;
    height: 49px;
    text-transform: capitalize;
    margin-bottom: 0px;
    transform: translateY(80px);
    opacity:0;
}
.ind_ban_tex .t_big{
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    transform: translateY(80px);
    opacity:0;
    margin: 16px 0;
}
.in_yw{
    font-size: 20px;
    font-family: FZXiYuan-M01S;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    transform: translateY(80px);
    opacity:0;
}

.in_more{
    width: 156px;
    height: 58px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 29px;
    font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #010000;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0px;
    transform: translateY(80px);
    opacity:0;
    margin-top: 35px;
}
.banner .active .t_big, .banner .active .in_text, .banner .active .in_yw, .banner .active .in_more {
    transition: all 2s ease .7s;
    transform: translateY(0);
    opacity: 1;
}
.banner .swiper-container{
    z-index: 0 !important;
}
.swiper-container-fade .swiper-slide {
    pointer-events: auto !important;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}


/* 地址 */
.main_contactUs{
    width: 100%;
    height: 100%;
    background-color: #FAF9F9;
}
.contactUs{
    width: 75%;
    margin: 0 auto;
    padding:45px 0 30px 0;
}
.contactUs_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}
.contactUs_top h1{
    font-size: 28px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #060001;
    margin-bottom: 10px;
}
.contactUs_top span{
    font-size:23px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060001;
    opacity: 0.17;
}
.contactUs_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactUs_Left{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.hengx{
    width: 50px;
    height: 3px;
    background: #4ab344;
    margin-bottom: 29px;
}
.contactUs_Left_title{
    font-size:27px;
    color: #000;
    font-weight: 600;
    margin-bottom:30px;
}
.contactUs_Left_adress{
    font-size:18px;
    color: #000;
    font-weight:500;
    margin-bottom:8px;
}
.contactUs_Left_phone{
    font-size:18px;
    color: #000;
    font-weight:500;
    margin-bottom: 22px;
}

.aboutUs_list{
    display: flex;
    align-items: center;
}
.aboutUs_item{
    width: 180px;
    height: 212px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 30px;
}
.aboutUs_item img{
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.aboutUs_item span{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #373838;
    text-align: center;
    margin-top: 10px;
}

/* 联系我们 */
.main_wz{
    width: 100%;
    /* height: 613px; */
    background: url(../images/contactUs_ba.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
   box-sizing: border-box;
}
.wz{
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wz_left{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.wz_left_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wz_left_name{
    width: 45%;
    display: flex;
    flex-direction: column;
    /* margin-right: 33px; */
}
.wz_left_name span{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #353636;
    opacity: 0.66;
    margin-bottom: 15px;
}
.wz_left_name input{
    width:100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    line-height:45px;
    font-size: 18px;
    color: #333;
    padding: 0 10px 0 20px;
}
.main_addUs{
    margin-top: 0px !important;
}
.wz_left textarea{
    width: 516px;
    height: 185px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 20px;
    font-size: 18px;
    color: #333;
    margin:26px 0 40px 0;
    border: none;
    outline: none;
}
.wz_left textarea::placeholder{
    font-size: 18px;
    color: rgb(148, 147, 147);
}
.quer{
    width: 160px;
    height: 47px;
    background: #4ab344;
    line-height: 47px;
    text-align: center;
    font-size: 19px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.quer:hover{
    background: #191a1a7d;
}
.wz_right{
    width: 50%;
    height: 400px;
    position: relative;
    cursor: pointer;

}
.wz_right_dt{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wz_right_dwicon{
    width: 90px;
    height: 133px;
    position: absolute;
    top: 135px;
    left: 306px;
    z-index: 9;
}

