/*导航头部*/
.head {
    height: 100px;
    text-align: end;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.head_wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.phone{
    width:80%;
}
.phone .languageBox {
    width: 100px;
    border: 1px solid #e4e4e4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 4px;
    height:30px;
}
.phone .languageBox .language {
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.phone .languageBox .language {
    margin-right: 0px;
}
/*导航背景色字体颜色*/
nav {
    background-color:#fff !important;
}
.nav a {
    color: #000;
}
.nav a:hover {
    color: #fff;
}
.nav .active a{
    color: #fff !important;
}
.pc{
    height:100%;
}
/*产品分类导航*/
.nav_top {
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
    cursor: auto;
    background: #0e6aed;
    color: #fff;
    line-height: 45px;
}
.nav_second {
    position: relative;
}
.li{
    position: relative;
    width:32%;
    display: inline-block;
}
.a {
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.txt {
    position: absolute;
    top: 0px;
    left:100%;
    background-color: #fff;
    border: 2px solid #0e6aed;
    z-index: 1000;
    font-size:14px;
    padding:0px 0px 20px 20px;
    line-height:40px;
}
.title_first{
    padding-top:10px;
    font-size:16px;
    color:#0e6aed !important;
}
.title_first a{
    color:#0e6aed;
}
.title_second:hover{
}
.title_second a:hover{
    
    color:#0e6aed;
}
.many_li li{
    width:33%;
}
.active .a {
    background-color: #0e6aed;
    color:#fff;
}
.active .a a{
    color:#fff;
}

/* styles.css */
.container-outer{
    width:100%;
    background-color: rgb(237, 241, 249);
    /*border: 1px solid #dce6ff;*/
    box-shadow: 0 3px 4px #dce6ff;
    /*#dce6ff*/
    /*#bec6f4*/
}
.container {
    width:70%;
    display: flex;
    margin: 0 auto;
}

.left-menu {
    width: 26%;
    background-color: #fff;
    padding: 0px;
}

.left-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.left-menu li {
    margin-bottom: 5px;
}

.middle-banner {
    flex-grow: 1;
    text-align: center;
}

.middle-banner img {
    max-width: 100%;
    height: auto;
}

.right-buttons {
    width: 20%;
    background-color: #fff;
    padding: 10px;
}

.right-buttons button {
    width: 100%;
    margin-bottom: 10px;
}
.right-busBtn{
    width:90%;
    text-align:center;
    padding:10px 5px;
    margin-bottom:10px;
    border: 1px solid #0e6aed;
    border-radius: 30px;
}
.right-busBtn a{
    color:#0e6aed;
}
/*banner*/
.swiper a img, .swipers a img{
    width:100%;
}
/*index.html*/
.disNew2 {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left:1%;
}
.newTiele{
    margin-bottom:76px;
}
.flex2{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    align-items: center;
}
.busClass2 {
    margin-top: 30px;
    text-align: center;
    //height: 40px;
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
    width:80%;
    padding-left:40px;
}
.business-title2{
    text-align: left;
    padding-left:40px;
}
.business_button2 {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    flex-wrap: wrap;
    float: right;
    width:20%;
    margin: -40px 0px 0px 0px;
}
.business_button2 a{
    color: #fff;
    display: block;
    text-align: center;
    width: 130px;
    background-color: #0e6aed;
    height: 40px;
    line-height: 40px;
}


/*网站登记*/
#xpcontent{
    width:70%;
    margin:0 auto;
}
#addurls textarea {
    width: 95%;
    background: #dce6ff;
    padding: 5px;
    margin-top: 16px;
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei', 'Arial', sans-serif;
}
/* 表单整体样式 */
.custom-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* 标签样式 */
.control-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

/* 输入框和选择框样式 */
.custom-input,
.custom-select {
    width: 94%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
}
.custom-input-cg,
.custom-select-cg {
    width: 90%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
}
.custom-input:focus,
.custom-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}
/* 文件上传按钮样式 */
.custom-file {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* 按钮样式 */
.custom-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom:20px;
}
.right-buttons .custom-btn-cg {
    width:50%;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.custom-btn:hover {
    background-color: #0056b3;
}

/* 单选按钮样式 */
.custom-radio {
    margin-bottom: 20px;
}

.custom-radio input[type="radio"] {
    margin-right: 10px;
}

/* 文本居中 */
.text-center {
    text-align: center;
}

/* 自定义按钮样式 */
.custom-file-button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-file-button:hover {
    background-color: #0056b3;
}

/* 图片预览样式 */
#image-preview {
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/* 移动端样式（小于等于768px） */
@media (max-width: 768px) {
    .about_text{
        padding-top: 20px !important;
    }
    .about,.about_text {
        margin-top:0px !important;
    }
    .offer2{
        padding-top: 10px !important;
    }
    .middle-banner{
        display:none;
    }
    .container{
        width:100%;
    }
    .left-menu {
        width: 100%;
    }
    .right-buttons{
        display:none;
    }
    .right-buttons-modile{
        display:none;
    }
    .business_button2{
        display:none;
    }
    #xpcontent{
        width:100%;
    }
    .busClass2,.business-title2{
        padding:0px;
    }
    .head {
        margin:0px;
    }
    .content {
        max-width:100%;
        padding:0px 15px;
    }
    .news_content div {
        width: 96%;
        padding:0px 10px 10px 10px;
    }
    .about_title,.news{
        margin:0 auto;
    }
    .about_button {
        justify-content: center;
        margin-top: 0px;
    }
}

/* 平板样式（介于768px和1024px之间） */
@media (min-width: 769px) and (max-width: 1024px) {
    .middle-banner{
        display:none;
    }
    .container{
        width:90%;
    }
    .left-menu{
        width: 50%;
    }
    .right-buttons{
        width: 50%;
    }
    .business_button2{
        width:50%;
    }
    .busClass2{
        width:50%;
    }
    #xpcontent{
        width:90%;
    }
}
/* PC样式（大于1024px） */
@media (min-width: 1025px) and (max-width: 1408px)  {
    .container{
        width:90%;
    }
    .left-menu{
        width: 36%;
    }
    .right-buttons{
        width:25%;
    }
    .business_button2{
        width:35%;
    }
    .busClass2{
        width:65%;
    }
    #xpcontent{
        width:90%;
    }
}
@media (min-width: 1409px) and (max-width: 1599px)  {
    .container{
        width:90%;
    }
    #xpcontent{
        width:90%;
    }
}
@media (min-width: 1600px) and (max-width: 1700px) {
    .container{
        width:80%;
    }
    #xpcontent{
        width:80%;
    }
}
.title {
    margin-top:0px;
}
.about{
    margin-top: 36px;
    width: 100%;
}
.about_text{
    width:95%;
}
.newTiele{
    margin-bottom:25px;
}
.busClassItem{
    margin-bottom:0px;
}