.wx_top_div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 109px;
    align-items: center;
    position: relative;

}

.wx_top_logo {
    width: 344px;
    height: 81px;
    background: url("../images/wx_homepage/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    margin-left: 10px;
}

.wx_top_logo:hover{
    cursor: pointer;
}
.wx_top_right{
	height: 109px;
	float: left;
    margin-right: 20px;
}
.wx_top_right_login{
	padding:10px 0;
	text-align: right;
}
.wx_top_search {

    height: 38px;
    background: rgba(243, 243, 243, 1);
    
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
    border-bottom-left-radius: 39px;
    border-bottom-right-radius: 39px;
    overflow: hidden;
}

.wx_top_search_text {
    width: 180px;
    color: rgba(0, 0, 0, 0.46000000834465027);
    float: left;
    font-family: Microsoft YaHei;
    font-weight: Regular;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    margin-left: 30px;
}

.wx_top_search_img {
    width: 28px;
    height: 27px;
    background: rgba(0, 0, 0, 0.8500000238418579);
    opacity: 1;
    float: right;
    background: url("../images/wx_homepage/icon_search.png");
    margin-right: 12px;
    margin-top: 4px
}

.wx_top_search_img:hover{
    cursor: pointer;
}


.wx_top_menu {
    height: 109px;
    color: rgba(0, 0, 0, 1);
    display: flex;
    float: left;

}

.wx_top_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.wx_top_menu ul li {
    padding: 10px 1.7vw;
    position: relative;

}

.wx_top_menu ul li a {
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-family: Microsoft YaHei UI;
    font-weight: Regular;
    font-size: 1.25vw;
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu {
    display: none;
    z-index: 999;
    background-color: #ffffff;
    opacity: 0.9;
}

.wx_top_menu ul li a:hover {

    color: #db1717;
}

.wx_top_menu ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 5px;
    top: 100%;


}

.wx_top_menu ul li:hover .dropdown-menu ul {
    display: block;
    margin: 10px;


}

.wx_top_menu ul li:hover .dropdown-menu ul li {
    width: 150px;
    padding: 10px;

}



.wx_prods {
    height: 360px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    /* background: url("../images/wx_homepage/bk_prods.png");
    background-repeat: no-repeat;
    background-size: 100%; */

}

.wx_prods > div {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 260px;
    height: 320px;
    /* background-color: rgba(233, 238, 241, 0.5); */
    background-color: #f0f4f9;
    /* background-color: #f3f3f3; */

}


.wx_prods > div:hover {
    border: 1px solid #0068b7;
    background-color: rgba(233, 238, 241, 0.8);
    transition: border 0.05s ease 0.1s;

}

.wx_prods > div:hover div:nth-child(6) {
    border: 1px solid #0068b7;
    background-color: #D64B53;
    color: #fff;
    transition: border 0.05s ease 0.1s;
}

.wx_prods > div:hover div:nth-child(6) a {
    color: #fff;
    transition: border 0.05s ease 0.1s;
}


.wx_prods > div > div {
    height: 60px;
    display: flex;
    justify-content: center;
}

.wx_prods > div > div:nth-child(1) {
    /*
    position: relative;
    font-size: 24px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #468BCA;
    justify-content: center;
    */

}

.wx_prods > div > div:nth-child(1)> a {
    position: relative;
    font-size: 24px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #468BCA;
    justify-content: center;
    text-decoration: none;
}


.wx_prods > div > div:nth-child(2) {
    font-size: 20px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #000000;
    display: flex;
    justify-content: space-between;

}

.wx_prods > div > div:nth-child(3) {
    font-size: 32px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #D63C3C;
    justify-content: center;

}

.wx_prods > div > div:nth-child(4) {
    font-size: 14px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #000000;
    justify-content: center;
    /* background-color: rgba(211, 38, 38, 0.2); */
    opacity: 0.46;
}

.wx_prods > div > div:nth-child(5) {

    font-size: 16px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #000000;


}

.wx_prods > div > div:nth-child(6) {
    display: flex;
    flex: 1;
    line-height: 50px;

    border-color: #d8e3ef;
    background-color: #d8e3ef;

}

.wx_prods > div > div:nth-child(6) a {
    font-size: 22px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #D64B53;
    text-decoration: none;

}


.wx_prods > div > div:nth-child(6):hover {
    border: 1px solid #0068b7;
    background-color: #D64B53;
    color: #fff;
    transition: border 0.05s ease 0.1s;
}


.wx_prods_all > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
}

.wx_prods_all > div:nth-child(2) {
    display: flex;
    gap: 30px;
    margin-left: 280px;
}

.wx_prods_all div div a {
    font-size: 24px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    color: #302525;
}

.wx_prods_all div div a:hover {
    color: #D40000;
}

/*------------ 咨讯动态------------end */
.wx_company_dynamic {
    margin-top: 15px;
}

.wx_company_dynamic > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 100%;
}

.wx_company_dynamic > div:nth-child(2) {
    display: flex;
    justify-content: center;
}

.wx_company_dynamic > div > div:nth-child(1) {

    width: 600px;
    height: 420px;
    background-image: url("../images/wx_homepage/VCG21gic20009494.jpg");
    background-repeat: no-repeat;
}

.wx_company_dynamic_info {
    box-sizing: content-box;
    width: 600px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;


}

.wx_company_dynamic_info_title {

    width: 570px;
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #6556e9;
}

.wx_company_dynamic_info_title > div:nth-child(1) {
    height: 120px;
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.wx_company_dynamic_info_title > div:nth-child(2) {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;

}

.wx_company_dynamic_info_title div a {
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    font-family: Microsoft YaHei UI;
    font-weight: Regular;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.wx_company_dynamic_info_title > div > div:nth-child(1) {
    border-bottom: 2px solid #b6925b;
    color: #464a55;
    font-size: 32px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    width: 40px;
}

.wx_company_dynamic_info_title > div > div:nth-child(2) {
    color: #868a93;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    white-space: nowrap;
    width: 51px;
}

/*------------ 咨讯动态------------end */
/*------------ 公告讯息------------start */

.wx_notice {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wx_notice_tabs {
    display: flex;
    flex-direction: column;
    max-width: 1230px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
}

.wx_notice_tab-header {
    width: 300px;
    display: flex;
    justify-content: space-around;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    height: 45px;
}

.wx_notice_tab {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    height: 45px;
    width: 150px;
    color: #fff;
    text-align: center;
    transition: background-color 0.3s;
    background-color: #d62f2b;

}

.wx_notice_tab:hover {
    background-color: #fe514d;
}

.wx_notice_tab:active {
    background-color: #fe514d;
}
.wx_notice_tab.active {
    background-color: #fe514d;
}


.wx_notice_tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;

}

.wx_notice_tab-content ul li {
    display: flex;
    justify-content: space-between;
    line-height: 38px;
}

.wx_notice_tab-content ul li a {
    color: rgb(0, 0, 0);

    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

/*------------ 公告讯息------------start */
/***********首页  ---   旗下产品*************************/
.wx_main-page {
    margin: 0 auto;
    width: 100%;
    min-height: 415px;
}


.wx_main-page .wx_nav-back {
    width: 150px;
    height: 340px;
    opacity: .3;
    filter: alpha(opacity=30);
}

.wx_main-page .wx_nav {
    position: relative;
    width: 600px;
    text-align: center;
    color: #fff;
    /*margin: 0 auto;*/
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 8px 8px 0 0;


}

.wx_main-page .wx_nav div {
    height: 45px;
    line-height: 45px;
    width: 150px;
    background: #d62f2b;
    border-radius: 8px 8px 0 0;
    float: left;
    transition: background-color 0.3s;
}

.wx_main-page .wx_nav div.on {
    background: #fe514d;
}

.wx_main-page .wx_center {
    width: 1230px;
    min-height: 305px;
    margin: 0 auto;
}

.wx_main-page .wx_content-back {
    width: 100%;
    background: #fff;
    opacity: .3;
}

.wx_main-page .wx_content {
    position: relative;
    width: 100%;
    min-height: 320px;
    /*padding-top: 10px;*/
    overflow: hidden;
}

.wx_main-page .wx_content div {
    width: 100%;
    min-height: 320px;
    background: #fff;
}

.wx_jihelicai {
    width: 1230px;
    min-height: 420px;
    margin: 0 auto;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;

}

.wx_jihelicai_li1 {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.wx_jihelicai_li2 {
    float: left;
    padding-top: 17px;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold
}

.wx_jihelicai_li3 {
    float: right;
    padding-top: 25px;
    padding-right: 20px;
    font-size: 14px;
    color: #858585;
    font-weight: bold;
}

.wx_content ul li {
    float: left;
    text-align: center;
}

.hj_index_footer{
    width: 100%;
    /*height: 360px;*/
    height: 45vh;
    background: url("../images/wx_homepage/wx_bk_footer.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.hj_index_footer>div{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;

}
.hj_index_footer_0 {
    height: 25%;
}

.hj_index_footer_1 {

    height: 35%;
    max-width: 800px;
    transform: translateX(300px);
    overflow: hidden;
}
.hj_index_footer_1 ul{
    height: initial;
}


.hj_index_footer_1_1 {
    font-family: Microsoft YaHei UI;
    font-weight: Regular;
    font-size: 18px;
    color: #ffffff;
}


.hj_index_footer_1_2 {
    font-family: Microsoft YaHei UI;
    font-weight: Regular;
    font-size: 24px;
    color: #ffffff;

}

.hj_index_footer_2{
    height: 20%;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    font-family: Microsoft YaHei UI;
    font-weight: Regular;
    font-size: 16px;
    color: #ffffff;
}
.hj_index_footer_3{
    height: 20%;
    justify-content: center;

}

.hj_index_footer_3 a {
    font-family: Microsoft YaHei UI;
    font-weight: Regular;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    margin-left: 5px;
    align-items: center;
}
.hj_index_footer_3 span{
    display: flex;
    align-items: center;
    max-width: 250px;
    margin-left: 5px;
    font-family: Microsoft YaHei UI;
    font-weight: Regular;
    font-size: 16px;
    color: #ffffff;

}

#wx_categoryOrParentpic ul li{
    height: 380px;
    background-size: cover;
}

@media only screen and (max-width: 1440px) {
    /* 当屏幕宽度小于或等于 1440 时，修改背景大小和高度 */
    #wx_categoryOrParentpic ul li{
        height: 280px;
    }
    .wx_prods > div {
        height: 280px;
    }
    .hj_index_footer_1_1,.hj_index_footer_1_2{
        font-size: 16px;
    }
    .wx_top_menu ul li {
        padding: 10px 1.2vw;
        position: relative;
    }
}
