﻿@charset "utf-8";
/*初始化样式*/
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;
    /*设置字体*/
    font-size: 12px;
    line-height: 21px;
    font-family: Arial, "微软雅黑", "宋体";
    color: #414446;
    position: relative;
    background: #f8fafc;
    /*设置宽度*/
    width: 100%;
    min-width: 1004px;
    position: relative;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
.ul, .ul li {
    list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, .p {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
}
input:focus {
    outline: none;
}
/*强制去除表单自带的样式*/
input, button, select, textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}
textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    vertical-align: baseline;
}
a {
    color: #414446;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
    color: #414446;
}
/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
/*初始化样式*/
/*页面框架结构*/
.Contain {
    width: 1200px;
    margin: 0 auto;
}
.indexContain {
    width: 1200px;
    margin: 0 auto;
    background: #f8fafc;
}
.SildeBar {}
.MainContent {
    float: right;
    width: 880px;
}
.Content {
    min-height: 450px;
    padding: 20px 0px 20px 0px;
}
.SinglePage {
    /*单片*/
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
}
.SinglePage a {
    color: #8a8b8c;
}
.SinglePage a:hover {
    color: #8a8b8c;
}
.Current {
    /*当前位置*/
}
/*分页*/
.Pages {
    padding: 45px 0px 45px 0px;
    line-height: 18px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
}
.Pages span {
    padding: 0px 3px;
    display: inline-block;
}
.Pages a {
    display: inline-block;
    margin: 0px 2px;
}
.Pages .p_cur b {
    color: #1D2089;
}
.Pages .p_total {
    vertical-align: middle;
    display: none;
}
.Pages .p_count b {
    color: #1D2089;
}
.Pages .p_total b {
    color: #1D2089;
}
.Pages .p_jump em {
    font-style: normal;
    font-family: Arial;
}
.Pages .p_jump em a {
    border: 0px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
.Pages .p_jump em a.a_cur {
    background: #D4D4D4;
}
.Pages .p_jump b {
    font-weight: normal;
}
.Pages .i_text {
    width: 30px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    border: inset 1px #ddd;
    background: #fff;
}
.Pages .i_button {
    position: relative;
    top: 0px;
    width: 35px;
    height: 19px;
    cursor: pointer;
    border: none;
    background: #A6854F;
    border-radius: 2px;
    -moz-border-right: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font-size: 13px;
}
.Pages .p_jump {
    display: none;
}
.Pages .p_jump .f1 {
    padding-right: 3px;
    display: none;
}
.Pages .p_jump .f2 {
    padding: 0 3px;
    display: none;
}
.Pages .p_cur {
    display: none;
}
.Pages .p_count {
    display: none;
}
.Pages .p_page .a_first, .Pages .p_page .a_end {
    display: inline-block;
    width: 66px;
    height: 28px;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 28px;
    color: #acacac;
    background: #fff;
}
.Pages .p_page a {
    display: inline-block;
    vertical-align: middle;
}
.Pages .p_page .a_prev, .Pages .p_page .a_next {
    background: #fff;
    color: #999999;
    width: 66px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #dfdfdf;
}
.Pages .p_page .a_first:hover, .Pages .p_page .a_end:hover, .Pages .p_page .a_prev:hover, .Pages .p_page .a_next:hover {
    background: #005bac;
    border: 1px solid #005bac;
    color: #fff;
}
.Pages .p_page .num {
    font-style: normal;
}
.Pages .p_page .num a {
    background: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #acacac;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
}
.Pages .p_page .num a:hover, .Pages .p_page .num a.a_cur {
    background: #005bac;
    border: 1px solid #005bac;
    color: #fff;
}
.CommentPages {
    padding: 0 43px;
}
/*分页*/
/*Top*/
.Topbg {
    width: 100%;
    height: 120px;
    background: #fff;
}
.Top {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    border: 0px solid red;
}
.Top .Logo {
    float: left;
    padding-top: 38px;
}
.Toper {
    float: right;
}
.Toper .TelBox {
    float: right;
    cursor: pointer;
}
.Toper .SreachBox {
    float: right;
    background: url(../images/search.png) no-repeat;
    width: 191px;
    height: 28px;
    margin-top: 20px;
}
.SreachBox .sreach_ipu {
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    width: 145px;
    float: left;
}
.SreachBox .sreach_btn {
    height: 28px;
    display: inline-block;
    width: 28px;
    position: relative;
    top: -3px;
    left: -5px;
    float: right;
}
.Toper .TelBox {
    background: url(../images/index_06.png) left center no-repeat;
    padding-left: 35px;
    margin: 22px 25px 0px 0px
}
.TelBox span {
    font-size: 14px;
    font-weight: bold;
    color: #ff8500;
    display: inline-block;
    background: url(../images/tel.png) no-repeat;
    padding-left: 25px;
}
.MainNav {
    padding: 12px 0px 0px 0px;
}
.MainNav>ul>li {
    list-style: none;
    float: left;
    height: 60px;
}
.MainNav>ul>li>a {
    font-size: 15px;
    font-weight: bold;
    color: #444444;
    padding: 0px 30px;
    display: block;
    background: url(../images/topline.png) right center no-repeat;
}
.MainNav>ul>li>a:hover {
    color: #005bac;
}
#nav7 a {
    padding-right: 0px;
    background: none;
}
.MainNav>ul .onnav a {
    color: #005bac;
}
.MainNav>ul>li:hover div.navBox {
    display: block;
}
.MainNav>ul>li.pr {
    position: relative;
}
.MainNav>ul>li .nav-dropdown {
    position: absolute;
    top: 100%;
    padding-bottom: 23px;
    width: 150px;
    max-height: 420px;
    overflow-y: auto;
    background: rgba(30, 30, 30, .95);
    display: none;
    z-index: 8;
}
.MainNav>ul>li .nav-dropdown .nav-item {
    font-size: 14px;
}
.MainNav>ul>li .nav-dropdown .nav-item a {
    color: #fff;
    padding: 0 20px;
    position: relative;
    display: block;
}
.MainNav>ul>li .nav-dropdown .nav-item a span {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05);
}
.MainNav>ul>li .nav-dropdown .nav-item a::after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
.MainNav>ul>li .sub-two {
    position: absolute;
    left: 150px;
    top: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #151515;
    border-top: none;
    width: 540px;
    height: 400px;
    display: none;
}
.MainNav>ul>li .sub-two .subCate {
    overflow-y: auto;
    max-height: 380px;
    display: none;
}
.MainNav>ul>li .sub-two .subCate:first-child {
    display: block;
}
.MainNav>ul>li .sub-two .subCate .ant-row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.MainNav>ul>li .sub-two .subCate .ant-row dl {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 8px;
}
.MainNav>ul>li .sub-two .subCate .ant-row dl dt {
    padding: 10px 0;
    width: 100%;
    font-weight: bold;
    border-bottom: solid 1px #f3f3f3;
    margin-bottom: 8px;
}
.MainNav>ul>li .sub-two .subCate .ant-row dl dt a {
    color: #000;
}
.MainNav>ul>li .sub-two .subCate .ant-row dl dd {
    margin-right: 5%;
    font-size: 12px;
}
.MainNav>ul>li .sub-two .subCate .ant-row dl dd a {
    color: #333;
}
.MainNav>ul>li .sub-two .subCate .ant-row dl a:hover {
    color: #005bac;
}
.MainNav>ul>li .sub-two {
    position: absolute;
    left: 150px;
    top: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #151515;
    border-top: none;
    border-left: none;
    width: 540px;
    height: 443px;
}
.MainNav>ul>li .nav-dropdown .nav-item.active a, .MainNav>ul>li .nav-dropdown .nav-item:hover a {
    background-color: #565656;
}
.MainNav>ul>li .nav-dropdown .nav-item.active a span, .MainNav>ul>li .nav-dropdown .nav-item:hover a span {
    border-color: transparent;
}
.MainNav>ul>li .nav-dropdown::-webkit-scrollbar {
    width: 2px;
    height: 2px
}
.MainNav>ul>li .nav-dropdown::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: hsla(0, 0%, 100%, .6);
}
.MainNav>ul>li .nav-dropdown::-webkit-scrollbar-track {
    border-radius: 0;
}
.MainNav>ul>li .sub-two .subCate::-webkit-scrollbar {
    width: 2px;
    height: 2px
}
.MainNav>ul>li .sub-two .subCate::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #005BAC;
}
.MainNav>ul>li .sub-two .subCate::-webkit-scrollbar-track {
    border-radius: 0;
}
.navBox {
    position: absolute;
    top: 120px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    z-index: 10;
    left: 0px;
    padding: 40px 0px;
    display: none;
}
.navbg {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.navbg dl dd {
    font-size: 14px;
    border-right: 1px solid #dbdbdb;
}
.sildebox {
    position: absolute;
    left: 20%;
    top: 0px;
    display: none;
}
.sildebox li {
    list-style: none;
}
.sildebox li a {
    color: #005bac;
    padding: 5px 50px;
    display: block;
    cursor: pointer;
}
.sildebox li a:hover {
    font-weight: bold;
}
.sideA {
    color: #666666;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    padding-left: 40px;
}
.sideA:hover {
    color: #005bac;
}
.arrow {
    background: url(../images/arrowbg.png) no-repeat;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 45%;
    left: 234px;
}
.navbg dd {
    width: 240px;
}
.navCon {
    float: right;
    width: 640px;
}
.navbg dl {
    width: 560px;
    float: left;
}
.navTitle {
    font-size: 19.3px;
    color: #000;
    display: block;
    padding-bottom: 25px;
}
.navPro li {
    list-style: none;
    width: 280px;
    height: 164px;
}
.navpic {
    width: 107px;
    height: 164px;
}
.navpic img {
    width: 125px;
    height: 130px;
}
.Proleft {
    float: left;
}
.Proright {
    float: right;
}
.navpic {
    float: left;
    padding-right: 30px;
}
.navword {
    float: left;
    width: 140px;
}
.navword a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin-top: 15px;
    cursor: pointer;
}
.navtext {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 22px;
}
.Title2 {
    padding-top: 25px;
}
.navNew .picnew {
    width: 224px;
    height: 121px;
    float: left;
    padding-right: 25px;
}
.navNew .picnew img {
    width: 224px;
    height: 121px;
}
.navnewsCon {
    float: left;
    width: 368px;
}
.navnewsCon .conA {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.conDiv {
    font-size: 14px;
    color: #747474;
}
.Newbtn {
    display: block;
    background: url(../images/aboutpic2.png) no-repeat;
    width: 104px;
    height: 26px;
    cursor: pointer;
    margin-top: 15px;
}
.onblue {
    color: #005BAC;
}
/*Top*/
/*Bottom*/
.Bottom {
    width: 100%;
    height: 90px;
    background: url(../images/bottombg.png);
}
.Bottomer {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
.Bottomleft {
    float: left;
    font-size: 12px;
    color: #415973;
}
.Bottomleft .BottomLinks {
    margin-top: 20px;
}
.Bottomleft .Copyright {
    margin-top: 8px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.Bottomleft a {
    color: #415973;
}
.Bottomleft .BottomLinks a {
    display: inline-block;
    background: url(../images/line5.png) right center no-repeat;
    ;
    float: left;
    padding: 0px 15px;
}
.Bottomleft .BottomLinks a:first-child {
    padding-left: 0px;
}
.Bottomleft #szgs_stat_icon_55622 {
    margin-left: 10px;
}
.Bottomleft #szgs_stat_icon_55622 img {
    height: 30px;
}
.Bottomright {
    float: right;
    position: relative;
}
.wrap {
    width: 125px;
    height: 24px;
    margin-top: 3px;
}
.nice-select {
    width: 113px;
    height: 24px;
    position: relative;
    cursor: pointer;
}
.nice-select input {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: 0;
    outline: 0;
    background: url(../images/index_83.png) no-repeat;
    cursor: pointer;
    font-size: 12px;
    color: #7488a9;
    padding-left: 12px;
}
.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    bottom: -23px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #999;
    border-top: 0;
    z-index: 2;
}
.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}
.nice-select ul li .ons {
    background-color: #e0e0e0;
}
.bdsharebuttonbox {
    display: block;
    text-align: center;
    overflow: hidden;
    float: right;
    margin-top: 5px;
}
#bds_more {
    color: #7488a9;
    font-size: 12px;
    background: none;
}
#bdsharebuttonbox a {
    margin: 0px 10px 6px 0px;
}
.nice-select ul li a:hover {
    color: #333;
}
#bds_sqq {
    background: url(../images/qq.png) no-repeat;
    width: 31px;
    height: 31px;
}
#bds_tsina {
    background: url(../images/weibo.png) no-repeat;
    width: 31px;
    height: 31px;
}
#bds_weixin {
    background: url(../images/weixi.png) no-repeat;
    width: 31px;
    height: 31px;
}
#bds_sqq:hover {
    background: url(../images/qq2.png) no-repeat;
}
#bds_tsina:hover {
    background: url(../images/weibo2.png) no-repeat;
}
#bds_weixin:hover {
    background: url(../images/weixi2.png) no-repeat;
}
.codebox {
    position: absolute;
    background: url(../images/codebg.png) no-repeat;
    width: 121px;
    height: 133px;
    top: -126px;
    right: 0px;
    display: none;
}
.codebox img {
    width: 96px;
    height: 96px;
    padding: 10px 10px 0px 10px;
}
.otherbox {
    position: fixed;
    z-index: 30;
    top: 30%;
    right: 0;
}
.otherbox li {
    list-style: none;
}
.otherbox li a {
    display: block;
    width: 74px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.kefux {
    background: url(../images/other1.png) no-repeat;
    height: 80px;
}
.fousewx {
    position: relative;
    background: url(../images/other2.png) no-repeat;
    height: 74px;
    margin-top: 1px;
}
.contactx {
    position: relative;
    background: url(../images/other3.png) no-repeat;
    height: 74px;
    margin-top: 1px;
}
.kefux span {
    position: relative;
    top: 55px;
}
.fousewx span {
    position: relative;
    top: 45px;
}
.contactx span {
    position: relative;
    top: 45px;
}
/*Bottom*/
/*SildeBar*/
.SildeBar {
    float: left;
}
.MenuList {
    background: #005bac;
    width: 280px;
    min-height: 307px;
    margin-top: -80px;
}
.MenuList .MenuTitle {
    height: 80px;
    border-bottom: 1px solid #016ccb;
    color: #fff;
    padding: 0px 0px 0px 25px;
}
.MenuList span {
    display: block;
    font-size: 22px;
    padding-top: 15px;
}
.MenuList b {
    font-size: 16px;
    font-weight: 100;
    font-family: arial;
}
.MenuList>ul>li {
    list-style: none;
    border-bottom: 1px dashed #0476da;
    line-height: 47px;
}
.MenuList>ul>li>a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 255px;
    height: 47px;
    cursor: pointer;
    background: url(../images/aboutarrow.png) right center no-repeat;
    padding-left: 25px;
    background-position: 245px 17px;
}
.menubg {
    background: url(../images/sidebarbg.png) no-repeat;
    width: 280px;
    height: 170px;
}
.onmenu {
    font-weight: bold;
}
.slide_target {
    display: none;
}
.slide_target dt {
    padding-left: 25px;
    line-height: 20px;
    font-size: 12px;
    background: none;
}
.slide_target dt a {
    color: #d8e9fa;
    display: inline-block;
    font-size: 12px;
    padding: 10px 0px;
}
.MenuList>ul>li a.on {
    background: url(../images/arrow3_03.png) right center no-repeat;
    background-position: 240px 17px;
}
/*SildeBar*/
/*Banner*/
.HomeBan {
    width: 100%;
    height: 1078px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.HomeBan .BanList {
    width: 100%;
    height: 1078px;
}
.HomeBan .BanList li {
    width: 100%;
    height: 1078px;
    text-align: center;
}
.HomeBan .BanList li a {
    height: 1078px;
    display: block;
    width: 100%
}
.HomeBan .TabList {
    width: 100%;
    height: 15px;
    bottom: 30px;
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
}
/*.HomeBan .TabList .List ul{ width:200px;height:15px; margin: 0 auto;text-align:center;overflow:hidden;} .HomeBan .TabList li{ float:left; height:13px;list-style: none;margin: auto;margin-right: 8px;overflow:hidden;} .HomeBan .TabList li span{ background:url(../images/⁪anniu1.png) no-repeat; width:13px; height:13px; display:block; cursor:pointer;} .HomeBan .TabList li.on span{ background:url(../images/anniu2.png) no-repeat;width:60px; height:13px;} .HomeBan .TabList .List{margin: auto;width:1200px;text-align: center;}*/
.Banner {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    text-align: center;
}
.Banner .BannerTitle {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    height: 350px;
    padding: 130px 0px;
}
.Banner .BannerTitle span {
    display: block;
    font-size: 28.92px;
    color: #005bac;
    padding-bottom: 5px;
}
.Banner .BannerTitle b {
    font-size: 19.13px;
    color: #005bac;
}
/*Banner*/

/*  */
.HomeBanner{ position:relative;}
.HomeBanner li img{ width:100%; display:block;}
.HomeBanner .TabList{width: 100%;height:15px;bottom:30px;position:absolute;overflow:hidden;margin:0 auto; display:-webkit-flex; display:flex; align-items:center; justify-content:center;}
.HomeBanner .TabList li{ width:20px; height:3px; transition:all .5s; border-radius:2px; outline:none; background:#fff; cursor:pointer; margin:0 5px;}
.HomeBanner .TabList li.on{ background:#005BAC;}


/*首页*/
.equipmentBox {
    position: absolute;
    bottom: 625px;
    width: 1200px;
}
.equipTitle {
    text-align: center;
    margin: 0 auto;
}
.equipTitle b {
    font-size: 30px;
    color: #fff;
}
.equipTitle span {
    font-size: 24px;
    color: #fff;
    padding-left: 10px;
    position: relative;
    bottom: 3px;
}
.equipmentList {
    padding: 40px 0px;
}
.equipmentList dd {
    float: left;
    width: 400px;
    height: 227px;
    overflow: hidden;
}
.equipmentList .List1 {
    background: url(../images/equipment.png) no-repeat;
}
.equipmentList .List2 {
    background: url(../images/equipment2.png) no-repeat;
}
.equipmentList .List3 {
    background: url(../images/equipment.png) no-repeat;
}
.slideBox {
    width: 400px;
    height: 227px;
    overflow: hidden;
    position: relative;
}
.slideBox .bd {
    width: 400px;
    height: 227px;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
}
.slideBox .bd img {
    width: 165px;
    height: 185px;
    display: block;
}
.bdCon {
    float: left;
    width: 145px;
    padding: 0 0 0 25px;
}
.List1 .ImgA {
    float: right;
    width: 165px;
    height: 185px;
    padding: 9px 20px 0 0;
    margin-top: 25px;
}
.List1 .bdCon span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 50px;
}
.List1 .bdCon i {
    font-style: normal;
    font-size: 14px;
    color: #fff;
    font-family: arial;
}
.List1 .bdword {
    font-size: 14px;
    color: #e6e2e2;
    margin-top: 5px;
}
.List1 .bdword a {
    color: #e6e2e2;
}
.List2 .ImgA {
    float: right;
    width: 165px;
    height: 185px;
    padding: 9px 20px 0 0;
    margin-top: 25px;
}
.List2 .bdCon span {
    display: block;
    font-size: 24px;
    color: #515151;
    margin-top: 30px;
}
.List2 .bdCon i {
    font-style: normal;
    font-size: 14px;
    color: #acacac;
    font-family: arial;
}
.List2 .bdword {
    font-size: 14px;
    color: #788698;
    margin-top: 5px;
}
.List2 .bdword a {
    color: #788698;
}
.List2 .bdCon em {
    font-style: normal;
    color: #0f65b1;
}
.List3 .ImgA {
    float: right;
    width: 200px;
    height: 185px;
    padding: 9px 20px 0 0;
    margin-top: 25px;
}
.List3 .slideBox .bd .ImgA img {
    width: 200px;
    height: 185px;
}
.List3 .bdCon span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 50px;
}
.List3 .bdCon i {
    font-style: normal;
    font-size: 14px;
    color: #fff;
    font-family: arial;
}
.List3 .bdword {
    font-size: 14px;
    color: #e6e2e2;
    margin-top: 5px;
}
.List3 .bdword a {
    color: #e6e2e2;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev {
    position: absolute;
    left: 5%;
    top: 82%;
    display: block;
    width: 41px;
    height: 17px;
    background: url(../images/btn-left.png) no-repeat;
}
.slideBox .next {
    position: absolute;
    left: 17%;
    top: 82%;
    display: block;
    width: 41px;
    height: 17px;
    background: url(../images/btn-right.png) no-repeat;
}
.slideBox .prev:hover {
    background: url(../images/hover2.png) no-repeat;
}
.slideBox .next:hover {
    background: url(../images/hover1.png) no-repeat;
}
.List2 .slideBox .prev {
    position: absolute;
    top: 75%;
}
.List2 .slideBox .next {
    position: absolute;
    top: 75%;
}
.aboutBox {
    width: 1198px;
    height: 288px;
    border: 1px solid #eff0f2;
    background: #fff;
    margin: 35px 0px;
}
.aboutBox .aboutleft, .aboutcenter {
    float: left;
}
.aboutright {
    float: right;
}
.aboutleft img {
    width: 313px;
    height: 241px;
}
.aboutleft {
    width: 313px;
    height: 241px;
    padding: 25px;
}
.aboutcenter {
    width: 520px;
    padding: 20px 0px 0px 10px;
}
.hometitle {}
.hometitle b {
    font-size: 16px;
    font-weight: bold;
    color: #005bac;
}
.hometitle span {
    font-size: 12px;
    color: #b0b0b0;
}
.hometitle i {
    display: inline-block;
    background: url(../images/arrowline_06.png) left center no-repeat;
    width: 5px;
    height: 9px;
    margin: 0px 8px;
}
.aboCon {
    font-size: 14px;
    color: #798697;
    margin-top: 15px;
    width: 520px;
    height: 144px;
    overflow: hidden;
}
.aboutright {
    padding: 0px 25px 0px 0px;
}
.aboutright li {
    list-style: none;
    width: 240px;
    height: 110px;
    margin-top: 20px;
    position: relative;
}
.aboutright li span {
    font-size: 18.83px;
    font-weight: bold;
    color: #54a2e7;
}
.indexculture {
    position: absolute;
    top: 45px;
    left: 30px;
}
.indexhou {
    position: absolute;
    top: 45px;
    right: 30px;
}
.moreA {
    display: block;
    background: url(../images/aboutpic1.png) no-repeat;
    width: 104px;
    height: 26px;
    cursor: pointer;
    margin-top: 30px;
}
.moreA:hover {
    background: url(../images/aboutpic2.png) no-repeat;
}
/*首页*/
/*about*/
.MainTop {
    margin-top: 25px;
}
.MainTitle {
    float: left;
}
.MainTitle span {
    font-size: 20px;
    color: #005bac;
    display: block;
}
.MainTitle i {
    font-style: normal;
    font-size: 14px;
    color: #a6a5a5;
    display: block;
    background: url(../images/line8.png) left bottom no-repeat;
    padding-bottom: 8px;
}
.Current {
    float: right;
    font-size: 14px;
}
.Current a {
    color: #444444;
}
.Current span {
    color: #256ab2;
}
/*about*/
/*download*/
.loadlist {}
.loadlist li {
    list-style: none;
    width: 270px;
    float: left;
    text-align: center;
    border: 1px solid #eff0f2;
    margin: 20px 32px 20px 0px;
}
.loadlist li img {
    width: 270px;
    height: 225px;
}
.loadpic {
    width: 270px;
    height: 225px;
}
.loadlist li span {
    font-size: 14px;
    color: #666666;
    padding: 10px 0px;
    background: #fff;
    display: block;
    border-top: 1px solid #eff0f2;
    background: url(../images/downA.png) 18px 13px no-repeat;
}
/*download*/
/*product*/
.ProSearch {}
.ProSearch .sreach_ipu {
    width: 180px;
    height: 30px;
    background: #fff;
    border: 1px solid #eff0f2;
    line-height: 30px;
    padding-left: 15px;
    font-size: 14px;
    color: #798697;
    float: right;
    margin-right: 10px;
}
.ProSearch .sreach_btn {
    width: 64px;
    height: 30px;
    background: #2f79bb;
    border: 1px solid #eff0f2;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
    float: right;
}
.ProList {}
.ProList li {
    width: 270px;
    min-height: 345px;
    background: #fff;
    float: left;
    list-style: none;
    margin-right: 32px;
    text-align: center;
    margin-top: 35px;
    border: 1px solid #eff0f2;
}
.ProList li .propic {
    width: 250px;
    height: 260px;
    margin: 10px;
    background: #f9f9f9;
}
.ProList li .propic img {
    width: 250px;
    height: 260px;
}
.ProList li:hover {
    background: #005bac;
}
.ProList li:hover span {
    color: #fff;
}
.ProList li a span {
    font-size: 14px;
    color: #666666;
    padding: 10px 0px;
}
/*product*/
/*proinfor*/
#tab {
    margin-top: 25px;
    min-height: 600px;
}
#tab .tabList ul li {
    float: left;
    background: #fefefe;
    border: 1px solid #ccc;
    width: 175px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    height: 98px;
    font-size: 16px;
    color: #2f79bb;
    margin-left: -1px;
    position: relative;
}
#tab .tabCon {
    width: 880px;
    margin-top: 30px;
}
.tabList {
    height: 113px;
}
#tab .tabCon .on {
    padding: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
}
#tab .tabList li.on {
    border-bottom: none;
    background: #2f79bb;
    color: #fff;
}
#tab .tabList li.on i {
    display: block;
    background: url(../images/proarrow.png);
    width: 36px;
    height: 14px;
    position: absolute;
    top: 98px;
    left: 68px;
}
#tab .tabCon div.on {
    opacity: 1;
    filter: alpha(opacity=100);
}
#tab .tabList ul li em {
    display: block;
    width: 50px;
    height: 50px;
    margin: 15px auto 0px auto;
}
.ProA1 {
    background: url(../images/pro11.png) no-repeat;
}
.ProA2 {
    background: url(../images/pr02.png) no-repeat;
}
.ProA3 {
    background: url(../images/pro3.png) no-repeat;
}
.ProA4 {
    background: url(../images/pro4.png) no-repeat;
}
.ProA5 {
    background: url(../images/pro5.png) no-repeat;
}
#tab .tabList li.on .ProA1 {
    background: url(../images/pro1.png) no-repeat;
}
#tab .tabList li.on .ProA2 {
    background: url(../images/pro21.png) no-repeat;
}
#tab .tabList li.on .ProA3 {
    background: url(../images/pro31.png) no-repeat;
}
#tab .tabList li.on .ProA4 {
    background: url(../images/pro41.png) no-repeat;
}
#tab .tabList li.on .ProA5 {
    background: url(../images/pro51.png) no-repeat;
}
.con_a span {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #2f79bb;
    color: #2f79bb;
    margin-bottom: 20px;
    display: inline-block;
}
/*网站地图*/
.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
}
.ul_sitemap li strong {
    width: 90px;
    display: inline-block;
}
.Current a.a_c {
    color: #256ab2;
}
.linkbox {
    float: left;
    width: 200px;
    min-height: 400px;
}
.linkbox ul {
    list-style: none;
}
.linkbox ul li {
    list-style: none;
}
.linkbox ul li a:hover {
    color: #256ab2;
}
.weixinerweima {
    position: absolute;
    right: 74px;
    top: 0px;
    display: none;
}
.telphone {
    width: 180px;
    line-height: 74px;
    font-size: 16px;
    color: #fff;
    background: #2f79bb;
    position: absolute;
    right: 74px;
    top: 0px;
    display: none;
}
.newsList span {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #444;
}
.newsList li {
    margin-bottom: 10px;
}
/* 2025-03-28 全部类目*/
.filter-box {
    padding: 20px 0;
}
.filter-box * {
    box-sizing: border-box;
}
.filter {
    background-color: transparent;
    background: #fff;
    position: relative;
    color: #999;
}
.filter .more {
    max-height: 140px;
    overflow: inherit !important;
    position: relative;
    transform: none;
    top: 0;
}
.filter .brand-more {
    max-height: 250px;
    overflow: inherit !important;
    position: relative;
    transform: none;
    top: 0;
}
.filter .ant-col-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}
.filter .ant-col-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
}
.filter label {
    left: 20px;
    position: absolute;
    top: 10px;
}
.filter .more-text {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9;
}
.filter .more-text a {
    color: rgba(50, 50, 50, 0.8);
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.filter .more-text a i {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
.filter .goods-filter-series {
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    margin-right: 18px;
    padding: 3px 10px;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.filter li.active .goods-filter-series,
.filter .goods-filter-series:hover {
    color: #005BAC;
}
.filter .more ul {
    overflow-y: auto;
}
.filter .more ul::-webkit-scrollbar {
    width: 4px;
    background: rgba(0, 0, 0, 0.3);
}
.filter .more ul::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(120, 120, 120, 0.6);
}
.filter .more ul::-webkit-scrollbar-track {
    border-radius: 0;
}
.filter-item {
    position: relative;
    padding: 10px 20px 8px 115px;
    line-height: 28px;
    border-bottom: 1px dashed #f3f3f3;
    background: #fff;
}
.filter-item.d-flex{ display:-webkit-flex; display:flex; justify-content:flex-end; align-items:center;}
.filter-item .logo-box {
    overflow: hidden;
    height: 100px !important;
}
.filter-item .ovhue {
    overflow: hidden;
    height: 30px !important;
}
.filter-item .brand-search-name {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
}
.filter-item .clear_but{ color:#999; cursor:pointer; border:solid 1px #999; padding:0 10px;}
.filter-item .clear_but:hover,
.filter-item .clear_but.active{ border-color:#005bac; color:#005bac;}

.filter-item .brand-search-name span {
    padding: 0 10px;
    float: left;
    cursor: pointer;
}
.filter-item .brand-search-name .brand-active {
    color: #005BAC;
    border: 1px solid #005BAC;
}
.filter-item ul {
    padding-right: 5%;
    max-height: 140px;
}
.filter-item .v_logo {
    max-height: 200px !important;
    width: 95.83333333%;
}
.filter-item .v_logo img {
    max-width: 104px;
    max-height: 34px;
}
.filter-item .ant-row ul li {
    position: relative;
    float: left;
}
.filter-item .ant-row ul.v_logo {padding-top: 1px;padding-left: 1px;}
.filter-item .ant-row ul.v_logo li {width: 120px;height: 50px;position: relative;float: left;border: 1px solid #efefef;text-align: center;padding: 8px;margin-top: -1px;margin-left: -1px;cursor: pointer;}
.filter-item .ant-row ul.v_logo li .ant-tag {margin: 0;position: absolute;left: 0;top: 0;width: 118px;height: 48px;z-index: 0;line-height: 48px;display: none;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;border: 1px solid #ffffff;}
.filter-item .ant-tag strong {font-weight: 500;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.filter-item .ant-row ul.v_logo li .ant-tag.show{display: block;}
.filter-item .ant-row ul.v_logo li:hover img{display: none;}
.filter-item .ant-row ul.v_logo li:hover .ant-tag{display: block;border-color:#005BAC;}
.filter-item .ant-row ul.v_logo li:hover .ant-tag strong{color:#005BAC;}
.filter-item .ant-row ul.v_logo li:hover .ant-tag.show strong{color:#005BAC;}

.filter-item .ant-row ul.v_logo li.active .ant-tag{display: block; border-color:#005BAC;}
.filter-item .ant-row ul.v_logo li.active .ant-tag strong{ opacity:0;}
.filter-item .ant-row ul.v_logo li:hover.active .ant-tag strong,
.filter-item .ant-row ul.v_logo li.active .ant-tag.show strong{color:#005BAC; opacity:1;}
.filter-item .ant-row ul.v_logo li.active::after{position:absolute; right:0; bottom:-1px; content:''; display:block; background-image:url(../images/tick.svg); width:20px; height:17px; background-size:contain;}



.filterlist-box {
    padding-bottom: 50px;
}
.filterlist-box * {
    box-sizing: border-box;
}
.filterlist-box .list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.filterlist-box .item {
    background: #fff;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: solid 1px #eee;
    padding: 10px;
}
.filterlist-box .item:nth-child(3n) {
    margin-right: 0;
}
.filterlist-box .item a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filterlist-box .item .propic {
    width: 50%;
}
.filterlist-box .item .propic img {
    width: 100%;
}
.filterlist-box .item .text {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 10px;
    width: 50%;
}
.filterlist-box .item .text pre {
    margin: 0;
    font-style: normal;
    font-family: Arial, "微软雅黑", "宋体";
}

/* 品牌中心 */
.Brand_center .Current{float:none;margin:10px 0;}
.Brand_center .Brand_centerBox{padding:16px;background: #fff;padding-bottom:64px;}
.Brand_center .Brand_center_search{margin-bottom:23px;}
.Brand_center .Brand_center_search input{width:400px;height:32px;border:1px solid #ccc;box-sizing: border-box;padding:0 10px;}
.Brand_center .Brand_center_search button{width:90px;height:32px;background: #005BAC;color:#fff;margin-left:17px;border:none;}
.Brand_center .Brand_center_filter::after{content:'';display: block;clear: both;}
.Brand_center .Brand_center_filter span{float:left;padding:3px 10px;cursor: pointer;line-height: normal;box-sizing: content-box;border:1px solid #fff;}
.Brand_center .Brand_center_filter span.brand-active{border:1px solid #005bac;color:#005bac;}

.Brand_center .Brand_center_list{margin-top:30px;}
.Brand_center .Brand_center_list ul{list-style: none;display: flex;margin-left:-1%;flex-wrap: wrap;}
.Brand_center .Brand_center_list ul li{width:11.5%;margin-left:1%;margin-bottom:30px;position: relative;}
.Brand_center .Brand_center_list ul li .img{height:56px;display: flex;align-items: center;justify-content: center;}
.Brand_center .Brand_center_list ul li .border_box{border:1px solid #fff;padding:10px;}
.Brand_center .Brand_center_list ul li .border_box .logo-empty{background: #F9FAFB;}
.Brand_center .Brand_center_list ul li .img img{max-height:100%;}
.Brand_center .Brand_center_list ul li .tit{margin-top:10px;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.Brand_center .Brand_center_list ul li .tctit{position: absolute;white-space: nowrap;min-width: 30px;padding: 4px 8px;color: #fff;text-align: left;text-decoration: none;word-wrap: break-word;background-color: rgba(64, 64, 64, 0.85);border-radius: 0;box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);position: absolute;left:50%;transform: translateX(-50%);bottom:110%;opacity: 0;visibility: hidden;transition: all .3s .1s;}
.Brand_center .Brand_center_list ul li .tctit::before{content:'';display: block;border-top:5px solid rgba(64, 64, 64, 0.85);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid transparent;position: absolute;top:100%;left:50%;transform: translateX(-50%);}
.Brand_center .Brand_center_list ul li:hover .tctit{opacity: 1;visibility: visible;}
.Brand_center .Brand_center_list ul li:hover .border_box{border:1px solid #005bac;}



/* 新首页 */
.hone_title{ display:-webkit-flex; display:flex; width:100%;height:45px;border-bottom:2px solid #151515;margin: 0 auto;overflow: hidden}
.hone_title .title_h1{height:45px;line-height:45px;font-size:22px;text-align:left; font-weight:500;}
.hone_title .title_p{text-align:center;line-height:52px;height:45px;font-size:14px;color:#aaa;float:left;margin-left: 10px}

.hone-one{ padding:15px 0 0;}
.hone-one .filter-list{ margin:25px 0 0; display:-webkit-flex; display:flex;}
.hone-one .filter-list .item img{ max-width:100%; display:block;}

.hone-two{ padding:15px 0;}
.hone-two .electrical{ margin-top:15px; display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content:space-between;}
.hone-two .direction-let{ width:234px;}
.hone-two .direction-let .left_img img{max-width:100%; display:block;}
.hone-two .direction-let ul{ padding:5px 0; background:#f5f5f5; margin-bottom:10px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
.hone-two .direction-let ul li{ padding:5px 0; width:50%; padding-left:20px; box-sizing:border-box;}
.hone-two .direction-let ul li a:hover{color:#ff1f4e;text-decoration:underline;}
.hone-two .direction-rig{ width:calc(100% - 250px);}
.hone-two .direction-rig ul{ display:-webkit-flex; display:flex; flex-wrap:wrap;}
.hone-two .direction-rig li{ width:23.633%; margin-right:1.5%; margin-bottom:1.5%; border:1px solid #eee}
.hone-two .direction-rig li:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);}
.hone-two .direction-rig li a{padding:15px; display:block; box-sizing:border-box;}
.hone-two .direction-rig li .pic{width:100%;height:170px;display:-webkit-flex; display:flex; align-items:center; justify-content:center;}
.hone-two .direction-rig li .tit{font-size:12px; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.hone-two .direction-rig li .price{color:#f05378; margin:5px 0 0;}
.hone-two .direction-rig li img{ max-width:100%; max-height:100%; display:block;}
.hone-two .direction-rig li:nth-child(4n){ margin-right:0;}