*{padding: 0; margin: 0;}
body{ overflow-x: hidden;background-color: #ececec;}
img{ border:none; font-size:0;}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
a{ text-decoration: none; color: black;}
a:hover{color:#ad8e3c;}
li{ list-style: none;}

.mbx {width:76%;
    border-bottom: 0px solid #ededed;
    padding:90px 0px 0 0;
    margin-bottom: 25px;
    margin:0px auto 0 auto;}
.mbx h3 {
    text-align: left;
    padding-left: 0px;
}
.mbx h3 a {margin-right: 1vw;
    padding-left:0px;
    font-size:0.85vw;
    font-weight: normal;
	color: #666;}

.bingo_head ul a.active{color:#bb9c72 !important;font-weight: bold;}

.xmul{width:56%!important;}

.bingo_con {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.xqding{width: 72%;border-radius: 15px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    margin:0 auto;
    background: #fff;
    padding: 2%;}
.xqding:nth-child(3n) {margin-right: 0px;}
.xqding p{color: #666;padding-bottom: 2vw;
    font-size: 0.75vw;
    line-height: 1.1vw;}
.ding{width:100%;overflow: hidden;margin-bottom: 1vw;}
.ding img{width: 10%;margin-right: 0%;border-radius: 10px;
    float: left;}
.dingyou{width: 60%;float: left;margin-left:3%;}	
.dingyou h4{font-size:1.3vw;padding-bottom: 0.8vw;margin-left: 0 !important;
    color: #222;}

.xqlb{overflow: hidden;}	
.xqfl{width: auto;font-size: 0.75vw;
    color: #888;
    float: left;
    margin-right: 2%;}
.xqfl img{width: 0.7vw;height:auto;
    margin-right: 0.3vw;
    position: relative;
    top: 0.2vw;}

.sqjt{background: #dc2626;margin-top: 1vw;
    float: right;   
    padding: 0.6vw 2vw;
    border-radius: 30px;}
.sqjt img{width: 1.4vw;height:auto;
    position: relative;
    top: 0.1vw;}
.sqjt a{color: #fff;}
	
.shuju{width: 100%;overflow: hidden;margin: 2vw 0;}
.shuju ul{}
.shuju ul li{float: left;padding: 1.5%;
    width: 21.25%;
    margin-right: 1%;margin-bottom: 1%;
    border: 0px solid #ddd;
    background:rgb(247 247 247);
    border-radius: 10px;}
.shuju ul li:nth-child(4n) {margin-right: 0px;}
.shuju ul li h5{font-size: 0.8vw;
    font-weight: normal;
    color: #555;
    line-height: 1.8vw;}
.shuju ul li dd{color: #dc2626;
    font-weight: bold;
    font-size: 0.9vw;}
	
.xmleibie{overflow: hidden;width: 100%;}
.xmleibie dt{float: left;width:auto;
    background-color: #f3f3f3;
    color: #666;
    padding: 0.5vw 1.5vw;
    margin-right: 0.6vw;
    border-radius: 15px;
    font-size: 0.75vw;}

#tab{width:76%;position:relative;margin:40px auto;background: #fff;
    border-radius: 20px;}
#tab .tab_menu{width:96%;float:left;position:absolute;z-index:1;padding: 2%;}
#tab .tab_menu li{float:left;width:130px;height:35px;line-height:35px;border:0px solid #ccc;border-bottom:0px;cursor:pointer;text-align:center;margin:0 2px 0 0;font-size: 0.85vw;color: #666;}
#tab .tab_box{width: 96%;
    height: auto;
    clear: both;
    top: 3vw;
    position: relative;
    border: 0px solid #CCC;
    background-color: #fff;
    padding: 2%;
    border-bottom-left-radius: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 20px;}
#tab .tab_menu .selected{background-color: #dc2626;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;}
.hide{display:none;}
.tab_box div{padding:0px;} 
.tab_box div h4{font-size: 1vw;
    color: #333;
    padding:1vw 0 0.6vw 0;}
.tab_box div p{font-size: 0.85vw;
    color: #666;
    line-height: 1.5vw;
    margin-bottom: 0.5vw;}

.container {
            max-width: 96%;
            margin: 0 auto;
            padding: 0px;
            flex: 1;
            display: flex;
            align-items: center;
        }
        
        .contact-section {
            display: inline;
            flex-wrap: wrap;            
            border-radius: 12px;
            overflow: hidden;
            background: white;
            width: 100%;
            min-height: 600px;
        }
        
        .contact-info {
            flex: 1;
    min-width: 300px;
    background: rgb(247 247 247);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 2% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    float: left;
        }
        
        .contact-info h2 {    color: #222;
            font-size:1vw;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .contact-info p {
            margin-bottom: 25px;
            font-size: 16px;
            opacity: 0.9;
        }
        
        .contact-details {
            margin-top: 20px;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        
        .contact-item i {
            font-size: 14px;
            margin-right: 15px;
            margin-top: 5px;
            color: #dc2626;
        }
        
        .contact-item-content h4 {    padding: 0 !important;font-size: 0.85vw !important;
            font-size: 18px;
            margin-bottom: 5px;
        }
        
        .contact-item-content p {font-size: 0.8vw !important;
            margin-bottom: 0;
            opacity: 0.85;
        }
        
        .contact-form {border-top: 15px;
            flex: 1;
    min-width: 300px;
    padding: 3% !important;
    background: rgb(247 247 247);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 48%;
    float: right;
        }
        
        .contact-form h2 {
            color: #003366;
            font-size:1vw;
            margin-bottom: 30px;
            font-weight: 600;
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-group label {font-size: 0.8vw;
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
        }
        
        .form-control {
            width: 95%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-size:0.7vw;
            transition: all 0.3s;
        }
        
        .form-control:focus {
            border-color: #4da6ff;
            box-shadow: 0 0 0 2px rgba(77, 166, 255, 0.2);
            outline: none;
        }
        
        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }
        
        .submit-btn {
            background:#dc2626;
            color: white;
            border: none;
            padding: 10px 50px;
            font-size: 16px;
            border-radius: 30px;
            cursor: pointer;
            transition: background 0.3s;
            font-weight: 500;
        }
        
        .submit-btn:hover {
            background: #004c99;
        }
        
        @media (max-width: 768px) {
            .contact-info, .contact-form {
                padding: 30px 25px;
            }
            
            .container {
                padding: 10px;
            }
        }
        
        .success-message {
            display: none;
            background: #e6f7e9;
            color: #2d5a2d;
            padding: 15px;
            border-radius: 6px;
            margin-top: 20px;
            text-align: center;
        }