body{overflow-x:hidden;}
body,td{font-size:14px; color:#555; font-family:Microsoft YaHei;}
a{color:#555; text-decoration:none; font-size:14px;}
a:hover{color:#0253ba; text-decoration:underline;}
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;}



/*字体*/
@font-face {
font-family:neutraface2;
src: url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.ttf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.eot),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.otf),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff),
     url(//cdn.dg.114my.cn/font/neutraface2/neutraface2.woff2);
}
@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:Tw Cen MT;
src: url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.ttf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.eot),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.otf),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff),
     url(//cdn.dg.114my.cn/font/TwCenMT/TwCenMT.woff2);
}
@font-face {
font-family:Barlow;
src: url(https://memberpic.114my.com.cn/iqgwgk/cssnew/Barlow-Regular.ttf.txt),
     url(https://memberpic.114my.com.cn/iqgwgk/cssnew/Barlow-Regular.eot.txt),
     url(https://memberpic.114my.com.cn/iqgwgk/cssnew/Barlow-Regular.woff.txt),
     url(https://memberpic.114my.com.cn/iqgwgk/cssnew/Barlow-Regular.woff2.txt);
}



/*抬头*/
.headbg{width:100%; max-width:1920px; min-width:1400px; height:100px; margin:0 auto; display:flex; flex-direction:row; justify-content:space-between; position:relative;}
.head_fl{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start; margin-left:3.2%;}
.head_fl .logo{margin-top:23px; margin-right:22px;}
.head_fl .slogan{height:57px; margin-top:25px; padding-left:30px; padding-top:37px; box-sizing:border-box; font-size:18px; line-height:17px; letter-spacing:3px; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231212/20231212171122_1818591205.jpg) left top no-repeat;}
.head_fr{display:flex; flex-direction:row; justify-content:space-between; width:58.4%; transition-duration:0.3s;}
.head_nav{width:81.3%;}
.head_nav ul{display:flex; flex-direction:row; justify-content:space-between; width:100%;}
.head_nav li{}
.head_nav li > a{display:block; padding:42px 0 0; font-size:16px; line-height:16px; color:#333; text-decoration:none; transition-duration:0.8s;}
.head_nav li > a:after{content:""; display:block; width:0; height:4px; margin:38px auto 0; background:#0253ba; transition-duration:0.8s;}
.head_nav li:hover > a,.head_nav li.head_cur > a{color:#0253ba;}
.head_nav li:hover > a:after,.head_nav li.head_cur > a:after{width:100%;}
/*下拉*/
.head_nav li .drop-down{width:100%; position:absolute; left:0; top:115%; z-index:2; background:rgba(0,0,0,0.3); display:flex; flex-direction:row; justify-content:center; opacity:0; visibility:hidden; transition-duration:0.8s;}
.head_nav li .drop-down::before{content:""; display:block; width:100%; height:20px; position:absolute; left:0; top:-20px;}
.drop-down a{display:block; font-size:16px; line-height:60px; color:#fff; text-decoration:none;}
.drop-down a+a{margin-left:2.5%;}
.head_nav li:hover .drop-down{top:100%; opacity:1; visibility:visible;}
.head_seek{width:40px; height:40px; margin-top:31px; position:relative;}
#infoname,.seek_key{border:none; outline:none; position:absolute; right:0; top:0; border-radius:20px; overflow:hidden;}
#infoname{width:0; padding:0 45px 0 25px; line-height:40px; color:#999; box-sizing:border-box; opacity:0; visibility:hidden;  transition-duration:0.4s; background:#eee;}
.seek_key{display:block; width:100%; height:100%; cursor:pointer; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122225853_371260109.png) center no-repeat;}
.head_seek:hover .seek_key{background-color:#0253ba; background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122225853_691062628.png)}
.head_seek:hover #infoname{width:268px; opacity:1; visibility:visible;}
.head_more{width:100px; height:100px; background:#0253ba;}
.head_more > em{display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:100%; cursor:pointer;}
.head_more > em i{display:block; width:21px; height:2px; background:#fff; transition-duration:0.5s;}
.head_more > em i:nth-child(2){margin-top:8px;}

/*弹窗*/
.vice{width:100%; height:100%; position:fixed; left:0; top:-100%; z-index:13; opacity:0; visibility:hidden;  transition-duration:0.8s;}
.head_fr .unfold .vice{top:0; opacity:1; visibility:visible;}
.vice_cont{width:100%; max-width:1920px; min-width:1400px; height:100%; margin:0 auto; background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231123/20231123150753_509981633.jpg); background-size:100% 100%; background-repeat:no-repeat; background-position:center;}
.vice_box01{width:100%; height:100px; margin:0 auto; border-bottom:1px solid rgba(255,255,255,.4); display:flex; flex-direction:row; justify-content:space-between;}
.vice_box01_fl{display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start; margin-left:3.2%;}
.vice_box01_fl .logo{margin-top:23px; margin-right:22px;}
.vice_box01_fl .slogan{height:57px; margin-top:25px; padding-left:30px; padding-top:37px; box-sizing:border-box; font-size:18px; line-height:17px; color:rgba(255,255,255,.8); letter-spacing:3px; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231212/20231212172251_407893161.png) left top no-repeat;}
.vice_box01_fr{width:100px; height:100px; border-left:1px solid rgba(255,255,255,.4);}
.vice_box01_fr em{display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:100%; cursor:pointer;}
.vice_box01_fr em i{display:block; width:21px; height:2px; background:#fff; transition-duration:0.5s; transform:rotate(-45deg);}
.vice_box01_fr em i:nth-child(2){transform:rotate(45deg); margin-top:-2px;}
.vice_box02{width:1400px; margin:100px auto 0; display:flex; flex-direction:row; justify-content:space-between;}
.vice_touch{width:700px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.4);}
.vice_touch_tit{width:100%; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,.4); font-size:30px; line-height:30px; color:#fff; position:relative;}
.vice_touch_tit:after{content:""; display:block; width:140px; height:1px; background:#fff; position:absolute; left:0; bottom:-1px;}
.vice_touch_tit i{font-weight:bold;}
.vice_touch_txt{width:100%;}
.vice_touch_txt dl{float:left; min-width:50%; margin-top:30px;}
.vice_touch_txt dt{line-height:14px; color:rgba(255,255,255,.4);}
.vice_touch_txt dt img{display:inline-block; margin-right:5px; vertical-align:middle;}
.vice_touch_txt dd{margin-top:10px; font-size:16px; line-height:16px; color:#fff;}
.vice_touch_txt dd font{font-family:Tw Cen MT; font-size:18px; line-height:16px;}
.vice_mail{margin-top:40px;}
.vice_mail_tit{margin-bottom:30px; font-size:18px; line-height:18px; color:#fff;}
.vice_mail_top input{width:340px; padding-left:20px; line-height:48px; color:#fff; border:1px solid rgba(255,255,255,.4); background-color:transparent; box-sizing:border-box;}
.vice_mail_top input+input{margin-left:20px;}
.vice_mail_down{display:flex; flex-direction:row; margin-top:20px;}
.vice_mail_down textarea{width:574px; min-width:574px !important; max-width:574px !important; height:50px; min-height:50px !important; padding-left:20px; padding-top:10px; font-size:14px; line-height:24px; color:#fff; border:1px solid rgba(255,255,255,.4); background-color:transparent; box-sizing:border-box;}
.vice_mail_down input{width:130px; height:50px; font-size:14px; line-height:14px; color:#000; border:none; background-color:#fff; box-sizing:border-box; cursor:pointer;}
.vice_nav{}
.vice_nav_tit{width:486px; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,.4); font-size:30px; line-height:30px; color:#fff; position:relative;}
.vice_nav_tit:after{content:""; display:block; width:140px; height:1px; background:#fff; position:absolute; left:0; bottom:-1px;}
.vice_nav_cont{padding-top:30px; padding-left:7px;}
.vice_nav_cont li{float:left; margin-bottom:20px;}
.vice_nav_cont li+li{margin-left:105px;}
.vice_nav_cont li a{display:inline-block; padding:0 2px 5px; font-size:20px; line-height:20px; color:rgba(255,255,255,.4); text-decoration:none; transition-duration:0.3s; background-position:left bottom;}
.vice_nav_cont li a:hover{color:#fff; background-repeat:repeat-x; background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231123/20231123185041_1096500446.png);}
.vice_QR{margin-top:20px;}
.vice_QR dl{float:left; width:150px; height:170px; padding:15px 17px 0; box-sizing:border-box; background:#fff;}
.vice_QR dl+dl{margin-left:18px;}
.vice_QR dt,.vice_QR dt img{width:100%; height:116px;}
.vice_QR dd{margin-top:10px; text-align:center; line-height:14px;}



/*幻灯片*/
.banner{width:100%; max-width:1920px; min-width:1400px; overflow:hidden; margin:0 auto; background:#fff; position:relative;}
.banner-box{width:100%; height:700px; position:relative; margin:0 auto;}
.banner-box .bd{width:100%; }
.banner-box .bd li{width:100%; height:700px; background-position:center; background-repeat:no-repeat;}
.banner-box .bd li a{display:block; background-size:auto;}
.banner-btn{width:100%; position:absolute;top: 4px;left: 0;margin-left: 0;height: 100%;overflow: hidden;}
.banner-btn a{display:block; width:49px; height:104px; position:absolute; top:40%; 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/iqgwgk/uploadfile/image/20231117/20231117110852_496125835.png) 0 0 no-repeat; } 
.banner-btn a.next{right:-50px; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117110852_496125835.png) -49px 0 no-repeat; }
.banner-box .hd {position:absolute; bottom:25px; width:100%;}
.banner-box .hd ul {width:1400px; margin:0 auto; text-align:center; }
.banner-box .hd ul li{width:30px; height:30px; line-height:30px; color:#fff; font-family:Arial; font-size:16px; background:#333;cursor:pointer;display:inline-block; margin:0 2px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{background:#0253ba;}
.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;}



/*前言*/
.introbg{width:100%; max-width:1920px; min-width:1400px; height:955px; margin:0 auto; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122134013_325392831.jpg) center no-repeat;}
.intro{width:1400px; margin:0 auto; padding-top:100px;}
.intro_fl{float:left;}
.about{}
.about em{display:block; padding-top:16px; font-size:40px; line-height:40px; color:#0253ba; font-weight:bold; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122134013_379839479.png) left top no-repeat;}
.about span{display:block; margin:13px 0 43px; font-size:22px; line-height:22px; color:#333; font-weight:bold;}
.about p{width:832px; font-size:16px; line-height:30px; color:#666;}
.about p+p{margin-top:18px;}
.about .about_more{}
.about_more{display:flex; flex-direction:row; margin-top:35px;}
.about_more a{display:block; width:180px; margin-right:20px; text-indent:40px; font-size:16px; line-height:52px; color:#fff; text-decoration:none;}
.about_more a img{display:inline-block; margin-left:25px; vertical-align:middle;}
.about_more a:nth-child(1){background-color:#0253ba;}
.about_more a:nth-child(2){background-color:#ff9f16;}
.course.swiper-container{width:855px; padding-top:95px; cursor:auto !important; position:relative;}
.course .toggle-button{position:absolute; right:0; top:86px; z-index:3; width:14px; height:19px; cursor:pointer; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122134012_68190815.jpg) center no-repeat;}
.course li{width:190px; height:305px; position:relative; border-top:2px solid #e8e8e8;}
.course li:after{content:""; display:block; width:2px; height:2px; border-radius:50%; border:7px solid #333; background:#fff; position:absolute; left:calc(50% - 8px); top:-8px; box-shadow:0px 0px 0px 8px #f0f0f0; -webkit-box-shadow:0px 0px 0px 8px #f0f0f0; -moz-box-shadow: 0px 0px 0px 8px #f0f0f0; animation:ripple 1s infinite;}
.course li .prime{display:flex; justify-content:center; align-items:flex-start; height:215px; position:absolute; left:calc(50% - 14%); top:50px; cursor:pointer;}
.course li .prime em{font-size:24px; line-height:24px; color:#333; font-weight:bold; writing-mode:vertical-rl;}
.course li .prime span{display:block; margin-left:14px; line-height:14px; writing-mode:vertical-rl;}
.course li .prime .pass{position:absolute; left:calc(50% / 50%); top:-13px; width:163px; height:230px; padding:10px 10px 0 10px; box-sizing:border-box; background:#fff; transform:scale(0); visibility:hidden; transition-duration:0.4s; box-shadow:0px 0px 13px 0px rgba(51,51,51,0.1); -webkit-box-shadow:0px 0px 13px 0px rgba(51,51,51,0.1); -moz-box-shadow:0px 0px 13px 0px rgba(51,51,51,0.1);}
.course li.swiper-slide-active .prime .pass{transform:scale(1); visibility:visible;}
.course li .prime .pass img{width:143px; height:94px;}
.course li .prime .pass p{width:131px; margin:17px auto 0; line-height:28px; color:#333;}
@keyframes ripple {
0%{box-shadow:0px 0px 0px 0 rgba(51,51,51,.75); -webkit-box-shadow:0px 0px 0px 0 rgba(51,51,51,.75); -moz-box-shadow: 0px 0px 0px 0 rgba(51,51,51,.75);}
100%{box-shadow:0px 0px 0px 10px transparent; -webkit-box-shadow:0px 0px 0px 10px transparent; -moz-box-shadow: 0px 0px 0px 10px transparent;}
}
/*数据*/
.data{float:right; width:270px; padding-top:80px;}
.data dl{display:flex; justify-content:flex-start; align-items:center; margin-bottom:60px;}
.data dt{}
.data dd{display:flex; flex-direction:column; margin-left:25px;}
.data dd span{font-size:18px; line-height:18px; color:rgba(255,255,255,.7);}
.data dd em{display:flex; align-items:flex-end; margin-top:5px;}
.data dd em i{font-family:DIN Medium; font-size:50px; line-height:40px; color:#fff; font-weight:bold;}
.data dd em font{display:block; width:23px; margin-left:7px; text-align:center; line-height:23px; color:#2256a2; border-radius:calc(23px / 2); background:#fff;}
.data dl:nth-child(1) dd em,.data dl:nth-child(3) dd em{margin-left:-3px;}
.data dl:nth-child(4) dd em font{width:47px;}



/*生产设备*/
.facilitybg{width:100%; max-width:1920px; min-width:1400px; margin:80px auto 0; overflow-x:hidden;}
.facility_tit{display:flex; flex-direction:column; align-items:center;}
.facility_tit em{font-size:40px; line-height:40px; color:#333;}
.facility_tit em i{color:#0253ba; font-weight:bold;}
.facility_tit p{margin-top:17px; font-size:18px; line-height:18px; color:#777;}
.facility_tit p::after{content:""; display:block; width:23px; height:26px; margin:14px auto 0; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122085156_536845634.png) center no-repeat;}
.facility{margin-top:28px;}
.facility .new_web_div2021{padding-left:calc((100% - 1400px)/2); padding-right:calc((100% - 1400px)/2); padding-top:31px; box-sizing:border-box;}
.facility .new_web_div2021 ul{height:493px; align-items:flex-start;}
.facility .new_web_div2021 li{width:53%; transition-duration:0.3s;}
.facility .new_web_div2021 li > a{display:flex; justify-content:center; align-items:center; width:700px; height:415px; overflow:hidden;}
.facility .new_web_div2021 li > a img{width:100%; height:auto; transition-duration:0.8s;}
.facility .new_web_div2021 li:hover > a img{transform:scale(1.1);}
.facility .new_web_div2021 li p{position:relative;}
.facility .new_web_div2021 li p a{display:block; height:78px; padding-left:30px; padding-top:27px; font-size:18px; line-height:18px; color:#333; box-sizing:border-box; text-decoration:none; transition-duration:0.3s;}
.facility .new_web_div2021 li p a:after{content:""; display:block; width:24px; height:11px; position:absolute; left:30px; top:62px; transition-duration:0.3s; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122092049_2125737889.png) center no-repeat;}
.facility .new_web_div2021 li.swiper-slide-active{transform:translateY(-31px);}
.facility .new_web_div2021 li.swiper-slide-active p a{height:110px; color:#fff; background-color:#0253ba;}
.facility .new_web_div2021 li.swiper-slide-active p a:after{top:72px; background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122092049_982948352.png);}



/*产品*/
.productbg{width:100%; max-width:1920px; min-width:1400px; height:988px; margin:80px auto 0; background:#f6f6f6;}
.product{width:1400px; margin:0 auto; padding-top:80px;}
.product_tit{display:flex; flex-direction:column; align-items:center;}
.product_tit em{font-size:40px; line-height:40px; color:#333;}
.product_tit em i{color:#0253ba; font-weight:bold;}
.product_tit p{margin-top:17px; font-size:18px; line-height:18px; color:#777;}
.product_tit p::after{content:""; display:block; width:23px; height:26px; margin:14px auto 0; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122085156_536845634.png) center no-repeat;}
.sortbg{margin-top:33px;}
.sortbg .prolist2021{}
.sortbg .prolist2021 li{float:left; position:relative;}
.sortbg .prolist2021 li+li{margin-left:20px;}
.sortbg .prolist2021 li > a{display:block; width:264px; text-align:center; font-size:18px; line-height:56px; color:#555; text-decoration:none; border-radius:4px; background:#dedede; transition-duration:0.8s;}
.sortbg .prolist2021 li:hover > a,.sortbg .prolist2021 li.product_cur > a{background-color:#0253ba; color:#fff;}
.sortbg .prolist2021 li dl{position:absolute; left:0; top:56px; z-index:3; width:100%; background:#fff; transform:translateY(20px); visibility:hidden; opacity:0; transition:0.3s linear all;}
.sortbg .prolist2021 li:hover dl{transform:translateY(0); opacity:1; visibility:visible;}
.sortbg .prolist2021 li dt{}
.sortbg .prolist2021 li dt a{display:block; text-align:center; font-size:18px; line-height:56px; color:#555; text-decoration:none; transition:0.3s linear all;}
.sortbg .prolist2021 li dt:hover a{background:#e4e4e4;}
.procontshow{margin-top:30px;}
.product_cont{}
.product_star{float:left; position:relative;}
.product_star_txt{position:absolute; left:30px; top:64px;}
.product_star_txt span{display:block; margin-bottom:20px; font-size:30px; line-height:30px; color:#333; font-weight:bold;}
.product_star_txt em{float:left; display:block; margin-right:20px; font-size:16px; line-height:16px; color:#555;}
.progdwz2021{float:right;}
.progdwz2021 ul{display:block; width:997px;}
.progdwz2021 li{float:left; width:319px; margin-bottom:20px;}
.progdwz2021 li+li{margin-left:20px;}
.progdwz2021 li > a{width:100%; height:239px; display:flex; align-items:center; justify-content:center; overflow:hidden;}
.progdwz2021 li > a img{width:100%; height:auto; transition-duration:0.8s;}
.progdwz2021 li:hover > a img{transform:scale(1.1);}
.progdwz2021 li br{display:none;}
.progdwz2021 li span{display:block; position:relative;}
.progdwz2021 li span a{display:block; text-indent:20px; font-size:16px; line-height:48px; text-decoration:none; background:#e5e5e5; transition-duration:0.8s;}
.progdwz2021 li span a:after{content:""; display:block; width:19px; height:19px; position:absolute; right:0; top:0; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122085157_1083304478.png) center no-repeat;}
.progdwz2021 li:hover span a{background-color:#0253ba; color:#fff;}



/*四大优势*/
.meritbg{width:100%; max-width:1920px; min-width:1400px; margin:80px auto 0; overflow-x:hidden;}
.merit{width:1400px; margin:0 auto; position:relative;}
.merit_tit{display:flex; flex-direction:column; align-items:center;}
.merit_tit em{font-size:40px; line-height:40px; color:#333;}
.merit_tit em i{color:#0253ba; font-weight:bold;}
.merit_tit p{margin-top:18px; font-size:18px; line-height:18px; color:#777;}
.merit_box01{margin-top:32px;}
.merit_cont{height:522px; position:relative;}
.merit_cont:after{content:""; display:block; width:50px; height:4px; background:#0253ba; position:absolute; right:479px; top:118px;}
.merit_cont > div{float:left;}
.merit_img{width:895px; height:100%; overflow:hidden;}
.merit_txt{width:505px; height:100%; padding-left:52px; padding-top:64px; box-sizing:border-box; background-color:#e9e9e9;}
.merit_txt em{font-size:30px; line-height:30px; color:#0253ba;}
.merit_txt span{display:block; margin:10px 0 31px; font-size:32px; line-height:32px; color:#0253ba; font-weight:bold;}
.merit_txt p{width:360px; padding-left:20px; font-size:16px; line-height:30px; color:#555; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122084655_1436372901.jpg) left 10px no-repeat;}
.merit_txt p+p{margin-top:29px;}
.merit_nav dl{float:left; width:266px; height:200px; padding:33px 0 0 50px; box-sizing:border-box; border-right:1px solid #e9e9e9; background-color:#f5f5f5; cursor:pointer; transition-duration:0.8s;}
.merit_nav dl:hover,.merit_nav dl.merit_cur{background-color:#0253ba; border-color:#0253ba;}
.merit_nav dt{width:41px; height:41px; overflow:hidden; position:relative;}
.merit_nav dt img{position:absolute; left:0; top:0; transition-duration:0.8s;}
.merit_nav dl:hover dt img,.merit_nav dl.merit_cur dt img{top:-41px;}
.merit_nav dd{margin-top:30px;}
.merit_nav dd em{font-size:30px; line-height:30px; color:#333; font-weight:bold; transition-duration:0.8s;}
.merit_nav dd p{margin-top:10px; font-family:Arial; line-height:14px; color:rgba(174,174,174,.4); transition-duration:0.8s;}
.merit_nav dl:hover dd em,.merit_nav dl.merit_cur dd em{color:#fff;}
.merit_nav dl:hover dd p,.merit_nav dl.merit_cur dd p{color:rgba(255,255,255,.4);}
.merit_tel{width:592px; height:200px; position:absolute; left:calc(266px * 4); bottom:0; padding:40px 0 0 42px; box-sizing:border-box; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122084655_2113600817.jpg) center no-repeat;}
.merit_tel em{display:block; font-size:22px; line-height:22px; color:#333; padding-left:5px; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231122/20231122084656_289454927.jpg) left bottom no-repeat;}
.merit_tel em span{font-weight:bold;}
.merit_tel i{display:block; width:1px; height:28px; margin:12px 0 0 10px; background:#eee;}
.merit_tel p{margin:14px 0 0 5px; font-family:DIN Medium; font-size:35px; line-height:35px; color:#ff9f16; font-weight:bold;}



/*证书*/
.honorbg{width:100%; max-width:1920px; min-width:1400px; height:896px; margin:80px auto 0; height:743px; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117165721_557533140.jpg) center no-repeat;}
.honor{width:1400px; margin:0 auto; padding-top:75px;}
.honor_tit{display:flex; flex-direction:column; align-items:center;}
.honor_tit em{font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.honor_tit p{margin-top:17px; font-size:18px; line-height:18px; color:#777;}
.honor_cont{margin-top:30px; padding-left:16px;}
.honor_cont .new_web_div2021 .tempWrap{width:1363px !important;}
.honor_cont .new_web_div2021 li{ float:left; margin-right:37px; width:313px; height:411px;}
.honor_cont .new_web_div2021 li a{ display:block; width:313px; height:411px; overflow:hidden; position:relative;}
.honor_cont .new_web_div2021 li a:before{content:""; display:block; width:313px; height:411px; position:absolute; left:0; top:0; z-index:1; background:url(https://memberpic.114my.com.cn/oyelec/uploadfile/image/20230605/20230605183911_793859724.png) center no-repeat;}
.honor_cont .new_web_div2021 li a img{transition:0.5s;}
.honor_cont .new_web_div2021 li:hover > a img{transform:scale(1.1);}



/*合作客户*/
.clientbg{width:1400px; margin:80px auto 0;}
.client_tit{display:flex; flex-direction:column; align-items:center;}
.client_tit em{font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.client_tit p{margin-top:17px; font-size:18px; line-height:18px; color:#777;}
.client{margin-top:30px;}
.client .new_web_div2021 li{float:left; width:calc(100% / 6); height:118px; box-sizing:border-box; border:1px solid transparent; position:relative;}
.client .new_web_div2021 li a{display:block; width:100%; height:100%;}
.client .new_web_div2021 li a:before{content:""; display:block; width:233px; height:118px; position:absolute; left:-1px; top:-1px; z-index:1; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117161727_289267857.png) center no-repeat;}
.client .new_web_div2021 ul:nth-child(1) li:nth-child(-n+6):nth-child(n+2) a:before{background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117161727_1513812043.png);}
.client .new_web_div2021 li:nth-last-child(6) a:before{background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117161726_2801517.png);}
.client .new_web_div2021 li:hover{z-index:2; border-color:#1270c8; box-shadow:0px 0px 30px 0px rgba(18,112,200,0.2); -webkit-box-shadow:0px 0px 30px 0px rgba(18,112,200,0.2); -moz-box-shadow:0px 0px 30px 0px rgba(18,112,200,0.2);}
.client .new_web_div2021 li:hover a:before{opacity:0;}
.client .new_web_div2021 li img{width:100%; height:auto; filter:grayscale(100%); -webkit-filter:grayscale(100%); transition-duration:0.3s;}
.client .new_web_div2021 li:hover img{filter:grayscale(0); -webkit-filter:grayscale(0);}



/*新闻*/
.newsbg{width:100%; max-width:1920px; min-width:1400px; height:896px; margin:80px auto 0; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117113413_2074441651.jpg) center no-repeat;}
.news_box01{width:1400px; margin:0 auto; display:flex; justify-content:space-between; padding-top:150px;}
.news_box02{max-width:220px;}
.news_tit em{font-family:Arial; font-size:60px; line-height:45px; color:#ddd; font-weight:bold; text-transform:uppercase;}
.news_tit em p{margin-top:16px; font-size:30px; line-height:24px; font-weight:normal;}
.news_tit span{display:block; margin-top:30px; font-size:40px; line-height:40px; color:#0253ba; font-weight:bold;}
.news_tit span:before{content:""; display:block; width:60px; height:4px; margin-bottom:27px; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117113412_577479265.png) center no-repeat;}
.news_nav{display:flex; flex-direction:column; align-content:flex-start; align-items:flex-start;}
.news_nav{margin-top:66px;}
.news_nav a{display:inline-block; font-size:18px; line-height:18px; color:#333; text-decoration:none; transition-duration:0.8s;}
.news_nav a:after{content:""; display:inline-block; width:19px; height:12px; margin-left:0; vertical-align:middle; opacity:0; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117113413_1057656989.png) center no-repeat;}
.news_nav a+a{margin-top:42px;}
.news_nav a:hover,.news_nav a.news_cur{color:#0253ba; font-weight:bold;}
.news_nav a:hover:after,.news_nav a.news_cur:after{margin-left:11px; opacity:1;}
.news_more{margin-top:120px;}
.news_more a{display:block; width:60px; height:60px; background-position:center; background-repeat:no-repeat; background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117113413_512776810.png);}
.news_cont{}
.news_div{width:1070px; height:594px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.news_div_item{width:520px; height:178px; background:#fff; position:relative; transition-duration:0.8s;}
.news_div_item:before{content:""; display:block; width:26px; height:25px; position:absolute; right:15px; bottom:15px; transition-duration:0.8s; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117113413_40039768.png) center no-repeat;}
.news_div_item_date{position:absolute; left:170px; bottom:32px; font-family:Barlow; line-height:12px; color:#777; transition-duration:0.8s;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{float:left;}
.news_div_item_content{position:absolute; left:170px; top:35px;}
.news_div_item_title a{font-size:18px; line-height:18px; color:#333; font-weight:bold; transition-duration:0.8s;}
.news_div_item_body{margin-top:8px; line-height:26px; color:#777;  transition-duration:0.8s;}
.news_div_item_pic{position:absolute; left:24px; top:25px;}
.news_div_item_pic a{display:flex; justify-content:center; align-items:center; width:128px; height:128px; border-radius:3px; overflow:hidden;}
.news_div_item_pic a img{width:auto; height:100%; transition-duration:0.8s;}
.news_div_item:hover{background-color:#0253ba;}
.news_div_item:hover:before{background-image:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117113412_595553237.png);}
.news_div_item:hover .news_div_item_title a{color:#fff;}
.news_div_item:hover .news_div_item_date,.news_div_item:hover .news_div_item_body{color:rgba(255,255,255,.8);}
.news_div_item:hover .news_div_item_pic a img{transform:scale(1.1);}



/*底部*/
.basebg{width:100%; max-width:1920px; min-width:1400px; height:434px; margin:0 auto; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117110852_1773724830.jpg) top center no-repeat;}
.base{width:1400px; margin:0 auto; padding-top:11px;}
.base a:hover{color:#fff !important;}
.base_nav{float:left;}
.base_nav dl{float:left; height:340px; padding-top:78px; padding-left:40px; border-left:2px solid #2e2e2e; box-sizing:border-box; position:relative;}
.base_nav dl:after{content:""; display:block; position:absolute; left:-3px; top:75px; width:4px; height:20px; background:#fff; z-index:1;}
.base_nav dl:nth-child(1){width:221px;}
.base_nav dl:nth-child(2){width:263px;}
.base_nav dl:nth-child(3){width:210px;}
.base_nav dl:nth-child(4){width:233px;}
.base_nav dt{font-size:16px; line-height:16px; color:#fff;}
.base_nav dd{margin-top:36px;}
.base_nav dd a{display:block; width:fit-content; line-height:14px; color:rgba(255,255,255,.6); margin-bottom:18px;}
.base_tel{float:right; padding-top:85px; text-align:right;}
.base_tel em{display:block; line-height:14px; color:rgba(255,255,255,.6);}
.base_tel span{display:block; margin-top:10px; font-family:DIN Medium; font-size:32px; line-height:26px; color:#0070fe; font-weight:bold;}
.base_tel p{margin-top:63px; padding-top:44px; font-size:16px; line-height:24px; color:rgba(255,255,255,.6); background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231117/20231117110852_1341741972.jpg) right top no-repeat;}
.Copyrightbg{padding:35px 0 34px;}
.Copyrightbg,.Copyrightbg a{line-height:14px; color:rgba(255,255,255,.6);}



/*右侧浮动*/
.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; margin:0 auto 6px; background:url(https://memberpic.114my.com.cn/iqgwgk/uploadfile/image/20231125/20231125171407_1966275314.png) no-repeat;}
.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: #0253ba; }/*颜色更改*/
.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 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; margin-top:12px; background-color: #0253ba !important; border-color: #0253ba !important; }
.y-kefu-box01 .kf-mobile p{ color:#FFF;}
.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: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.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; }
/*.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: #0253ba; border-color: #0253ba ;}/*颜色更改*/
.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 .show-status > *:nth-last-child(2){border-bottom: solid 1px #efefef;}
/*电话*/
.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 span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #0253ba; 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: 94px; height: 94px; margin: 30px 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: #0253ba; 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; }
/*qq*/
.y-kefu-box01 .kf-zixun {border-bottom: solid 1px #efefef; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 a.kf-zixun:hover{ background-color: #0253ba; border-color: #0253ba; color: #fff; }/*颜色更改*/
.y-kefu-box01 a.kf-zixun:hover>i { background-position: -30px -5px; }
/*关闭后*/
.hide-status .kf-zixun { border-bottom:none; border-radius: 2px; display:block !important; }
.hide-status .kf-zixun i { background-position: -30px -5px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#0253ba;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer;}