body { margin: 0px auto; padding: 0px; font-size: 14px; line-height: 24px; color: #333; font-family: Microsoft YaHei; overflow-x: hidden; }
body{--main-color:#1A5F9E; }
div { margin: 0px; padding: 0px; }
span, p { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i { font-style: inherit; font-weight: inherit; }
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { font: 14px/1.5 "Microsoft YaHei"; font-size: 14px; color: #1b2229; min-width: 1200px }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul, ol, li { list-style: none; }
dl, dt, dd, ol, ul, li { margin: 0px; padding: 0px; list-style: none; }
img { border: none; vertical-align: middle; }
a { text-decoration: none; color: #1b2229; transition: all 0.6s; }
a:hover { transition: all 0.6s; }
b { font-weight: normal; }
table { border-collapse: collapse; }
tr, td { padding: 0 !important; }
input, textarea { outline: none; border: none; }
textarea { resize: none; overflow: auto; }
.fl { float: left }
.fr { float: right }
.tl { text-align: left; }
.tc { text-align: center }
.tr { text-align: right; }
.cl, .clear { clear: both; }
.ov { overflow: hidden; }
.db, .lb, .dd { font-size: 0; }
.db>div, .lb>li, .dd>dl { display: inline-block; vertical-align: top; }
em, .em, i { text-transform: uppercase; font-family: arial; vertical-align: top; display: block; }
.ellipse { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inline { display: inline-block; *display: inline;
*zoom: 1;
}
:focus { outline: none; background-color: transparent; }
::selection { background: var(--main-color); color: #fff; }
.clearfix:after { display: block; clear: both; content: ""; visibility: hidden; height: 0; }
.clearfix { zoom: 1; }
/*定义版面统一宽度*/
.box { width: 100%; margin: 0 auto; overflow: hidden; }
.w1400 { width: 1680px; margin: 0 auto; }
.w1500 { width: 100%; margin: 0 auto; overflow: hidden; max-width: 1500px; }
.w1500max { margin: 0 auto; max-width: 1680px; }
/*距离*/
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.top30 { margin-top: 30px; }
.top40 { margin-top: 40px; }
.top50 { margin-top: 2%; }
.top60 { margin-top: 60px; }
.top70 { margin-top: 70px; }
.top80 { height: 80px; }
.top90 { margin-top: 90px; }
.top100 { margin-top: 100px; }
/*head*/
.bj{position: relative;width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    height: 120px;
    background-color:var(--main-color);
    display: flex;
    justify-content: space-between;
    align-items: center;}
.head{height: 120px; width: 80%;}

/*logo*/
.logo{height:120px;}
.logo a{display: flex;justify-content: space-between;height: 100%;align-items: center;}

.head_r{display: flex;justify-content: space-between;height: 100%;align-items: center;}
.head_tel{margin-left: 130px;}
.ali{margin:0 40px;}

/*导航*/
.head_nav .dropmenu {
    position: absolute;
    top: 150%;
    max-height: 0;
    transition: all .3s ease;
    width: 190%;
    left: -32px;
    z-index: 99;
    transition: all .3s ease;
    background: #f9f9f9;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
}
.head.on .head_nav .dropmenu {
    top: 89%;
}
.head_nav .dropmenu a {
    display: block;
    line-height: 46px !important;
    text-align: center;
    font-size: 14px !important;
    color: #666 !important;
    transition: all .5s ease;
    border-bottom: 1px #eee solid;
}
.head_nav {display: flex;align-items: center;width: 100%;}
.head_nav>ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.head_nav>ul>li+li {padding-left:40px;}
.head_nav>ul>li:before {content:'';width: 0%;height: 120px;background: var(--main-color);left: 0;bottom: 0px;transition: 0.5s;z-index: 0;opacity: 0;}
.head_nav>ul>li:hover:before, .head_nav>ul>li.cur:before { width:100%; transition: 0.5s;opacity: 1;}
.head_nav>ul>li:hover>a,.head_nav>ul>li.cur>a{color:#F8F9FA;font-weight:bold;}
.head_nav>ul>li:nth-child(5) .fl_box li a:nth-last-child(-n+2):before{left: 26px;}
.head_nav>ul>li>a {font-size: 16px;height: 120px;color: #fff;display: block;text-align: center;line-height: 120px;position: relative;z-index:2;}
.head_nav li a i {color: #999;font-size: 12px;text-transform: uppercase;padding: 5px 0 0;font-weight:  lighter;}
.head_nav>ul>li>a:after {content:'';width: 0;height: 0;position: absolute;left: 4px;top: -28px;background: #f8f8f8;border-radius:50%;overflow:  hidden;transition: 0.5s;opacity:0;z-index: -2;transform: scaleX(0);padding: 46%;display: none;}
.head_nav>ul>li:hover a:after, .head_nav>ul>li.cur a:after {opacity:1;transform: scaleX(1);}

.head_nav>ul>li:hover>dl {opacity: 1;visibility: visible;top: 100%;padding: 0 2%;}
.head_nav>ul>li>dl {height: 1850px;position: absolute;width: 100%;display: block;z-index: 100;background: rgba(0,0,0,0.9);left: 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);opacity: 0;visibility: hidden;transition: all 0.5s;}
.nav>ul>li>dl>dd { display: block;overflow: hidden;margin: auto;}
.fl_box {width: 100%;overflow: hidden;}
.fl_box li {line-height: 40px;float: left;width: calc((100%)/4);padding: 3%; }
.fl_box li+li {}
.fl_box li a {font-size: 14px;color: #fff;position: relative;text-align: left;line-height: 35px;display: block;}
.fl_box li a:hover { color: #1369b2;}
.fl_box li a:hover:before { border-color: var(--main-color);}
.fl_box li:nth-child(6) { margin-left: 0}
.fl_box li dt {margin-top: 5px; padding-left: 20px;}
.fl_box li dt a { font-size: 15px;color: #999;}
.fl_box li dt a:before {border-color: #a9a9a9;}
head_nav .news_div_item_date {display: flex;}
head_nav .news_div_item_year, head_nav .news_div_item_month,head_nav .news_div_item_day {color: #666; font-size: 16px;line-height: 20px;}
.nav>ul>li:hover>dl { opacity: 1; visibility: visible; top: 98%;}
.com_bo { width: 100%;color: #666; line-height: 25px; overflow: hidden;text-align: left; font-weight: 100;}
.fl_box ul {display: flex;justify-content: center;}
.fl_box li dl {display: none;}

.tel { }
.tel img { vertical-align: text-bottom; margin-right: 10px; }
.tel span { font-size: 30px; color: #FFF; font-weight: bold; font-family: "Arial"; }
.sp_bg { width: 100%; height: auto; background-color: #d7d6d6; padding-bottom: 60px; }
.cjz2 { }
.sousou { width: 340px; position: absolute; top: 120px; right: 0px; background: #fff; border-radius: 10px; padding: 10px 20px 25px 10px !important; z-index: 9999; }
.hot_right { float: right; margin-top: 15px; }
.hot_right .search_2 { float: left; }
.hot_right .search_2 input { border: none; height: 31px; background: #f5f5f5; border-radius: 30px 0 0 30px; padding-left: 20px; width: 280px; font-size: 14px; color: #979797; }
.hot_right .search_tu { float: left; height: 31px; background: #f5f5f5; border-radius: 0 30px 30px 0; width: 30px; }
.hot_right .search_tu input { margin-top: 6px; }
.hot_left { padding-top: 15px; padding-left: 15px; }
.hot_left a { padding-right: 14px; font-size: 14px; line-height: 30px; color: #666; }
.hot_left a:hover { color: #116a8c; }


/*视频*/
.gys_wen { width: 100%; height: 100%; margin: 0 auto; padding-top: 60px; max-width: 1680px; }
.vide_c { position: relative; width: 100%; padding: 2%; }
.vide_c>i { height: 100%; background: url() no-repeat center; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.4) 0px 35px 28px -23px; border-style: solid; border-color: #e5e5e5; }
.vide_c i img { height: 100%; width: 100%; }
.vide_c>video { height: 700px; width: 100%; border-radius: 12px; }
.vide_c>span { display: block; z-index: 3; top: 50%; left: 50%; position: absolute; margin-top: -50px; margin-left: -50px; }
/*产品*/

.prod { max-width: 1680px; margin: auto; }
.prod_list { margin-bottom: 35px; }
.prod_list table { width: 100%; }
.prod_list tr { width:19.5%; height: 140px; display: block; float: left; background: var(--main-color); margin-left:10px;  border-radius:12px; }
.prod_list tr td { width: 100%; height: 70px; display: block; text-align: center; margin-top:25px; }
.prod_list tr td b { font-weight: 400 !important; }
.prod_list tr td a { width: 100%; height: 60px; display: block; line-height: 60px; font-size: 18px; text-align: center; color: #fff !important; transition: 0.3s ease all; }
.prod_list tr:nth-child(n+6) { border-top: 1px solid #eee; }
.prod_list tr:nth-child(5n+1) { margin-left:1px;  }
.prod_list tr.on { background: #333842; }
.prod_list tr.on a { color: #fff !important; }
.prod_box td { padding-left: 0px !important; width: 18.4%; display: block; float: left; margin-bottom: 10px; }
.prod_box td+td { margin-left: 2%; }
.prod_box td img { width: 100%; transition: 0.3s ease all; height: auto; }
.prod_box td>a { width: 100%; height: 100%; display: block; overflow: hidden; border: 1px solid #eee; background: url() center no-repeat; }
.prod_box td:hover img { transform: scale(1.1); }
.prod_box td span, .prod_box td span a { width: 100%; height: 60px; display: block; }
.prod_box td br { display: none; }
.prod_box td:hover span a { color: #1369b2; }
.prod_box td span a { font-size: 16px; color: #666; line-height: 60px; }
.ys_bg { width: 100%; height: auto; background: url(https://memberpic.114my.com.cn/szweihe/uploadfile/image/20221103/20221103115532_315224335.png) center no-repeat; margin-top: 5%; padding-bottom: 5%; }
.bt_t { text-align: center; font-size: 18px; line-height: 52px; }
.bt_t strong { font-size: 45px; font-weight: bold; color: #212529; display: block; }
.bt_t strong span { color: #1369b2; }
/*解决方案*/
.Requirement { overflow: hidden; }
.RequirementCon { margin-top: 0px; position: relative; }
.RequirementBox { text-align: center; margin-top: 0px; margin-bottom: 2%; }
.RequirementBox ul li { display: inline-block; *display: inline;
*zoom: 1;
width: 25%; text-align: center; margin: 0 0.3%; }
.RequirementBox ul li span { width: 100%; display: block; overflow: hidden; }
.RequirementBox ul li span img { width: 100%; display: block; transition: .8s; position: relative; top: 0; border-radius:5px;}
.RequirementBox ul li p { font-size: 20px; color: #3a3a3b; margin-top: 6.4%; font-weight: lighter; }
.RequirementBox ul li.on p { color: #1369b2; font-weight: bold; }
.RequirementText dl { margin: auto; width: 92%; }
.RequirementText dl dt { width: 50%; overflow: hidden; }
.RequirementText dl dt img { display: block; width: 100%; transition: .8s; border-radius: 0px; }
.RequirementText dl dd { width: 50%; background-color: #fff; height: auto; }
.RequirementText dl dd h3 { color: #1369b2; font-size: 38px; margin: 1.5% 0 0 0; line-height: 38px; margin-left: 8%; margin-top: 10%; font-weight:bold;}
.RequirementText dl dd h3 b { display: block; color: #1369b2; margin-left: 8%; }
.RequirementText dl dd p { font-size: 17px; font-weight: lighter; color: #000000; line-height: 33px; margin-bottom: 5%; margin-left: 8%; width: 85%; height: 170px; }
.RequirementText dl dd i { width: 120px; height: 2px; display: block; background-color: #;
margin-top: 1%; margin-bottom: 5%; margin-left: 8%; }
.RequirementBox i { width: 58px; height: 58px; display: block; cursor: pointer; overflow: hidden; top: 257%;/* margin-top: -29px; */ position: absolute; margin-left: 50px; }
.RequirementBox i img { width: 58px; height: 58px; display: block; }
.RequirementBox i.prev { border: solid 1px #fff; background: #fff url(../images/hprev.png) no-repeat center; border-radius: 50%; width: 56px; height: 56px; position: absolute; left: 100px; }
.RequirementBox i.next { border: solid 1px #fff; background: #fff url(../images/hprev.png) no-repeat center; border-radius: 50%; width: 56px; height: 56px; position: absolute; right: 100px; }
.RequirementBox i.next { transform: rotate(180deg); }
.RequirementBox i.prev:hover, .RequirementBox i.next:hover { border: solid 1px #1369b2; background: #1369b2 url(../images/prev1.png) no-repeat center; }
.RequirementText dl dd a { display: block; width: 150px; border-radius:5px; height: 40px; line-height: 40px; background: var(--main-color); color: #fff; font-size: 17px; text-align: center; transition: 0.3s ease all; margin-left: 8%; margin-bottom: 10%; }
.RequirementText dl dd a:hover { width: 220px; }
.hez_bg { width: 100%; height: auto; background:#001125 url(https://memberpic.114my.com.cn/szweihe/uploadfile/image/20260119/20260119113244_216221899.png)no-repeat bottom; margin-top: 0px; padding-bottom:5%; }
.hez_m { margin: 0 auto; text-align: center; width: 100%; margin-top: 2%; }
/*企业形象*/

/*news*/
.news_bc { padding: 0px 0 40px; background: #f8f8f8; padding-top: 80px; }
.new_con { padding: 0px 1% 1%; margin-top: 00px; }
.new_nav { display: flex; justify-content: center; margin-bottom: 20px; }
.new_nav a { width: 266px; height: 72px; display: flex; align-items: center; background: #e6ecf7; justify-content: center; font-size: 22px; font-weight: bold; }
.new_nav li:nth-child(2) a { background: #d9e4f7; }
.new_nav a span { font-weight: normal; font-size: 22px; margin-right: 13px; }
.new_nav li.on a { background: #1369b2; color: #fff; }
.new_nav li.on a span { color: #fff; }
.new_ic .news_div { display: flex; flex-shrink: 0; width: 100%; justify-content: space-between; padding: 20px; }
.new_ic { display: flex; transition: all .5s; }
.new_c { overflow: hidden; }
img.news_div_item_image { width: 100%; }
.new_ic .news_div_item { display: flex; flex-direction: column-reverse; padding: 30px 30px 42px 30px; background: #fff; width: 24%; transition: all .5s; }
.new_ic .news_div_item:hover { box-shadow: 1px 1px 20px rgba(0,0,0,0.15); transform: translateY(-5px); }
.new_ic .news_div_item_a { display: block; font-size: 20px; font-weight: bold; position: relative; padding-left: 34px; margin: 42px 0 27px; overflow: hidden; width: 100%; height: auto; }
.new_ic .news_div_item:hover .news_div_item_a { color: #1369b2; }
.new_ic .news_div_item_a:after { position: absolute; content: "\e66f"; font-family: "iconfont"; top: 0; left: 0; font-weight: normal; font-size: 20px; color: #1369b2; }
.new_ic .news_div_item+.news_div_item { }
.new_ic .news_div_item_body { font-size: 16px; color: #666; line-height: 32px; height: 96px; overflow: hidden; }
.new_ic .news_div_item:hover .news_div_item_body { color: #444; }
.new_ic .news_div_item_date { display: flex; position: relative; padding-left: 24px; margin-top: 25px; justify-content: flex-end; }
.new_ic .news_div_item_date * { font-size: 18px; color: #979797; }
.new_ic .news_div_item_date:after { position: absolute; content: "\e643"; font-family: "iconfont"; color: #979797; top: 2px; right: 105px; font-size: 16px; }
.new_ic .news_div_item_pic a { display: block; position: relative; }
.new_ic .news_div_item_pic a:after { position: absolute; content: "\e66e"; font-family: "iconfont"; bottom: -243px; left: 0; font-size: 16px; color: #666; }
.new_ic .news_div_item_pic a:before { position: absolute; content: "查看详情"; bottom: -243px; left: 25px; font-size: 16px; color: #979797; }
.bq_bg { width: 100%; overflow:hidden;  background: #121621; margin-top: 00px; }
.lxs { height: 116px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 2% 0; }
.lx img { margin-right: 22px; }
.lx { font-size: 18px; color: #FFF; display: flex; justify-content: space-between; align-items: center; }
.lx strong { font-size: 40px; color: #1369b2; font-family: "Arial"; font-weight: bold; }
.dh { display: flex; justify-content: space-between; align-items: center; width: 55%; }
.dh li a { font-size: 16px; color: #FFF; }
.dh li a:hover { color: #1369b2; }
.bqwz { font-size: 15px; color: #FFF; line-height: 36px; width: 55%; }
.bqwz a { font-size: 15px; color: #FFF; }
.bqwz a:hover { color: #1369b2; }
.lxx { display: flex; justify-content: space-between; align-items: center;  padding: 2% 0; }
.ewm { width: 18%; display: flex; justify-content: space-around; align-items: center;text-align: center; }
.prod_bg{ padding-top:5%;}
.yzc_pro { text-align: center; display: flex; background-color: #454545; margin-top: 5%; }
.yzc_pro h3 { font-size: 40px; color: #fff; line-height: 70px; font-weight: bold; }
.yzc_pro p { font-size: 16px; color: #fff; line-height: 30px; margin-top: 12px; }
.yzc_pro a { font-size: 18px; line-height: 40px; color: #333; }
.yzc_pro_c { width: 50%; padding-top: 100px; padding-bottom: 99px; }
.yzc_a { background-color: #fff; width: 210px; margin-top: 25px !important; margin: 0 auto; }

.news_tab ul { display: flex; justify-content: center; margin-top: 40px; }
.news_wz { height: 48px; line-height: 36px; }
.news_wz b { font-size: 26px; }
.news_wz span { font-size: 24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial; }
.news_wz em { font-size: 16px; font-weight: 200; display: block; color: #999; }
.news_tab li { float: left; background: var(--main-color); box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; border-radius: 30px; display: flex; align-items: center; justify-content: center; }
.news_tab li+li { margin-left: 19px; }
.news_tab li a { font-size: 18px; font-weight: 100; display: block; color: #FFF; }
.news_tab li.cur { color: #fff; background: #333842; box-shadow: 0px 0px 10px #eee; width: 171px; height: 42px; line-height: 42px; }
.news_tab li.cur a { color: #fff; }
 @media screen and (max-width: 1366px) {
.RequirementText dl dd p { font-size: 14px; line-height: 20px; height: 103px; }
.RequirementText dl dd i { margin-bottom: 2% }
.RequirementText dl dd h3 { font-size: 28px; }
}
 @media screen and (max-width: 1366px) {
.jj_bg strong font { font-size: 40px; }
.jj_bg span { font-size: 23px; }
.jj_bg p { font-size: 14px; line-height: 22px; }
}
.hez_m img { width: 80%; height: auto; }
 @media screen and (max-width: 1366px) {
.num_c li p b { padding-left: 0%; }
.num_c li span { padding-left: 18%; }
.num_c li p i { right: 17% }
}
 @media screen and (max-width: 1366px) {
.yzc_as { height: 503px !important; }
.focus { height: 503px !important; }
}


#flash_bg {width: 100%;background-color: #d7d6d6;padding-bottom: 60px;}

.focus {width:100%; height:670px; overflow:hidden; position:relative;margin:2%;}
.focus ul {height:4000px; position:absolute;margin: 0;padding: 0;}
.focus ul li {float:left; width:100%; height:4000px; overflow:hidden; position:relative;}
.focus ul li div {position:absolute; overflow:hidden;}
.focus .btnBg {position:absolute; width:100%; height:20px; left:0; bottom:0; display:none;}
.focus .btn {position:absolute; width:100%; height:23px; padding:0px 10px 0px 10px; right:0; bottom:50px; text-align:center;}
.focus .btn span {display:inline-block; _display:inline; _zoom:1; width:18px; height:18px; line-height:19px; text-align:center;
                 _font-size:0; margin-left:15px; cursor:pointer; background:#fff;border-radius: 12px;}
.focus .btn span.on {background:#fff;}
.focus .pre {left:0;}
.focus .next {right:0; background-position:right top;}
.focus .preNext {width:45px; height:100px; position:absolute; top:285px;
                 background:url(https://memberpic.114my.com.cn/szweihe/uploadfile/image/20230228/20230228102031_1773148196.png) no-repeat 0 0; cursor:pointer;}
.focus .pre{left:0;}
.focus .next{right:0; background-position:right top;}


.yzc_hdp {width: 100%;height: 100%;margin: 0 auto;padding-top: 60px;max-width: 1680px;}
.vidc_hdp {position: relative;width: 100%;display: flex;}
.vidc_hdp:before {content: "";width:95%;height:95%;background-color:#d7d6d6;box-shadow:rgb(0 0 0 / 40%) 0px 35px 28px -23px; position:absolute;margin: 0 auto; left: 0; right: 0;}
.yzc_as {height: 100%;background: url() no-repeat center;border-radius: 12px;box-shadow: rgb(0 0 0 / 40%) 0px 35px 28px -23px;border-style: solid;border-color: #e5e5e5;
         height:670px;}

.yzc_as  img{width:100%;}


 @media screen and (max-width: 1366px) {
.head_nav>ul>li+li {     padding-left: 30px; }
.head{width: 70%;}
}

 @media screen and (max-width: 1366px) {
.new_ic .news_div_item_body{ font-size:14px;}
.new_ic .news_div_item_a{ font-size:16px;}
.new_ic .news_div_item_pic a:before { position: absolute; content: "查看详情"; bottom: -243px; left: 25px; font-size: 14px; color: #979797; }
.new_ic .news_div_item_date *{ font-size:16px;}
.new_ic .news_div_item_date{margin-top: 6px;}
}

.ewm img{ width:120px; padding:5px; background:#fff;}
.ewm li span{ display:block; font-size:16px; color:#FFF;}


/* aa */
section {display: block;}
.indexTle strong {font-size: 2vw;color: #111111; line-height: 1.2;margin-bottom: 1.5rem; display: block;color: #07549a;}
.indexTle strong span {display: block; padding-bottom: 2%; font-family: Har;color: #333;}
.indexTle .text {font-size: 0.96vw;color: #333; line-height: 1.5; padding-bottom:1.2%;}
.indexOne {padding:5% 0 5% 0;}
.indexOne .box {display: flex; justify-content: space-between; align-items: center;}
.indexOne .le {width: 46%;}
.indexOne .le ul {padding: 1.8rem 0 1.2rem 0; border-top: 2px solid #DCDCDC; border-bottom: 2px solid #DCDCDC; margin: 1.6rem 0;}
.indexOne .le ul {display: flex; justify-content: space-between;}
.indexOne .le ul li span {color: #666666; padding-bottom: 4%; display: block;}
.indexOne .le ul li .counter {font-size: 3rem;font-weight: 700;color: #1369b2;  line-height:3rem; font-family: neu;}
.indexOne .le ul li em {font-size: 1.18rem;color: #333333;}
.indexOne .le ul li i {font-style: normal;font-size: 1.18rem;color: #333333;}
.indexOne .le ul li i sup {font-size: 1.1rem;}
.indexOne .re {width: 44%;}
.indexOne .re .videoBox {position: relative; overflow: hidden;}
.indexOne .re .videoBox > img {width: 100%; max-height: 35rem;    border-radius: 5px;}
.indexOne .re a {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

/*  */
.inMore {width: 8rem; height: 2.52rem;background: #07549a; z-index: 1; border-radius:5px; display: block; display: flex; align-items: center; justify-content: center; transition: 1s; position: relative;}
.inMore span {color: #fff; font-size: 1rem;color: #ffffff; margin-right: 20%; transition: .5s; position: relative; z-index: 1;}
.inMore img {position: relative; left: 0; transition: .5s;}
.inMore:hover img {left: 5%;}
/* .inMore:hover {border-radius: .5rem;} */
.inMore:hover {background: none; transition-delay: .1s;}
.inMore::before {content: "";  z-index: 0;   display: block;width: 0%;height: 100%;background-color: #333;position: absolute; left: 0;bottom: 0;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;margin: auto;}
.inMore:hover:before { width: 100%;}
.gyc{max-width:88%;margin:0 auto;min-width:1200px;width:100%}

.aboutbot{margin-top:92px}
.aboutbot,.aboutbot ul{width:100%;overflow:hidden}
.aboutbot ul li{width:33%;height:130px;overflow:hidden;background:linear-gradient(to top,#1369b2,#1976d2) ;float:left;margin-right:0.5%;border-radius:10px;padding-left:40px;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease}
.aboutbot ul li:last-child{margin-right:0}
.aboutbot ul li h5{overflow:hidden;font-size:26px;line-height:130px;color:#fff;font-weight:normal;padding-left:70px;float:left}
.aboutbot ul li i{overflow:hidden;float:right;margin-top:59.5px;margin-right:46px;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease}
.aboutbot ul li a{width:100%;height:100%;display:block}
.aboutbot ul li:first-child h5{background:url(https://memberpic.114my.com.cn/szweihe/uploadfile/image/20260119/20260119144115_270220124.png) no-repeat left center}
.aboutbot ul li:nth-child(2) h5{background:url(https://memberpic.114my.com.cn/szweihe/uploadfile/image/20260119/20260119144038_1598858428.png) no-repeat left center}
.aboutbot ul li:nth-child(3) h5{background:url(https://memberpic.114my.com.cn/szweihe/uploadfile/image/20260119/20260119144136_1580440262.png) no-repeat left center}
.aboutbot ul li:hover,.aboutbot ul li.cur{background:#333842}
.aboutbot ul li:hover i{margin-right:36px}