@charset "utf-8";
/* CSS Document */
body,td{font-size:14px; color:#555; font-family:"Microsoft YaHei";}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#0595e9; text-decoration:none;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{margin:0; padding:0;}
dl,dt,dd{margin:0px; padding:0px; list-style:none;}
ul,li{list-style:none;}
em,i{font-style:normal;}
img{border:0;}
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}



/*网站css变量*/
body{
--own-color:#0595e9;
}



/*字体-图标*/
@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}


@font-face {
  font-family: 'iconfont';  /* Project id 4834612 */
  src: url('//at.alicdn.com/t/c/font_4834612_nmtpovkn77.eot?t=1740752529132'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_4834612_nmtpovkn77.eot?t=1740752529132#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/c/font_4834612_nmtpovkn77.woff2?t=1740752529132') format('woff2'),
       url('//at.alicdn.com/t/c/font_4834612_nmtpovkn77.woff?t=1740752529132') format('woff'),
       url('//at.alicdn.com/t/c/font_4834612_nmtpovkn77.ttf?t=1740752529132') format('truetype');
}
.iconfont{font-family:"iconfont" !important; font-size:16px; font-style:normal; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}



/*抬头*/
.headbg{width:100%; max-width:1920px; min-width:1400px;}
.head{display:flex; flex-direction:row; justify-content:space-between; align-items:center; width:88%; padding:20px 2%; box-sizing:border-box; background:#fff; position:fixed; left:50%; transform:translateX(-50%); z-index:5; transition:all 0.6s;}
.head > .fl{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.head_logo a{display:block;}
.head_name{margin-left:13px;}
.head_name span{display:block; font-size:30px; line-height:30px; color:#333; font-weight:bold;}
.head_name p{margin-top:10px; font-size:18px; line-height:18px; color:#555; letter-spacing:1px;}
.head > .fr{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.head_nav{margin-right:20px; transition:all 0.6s;}
.head_nav > ul{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.head_nav > ul > li{transition:all 0.6s;}
.head_nav > ul > li > a{display:flex; flex-direction:row; font-size:16px; line-height:16px; color:#222; position:relative; transition:all 0.6s;}
.head_nav > ul > li > a i{display:block; width:16px; text-align:center; font-size:10px; line-height:16px; color:#999; border-radius:50%;
transform:rotate(180deg); transition:all 0.6s;}
.head_nav > ul > li > a:after,.head_nav > ul > li.pull-down-css > a:before{content:""; display:block; position:absolute; left:50%; top:100%; transform:translateX(-50%);}
.head_nav > ul > li > a:after{top:calc(100% + 3px); width:0; height:4px; background:var(--own-color); transition:all 0.6s;}
.head_nav > ul > li:hover > a:after{width:100%;}
.head_nav > ul > li.pull-down-css > a:before{width:150%; height:50px; visibility:hidden; opacity:0; transition:all 0.6s;}
.head_nav > ul > li.pull-down-css:hover > a:before{visibility:visible; opacity:1;}
.head_nav > ul > li:hover > a,.head_nav > ul > li.head_cur > a{color:var(--own-color); font-weight:bold;}
.head_nav > ul > li:hover > a i,.head_nav > ul > li.head_cur > a i{color:var(--own-color); font-weight:bold; transform:rotate(0deg);}
/*下拉*/
.pull-down-box{display:none; width:100%; padding:60px 80px; box-sizing:border-box; border-radius:10px; background:rgba(255,255,255,0.9); backdrop-filter:blur(5px); position:absolute; left:0; top:100%;}
.pull-down{display:flex; flex-direction:row; justify-content:space-between; align-items:center; width:100%; max-width:1400px; min-width:1040px; margin:0 auto;}
.pull-down-word{width:75%; min-width:700px;}
.pull-down-word span{display:block; font-size:28px; line-height:28px; color:#000; font-weight:bold;}
.pull-down-word p{margin-top:20px; font-size:16px; line-height:26px; color:#333;}
.pull-down-list{margin-top:40px;}
.pull-down-list ul{display:flex;}
.pull-down-list ul+ul{margin-top:20px;}
.pull-down-list li{width:22%; background:#ddd; transition:all 0.6s;}
.pull-down-list li+li{margin-left:30px;}
.pull-down-list li a{display:block; width:100%; padding-left:30px; box-sizing:border-box; font-size:18px; line-height:40px; color:#1a1a1a; position:relative;}
.pull-down-list li a i{display:block; width:16px; text-align:center; font-size:10px; line-height:16px; border-radius:50%; transform:rotate(270deg); position:absolute; right:20px; top:calc(50% - 8px); transition:all 0.6s;}
.pull-down-list li:hover{background:var(--own-color);}
.pull-down-list li:hover a{color:#fff;}
.pull-down-list li:hover a i{right:30px;}
.pull-down-img,.pull-down-img img{width:300px; height:auto; max-height:225px;}
/*下拉*/
.head_seek{margin-right:20px; position:relative;}
.head_seek i{display:block; font-size:22px; line-height:22px; color:#bebebe; cursor:pointer; position:relative;}
.head_seek i:after{content:""; display:none; width:calc(100% + 40px); height:50px; position:absolute; left:-20px; top:100%;}
.head_seek:hover i:after{display:block;}
.seek_box{display:none; padding:40px 30px; border:1px solid #eee; background:rgba(255,255,255,0.9); backdrop-filter:blur(5px); position:absolute; right:-270px; top:62px;}
.seek_txt,.seek_txt a{font-size:14px; line-height:14px; color:#666; white-space:nowrap;}
.seek_txt a:hover{color:var(--own-color);}
.seek_cont{margin-top:20px;}
.seek_cont form{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.seek_cont input{border:none; outline:none; background-color:transparent;}
.seek_cont form #seekframe{width:calc(100% - 60px); padding:0 20px; box-sizing:border-box; font-size:14px; line-height:42px; color:#999; border:1px solid #ddd;}
.seek_cont form .seekfind{width:60px; text-align:center; font-size:26px; line-height:44px; color:#fff; background:var(--own-color); cursor:pointer;}
.head_tel{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.head_tel i{display:block; font-size:26px; line-height:26px; color:#bebebe;}
.head_tel span{display:block; margin-left:8px; font-family:Arial; font-size:28px; line-height:28px; color:var(--own-color); font-weight:bold;}
/*抬头状态*/
.head.start{width:88%; top:20px; border-radius:8px;}
.head.start .head_nav{width:710px;}
.head.roll{width:100%; max-width:1920px; min-width:1200px; top:0; border-radius:0; box-shadow:0px 0px 50px rgba(0,0,0,0.4);}
.head.roll .head_nav{width:1100px;}
@media (max-width:1860px) {
.head.roll .head_nav{width:860px;}
}
@media (max-width:1600px) {
.head.start .head_nav{width:620px;}
.head.roll .head_nav{width:780px;}
}
@media (max-width:1500px) {
.head.start .head_nav{width:560px; margin-right:10px;}
.head.start .head_seek{margin-right:10px;}
.head.roll .head_nav{width:660px;}
}
@media (max-width:1400px) {
.head.roll .head_nav{width:540px;}
}



/*幻灯片*/
.bannerbg{width:100%; max-width:1920px; min-width:1400px; margin:0 auto; position:relative; overflow:hidden;}
.banner_box,.banner_box li{width:100%; height:930px;}
.banner_box li{background-position:center; background-repeat:no-repeat;}
.banner_box li a{display:block; width:100%; height:100%;}
.banner_cont{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-end; width:1400px; height:100%; margin:0 auto; position:relative;}
.banner_select{position:absolute; left:50%; bottom:3%; transform:translateX(-50%);}
.banner_select li{float:left; display:block; width:60px; height:8px; background:rgba(0,0,0,.2); font-size:0; line-height:0; color:transparent; cursor:pointer;}
.banner_select li+li{margin-left:10px;}
.banner_select li:after{content:""; display:block; width:0; height:100%; background:var(--own-color);}
.banner_select li.on:after{width:100%; transition:var(--interTime) linear;}
.banner_scroll{display:flex; flex-direction:column; justify-content:flex-start; align-items:center; padding:30px 0 0 7px; position:absolute; left:5%; bottom:20%;}
.banner_scroll font{font-size:12px; line-height:12px; color:#fff; text-transform:uppercase; writing-mode:vertical-lr;}
.banner_scroll span{display:block; width:10px; height:12px; margin-top:10px; animation:op01 1s infinite ease-in-out; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250228/20250228185943_436390815.png) center no-repeat;}
.banner_scroll:after{content:""; display:block; width:1px; height:100%; background:#fff; position:absolute; left:0; top:0; animation:w100 3s infinite ease-in-out;}
@keyframes op01{
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes w100{
0%{height:0%;}
100%{height:100%;}
}



/*简介*/
.aboutbg{width:1400px; margin:80px auto 0;}
.about_fl{float:left;}
.about_tit{}
.about_tit span{display:block; width:428px; font-size:48px; line-height:57px; color:var(--own-color); font-weight:bold; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250228/20250228185943_1210219332.jpg) left center no-repeat;}
.about_tit p{margin-top:10px; font-size:22px; line-height:22px; color:#666;}
.about_img{width:630px; height:349px; margin-top:70px; border-top-right-radius:30px; border-bottom-left-radius:30px; overflow:hidden;}
.about_img img{width:100%; height:100%;}
.about_fr{float:right; width:720px;}
.about_data{display:flex; flex-direction:row; justify-content:space-between; align-items:stretch;}
.about_data dl{}
.about_data dt{display:flex; flex-direction:row; justify-content:flex-start; align-items:flex-end;}
.about_data dt span{display:block; font-family:DIN Medium; font-size:55px; line-height:44px; color:var(--own-color); font-weight:bold;}
.about_data dt em{display:block; margin-left:5px; font-size:14px; line-height:14px; color:#000;}
.about_data dd{margin-top:24px; font-size:16px; line-height:16px; color:#444;}
.about_cont{margin-top:60px;}
.about_cont em{display:block; margin-bottom:26px; font-size:30px; line-height:30px; color:#333;}
.about_cont p{font-size:16px; line-height:30px; color:#666;}
.about_more{margin-top:26px;}
.about_more a{display:block; width:150px; text-align:center; font-size:16px; line-height:42px; color:#666; border-radius:21px; border:1px solid var(--own-color); transition:all 0.6s;}
.about_more a:hover{width:170px; color:#fff; background:var(--own-color);}



/*产品*/
.productbg{width:100%; max-width:1920px; min-width:1400px; height:1037px; margin:80px auto 0; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250304/20250304112508_554071376.jpg) center top no-repeat;}
.product{width:1400px; margin:0 auto;}
.product_cont{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start;}
.product_fl{width:560px; padding-top:217px;}
.product_tit{}
.product_tit span{display:block; font-size:42px; line-height:42px; color:#333; font-weight:bold;}
.product_tit font{color:var(--own-color);}
.product_tit p{margin-top:24px; font-size:20px; line-height:20px; color:#555;}
.product_tit img{display:block; margin-top:15px;}
.product_txt{margin-top:65px;}
.product_txt span{display:block; font-size:28px; line-height:28px; color:#444; font-weight:bold;}
.product_txt p{margin-top:23px; font-size:16px; line-height:36px; color:#666;}
.product_txt a{display:flex; flex-direction:row; justify-content:center; align-items:center; margin-top:77px; width:164px; font-size:18px; line-height:48px; color:#666; border-radius:10px; border:1px solid #a0a0a0; transition:all 0.6s;}
.product_txt a i{display:block; margin-left:17px; font-size:14px; line-height:14px; transition:all 0.6s;}
.product_txt a:hover{color:#fff; border-color:var(--own-color); background:var(--own-color);}
.product_txt a:hover i{color:#fff;}
.product_fr{width:800px; min-width:800px; height:790px; overflow:hidden;}
.product_fr .swiper-slide{width:800px; height:790px; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250228/20250228185943_1135430738.png) 130px 120px no-repeat; position:relative;}
.product_fr .swiper-slide img{width:100%; height:100%; cursor:pointer;}
.product_fr .advantage em{display:flex; justify-content:center; align-items:center; width:88px; height:88px; font-size:20px; line-height:30px; color:#fff; border-radius:50%; box-shadow:0px 0px 0px 10px rgba(5,149,233,0.2); background:var(--own-color); position:absolute;}
.product_fr .advantage em:nth-child(1){left:116px; top:130px; animation:move5 5s infinite linear;}
.product_fr .advantage em:nth-child(2){right:134px; top:104px; animation:move5 6s infinite linear;}
.product_fr .advantage em:nth-child(3){left:10px; top:406px; animation:move5 7s infinite linear;}
.product_fr .advantage em:nth-child(4){right:10px; top:423px; animation:move5 8s infinite linear;}
.product_nav{width:100%; overflow:hidden;}
.product_nav dl{display:flex; justify-content:center; align-items:center; padding:10px 0; position:relative; cursor:pointer;}
.product_nav dt{border:1px solid var(--own-color); position:relative; z-index:2;}
.product_nav dt,.product_nav dt img{width:100px; height:100px; border-radius:50%;}
.product_nav dd{width:100%; height:5px; background:#fff; position:absolute; left:0; top:calc(50% - (5px / 2)); transition:all 0.6s;}
.product_nav dl dt:after{content:""; display:block; width:0; height:0; border:2px dotted var(--own-color); border-radius:50%; position:absolute; left:50%; top:50%; z-index:-1; transform:translate(-50%,-50%); transition:all 0.6s;}
.product_nav {}
.product_nav .swiper-slide-thumb-active dl dt:after{width:118px; height:118px;}
.product_nav .swiper-slide-thumb-active dl dd{background:var(--own-color);}

@keyframes move5 {
    0% {
     -webkit-transform:translateY(0) ;
        transform:translateY(0)
    }
    50% {
        -webkit-transform:translateY(-30px);
            transform:translateY(-30px)
    }
    100% {
         -webkit-transform:translateY(0);
        transform:translateY(0)
    } 
}



/*热销*/
.hotsalebg{width:1400px; margin:80px auto 0;}
.hotsale_top{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.hotsale_tit{}
.hotsale_tit em{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; font-size:36px; line-height:36px; color:var(--own-color); font-weight:bold;}
.hotsale_tit em i{display:block; margin-right:10px; font-size:44px; line-height:44px; font-weight:normal;}
.hotsale_tit p{margin-top:12px; font-size:24px; line-height:24px; color:#333; font-weight:bold;}
.hotsale_button{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.hotsale_button i{display:block; margin-left:16px; font-size:48px; line-height:48px; color:#bbb; cursor:pointer;}
.hotsale_button i:hover{color:var(--own-color);}
.hotsale_button i#hotsale_left{transform:rotate(180deg);}
.hotsale_box{margin-top:30px;}
.progdwz2021 li{width:335px; margin-right:20px;}
.progdwz2021 li em{display:block; padding:10px 10px 20px; border:2px solid #f2f4f3; background-image:linear-gradient(40deg,var(--own-color) 0%,var(--own-color) 100%); background-position:center bottom; background-repeat:no-repeat; background-size:100% 0; transition:all 0.6s;}
.progdwz2021 em > a{display:block; width:100%; height:calc(301px * 3 / 4); overflow:hidden;}
.progdwz2021 em > a img{width:100%; height:auto;}
.progdwz2021 em br{display:none;}
.progdwz2021 em span{display:block; margin-top:35px;}
.progdwz2021 em span a{display:block; text-align:center; font-size:16px; line-height:16px; color:#000; transition:all 0.6s;}
.progdwz2021 em p{display:flex; margin-top:35px;}
.progdwz2021 em p a{display:block; width:120px; margin:0 auto; text-align:center; font-size:14px; line-height:30px; color:#1a1a1a; border:1px solid #ddd; border-radius:15px; transition:all 0.6s;}
.hotsale_dot{margin-top:60px;}
.hotsale_dot ul{display:flex; flex-direction:row; justify-content:center; align-items:center;}
.hotsale_dot li{width:10px; height:10px; border-radius:5px; background:#dfdfdf; cursor:pointer; transition:all 0.6s; font-size:0; line-height:0; color:transparent;}
.hotsale_dot li+li{margin-left:10px;}
.hotsale_dot li.on{width:28px; background:var(--own-color);}
.progdwz2021 em:hover{border-color:#fff; background-size:100% 100%;}
.progdwz2021 em:hover span a{color:#fff;}
.progdwz2021 em:hover p a{color:#fff; border-color:#fff;}



/*案例*/
.casebg{width:100%; max-width:1920px; min-width:1400px; margin:80px auto 0; overflow:hidden;}
.case_box{width:1400px; margin:0 auto; height:800px; position:relative;}
.case_fl{float:left; width:582px; height:100%; padding-left:260px; box-sizing:border-box; position:absolute; left:-260px; top:0; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250228/20250228224042_1654277004.jpg) center no-repeat;}
.case_tit{padding-top:48px;}
.case_tit em{display:block; font-size:42px; line-height:42px; color:#fff; font-weight:bold;}
.case_tit p{margin-top:15px; font-size:16px; line-height:16px; color:rgba(255,255,255,.6); font-weight:bold; text-transform:uppercase; letter-spacing:2.6px;}
.case_nav{width:290px; margin-top:58px;}
.case_nav li{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; width:100%; padding-left:30px; box-sizing:border-box; font-size:18px; line-height:80px; color:#fff; border-bottom:1px solid rgba(255,255,255,.2); cursor:pointer;}
.case_nav li i{display:block; font-size:36px; margin-right:30px;}
.case_fr{float:right; width:1338px; height:100%; position:absolute; right:-260px; top:0;}
.case_fr .case_cont{}
.case_item{height:800px; position:relative;}
.case_img,.case_img img{width:1338px; height:100%;}
.case_txt{width:723px; height:144px; padding:34px 48px 0; box-sizing:border-box; border-top-right-radius:25px; background:rgba(0,0,0,.6); position:absolute; left:0; bottom:0;}
.case_txt em{font-size:28px; line-height:28px; color:#fff;}
.case_txt p{margin-top:17px; font-size:16px; line-height:26px; color:rgba(255,255,255,.7);}



/*优势*/
.virtuebg{width:100%; max-width:1920px; min-width:1400px; margin:80px auto 0; overflow:hidden;}
.virtue_tit{display:flex; flex-direction:column; justify-content:flex-start; align-items:center;}
.virtue_tit span{display:block; font-size:42px; line-height:42px; color:#232323;}
.virtue_tit span font{color:var(--own-color); font-weight:bold;}
.virtue_tit p{margin-top:20px; font-size:17px; line-height:17px; color:#666;}
.virtue_box{display:flex; flex-direction:row; justify-content:space-between; align-items:stretch; margin-top:80px; cursor:pointer;}
.virtue_item{width:16%; position:relative; overflow-x:clip; transition:all 0.6s;}
.virtue_item.virtue_cur{width:50%;}
.virtue_item > img{display:block; transition:all 0.6s;}
.virtue_item:nth-child(1) > img{transform:translateX(-100px);}
.virtue_item:nth-child(2) > img{transform:translateX(-200px);}
.virtue_item:nth-child(3) > img{transform:translateX(-300px);}
.virtue_item:nth-child(4) > img{transform:translateX(-400px);}
.virtue_item.virtue_cur > img{transform:translateX(0);}
/*初始*/
.virtue_item .initial{width:100%; height:100%; padding:25% 10%; box-sizing:border-box; background:rgba(0,0,0,0.3); position:absolute; left:0; top:0; opacity:1; visibility:visible; transition:0.3s linear all;}
.initial i{display:block; font-size:60px; line-height:60px; color:#fff;}
.initial em{display:block; margin-top:20px; font-size:34px; line-height:34px; color:#fff; font-weight:bold;}
.initial p{margin-top:6px; font-size:12px; line-height:12px; color:#e1e1e1;}
.virtue_item.virtue_cur .initial{opacity:0; visibility:hidden;}
/*展开*/
.virtue_item .place{width:100%; height:100%; opacity:0; visibility:hidden; position:absolute; left:0; top:0; transition-timing-function:ease-in-out;}
.place .virtue_pane{width:169px; height:185px; padding-left:43px; padding-top:48px; box-sizing:border-box; border-top-left-radius:30px; background:linear-gradient(90deg,#0595e9 0%,#047eff 100%); position:absolute; left:3%; top:-50px;  }
.place .virtue_pane span{display:block; font-size:40px; line-height:40px; color:#fff; font-weight:bold;}
.place .virtue_pane font{display:block; margin-top:25px; font-size:30px; line-height:30px; color:#fff; font-weight:bold;}
.place .virtue_pane:after{content:""; display:block; width:11px; height:11px; border-radius:50%; background:#fff; position:absolute; left:15px; top:15px;}
.place .virtue_cont{width:100%; min-height:194px; padding:185px 3% 32px; box-sizing:border-box; background:linear-gradient(0deg,rgba(0,0,0,.8) 0%,transparent); position:absolute; left:0; bottom:0;}
.place .virtue_cont em{display:block; margin-bottom:20px; font-size:32px; line-height:32px; color:#fff; font-weight:bold;}
.place .virtue_cont p{font-size:16px; line-height:26px; color:#fff;}
.virtue_item.virtue_cur .place{opacity:1; visibility:visible; transition-delay:0.6s;}



/*证书*/
.proofbg{width:100%; max-width:1920px; min-width:1400px;  overflow:hidden; padding: 80px 0 0 0; background: #f8f8f8;}
.proof{width:1400px; margin:0 auto;}
.proof_fl{float:left; padding-bottom:400px; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250228/20250228185944_2004914122.png) left bottom no-repeat;}
.proof_tit{}
.proof_tit span{display:block; font-size:32px; line-height:32px; color:var(--own-color); font-weight:bold; text-transform:uppercase;}
.proof_tit em{display:block; margin-top:10px; font-size:38px; line-height:38px; color:#111; font-weight:bold;}
.proof_tit p{margin-top:42px; font-size:16px; line-height:32px; color:#666;}
.proof_more{margin-top:62px;}
.proof_more a{display:block; width:190px; text-align:center; font-size:16px; line-height:46px; color:#fff; border-radius:23px; background-color:var(--own-color); box-shadow:0 0 50px var(--own-color); transition:all 0.6s;}
.proof_more a:hover{width:220px;}
.proof_fr{float:right; position:relative;     margin-right: 100px;}
.proof_fr li{}
.proof_fr li > a{display:block;}
.proof_fr li p{margin-top:20px;}
.proof_fr li p a{display:block; text-align:center; font-size:18px; line-height:18px; color:#333;}
.proof_left,.proof_right{position:absolute; top:calc(50% - 54px / 2); z-index:1; cursor:pointer;}
.proof_left{left:-60px;}
.proof_right{right:-60px; transform:rotate(180deg);}
.proof_left i,.proof_right i{display:block; font-size:54px; line-height:54px; color:#a0a0a0; border-radius:50%; overflow:hidden; transition:all 0.6s;}
.proof_left i:hover,.proof_right i:hover{color:var(--own-color);}



/*新闻*/
.newsbg{width:100%; max-width:1920px; min-width:1400px; height:740px; margin:0 auto; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250228/20250228185944_882803644.jpg) center no-repeat;}
.news{width:1400px; margin:0 auto; padding-top:70px;}
.news_top{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.news_tit{}
.news_tit span{display:block; font-family:Arial; font-size:42px; line-height:32px; color:#e9e9e9; font-weight:bold;}
.news_tit span font{color:var(--own-color);}
.news_tit p{margin-top:8px; font-size:28px; line-height:28px; color:#000; font-weight:bold; position:relative;}
.news_tit p::before{content:""; display:block; width:100px; height:1px; background:#e6e6e6; position:absolute; left:133px; bottom:4px;}
.news_nav{}
.news_nav li{float:left; margin-left:30px; transition:all 0.6s;}
.news_nav li a{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; padding:0 25px; font-size:16px; line-height:50px; color:#333; transition:all 0.6s;}
.news_nav li a i{display:block; margin-right:8px; font-size:24px; line-height:50px;}
.news_nav li.news_cur{background:var(--own-color);}
.news_nav li.news_cur a{color:#fff;}
.news_cont{}
.news_box{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start; margin-top:50px;}
.news_fl .news_div{display:flex; flex-direction:row; justify-content:flex-start; align-items:center;}
.news_fl .news_div_item{width:383px; height:486px; box-sizing:border-box; border:1px solid #f6f6f6; background:#fff; position:relative; transition:all 0.6s;}
.news_fl .news_div_item+.news_div_item{margin-left:20px;}
.news_fl .news_div_item_pic{position:absolute; left:15px; top:15px;}
.news_fl .news_div_item_pic a{display:flex; justify-content:center; align-items:center; width:353px; height:265px; overflow:hidden;}
.news_fl .news_div_item_pic a img{width:auto; height:100%; transition:all 0.6s;}
.news_fl .news_div_item_content{width:333px; position:absolute; left:25px; top:294px;}
.news_fl .news_div_item_title a{font-size:18px; line-height:18px; color:#333; font-weight:bold;}
.news_fl .news_div_item_body{margin-top:14px; font-size:14px; line-height:22px; color:#999;}
.news_fl .news_div_item_date{display:flex; flex-direction:row; font-family:Arial; font-size:14px; line-height:14px; color:#cacbcd; position:absolute; left:25px; bottom:20px;}
.news_fl .news_div_item:hover{border-color:var(--own-color); background:var(--own-color);}
.news_fl .news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}
.news_fl .news_div_item:hover .news_div_item_title a{color:#fff;}
.news_fl .news_div_item:hover .news_div_item_body{color:rgba(255,255,255,.8);}
.news_fl .news_div_item:hover .news_div_item_date{color:rgba(255,255,255,.6);}
.news_fr .news_div_item:nth-child(-n+2):nth-child(n+1){display:none;}
.news_fr .news_div_item{width:590px; height:160px; box-sizing:border-box; border:1px solid #f6f6f6; background:#fff; position:relative; transition:all 0.6s;}
.news_fr .news_div_item:nth-child(-n+5):nth-child(n+4){margin-top:-1px;}
.news_fr .news_div_item_content{width:530px; position:absolute; left:30px; top:30px;}
.news_fr .news_div_item_title a{font-size:18px; line-height:18px; color:#333; font-weight:bold;}
.news_fr .news_div_item_body{margin-top:14px; font-size:14px; line-height:22px; color:#999;}
.news_fr .news_div_item:hover{border-color:var(--own-color); background:var(--own-color);}
.news_fr .news_div_item:hover .news_div_item_title a{color:#fff;}
.news_fr .news_div_item:hover .news_div_item_body{color:rgba(255,255,255,.8);}



/*底部*/
.basebg{width:100%; max-width:1920px; min-width:1400px; height:529px; margin:0 auto; border-top-left-radius:40px; border-top-right-radius:40px; background:url(https://memberpic.114my.com.cn/020302/uploadfile/image/20250228/20250228220630_539082512.jpg) center no-repeat;}
.base_box{width:1400px; height:430px; margin:0 auto;}
.base_fl{float:left; padding-top:92px;}
.base_tel{width:336px; padding-bottom:17px; border-bottom:1px solid rgba(255,255,255,.2);}
.base_tel em{display:flex; flex-direction:row; justify-content:flex-start; align-items:center; font-size:15px; line-height:15px; color:#fff;}
.base_tel em i{display:block; margin-right:10px; font-size:17px; line-height:17px; color:#d0d0d0;}
.base_tel p{margin-top:16px; font-size:28px; line-height:28px; color:#fff; font-weight:bold;}
.base_map{margin-top:36px; font-size:15px; line-height:15px;}
.base_map em{display:block; color:rgba(255,255,255,.7);}
.base_map p{margin-top:13px; color:#fff;}
.base_QR{margin-top:25px;}
.base_QR em{display:block; margin-bottom:15px; font-size:15px; line-height:15px; color:rgba(255,255,255,.7);}
.base_QR dl{float:left; position:relative;}
.base_QR dl+dl{margin-left:10px;}
.base_QR dt{width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.7); position:relative; cursor:pointer;}
.base_QR dt i{display:flex; justify-content:center; align-items:center; width:100%; height:100%; font-size:18px; line-height:18px; color:rgba(255,255,255,.8);}
.base_QR dt:after{content:""; display:block; width:0; height:0; border-width:8px; border-style:solid; border-color:transparent; border-bottom-color:#fff; position:absolute; left:calc(50% - 8px); top:48px; visibility:hidden; opacity:0; transition-duration:0.6s;}
.base_QR dd{width:120px; height:auto; border-radius:10px; overflow:hidden; visibility:hidden; opacity:0; position:absolute; left:0; top:65px; z-index:1; transition-duration:0.6s;}
.base_QR dd img{display:block; width:100%; height:120px;}
.base_QR dl:hover dt:after{visibility:visible; opacity:1; top:38px;}
.base_QR dl:hover dd{visibility:visible; opacity:1; top:55px;}
.base_nav{float:right; padding-top:70px;}
.base_nav dl{float:left;}
.base_nav dl:nth-child(2){margin-left:150px;}
.base_nav dl:nth-child(3){margin-left:185px;}
.base_nav dl:nth-child(4){margin-left:158px;}
.base_nav dt{font-size:18px; line-height:18px; color:rgba(255,255,255,.95); font-weight:bold;}
.base_nav dd{margin-top:20px;}
.base_nav dd a{display:block; font-size:15px; line-height:15px; color:rgba(255,255,255,.7);}
.base_nav dd a+a{margin-top:15px;}
.base_nav dd a:hover{color:#fff;}
/*版权*/
.Copyrightbg{width:100%; border-top:1px solid rgba(255,255,255,.1);}
.Copyright{width:1400px; margin:0 auto;}
.Copyright .fl,.Copyright .fr{    padding-top: 30px;}

.Copyright,.Copyright a{font-size:15px; line-height:26px; color:#ddd;}
.Copyright a:hover{color:#fff;}
.blogroll_box{padding:0 !important;}
.blogroll_box dl{padding-top:30px; position:relative;}
.blogroll_box dt{width:180px; padding-left:13px; box-sizing:border-box; font-size:16px; line-height:40px; color:rgba(255,255,255,.5); border:1px solid rgba(255,255,255,.2); cursor:pointer;}
.blogroll_box dt i{display:inline-block; margin-left:72px; vertical-align:middle;}
.blogroll_box dd{display:none; position:absolute; left:0; bottom:42px;}
.linkTagcs{background:#fff; overflow:hidden;}
.linkTagcs li{display:block; width:100%;}
.linkTagcs a{display:block; text-align:center; font-size:15px; line-height:50px; color:#555 !important; transition-duration:0.5s;}
.linkTagcs a:hover{background:#eee;}



/*右侧浮动*/
.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/020302/uploadfile/image/20250520/20250520111933_1710374041.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: #0595e9; }/*颜色更改*/
.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: #0595e9; border-color: #0595e9; 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 -76px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -76px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.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: #0595e9; border-color: #0595e9;}/*颜色更改*/
.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: #0595e9; font-size: 18px; }/*颜色更改*/
.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: #0595e9; 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:#0595e9;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }