@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");


*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}


body{
    background: #f2f2f2;
}



/*header*/
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5; /*设置header 的级别 最高在最顶层*/
    width: 100%;
    display: flex;
    justify-content: center;
    /* background: #0082e6; */
}

.navbar{
    display: flex;
    padding: 0 10px;
    /*max-width: 1200px;*/
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

#menu-toggler {
    display: none;
}

.navbar #hamburger-btn {
    cursor: pointer;
    font-size: 20px;
    display: none;
}

.navbar .all-links {
    display: flex;
    align-items: center;
    /*margin-right: 450px; !*修改菜单栏距离右边的距离*!*/
}

.navbar .all-links li{
    position: relative;

    list-style: none;
}

.navbar .logo a{
    display: flex;
    align-items: center;
    margin-left: 0;
}

header a{
    margin-left: 40px;
    text-decoration:none;
    color: #fff;
    height: 100%;
    padding: 32px 0;  /*修改 navbar 上下高度*/
    display: inline-block; /*??*/
    font-size: 20px;/*修改 文字大小*/
}

header a:hover, footer a:hover {
    color: #ddd;
}

.navbg{
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.navtext{
    color: #000;
}
.navtext-back{
    color: #fff;
}



/*header end*********************/


/*2.homepage*/
.homepage {
    height: 100vh;
    width: 100%;
    position: relative;
    background: url("../image/home-bg.jpg");
    background-position: center 65%;
    background-size: cover;
}
/*在图片之前放入一层 灰色膜*/
.homepage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}


.homepage .homepage-content {

    z-index: 3;/*文字要在图片和灰色膜之上*/
    position: absolute;
    left: 5%;
    top: 40%;

    /*设置标语的位置*/

}

.homepage .homepage-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}

.homepage .homepage-content .text {
    margin-bottom: 50px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}


.homepage-content a:hover {
    color: #fff;
    background: rgba(255,255,255,0.3);
}



/*homepage end ***************************/


/*say*/



.say{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    height:450px;
}

.say2{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    height:450px;
}


.say-content{
    position: relative;
    width: 1295px;
    margin: auto;
    margin-top: -100px;
    z-index: 2;

}
.sayimage{
    position: absolute;
    width: 755px;
}
.sayimage2{
    position: absolute;

    right: 0;
    width: 755px;
}


.say-right{
    position: absolute;
    right: 0;
    background: #0d6efd;
    width:540px;
    /*height:600px;*/
    /*border: 1px solid black;*/
}

.say-right2{
    position: absolute;
    left: 0;
    background: #ffffff;
    width:540px;
    height:400px;
    /*border: 1px solid black;*/
}


.sayhead{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: relative;
}
.headinfo{
    width: 80%;
    height: 100px;
    line-height: 100px;
    font-size: 1.75rem;
    color: #fff;
    padding-left:3.75rem ;

}

.headinfo2{
    width: 80%;
    height: 95px;
    line-height: 100px;
    font-size: 1.75rem;
    color: #000;
    padding-left:3.75rem ;

}

.headbutton{
    width: 20%;
    border-left: 1px solid  rgba(255,255,255,.2);
    height: 100px;
    padding-top: 15px;
    line-height: 100px;
    text-align: center;
}
.say-left img{
    width: 790px;
}

.sayinfo{
    padding: 3.75rem 6.25rem 6.25rem 3.75rem;
    color: #fff;
}


.sayinfo2{
    padding: 3.75rem 6.25rem 6.25rem 3.75rem;
    color: #000;
}


.square{
    width: 50px;
    height: 50px;
    border:1px solid  #fff;
    text-align: center;

}


.square2{
    width: 50px;
    height: 50px;
    border:1px solid  #000;
    text-align: center;

}

.square2 img{
    width: 40px;
    height: 40px;

    margin-top: 4px;



}

.square img{
    width: 30px;
    height: 30px;

    margin-top: 8px;


}

.sayhead2::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: linear-gradient(to right,#0d6efd,#fff);
    bottom: 0;
    left:60px;
}


/*say end*********************************/




/*7.cards*/

#cards{
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #f4f5f7;
    padding-top: 70px;
    height: 500px;
}
section .cards{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    background: #f4f5f7;
    justify-content: space-between;
}

#cards{
    background: #f4f5f7;
}

section .cards .card{
    margin-top: 30px;
    cursor:pointer;
    background: #f4f5f7;
    /*background: #f2f2f2;*/
    padding: 10px 30px;
    list-style: none;
    border-radius: 5px;
    /*box-shadow: 0 5px 10px  rgba(0, 0, 0, 0.04);*/
    /*margin-bottom: 40px;*/
    /*width: 25%;*/
    text-align: center;

}

.services .card img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    /*border-radius: 100%;*/
    object-fit: cover;
}

.card p{
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;

}

.card p span{
    font-size:20px;
    font-weight: 700;
}




#sale_img{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

#sale_img img{
    width: 80%;
}



/*cards end*************************/




/*plan*/



.plan{
    position: relative;
    width: 100%;
    margin:10px auto ;
    --bs-bg-opacity:1;
    --bs-light-rgb: 244, 245, 247;
    height: 800px;
    background:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;

}


.plan::after {
    position: absolute;
    content: "";
    background-color: #0171f3;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: -2;
}


.plan-content{
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.plan-content>div{
    width: 50%;
    height: 300px;
    /*background: #000;*/
    /*border: 1px solid blue;*/
    display: flex;
    align-items: center;

}

.headright :hover{
    /*opacity: 1;*/
    text-decoration: underline;
    cursor: pointer;
}
.go{
    color: #FFFFFF;
}


.pbox{
    width: 90%;
    height: 90%;
    margin: auto;
    /*border: 1px solid blue;*/
    border-radius: .5rem;
    background: #FFF;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.6);
}



.phead{
    width: 100%;
    height: 20%;
    background-color: #343a40;
    border-top-left-radius:.5rem;
    border-top-right-radius:.5rem;
    display: flex;
    justify-content: space-between;
}

.headleft{
    width: 30%;
    font-size: 20px;
    line-height: 50px;
    margin-left: 30px;
    color: #FFFFFF;
    font-weight: 700;
}

.headright{
    width: 30%;
    font-size: 25px;
    line-height: 50px;
    margin-right: 30px;
    color: #FFFFFF;
    text-align: right;
    font-weight: 800;

}


.pdetail{
    width: 100%;
    height: 80%;
    display: flex;

}

.detail-img{
    width: 30%;
    height: 100%;
    object-fit: cover;
    padding: 40px;

}

.detail-img > img{
    width: 100%;
    border-radius: 5px;
}

.detail-text{
    width: 65%;
    height: 100%;

}

.detail-text{
    padding: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #4f5665;
    text-indent:2em;
}




/*plan end ***********************************************/

/*about*/


.about{
    width: 100%;
    background: #fff;
}

.about-content{
    width: 65%;
    margin: auto;
    /*background: #000;*/
    height: 500px;
    display: flex;
    justify-content: space-between;

}

.about-left{
    position: relative;
    width: 45%;
    height: 500px;
    /*background: yellow;*/

}


.about-right{
    width: 55%;
    height: 500px;
    /*background: gold;*/
}

.about-head{
    height: 140px;
    width: 100%;
    position: relative;
    /*background: yellow;*/
}


.font1{
    font-size: 1.13rem;
    color: #0171f3;
}

.font2{
    font-size: 2.13rem;
    font-weight: 700;
}
.about-head::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: linear-gradient(to right,#0d6efd,#fff);
    bottom: 0;
}

.about-info{
    width: 100%;
    height: 360px;
    padding-top: 60px;
}

/*about**********************/



/*7.culture*/

#culture{

    width: 100%;
    height: 300px;
    background: #fff;
}
.culture{
    display: flex;
    width:65%;
    background: #fff;
    justify-content: space-between;
    margin: auto;
}

#culture{
    background: #fff;

}

.culture .idea{
    background: #f4f5f7;
    padding:2.81rem;
    list-style: none;
    border-radius: 5px;
    width: calc(100%/3 - 2px);
    text-align: right;
    position: relative;
}

.iconimg{
    position: absolute;
    left: 10%;
}

.idea-title{
    height:70px;
    position: relative;
}

.idea-title::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: linear-gradient(to right,#0d6efd,#fff);
    bottom: 0;
    right: 0;

}
.idea-title-c{
    font-size: 1.5rem;
}
.idea-title-e{
    font-size: 1rem;
}
.idea img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;

    object-fit: cover;
}

.idea p{
    text-align: left;
    margin-bottom: 10px;
}

.idea-info{
    margin-top: 30px;
}

.idea-info>div{
    font-size: 14px;
}



/*culture end*************************/




/*footer*/

footer{
    position: relative;
    background: #212529;
    width: 100%;
    bottom: 0;
    left: 0;

}

footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
}
footer .footct{
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
}
footer .footct .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footct .top .logo-details{
    color: #fff;
    font-size: 30px;
}
.footct .top .media-icons{
    display: flex;
}
.footct .top .media-icons a{
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1){
    background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
    color: #4267B2;
    background: #fff;
}
.top .media-icons a:nth-child(2){
    background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
    color: #1DA1F2;
    background: #fff;
}
.top .media-icons a:nth-child(3){
    background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
    color: #E1306C;
    background: #fff;
}
.top .media-icons a:nth-child(4){
    background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
    color: #0077B5;
    background: #fff;
}
.top .media-icons a:nth-child(5){
    background: #FF0000;
}
.top .media-icons a:nth-child(5):hover{
    color: #FF0000;
    background: #fff;
}



footer .footct .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer .footct .link-boxes .box{
    width: calc(100% / 5 - 10px);
}
.footct .link-boxes .box .link_name{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fff;
}
.footct .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
}
.footct .link-boxes .box li a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
}

.footct .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
}

.footct .link-boxes .input-box{
    margin-right: 55px;
}
.link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #212529;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
    color: #AFAFB6;
    font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
    background: #fff;
    color: #212529;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
    opacity: 1;
}
footer .bottom-details{
    width: 100%;
    background: #212529;
}
footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
}
.bottom-details .bottom_text a{
    margin-right: 10px;
}


/*footer end***********************/

