/*头部*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background: rgba(244, 244, 244, 0.3);
    box-shadow: 0 1px 10px 1px #413B3B59;
}
/*logo 导航栏 登录框 整体*/
.header-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    display: flex;
}
/*公司logo 部分*/
.header-logo {
    width: 20%;
}

/*导航栏 部分*/
.header-navbar {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-ul {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
/*导航栏选项 部分*/
.header-navbar ul {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
/*导航栏选项按钮 字体设置*/
.navbar-ul a {
    text-decoration: none !important;
    color: #000;
    font-size: 18px;
}
/*登录/注册按钮部分*/
.header-login {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: right;
}
/*登录/注册按钮字体*/
.btn-login-register {
    font-size: 18px;
    color: rgba(12, 12, 12, 0.8);
    opacity: 0.8;
    text-decoration: none;
}

/*背景图和标语*/
.bgImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1080px;
    width: 100%;
    background-image: url("/image/bgImg.jpg");
    background-size: 100% 100%;
    text-align: center;
    color: #FFFFFF;
}
.bgImg h5 {
    opacity: 0.8;
}


/*主体部分 每个模块*/
.container-body section {
    width: 70%;
    margin: 15px 15% ;
}
/*每个模块的标题样式*/
.container-body .section-title {
    padding-top: 100px;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
}


/*模块 ---- 关于我们*/
.aboutUs-body {
    display: flex;
    margin-top: 40px;
}
.company-photo {
    width: 48%;
    height: 650px;
}
.company-photo span {
    font-size: xx-large;
    font-weight: bold;
    margin-bottom: 40px;
}
.company-photo-div {
    margin-top: 25px;
    width: 100%;
    height: 89%;
}
.company-photo img {
    width: 100%;
    height: 100%;
}
.company-profile {
    width: 48%;
    margin-left: 4%;
    height: 650px;
    overflow-y: auto;
}
.company-profile span {
    font-size: xx-large;
    font-weight: bold;
    margin-bottom: 40px;
}
.company-profile-content {
    margin-top: 25px;
}
.company-profile p {
    text-indent: 2em;
    font-size: 20px;
}


/*主营业务 主体*/
.mainBusiness-module {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*align-items: center;*/
    /*justify-content: space-around;*/
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #dafaff;
}
/*主营业务块(项目类型)*/
.project-type-module {
    height: 350px;
    width: 31%;
    background-color: #1cc7ff;
    margin: 15px 1.166% 15px;
    border-radius: 5%;
    box-shadow:#e1e1e1 0 0 2px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
/*鼠标滑过每个块的动效*/
.project-type-module:hover {
    transform: scale(1.08);
}
/*项目块的图片*/
.project-module-img {
    width: 100%;
    height: 85%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}
/*项目块的名字*/
.project-module-name {
    height: 15%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-family: cursive;
    font-size: 20px;
    font-weight: bolder;
    color: #382f86;
}


/*模态框--项目类型详情*/
.project-type-modal-body {
    overflow-y: auto;
    padding-bottom: 0;
    height: 650px
}
.project-type-modal-body div {
    margin-top: 5px;
}
.project-type-modal-body div:first-child {
    margin-top: 0;
}
.project-type-modal-body span {
    font-weight: bolder;
    font-size: large
}
.project-type-modal-body-body p {
    margin-top: 5px;
    margin-bottom: 5px !important;
}



/*模块------产品中心*/
/*搜索框、重置、搜索按钮*/
.search-reset {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*搜索框*/
.search-input {
    width: 25% !important;
    height: 40px;
    margin-right: 1.5%;
}
/*搜索框字体*/
.search-input[type="text"] {
    font-size: 18px;
}
.search-input[type="text"]::placeholder {
    font-size: 18px;
    color: #999999;
    opacity: 1;
}
/*按钮*/
.search-reset button {
    height: 40px;
    width:  8%;
    font-size: 18px;
    margin-right: 1.5%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background-color: #007bff;
}
.search-reset button:last-child {
    margin-right: 0;
}

/*主体*/
.productCenter-body {
    margin-top: 5px;
    display: flex;
}
/*类型选择按钮模块*/
.product-project-type {
    width: 28%;
    height: 700px;
    /*background-color: #dafaff;*/
}
/*产品类型按钮和下拉框 模块*/
.product-sidebar {
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*按钮和下拉框 样式及字体*/
.product-type-li {
    width: 100%;
    height: 8%;
    margin: 0 0;
    align-content: center;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    background-color: #007bff;
    cursor: pointer;
}
/*按钮阴影*/
.product-type-li:hover {
    box-shadow: 0 8px 16px rgb(0, 0, 0);
}
.product-type-li:last-child:hover {
    box-shadow: 0 -8px 16px rgb(0, 0, 0);
}

/*产品列表和分页模块*/
.product-list-page {
    width: 70%;
    margin-left: 2%;
    height: 700px;
    display: flex;
    flex-direction: column;
}
/*产品列表*/
.product-list {
    width: 100%;
    height: 93%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*align-items: center;*/
    /*justify-content: space-around;*/
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #dafaff;
    border-radius: 4px;
}
/*产品块*/
.product-image-name {
    width: 30%;
    height: 30%;
    margin: 1% 1.66%;
    border-radius: 5%;
    box-shadow:#e1e1e1 0 0 2px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
/*鼠标滑过产品动效*/
.product-image-name:hover {
    transform: scale(1.1);
}
/*产品照片*/
.product-image {
    width: 100%;
    height: 85%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    /*border-radius: 5%;*/
}
/*产品名*/
.product-name {
    height: 15%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-family: cursive;
    font-size: 20px;
    font-weight: bolder;
    color: #382f86;
}


/*产品详情  模态框*/
/*产品基本信息*/
.productInfo-container {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
}
.productImageDiv {
    width: 49%;
    height: 100%;
    border-radius: 0.25rem;
}
.productImageDiv img {
    width: 100%;
    height: 345.59px;
    display: block;
    border-radius: 0.25rem;
}
.productInfoDiv {
    width: 49%;
    height: 100%;
    margin-left: 2%;
}
/*产品性能参数*/
.performance-parameter {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.left-performance-parameter {
    width: 49.6%;
}
.right-performance-parameter {
    width: 49.6%;
    margin-left: 0.8%;
}
.performance-parameter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.performance-parameter-row:first-child {
    margin-top: 0;
}
.performance-parameter-title {
    width: 15%;
}
.performance-parameter-content {
    width: 85%;
}

/*模块 ---- AI导航*/
.AINavigate-title {
    align-items: center;
    text-align: center;
    margin-top: 40px;
}
.AINavigate-title p{
    font-size: large;
}
.AINavigate-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #a3fcff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.AINavigate-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1%;
    height: 48.5%;
}
.AINavigate-row:first-child {
    margin-top: 1%;
}
.AINavigate-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: deepskyblue;
    text-decoration: none !important;
}
.AINavigate-box:hover {
    background-color: #45a049;
    transform: scale(1.08);
}
.AINavigate-box-title {
    margin-top: 15%;
    font-size: xx-large;
    font-weight: bold;
}
.AINavigate-box-content {
    margin-top: 1%;
    margin-bottom: 15%;
}

.state-Title {
    align-items: center;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}
.state-comment {
    text-align: center;
    font-size: large;
    margin-top: 25px;
}
.state-comment:last-child {
    margin-bottom: 25px;
}


/*模块 ----- 联系我们*/
.contactUs-body {
    margin-top: 40px;
}
/*公司地址、联系电话、传真、网址、邮箱等*/
.contact-addrAndTel {
    width: 100%;
    height: 200px;
}
/*公司名称*/
.contact-companyName {
    width: 100%;
    height: 18%;
}
.contact-addrAndTel span {
    font-size: 20px;
}
/*地址电话  等详情*/
.addrAndTelInfo {
    width: 100%;
    height: 70%;
    margin-top: 10px;
    display: flex;
    box-shadow:#e1e1e1 0 0 2px 2px;
}
.addrAndTelInfo p {
    height: 45px;
    font-size: 16px;
    color: #bebebe;
    margin-bottom: 2px;
}
.addrAndTel {
    width: 45%;
}
.urlAndMail {
    width: 30%;
}
/*公司logo和二维码*/
.qrCodeAndLogo {
    width: 25%;
    display: flex;
}
.company-logo {
    width: 49%;
    opacity: 0;/*隐藏二维码 现在不需要*/
}
.company-logo img {
    width: 100%;
    height: 100%;
}
.company-qrCode {
    width: 49%;
    margin-left: 2%;
}
.company-qrCode img {
    width: 100%;
    height: 100%;
}
/*地址---地图*/
#contact-map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    border: 1px solid gray;
}


/*底部*/
.footer-container {
    width: 100%;
    height: 60px;
    margin: 40px 0 0;
    text-align: center;
    background:url("/image/footerBg.png");
    background-size:100% 100%;
    overflow: hidden;
}
.footer-container p {
    margin-top: 1rem;
}
/*字体样式设置*/
.footer-container p {
    color: #FFFFFF;
}
.footer-container a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-container a:hover{
    color: red;
}


/*侧边栏*/
.sidebars {
    position: fixed;
    top: 450px; /*与顶部距离*/
    right: 0;/*靠最右边*/
    height: 270px;
    width: 50px;
}
/*侧边栏--每个选择框*/
.sidebar-item {
    position: relative;
    height: 50px;
    width: 50px;
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 8px;
}
/*侧边栏中的文字样式*/
.sidebar-item p {
    text-align: center;
    font-size: large;
}
.sidebar-text {
    display: none;
    transition: display 0.3s ease;
}
/*侧边栏中的图标样式*/
.sidebar-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: display 0.3s ease;
    border-radius: 8px;
}
/*鼠标悬停在侧边框时对应的变化*/
.sidebar-item:hover .sidebar-text{
    display: block;
    color: #ff2e09;
}
.sidebar-item:hover .telephoneNumber {
    display: block;
}
.sidebar-item:hover .wechatQrCode {
    display: block;
}
.sidebar-item:hover .sidebar-img{
    display: none;
}
/*回到顶部图标*/
.backToTop {
    display: none/*初始隐藏*/
}
.backToTop-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.backToTop-text {
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.backToTop:hover {
    color: #ff320f;
}
/*侧边栏弹窗 -- 联系电话*/
.telephoneNumber {
    display: none;
    position: absolute;
    top: -20px;
    right: 70px;
    width: 250px;
    height: 80px;
    padding: 10px;
    z-index: 1;
    background-color: #f0ecde;
}
.telephoneNumber p {
    font-size: x-large;
    font-weight: bolder;
}
/*侧边栏弹窗 -- 二维码*/
.wechatQrCode {
    display: none;
    position: absolute;
    top: -60px;
    right: 70px;
    width: 170px;
    height: 170px;
    z-index: 1;
    background-color: #f0ecde;
}
.wechatQrCode img {
    padding: 21px;
}