*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;}
body{font-size: 14px;min-width: 1300px;}
a{text-decoration: none;font-size: 14px; color: #333;}
em,i{display: block;font-style: normal;}
li{list-style: none;}
:focus{ outline: none;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
:focus{ outline: none;}
.gy{max-width: 1400px;margin: 0 auto;min-width: 1300px;width:100%;}
@media screen and (max-width:1600px){
.gy{width:calc(100% - 100px);}
}
.top40{margin-top:40px;}
.top70{margin-top:70px;}

@font-face {
  font-family: 'iconfont'; 
  src: url('//at.alicdn.com/t/c/font_4720267_fwgaxcpxthv.woff2?t=1731306860276') format('woff2'),
       url('//at.alicdn.com/t/c/font_4720267_fwgaxcpxthv.woff?t=1731306860276') format('woff'),
       url('//at.alicdn.com/t/c/font_4720267_fwgaxcpxthv.ttf?t=1731306860276') format('truetype');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}



@font-face { 
        font-family: 'D-DIN-Bold'; src: 
       url('https://cdn.114my.com.cn/font/lcw/D-DIN-Bold.ttf') format('truetype')
}




/*bt*/
.one_title{text-align: center;margin-bottom:40px;}
.one_title p{font-size:44px; font-weight: bold;}
.one_title p b{color:#0863b8;}
.one_title span{display: inline-block;font-size:17px;color:#999;margin-top:12px;position:relative;}
.one_title span i{width:12px;height:12px;position:absolute;top:calc(50% - 6px);}
.one_title span i:first-child{left:-20px;}
.one_title span i:last-child{right:-20px;}
.one_title span i:before,.one_title span i:after{content:'';position:absolute;}
.one_title span i:before{width:5px;height:2px;background:#999;top:calc(50% - 1px);}
.one_title span i:after{width:8px;height:8px;border-radius:100%;border:2px solid #999;left:0;top:0;}
.one_title span i:first-child:before{left:-10px;animation:oneTitleBefore infinite 3s linear;}
.one_title span i:last-child:before{right:-10px;animation:oneTitleAfter infinite 3s linear;}


.bt1{text-align: center;margin-bottom:40px; color:#fff;}
.bt1 p{font-size:44px; font-weight: bold;}
.bt1 span{display: inline-block;font-size:17px;color:#fff;margin-top:12px;position:relative;}
.bt1 span i{width:12px;height:12px;position:absolute;top:calc(50% - 6px); border:2px solid #fff; border-radius:100%;}
.bt1 span i:first-child{left:-20px;}
.bt1 span i:last-child{right:-20px;}
.bt1 span i:before,.one_title span i:after{content:'';position:absolute;}
.bt1 span i:before{width:5px;height:2px;background:#fff;top:calc(50% - 1px);}
.bt1 span i:after{width:8px;height:8px;border-radius:100%; border:2px solid #fff; left:0;top:0;}
.bt1 span i:first-child:before{left:-10px;animation:oneTitleBefore infinite 3s linear;}
.bt1 span i:last-child:before{right:-10px;animation:oneTitleAfter infinite 3s linear;}






.bt{float:left; width:91%;}
.bt b{margin:0 auto;padding-bottom:0;padding-left:0px;width:1400px;color:#333;font-size:40px;line-height:40px;font-weight:bold}
.bt p{margin:0 auto;padding-left:0px;width:1400px;color:#999;font-size:18px;line-height:42px; font-weight:normal;}
.bt p:after{display:block;width:80px;height:5px;background:#0863b8;content:"";margin-top:10px;}



@keyframes oneTitleBefore{
  0%{width:5px;left:-10px;}
  25%{width:1px;left:0px;}
  50%{width:5px;left:-10px;}
  75%{width:15px;left:-20px;}
  100%{width:5px;left:-10px;}
}
@keyframes oneTitleAfter{
  0%{width:5px;right:-10px;}
  25%{width:1px;right:0px;}
  50%{width:5px;right:-10px;}
  75%{width:15px;right:-20px;}
  100%{width:5px;right:-10px;}
}

/*header*/
.head_bc:hover {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    background: #fff;
    transition: .5s;
}
.head_bc.on {position: fixed;transition: .5s; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);background:#fff;height: 110px;top: 0;}
/*.head_bc.on .hea_cc>ul>li>a { height: 72%;}*/

.head_bc{display: flex; justify-content: space-between;align-items: center; position: relative;width: 100%;margin: 0 auto; z-index: 999;transition: .5s;border-bottom: 1px rgba(255,255,255,0.3) solid; height:111px;}
/*.head_bc:hover .hea_cc>ul>li>a { height: 72%;transition: .5s;}*/

.head_c{display: flex;justify-content: space-between;height: 110px;align-items: center;padding:0 3%;width: 100%;transition: .5s; position: relative;}
.hea_cc{display: flex; align-items: center; justify-content: space-between; width: 70%; height: 100%;}
.hea_cc>ul{display: flex; width: 74%; justify-content: space-between; height: 100%; align-items: center;}
.hea_lc>a{display: flex; align-items: center;}
.hea_lc b{display: block; font-size:30px;letter-spacing:2px;font-family: "微软雅黑";}
.hea_lc i{font-size:16px; margin-top: 10px;display: flex; align-items: center;color:#555;}
.hea_lc img{width: 62px;}
.hea_lc i em{margin-left:3px;}
.hea_lc>a>p{margin-right: 15px;}
.hea_lc>a>p img {
    height: auto;
}
.hea_cc>ul>li>a{font-size: 17px; position: relative; height: 100%; display: flex; align-items: center;position: relative;}
.hea_cc>ul>li.on>a,.hea_cc>ul>li:hover>a{font-weight: bold;color:#0863b8;}
.hea_cc>ul>li>a:after{position: absolute; content: ""; width: 100%; height: 3px; background: #0863b8; bottom: -1px; left: 0; transition: .5s; transform: scaleX(0);}
.hea_cc>ul>li:hover>a:after,.hea_cc>ul>li.on>a:after{transform: scaleX(1);}
.hea_cc>ul>li{height: 100%; display: flex; align-items: center; }
.hea_cc>ul>i{font-size:14px;color:#ccc;}
.hea_pho{position: relative; height: 100%; display: flex; align-items: center;}
.hea_pho>span{width: 36px; height: 36px; border-radius: 100%;background:#0863b8; text-align: center; line-height: 35px; font-size: 18px;color:#fff;}
.hea_pho:hover>p{transform: rotateX(0);}
.hea_tel{margin-left:6px;}
.hea_tel>p{font-size: 24px; font-family: 'D-DIN-Bold';font-weight: bold;position:relative;color:#0863b8;}
.hea_tel>p+p{margin-top:1px;}
.hea_tel>p b{display:block;padding:6px 10px;background:#0863b8;position:absolute;top: 0;right: 0;transform: translateX(0);font-size:14px;font-weight:normal;color:#fff;opacity:0;transition:all 0.5s;}
.hea_tel>p:hover b{opacity:1;transform: translateX(110%);}

@media screen and (max-width:1400px){
  .hea_lc>a>p{margin-right: 20px;}
  .hea_lc b{font-size: 25px;}
  .hea_lc i{letter-spacing: 0px; padding-top:2px;font-size: 13px;}
.hea_cc>ul>li>a{font-size: 15px;}
  .hea_lc em{display:none;}
  .hea_lc>a>p img{width:56px;}
  .hea_cc{width: 66%;}
  .hea_cc>ul{width: 76%;}
  .hea_tel>p{font-size: 20px;}
}
.head_seek{position:relative;}
.head_seek i{display:flex; width:36px; height:36px; font-size:18px; line-height:18px; color:#fff; cursor:pointer; border-radius:50%; background:#0863b8; justify-content:center; align-items:center;}

.seek_box{position:absolute; right:-228px; top:27px; z-index:2; padding-top:47px; visibility:hidden; opacity:0; transition:all 0.6s;}
.seek_box dl{padding:40px 30px; background:#6a6b6b; transform:rotateX(90deg); transform-origin:top; transition:all 0.6s;}
.seek_box dt,.seek_box dt a{font-size:14px; line-height:14px; color:#fff; white-space:nowrap;}
.seek_box dd{margin-top:10px; border:1px solid #fff;}
.seek_box dd form{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.seek_box dd input{border:none; outline:none; background-color:transparent;}
.seek_box dd #seekframe{width:95%; padding:0 13px; box-sizing:border-box; line-height:36px; color:#b5b5b5;}
.seek_box dd .seekfind{width:5%; font-size:20px; line-height:36px; color:#fff; cursor:pointer;}
.head_seek:hover .seek_box{visibility:visible; opacity:1;}
.head_seek:hover .seek_box dl{transform:rotateX(0deg);}



/*下拉*/
.hea_cc>ul>li>dl {position: absolute; overflow:hidden;width:70%;display:block; z-index:10000; padding:20px; background:#fff ;  transition: all 0.3s;left: 50%;padding:40px;visibility: hidden;top: 110px;box-shadow: 0 0 10px rgba(0,0,0,0.1);     transform: translateX(-50%);}
.hea_cc>ul>li>dl>dd {display:block;overflow:hidden;margin: auto;}
.nav_xl1 li{width:calc(100%/3);float:left;padding:0 30px;height:285px !important;}
.nav_xl1 li p{font-size:20px;text-align:center;color:#d0b393;display:block;line-height:50px;    transition: all 0.3s;}
.xl_bt{width:100%;border-bottom:1px #eee solid; padding-bottom:20px;overflow: hidden;}
.xl_bt p{font-size:28px;color:#333;float:left;font-weight:normal;line-height:40px;}
.xl_bt a{width:120px;height:40px;background:#0863b8;text-align:center;color:#fff;font-size:16px;display: block;float: right;
 line-height: 40px;}
.fl_box .prolist2021_one{padding-bottom:6px; font-weight:500;color:#0863b8;}
.fl_box{width:100%;overflow:hidden;}
.fl_box li{width:calc( (98% - 38px)/5);float:left;margin-top:25px;margin-left:1%;}
.fl_box li a{font-size:16px;color:#333;position: relative;padding-left:20px;text-align: left; line-height: 20px;display: block;}
.fl_box li a:hover{color:#0863b8;}
.fl_box li a:before {content: "";width: 3px;height: 3px;border: 1px #949494 solid; position: absolute; left: 0; top: 6px;border-radius: 50%;}
.fl_box li a:hover:before{border-color:#0863b8;}
.fl_box li dl{margin-top:5px;}
.fl_box li dt{margin-top:5px;padding-left: 0px;}
.fl_box li dt a{font-size:14px;color:#666;}
.fl_box li dt a:before{border-color:#a9a9a9;}
.re{width:100%;overflow:hideen;margin-top:30px;}
.re .rbt{font-size:24px;color:#333;float:left;font-weight:normal;border-left:5px #000 solid;border-left: 5px #0863b8 solid;padding-left: 10px;margin-bottom: 30px;}
.re .t_box{width:100%;overflow: hidden;}
.t_box>.progdwz2021 li {float: left;width:calc((100% - 30px)/4);border-radius:15px;}
.t_box>.progdwz2021 li img{width:100%;height: auto;border: 1px #eee solid;}
.t_box>.progdwz2021 li+li{margin-left:10px;}
.t_box>.progdwz2021 li  a{line-height:40px;}
.t_box>.progdwz2021 li span{display:block;text-align: center;}
.re .t_box>.news_div>.news_div_item {float: left;width: calc((100% - 20px)/2);text-align: left;border: 1px #eee solid;margin-bottom: 20px;box-shadow: 0 0 5px #eee;padding: 20px;}  
.re .t_box>.news_div>.news_div_item+.news_div_item{margin-left:20px;}
.re .t_box>.news_div>.news_div_item:nth-child(3) {margin-left: 0;}
.re .t_box .news_div_item_a {font-size: 16px;line-height: 35px;color: #0863b8; font-weight: bold;}
.re .t_box .news_div_item_body {font-size: 14px;line-height: 23px; color: #666;}
.news_div_item_date {display: flex;}
.news_div_item_year,.news_div_item_month,.news_div_item_day {color: #666;font-size: 16px;}
.hea_cc>ul>li:hover>dl{    opacity: 1;visibility: inherit;}

.com_bo{width:100%;color:#666;line-height:25px;overflow: hidden;text-align: left;}


/*banner*/
.banner{ overflow: hidden; background:#000; }
.banner-box{ min-width:1400px; height:800px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:800px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn { width: 100%; position: absolute; top: -1px; left: -1px; margin-left: 0; height: 800px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:320px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241123/20241123153712_1411017464.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241123/20241123153712_1411017464.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:32px; width: 100%; display: block; }
.banner-box .hd ul { width: 1250px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#0863b8 !important; width: 35px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }


/*pro*/

.prob {padding: 70px 0;overflow: hidden; position: relative; background: #f5f5f5; }
.pro_box {max-width:1400px;margin: 0 auto;min-width: 1300px;}
.pro_con {margin-top: 40px;display: flex;justify-content: space-between;}
.pro_le{width: 280px; background: #f8f8f8;overflow: hidden; }
.pro_le_t{height: 120px;background: #0863b8 url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241123/20241123145618_706514798.png) no-repeat 25px 40px; padding-left: 86px;padding-top: 35px;     border-radius: 20px 20px 0 0;}
.pro_le_t b{font-size: 25px;color: #fff;display: block; line-height: 40px;}
.pro_le_t em{color: rgba(255, 255, 255, 0.4); text-transform: uppercase;     font-size: 12px; letter-spacing: 4px;}
.pro_list{}
.pro_list li dt a {width: 100%; padding-left: 50px;font-size: 15px; display: block; line-height: 40px;    color: #666;  border-bottom: 1px dashed #eee;     position: relative;}
.pro_list li dt a:before {content: '';margin-right: 10px;color: #666; 
    border: 1px solid #ababab;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    display: block;
    position: absolute; top: 15px; left: 30px;}
.pro_list li.on dt:hover a:before{background: #0863b8 }
.pro_list li.on dt:hover a{color: #0863b8 ; }




.pro_list li dl {padding: 0vw 0; visibility: hidden;  height: 0;}
.pro_list li.on dl { padding: 0.5vw 0;visibility: inherit; height: 100%;}
.pro_list table {width: 100%;}
.pro_list::-webkit-scrollbar{width:4px;}
.pro_list::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);}
.pro_list::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}
.pro_list li{width: 100%;display: block;transition: 0.5s; }
.pro_list li.on{transition: 0.5s; background: #fff;}
.pro_list li.on>a:before{transform: rotate(90deg);top:24%;right: 10px;}
.pro_list li>a:before{position:absolute;content: '\e718';transition:0.5s;top: 0%;right:40px;margin-top: 0px;width: 7px;height: 12px; font-family: 'iconfont';}
.pro_list li>a{width: 100%;padding-left:30px;font-size: 17px;display: block;transition: 0.5s;height: 4vw;line-height: 4vw;position: relative;/*border-bottom: 1px #eee solid; */background: linear-gradient(to top, #ebeced, #fff);}
.pro_list li.on>a{    background: #d91219;  color: #fff; }
.pro_ri{width: 1170px; background: #fff;padding:0px;overflow: hidden;}
.pro_cc{width:78%;}
.pro_rc{display: flex;width: 100%;transition:all .5s;}

.pro_item{margin-top: -0px; width: 100%;}
.pro_item{width: 100%;flex-shrink: 0;}
.pro_item ul { display: flex;}
.pro_item ul:nth-child(2){margin-top:0.2%;}
.pro_item ul:nth-child(3) {margin-top:0.2%;}
.pro_item li {width: 33.3%;display: flex;flex-direction: column;align-items: center;overflow: hidden; background:#fff; margin-bottom: 20px;     margin-right: 20px;}

.pro_item li:hover img {transform:scale(1.1);}
.pro_item li:hover span:before {width:100%;}
.pro_item li>a {overflow:hidden; margin:0 0px;}
.pro_item li img {width:100%;height:auto;transition:0.5s;}
.pro_item li span {width: 100%;background: #fff;padding: 22px 45px;border-bottom: 3px solid #eee;position: relative;     text-align: center;}

.pro_item li:hover span { background: #0863b8; transition: 0.5s; }
.pro_item li:hover span a{ color: #fff;}
.pro_item li span:after {content: '\e88e';font-size: 18px;position:absolute;right: 20px;top: 30px;color: #bababa;font-family: 'iconfont';}
.pro_item li span>a {font-size: 16px;}
.pro_item li br {display:none;}



/*adv*/
.adv{ background:url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241125/20241125112452_834640677.jpg) no-repeat center; padding:70px 0;}
.advtab{ margin:35px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.advtab li{ cursor:pointer; position:relative; width:342px; height:133px; background:#fff; border:1px solid #eaeaea; transition:all .3s ease; font-size:30px; color:#333333;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.advtab li em{ display:block; font-size:14px; line-height: 32px;color:#999;}
.advicon{ width:60px; height:55px; margin-right:10px; background:url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241125/20241125162112_2037242669.png) no-repeat left top; transition:all .3s ease;}
.advtab li:nth-child(2) .advicon{ background-position-x:-66px;}
.advtab li:nth-child(3) .advicon{ background-position-x:-163px;}
.advtab li:nth-child(4) .advicon{ background-position-x:-255px;}
.advtab li.on{ background:#c1030a; color:#fff; border-color:#c1030a;}
.advtab li.on em{color:#fff;}
.advtab li.on .advicon{ background-position-y:-67px;}
.advtab li:after{ content:''; display:block; position:absolute; bottom:0px; width:0; height:0; left:0; right:0; margin:0 auto; border-left:10px solid transparent; border-right:10px solid transparent; border-top:15px solid #c1030a; opacity:0; transition:all .3s ease;}
.advtab li.on:after{ opacity:1; bottom:-15px;}
.advcon{ padding:40px; background:#fff; height: 549px;}
.advcon ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.advleft{ width:570px;}
.adv_t{ font-size:36px; color:#333; white-space:nowrap;}
.adv_t em{ display:block; font-size:16px; color:#ccccce; text-transform:uppercase; margin:15px 0 25px 0;}
.adv_t:after{ content:''; display:block; width:37px; height:4px; background:#dedede;}
.adv_wa{ margin:30px 0 60px 0; font-size:16px; color:#888888; line-height:33px; }
.adv_wa p{line-height: 28px; font-size: 15px;}
.adv_wa p+p{ margin-top:30px;}
.adv_tel{text-align:center;width:150px;height:40px;border-radius:50px;margin:auto; transition: all 0.6s;  font-weight:100; /*border:1px #f8f8f8 solid;*/ margin-top:20px; background:rgba(217,17,25,1); float: left;}
.adv_tel:hover{width:180px; transition: all 0.6s; background: #0863b8; color: #fff; border: none;}
.adv_tel a:hover{color:#fff;}
.adv_tel a{font-size:16px;color:#fff;line-height:40px;}


/*case*/
.cas_bc{padding: 100px 0; position: relative; overflow: hidden;background:#eee;}

img.news_div_item_image{width: 100%;}
.cas_ic .divdgweb_new_div_item{width: 698px; flex-shrink: 0; position: relative; margin: 0 2px;  background:#fff;     height: 596px; }
.cas_ic .divdgweb_new_div_item+.cas_ic .divdgweb_new_div_item{margin-left:10px;}
.cas_ic{overflow: hidden; margin: 60px 0 0;}
.cas_ic .divdgweb_new_div_item_content{padding-left: 16px;     position: absolute;  bottom: 20px; left: 12px; width: 650px;}
.cas_ic .divdgweb_new_div_item_a{display: block; font-size: 22px; font-weight: bold; padding-top: 38px; position: relative; padding-bottom:8px;}
.cas_ic .divdgweb_new_div_item_body{font-size: 15px; color: #999; line-height: 27px; height: 86px; overflow: hidden; margin-top: 20px; width: 72%; margin-bottom: 14px;}
.cas_ic .divdgweb_new_div_item_body {
    display: none;
}
.cas_ic .news_div_item_pic:after{content: ''; width: 100%; height: 100%; background: linear-gradient(to top,rgba(32,31,29,0.9), transparent 50%); position: absolute; bottom: 0; left: 0; transition: all .5s; display: none; }
.cas_ic .divdgweb_new_div_item_content{z-index: 2;}

.cas_ic .slick-initialized .slick-slide{display: flex !important;}

.cas_ic .news_div_item_pic{position: relative; padding: 24px;}
.cas_ic .news_div_item_pic>a{display: block; position: relative;}
.cas_ic .news_div_item_pic>a:after{width: 100%; height: 100%; z-index: 999; position: absolute; content: ""; top: 0; left: 0; display: none;}
.cas_ii{display: flex; justify-content: space-between;position: relative;}
.cas_num>span{width: 56px; height: 56px; display: block; background: #ddd; text-align: center; line-height: 56px; cursor: pointer;position: relative; z-index: 1;overflow: hidden;transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59)}
.cas_num>span:hover{color:#fff;}
.cas_num>span:before {content: '';background-color: #0863b8;width: 150%;height: 150%;position: absolute;top: 125%;left: -135%;-webkit-transform: rotate(45deg); transform: rotate(45deg);-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);z-index: -1;}
.cas_num>span:hover:before{top: -25%;left: -25%;}
.cas_num{display: flex;}
.cas_prev{transform: rotate(180deg);}

.cas_next{background: #0863b8 !important; color: #fff; margin-left: 28px;}
.cas_ic .divdgweb_new_div_item_a:after{position: absolute; content: "\e718"; font-family: "iconfont"; width: 50px; height: 50px; background: #eee; border-radius: 100%; text-align: center; line-height: 50px; color: #999; right: 14px; top: 20px;transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);}
.cas_ic .divdgweb_new_div_item:hover .divdgweb_new_div_item_a:after{width: 50px; height: 50px;line-height: 50px;top: 20px;background: #0863b8;  color: #fff;}
.cas_bc>div:last-child canvas{position: absolute; z-index: -1; height: 456px!important; bottom: 0px;}
.cas_dot{display: flex;align-items: center;}
.cas_dot li{width: 6px;height: 6px;border-radius: 100%;background: #bbb;transition: .5s;}
.cas_dot li+li{margin-left: 12px;}
.cas_dot li button{display: none;}
.cas_dot li.slick-active{background: #201f1d;width: 12px;height: 12px;}



/*honor*/
.honor_bg{padding-top:0px;}
.honor {display: flex;  align-items: end;  justify-content: space-between;     width: 1400px; margin: 0 auto;}
.honor_l img{margin-left:-220px;}
.honor_r{width:calc(100% - 240px);padding:40px 30px;background: linear-gradient(90deg,#fff 30%,#fff 70%);box-shadow: 50px 0px 50px rgba(0,0,0,0.05);}

.honor_r .tempWrap{width:100% !important;}
.honor_r ul{display:block;}
.honor_r li{float:left;overflow: hidden;transition: 0.3s ease all;display:block;width:calc((100% - 60px) / 4);margin-right:15px;text-align: center;}
.honor_r li p a{color: #333;font-size: 16px;display:block;}
.honor_r li p{height:50px;line-height:50px;position: relative;z-index: 2;background: #f8f8f8;display:none;}
.honor_r li img{transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;width:100%;height: 100%;display: block;}
.honor_r li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}


/*about*/
.about {background: url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241122/20241122162517_1250865653.jpg)no-repeat top fixed;padding: 8% 1% 10% 1%;overflow:hidden;/* background-size: contain; */width: 100%;height: 100%; position: relative;}
.about:before{content: '';position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.6);background-size: 2px;-webkit-background-size: 2px;-moz-background-size: 2px;-o-background-size: 2px;-ms-background-size: 2px;left: 0;top: 0;z-index: 6;}
.about_box {/*max-width:1600px;*/margin:0 auto; width:90%; }

.about_con {display:flex;justify-content:space-between;align-items: center; z-index:555;}
.about_txt {display:flex;flex-direction:column;width: 54%; z-index:29;}
.about_txt p {display:flex;flex-direction:column;font-size: calc(1.8rem + 1vw);font-family: Arial;font-weight: bold;color: #fff;}
.about_txt p span {font-size: calc(1.1rem + 1vw);padding: 8% 0 0;color: #fff;font-weight: normal;}
.about_txt em {font-size: 16px;margin: 3% 0 0;line-height: 32px;color: #fff;height: 240px;overflow: auto;}
.about_txt em::-webkit-scrollbar,.pro_call ul::-webkit-scrollbar { width: 0px;transition:0.5s;}
.about_num {width: 27%; z-index:29;}
.about_num ul {display: flex;width: 100%;justify-content:  space-between;flex-wrap: wrap;}
.about_num li {display: flex;flex-direction: column;align-items:  center;width: 49%;padding: 14% 0;transition:0.5s;background: rgba(255,255,255,0.8);box-shadow: 0 0 10px #222;border-radius: 10px;}
.about_num li:first-child {background: linear-gradient(to right,#d91219,#c1030a,#d91219,#c1030a); color:#fff;}
.about_num li:hover {background: linear-gradient(to right,#d91219,#c1030a,#d91219,#c1030a);  color:#fff;}

.about_num li:hover b {color:#fff;}
.about_num li:nth-child(n+3) {margin: 2% 0 0;}
.about_num li span {display: flex;align-items: flex-end;}
.about_num li span b {font-size: 48px;font-family:  moo;/* color: #006cb7; */transition:0.5s;}
.about_num li span i {width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #0863b8;color: #fff;font-size: 12px;}
.about_num li p {font-size: 18px;margin-top: 20px;}

.comp_btn{display: block;font-size: 18px!important;color: #333 !important;width:160px;height: 52px;line-height: 52px;background: #fff;border-radius: 10px;padding-left: 35px;margin-top: 0px; transition:0.5s;}
.comp_btn span{font-size: 18px;color: #fff;display: inline-block;padding-left: 10px;}
.comp_btn:hover{color:#fff!important;font-size: 18px; background: linear-gradient(to right,#0863b8,#0a17be); width:180px; transition:0.5s;}

.date_a{  width:60px; height:60px; line-height:60px; text-align:center; border-radius:100%;  background:#0863b8; margin:0 auto;position: relative;}
.date_a a{color:#fff;display: block; font-size:35px; position: relative; z-index: 2; line-height:64px;}
.date_a:after,.date_a:before{content:""; position: absolute; top:0; left:0; right:0; bottom:0;  margin:auto; width:3vw; height:3vw;border-radius: 100%; background:rgba(33,24,120,0.2);  transition:0.3s all linear;}
.date_a:after{animation:after 1.5s ease infinite;}
.date_a:before{animation:before 1s ease infinite;}


@keyframes after{
	0%{transform:scale(1.3);opacity: 1;}
	50%{transform:scale(2.2);opacity: 0.5;}
	100%{transform:scale(4);opacity: 0;}
}
@keyframes before{
	0%{transform:scale(1.2);opacity: 1;}
	50%{transform:scale(2.4);opacity: 0.5;}
	100%{transform:scale(5);opacity: 0;}
}


/*车间*/

.wok_bg{ background:#fff; padding-top: 70px; overflow: hidden; position: relative; padding-bottom:50px;max-width: 90%; background: #fff; margin: 0 auto; margin-top: -5%;box-shadow: 0px 50px 50px #eee;margin-bottom: 5%; z-index:99;}
.equ_bg{background: url()no-repeat center; overflow: hidden; padding-bottom:30px; width:100%;}
.equ_d tr{display:block;width:100%;overflow: visible !important;}
.equ_d td a{display: block;overflow: hidden; }
.equ_d td br{display:none;}
.equ_d td{width:calc((100% - 90px) / 4);padding-left:0px !important;float:left;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;display:block;margin-right: 30px;}
/*.equ_d .tempWrap{width:100% !important;overflow: visible !important;}*/
.equ_d td img{width:100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height:auto; /* border-radius: 10px 10px 0 0;*/}
.equ_d table,.equ_d  tbody{display:block;}
.equ_d td div{width:100%;height:50px;padding-top:0px !important;position: relative;background:#fff;/* border-radius:0 0 10px 10px ;*/}
.equ_d td div a{width:100%;height:100%;line-height:50px;font-size:15px; color:#444; display:block;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;position: relative;   }
.equ_d td:hover img{-webkit-transform: scale(1.2);transform: scale(1.2); /* border-radius: 10px;*/}
.equ_d td:hover div a{color:#fff;}
.equ_d td div:before{content:'';width:0%;height:100%;display:block;background:#0863b8;position: absolute;-webkit-transition: 0.3s ease all;transition: 0.3s ease all; }

.equ_d td:hover div:before{width:100%;}
.equ_a a{display: block;width:320px;height: 78px;line-height: 78px;border: 1px #ccc solid;margin: 0 auto;margin-top: 50px;padding-left: 97px;font-size: 16px; transition: 0.3s ease all;}
.equ_a a:hover{width:340px;}
.equ_a a img{margin-left: 19px;transition: 0.3s ease all;}
.equ_a a:hover img{margin-left:36px;}

.gyc {margin: 0 auto;max-width: 90%;min-width: 1200px;}
.gycc {margin: 0 auto;max-width: 92%;min-width: 1200px; z-index:999;}


/*news*/
.news_box{margin:0px auto;background:url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241123/20241123205640_184523654.jpg);padding: 70px 0; overflow: hidden;}
.new_tc{display:flex;justify-content:space-between;align-items:center;}
.new_tl>b{display:block;color:#e9e9e9;font-size:52px;}
.new_tl>b span{color:#0863b8;}
.new_tl>i{margin-top:10px;font-weight:700;font-size:28px;}
.new_tl>i em{display:inline-block;margin-left:20px;width:100px;height:1px;background:#e6e6e6;}
.new_tr{display:flex;}
.new_tr li a{display:flex;width:170px;height:50px;color:#333; align-items:center;justify-content:center; font-size:18px;}
.new_tr li+li{margin-left:28px;}
.new_tr li a span{margin-right:4px;color:#333;font-size:22px;}
.new_tr li.on a{background:#0863b8;color:#fff;}
.new_tr li.on span{color:#fff;}
.new_tr li:nth-child(2).on span {  font-size: 27px; font-weight: normal;}
.new_li .news_div{display:flex;justify-content:space-between;}
.new_ic{display:flex;margin-top:70px;transition:all .5s;}
.new_item{display:flex;width:100%;flex-shrink:0;justify-content:space-between;}
.new_c{overflow:hidden;}
img.news_div_item_image{width:100%;transition:.75s;}
.new_li{width:54%;}
.new_ri{width:44%;}
.new_li .news_div_item{padding:20px;width:48.5%;border:1px solid #e6e6e6;transition:.5s;}
.new_li .news_div_item_day{position:absolute;top:0;left:0;color:#333!important;font-weight:700;font-size:26px!important;}
.new_li .news_div_item_date{position:relative;display:flex;padding-top:10px;padding-left:37px;height:26px;}
.new_li .news_div_item_date *{color:#bfbfbf;font-size:14px;}
.new_li .news_div_item_title a{display:block;margin:14px 0 12px;font-size:18px;}
.new_li .news_div_item_body{overflow:hidden;margin-bottom:0px;height:100px;color:#8c8c8c;font-size:14px;line-height:24px;}
.new_ri .news_div_item:nth-child(-n+2){display:none;}
.new_ri .news_div_item_image{display:none;}
.new_ri .news_div_item_day{position:absolute;top:13px;left:0;font-weight:700;font-size:30px;     color: #555;}
.new_ri .news_div_item{position:relative;}
.new_ri .news_div_item_a{position:relative;display:block;font-size:18px;}
.new_ri .news_div_item_month,.new_ri .news_div_item_year{position:absolute;top:52px;left:0px;color:#bfbfbf;font-size:14px;}
.new_ri .news_div_item_body{overflow:hidden;margin-top:24px;height:55px;color:#8c8c8c;font-size:15px;line-height:27px;}
.new_ri .news_div_item_content{padding-bottom:25px;padding-left:80px;border-bottom:1px solid #e6e6e6;}
.new_ri .news_div_item_month{left:43px;}
.new_ri .news_div_item:nth-child(n+4){margin-top:30px;}

.new_li .news_div_item:hover .news_div_item_image{transform:scale(1.1);}
.new_li .news_div_item_pic>a{display:block;overflow:hidden;}
.new_li .news_div_item:hover{border-color:#0863b8;}
.new_li .news_div_item:hover .news_div_item_day,.new_li .news_div_item:hover .news_div_item_title a,.new_ri .news_div_item:hover .news_div_item_day,.new_ri .news_div_item:hover .news_div_item_title a,.news_div_item:hover .news_div_item_a:after{color:#0863b8 !important;}



/*gg*/
.fgt_box{width:100%; background:url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241123/20241123214946_990346032.jpg)no-repeat center;padding:100px 0px;background-attachment: fixed; font-weight:100;}
.fgt_boxt span{font-size:42px;color:#fff;line-height:60px; display:block;margin-bottom:16px; letter-spacing: 2px;background-image: -webkit-linear-gradient(bottom, #f5f5f5 34%,#f8f8f8 50%,#ffffff 24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;     font-family: Microsoft YaHei;   font-weight: bold;}
.fgt_boxt{font-size:24px;color:rgba(255,255,255,0.8);text-align:center;     font-family: Microsoft YaHei;   }
.fgt_more{text-align:center;width:200px;height:40px;border-radius:50px;margin:auto; transition: all 0.6s; letter-spacing: 2px; font-weight:100; /*border:1px #f8f8f8 solid;*/ margin-top:20px; background:rgba(217,17,25,0.9);}
.fgt_more:hover{width:425px; transition: all 0.6s; background: #0863b8; color: #fff; border: none;}
.fgt_more a:hover{color:#fff;}
.fgt_more a{font-size:16px;color:#fff;line-height:40px;}



/*底部*/
.copy_bc{width:100%; max-width:1920px; margin:0 auto; background:#0863b8; padding: 70px 0 30px 0;}
.copy_item{float:left; padding-left: 136px;   position: relative; z-index: 111; }
.copy_item1{float: right;padding-left:60px;     border-left: 1px solid #403f3f; height:250px;}
.copy_item ul proadvong{display: block;padding:0 0 30px; position: relative;}
.copy_item ul proadvong a{display: block; line-height: 40px;color: rgba(255,255,255,1); font-weight: normal;font-size: 18px;}
.copy_item ul proadvong a .en{font-size: 12px;color: #666;font-weight: normal;text-transform: capitalize;}
.copy_item ul li a{display: block;color: rgba(255,255,255,0.7);line-height:32px;font-size: 15px; font-weight: lighter;}
.copy_item ul li{display: block;}
.copy_item ul li a:hover{color: #fff; }
.copy_item ul proadvong::after { position: absolute; content: ""; top: 50px; width: 25px; height: 2px; background-color:rgba(255,255,255,0.5); left: 0px; }
.copy_item:hover proadvong::after { position: absolute; content: ""; top: 50px; width: 77px; height: 2px; background-color: #ffffff;; left: 0px; transition: 0.5s; }
.crconcat{ width:32%; margin-bottom: 106px; }
.copy_row1{ width:68%; }

.social {padding-top:0px;clear: both;}
.social a { position: relative; font-size: 13px; color: #fff; display: inline-block; line-height: 35px;border: 1px solid rgba(255,255,255,0.2); transition:0.3s all ease-in-out; float: left;  display: block;
    margin-right: 10px;
    margin-top: 4%;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    text-align: center;}
.social a i { font-size: 18px;  color: rgba(255,255,255,0.6); font-weight: normal;
    text-align: center;
    line-height: 35px;}
.social a img{ display: block}
.social a:hover{ background: #0863b8;  }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social a:nth-child(3) i { font-weight: normal;}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -35px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px;left: calc((100% - 10px) / 2); }
.social .ewm img { display: block; width: 100%; height:auto; }

.cr_tel{ padding-bottom: 15px; font-size:16px; color:#fff;}
.cr_tel img{ float: left;     margin-right: 11px;  width: 68px;}
.cr_tel span {font-family: Microsoft YaHei;
    font-size: 33px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 50px;
    display: block;}
.cr_tel span i {
    font-size: 11px;
    font-weight: normal;
    color: rgba(255,255,255,0.5);
}
.cr_tel b{float: left; padding-left: 10px;font-weight: normal; line-height: 36px; text-transform: uppercase; font-size: 12px; color: #88cdf5; padding-top: 5px; }
.cr_tel em {display: block;font-size: 35px;color: #fff;font-family: Arial;font-weight: bold;}
.craddr{margin-top: 10px; font-size:16px; color:#b0b0b0; line-height:35px; }
.craddr{color: rgba(255,255,255,0.6);}
.craddr span{ font-size: 14px; opacity: 0.8;margin-top: 20px; display: block;}
.craddr span i{font-size: 18px; padding-right: 10px; float: left;}
.craddr b{color: rgba(255,255,255,0.95);  font-size: 25px; font-weight: bold; display: block;     padding-top: 14px;     font-family: din; letter-spacing: 2px;}
.craddr p{ font-size: 15px; font-weight: lighter; line-height: 38px;}
.copy_row1:after {
    content: "";
    background: url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241121/20241121174014_269336990.png);
    width: 900px;
    height: 230px;
    display: block;
    position: relative;
    top: 193px;

    left: 110px;}

/*db*/
.Copyright_t{ width: 100%; height: 1px; background:rgba(255,255,255,.1);}
.Copyright{margin-top:40px;}
.Copyright,.Copyright a{line-height:36px; color:rgba(255,255,255,0.6); font-weight: lighter; font-size: 15px;}
.Copyright a:hover{color:rgba(255,255,255,1);}

/*友情链接*/
.links{float:right; width:180px; margin-top:10px; padding-left:15px; line-height:40px; color:rgba(255,255,255,0.6); border:1px solid rgba(255,255,255,.3); position:relative; background:url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20241123/20241123154304_704341603.png) 160px center no-repeat;}
.links_cont{height:0; position:absolute; bottom:41px; left:-1px; visibility:hidden; background:#fff; overflow-y:auto;}
.links:hover .links_cont{height:auto; max-height:200px; visibility:visible; transition:0.5s all ease-in-out;}
.linkTagcs{}
.linkTagcs li{float:none; width:100%;}
.linkTagcs li a{display:block !important; text-align:center; font-size:16px; line-height:50px; color:#555 !important; text-decoration:none; transition:0.5s all ease-in-out;}
.linkTagcs li a:hover{color:#333 !important; background-color:rgba(255,255,255,.8);}


/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/rongyi888/uploadfile/image/20250424/20250424114908_535621326.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #0863b8; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0863b8; border-color: #0863b8; color: #fff; margin: 10px 0 7px;}/*颜色更改*/
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 22px; background-position: -5px -75px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -75px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 22px; height: 22px; background-position: -5px -53px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -53px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #0863b8; border-color: #0863b8;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #0863b8; font-size: 18px; line-height: 30px;
}}/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 130px; height: 130px; margin: 10px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #0863b8; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#0863b8;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }