﻿* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}

.section {
    width: 1220px;
    margin: 0 auto;
}
.wrapper{
    height: 490px;
    width: 100%;
    background: url(../images/banner.png) no-repeat center;
}
.wrapper .Header{
    background-color: #fff;
    width: 100%;
    height:82px;
}
.wrapper .Header_fl{
    width: 50%;
}
.wrapper .Header_fl ul{
    width: 100%;
}
.wrapper .Header_fl ul li {
    list-style: none;
    float: left;
    width: 14%;
    margin: 18px 0; 
    padding-right: 12px; 
}
.wrapper .Header_fl ul .bold{
    width: 27%;
}
.wrapper .Header_fl ul .bold a{
    font-weight: bold;
}
.wrapper .Header_fl ul li a{
    font-size: 17px;
    color:#db071f;
    text-decoration: none;
    padding-right: 12px;
    font-weight: 500;
    display: block;
    
}
.wrapper .Header_fl ul li a:hover{
    border-bottom: 2px solid #db071f;
}
 .wechat-wrapper {
            position: relative;
            display: inline-block;
            margin:18px auto;
            text-align: center;
        }
        .wechat-title {
      
            color: #db071f;
            font-size: 17px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .wechat-title:hover {
          border-bottom: 2px solid #db071f;
            transform: translateY(-2px);
            /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
        }
        .qrcode-container {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            width: 150px;
            padding: 15px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            z-index: 100;
        }
        .wechat-wrapper:hover .qrcode-container {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(20px);
        }
        .qrcode-container::before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent white transparent;
        }
        .qrcode-img {
            width: 100%;
            height: auto;
            border: 1px solid #f0f0f0;
        }
        .qrcode-text {
            margin-top: 8px;
            font-size: 12px;
            color: #666;
        }
/* 基础容器样式 */
.top-nav {
    float: right;
    padding: 18px 5%;
    display: flex;
    justify-content: space-between; /* 左右分布布局 ‌:ml-citation{ref="2" data="citationList"} */
    align-items: center;
  }
  
  /* 右侧导航容器 */
  .nav-right {
    gap: 4px;  /* 元素间距控制 ‌:ml-citation{ref="5" data="citationList"} */
    align-items: center;
  }
  
  /* 分隔线样式 */
  .divider {
    color: #ddd;
    font-weight: 300;
  }
  .nav-left a {
    padding-right: 34px;
}
  
  /* 文字链接交互 */
  .top-nav a {
    font-size: 17px;
    color: #db071f;
    transition: color 0.3s;
  }
  .top-nav a:hover {
    border-bottom:2px solid #db071f;  /* 悬停颜色变化 ‌:ml-citation{ref="7" data="citationList"} */
  }

.nav .logo {
    display: block;
    float: left;
    margin: 0 30px 0 20px;
}
.nav .logo img{
    width: 336px!important;
    height: 91px!important;
    max-height: none!important;
    margin-top: 24px!important;
}
.nav-r{
    float: right;
    padding-top: 18px;
}

.hover-card {
    display: inline-block;  /* 保证点击区域稳定性 */
    cursor: pointer;
    transition: transform 0.5s;  /* 可选悬停效果 */
  }
   
  /* 可选悬停效果 */
  .hover-card:hover {
    transform: translateY(-2px);
  }
  .nav-r a:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
  }
  ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/* 导航菜单 ‌:ml-citation{ref="5,7" data="citationList"} */
.navbar {
float: right;
    position: relative;
}

.primary-menu {
    display: flex;
    list-style: none;
    position: relative;
}

.primary-menu > li {
    position: relative;
}

.primary-menu li a {
 
    color: white;
    text-decoration: none;
    display: block;
    padding: 15px 25px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: bold;
}
.primary-menu li a:hover{
  font-weight: 800;
}
.primary-menu li .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
}

.primary-menu li:hover .underline {
    width: 100%;
}

/* .primary-menu li a:hover {
    background: #fff;
} */

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 200px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.submenu a:hover{
  color: #db071f;
}
.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li a {
  display: block;
  color: #333;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
}

.submenu li:last-child a {
    border-bottom: none;
}

/* 用户操作区 ‌:ml-citation{ref="3" data="citationList"} */
.user-actions {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 8px 24px;
    border-radius: 24px;
    font-weight: 500;
}

.btn-login {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-register {
    background: #2d3436;
    color: white;
}
/* 搜索 */
.search_container{
  padding-top: 50px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid#fff;
  }
  /* 搜索框样式 */
  .search_input{
    color: #fff;
    margin-bottom: -19px;
    border: none;
    flex: 0.98;
    height: 60px;
    padding: 0 10px;
    font-size: 24px;
    background-color:#db071f;
  }

  .search_container span{
    margin-right: 14px;
    display: inline-block;
    width: 2px;
    height: 80px;
    background-color: #fff;
  }
/* 放大镜图标样式 */
  .search_icon {
    width: 30px;
    height: 30px;
    background-image: url('../images/sousuo.png'); /* 请替换为实际图标路径 */
    background-size: cover;
  }
      
.search-h3{
  padding-top: 30px;
}
.search-h3{
  color:#fff;
  font-size: 24px;
}
/* 证书查询 */

 .section
        {
            margin: 0 auto;
            width: 1200px;
        }
        
        .fl
        {
            float: left;
        }
        
        .middlecha .leftcha .cha_title
        {
            width: 1200px;
            margin-top: 27px;
            padding-bottom: 27px;
            border-bottom: 1px solid #e0e0e0;
            margin-right: 90px;
        }
        
        .middlecha .leftcha .left_btn
        {
            margin-top: 50px;
            width: 700px;
            border: solid 1px #d9d9d9;
            margin: 0 auto;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        
        .middlecha .leftcha .left_btn .btn_head
        {
            overflow: hidden;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .middlecha .leftcha .left_btn .btn_head div:first-child
        {
            box-sizing: border-box;
        }
        
        .middlecha .leftcha .left_btn .btn_head .btn_on
        {
            color: #fff;
            background-color: #3878ec;
        }
        
        .middlecha .leftcha .left_btn .btn_head div
        {
            float: left;
            text-align: center;
            width: 100%;
            height: 50px;
            line-height: 50px;
            background: #db071f;
        }
        
        .middlecha .leftcha .left_btn .btn_head div:hover
        {
            cursor: pointer;
        }
        
        
        .middlecha .leftcha .left_btn .btn_foot
        {
            padding: 28px 0 100px 71px;
        }
        
        .middlecha .leftcha .left_btn .btn_foot input
        {
            box-sizing: border-box;
            width: 460px;
            height: 46px;
            border: solid 1px #c7c7c7;
            padding-left: 20px;
            margin-bottom: 10px;
        }
        
        .middlecha .leftcha .left_btn .btn_foot a
        {
            width: 460px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            background-color: #db071f;
            color: #fff;
            margin-left: 5px;
            position: absolute;
            top: 736px;
            left: 360px;
            text-decoration:none
        }

        .table_1 p{
            width: 700px;text-align: center;
        }
        .tdclass
        {
            width: 130px;
            height: 30px;
            text-align: center;
            border: 1px solid #333333;
            background-color: #db071f;
            color: white;
        }
        
        .tdclass2
        {
            width: 565px;
            height: 30px;
            border: 1px solid #333333;
            padding-left: 10px;
        }
        
        .select1
        {
            box-sizing: border-box;
            width: 460px;
            height: 46px;
            border: solid 1px #c7c7c7;
            padding-left: 20px;
            margin-bottom: 10px;
        }
/* 底部 */
.footer {
  margin-top: 30px;
    width: 100%;
    height: 640px;
    background-color: #f0f0f0;

  }
  .footer .footer_action{
    margin-bottom: 30px;
  padding-top: 30px;
  text-align: center;

  }
  .footer .footer_action ul{
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 110%;
  }                                                                                                                                                                                                                                                                                                                                                                                                                            
  .footer .footer_action ul li{
    
    float: left;
    width: 23%;
  }
  .footer_action a {
    font-size: 28px;
    max-width: 198px;
    display: block;
    margin: 0 auto;
    color: #1d1d1b!important;
    cursor: pointer;
    font-weight: bold;
}
.footer_action p{
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding-top: 20px;
}
.qr-container {
  position: relative;
  display: inline-block;
}
.qr-code {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 150px;
  height: 150px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.qr-container:hover .qr-code {
  display: block;
}
.qr-code img {
    width: 100%;
}
.footer_action a img{
height: 50px;
}
.footer_action a:hover p{

  color: #db071f;
    border-bottom:2px solid #db071f;
}
.widgets_wrapper{
    padding-top: 40px;
}
.container_3{
    padding-top: 180px;
    border-bottom: 2px solid #d0d0d0;
}
.column{
   width: 32%;
    float:left;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px
}
.column .column_1{
    margin-top: 60px;
}
.column H3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}
.column p{
    padding-top: 24px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 900;
}
.textwidget p{
    line-height: 30px;
    font-size: 14px;
    color: #666;
    font-weight: 400;


}
.textwidget a{
    font-size: 14px;
    color: #666;
    font-weight: 400;

}
.textwidget a:hover{
    color: #db071f;
    text-decoration: underline;
}

 .one-fourth{
    width: 100%;
    border-top: 2px solid #d0d0d0;
    margin-top: 25px;
}
.img_column {
    padding-top: 30px;
    margin: 0 30px;
    float: left;
    display: flex;
    gap: 261px;  /* 图片间距控制‌:ml-citation{ref="5" data="citationList"} */
  }
  
  /* 图片样式 */
  .img_column a img {
    max-height: 30px;  /* 固定高度^用户需求^ */
    width: auto;  /* 保持原始宽高比‌:ml-citation{ref="3" data="citationList"} */
    display: block;  /* 消除行内元素间隙‌:ml-citation{ref="4" data="citationList"} */
  }
  .footer_copy{
    width: 100%;
    padding-top: 40px;
  }
  .footer_copy .copyright{
    float: left;
    width: 67%;
  }
  .footer_copy .copyright p{
    font-size: 18px;
    color: #d0d0d0!important;
    font-weight: 700;

  }
  .footer_copy .copyright a:hover{
    color: #db071f;
    text-decoration: underline;
  }
 /* 垂直右对齐容器 */
.icon-container {
   width: 33%;
   float: right;
}
.icon-container ul{
    width: 100%;
    list-style: none;
    margin-left: 100px;
}
.icon-container ul li{
float: left;
width: 12%;
text-align: center;
}
.icon-container ul li img{
    max-height: 34px;
}
.icon-container ul li a{
    margin-bottom: 10px;
}
/* 移动端样式 */
@media (max-width:767px) {
.section {
    width: 98%;
}
/* .navbar{
    display: none;
} */
.wrapper .Header_fl {
    width: 100%;
}
.wrapper .Header_fl ul .bold {
    width: 35%;
}
.wrapper .Header_fl ul li{
    width: 16%;
}
.wrapper .Header_fl ul li a{
    font-size: 14px;
    padding-right: 0px;
}
.wrapper .Header_fl ul li{
    padding-right: 0px;
}
.top-nav{padding:0 11px 0;
float: left;}

    .wechat-title {
        margin-left: 36px;
        font-size: 14px;
        font-weight: 500;
    }
    .search_container{
        padding-top: 12px;
    }
.top-nav a{
    font-size: 14px;
    font-weight: 500;
}
.nav .logo{
    margin: 0;
}
.nav-r{
    padding-top: 34px;
}
.nav .logo img {
    width: 178px !important;
    height: 91px !important;
    max-height: none !important;
    margin-top: 24px !important;
}
.search_input{
    width: 90%;
}
.navbar {
    width: 100%;
    float: left;
}
.primary-menu{
    display: block;
}
.primary-menu > li {
    float: left;
    width: 14%;
}
.submenu{width: 70px;}
.primary-menu li a {
    font-size: 11px;
    padding: 15px 0px;
    text-align: center;
}
.search-h3{
    font-size: 18px;
}
.content {
    padding-top: 70px;
}
.middlecha .leftcha .left_btn{
    width: 100%;
}
.middlecha .leftcha .left_btn .btn_foot {
    padding: 28px 0 36px 20px;
}
.middlecha .leftcha .left_btn .btn_foot input{
    width: 97%;
}
.middlecha .leftcha .left_btn .btn_foot a{
    width: 90%;
    top: 780px;
    left: 18px;
}
.footer .footer_action ul li{
    width: 25%;
}
.footer_action a{
    width: 88px;
}
.footer_action a img{
    width: 44px;
}
.footer_action p{
    font-size: 12px;
    line-height: none;
    padding-top: 0;
}
.container_3{
    padding-top: 118px;
}
.footer{
    height: 820px;
}
.widgets_wrapper{
    padding-top: 0;
}
.column .column_1{
    margin-top: 16px;
}
.column{
    width: 100%;
}
.img_column{
    margin: 0;
    gap: 20px;
}
.footer_copy{width: 100%;}
.footer_copy .copyright{
    width: 100%; margin-bottom: 20px;
}
.icon-container{
    width: 100%; float: left;
}
}
@media (max-width: 480px) {
.head {
    height: 50px;
    line-height: 50px;
}
  
.head .toggle {
    width: 9%;
    margin-top: 12px;
}
.middlecha .leftcha .left_btn .btn_foot a{
    top: 770px;
}
.table_1{
    margin-left: 0;
}
.table_1 p{
    width: 100%;
}
}
@media (min-width: 768px) {
.section {
    width: 96%;
}
  
.wrapper .Header_fl ul .bold{
    width: 40%;
    padding-right: 6px;
}
.wrapper .Header_fl ul li{
    width: 22%;
}
.wrapper .Header_fl ul li a{
    font-size: 17px;
}
.middlecha .leftcha .left_btn .btn_foot a{
    top: 736px;
    left: 126px;
}
.table_1{
    width: 90%;
    margin-left: 40px;
}
.column{
    width: 31%;
}
.img_column{
    gap: 154px;
}
.footer_copy .copyright{
    width: 46%;
}
.icon-container{
    width: 48%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.section {
    width: 100%;
} 
.header {
    display: block;
    height: 100px;
    background-color: #ffffff;
    min-width: 100%;
}
.leftcha{
    padding-top: 30px;
}
.middlecha .leftcha .left_btn .btn_foot a {
    top: 731px;
    left: 228px;
    }
.table_1{
     margin-left: 156px;
    }
.img_column {
    gap: 223px;
    }
}  
@media (min-width: 1200px) {
.section{
    width: 1200px;
    
}
.leftcha{
    padding-top: 30px;
}
.middlecha .leftcha .left_btn .btn_foot a {
        top: 700px;
        left: 665px;
    }
    .table_1{
    margin-left: 240px;
    }
        .img_column {
        gap: 261px;
    }
    .one-fourth {
    width: 100%;
    border-top: 2px solid #d0d0d0;
    margin-top: 25px;
}
.footer_copy .copyright {
        width: 61%;
    }
        .icon-container {
        width: 38%;
    }
}