@charset "utf-8";
/* CSS Document */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,i{font-style:inherit;font-weight:inherit;}
*{box-sizing: border-box;font-size:14px;line-height:1em;}
html, body {min-height: 100%;}
body{min-width:1200px;}
body {font:14px/1.5 "Microsoft YaHei";font-size:14px;color:#333;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol,li{list-style: none;}
img {border: none;vertical-align: middle;}
a {text-decoration: none;color: #333;}
b{font-weight:normal;}
table {border-collapse: collapse;table-layout: fixed;}
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
textarea {resize: none;overflow: auto;}
.fl{float: left}
.fr{float: right}
.tl{text-align: left;}
.tc{text-align: center}
.tr{text-align: right;}
.cl,.clear{clear:both;}
.ov{overflow:hidden;}
.dfc{display:flex;align-items:end;justify-content:center;}
.dfv{display:flex;align-items:center;justify-content:center;}
.dfs{display:flex;align-items:end;justify-content:space-between;}
.dfsv{display:flex;align-items:center;justify-content:space-between;}
.dfe{display:flex;align-items:end;justify-content:end;}
.db, .lb, .dd{font-size:0;}
.db>div, .lb>li, .dd>dl{display:inline-block;vertical-align:top;}
em, .em,i{text-transform:uppercase;font-family:arial;vertical-align:top;display:block;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
.page,.w1400{width:1400px;margin:0 auto;max-width:100%;}
.top60 {margin-top: 60px;}
:focus {outline:none;background-color:transparent;}
::selection{background:#0b63e7;color: #fff;}

@font-face {
  font-family: 'iconftb';  /* Project id 2711650 */
  src: url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.eot?t=1628856605838'); /* IE9 */
  src: url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.eot?t=1628856605838#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.woff2?t=1628856605838') format('woff2'),
       url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.woff?t=1628856605838') format('woff'),
       url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.ttf?t=1628856605838') format('truetype'),
       url('//at.alicdn.com/t/font_2711650_8k3rczgxqkl.svg?t=1628856605838#iconftb') format('svg');
}

@font-face {
  font-family: 'din';
  src: url("../cssnew/din.eot.txt") format('embedded-opentype'),
      url("../cssnew/din.woff2.txt") format('woff2'),
      url("../cssnew/din.woff.txt") format('woff'),
      url("../cssnew/din.ttf.txt") format('truetype'),
      url("../cssnew/din.svg.txt") format('svg');
}

.box{margin:0 auto;width:98%;min-width:1400px;}
.tp_bg{height:46px;line-height: 46px;background: #eee;position: relative;z-index: 2;}
.tp_fl p{font-size: 14px;color:#999;line-height: 46px;}
.tp_fr p{height: 46px;font-size: 15px; color:#fff; position: absolute; width:auto; height:55px;line-height:50px; right:0; top:0; padding-left:50px; padding-right:3%; background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210828/20210828104434_290051268.png) no-repeat center left;}
.tp_fr p img{float: left;margin:10px 12px 0  0;}
.tp_fr p b{font-size:21px;font-family: 'Engravers MT';}

/*抬头*/
.header{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;padding-right:3%;background: #fff;height: 7.8125vw;border: 0;position: relative;}
.hleft{position:relative;z-index:99;width: 31%;height:auto;}
.hlogobais{ width:33%; height:7.8vw; background:#fff;left:0; position:absolute; display:flex; align-items:center; justify-content:center;}
.hlogobais img{justify-content:center;width:7.70834vw;}
.topbaigs1{width: 75%;height:7.8vw;left:33%;position:absolute;display:flex;justify-content:center;align-items:center;}
.hmean{font-size:1.4vw;color: #0850bf;font-weight: bold;}
.hmean p{color: #333;font-size:0.9vw;font-weight:100;margin-top:10px;opacity:.8;}

.nav{z-index:99;position:absolute;right: 12%;width:50%;}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.nav ul li{ position:relative;}
.nav ul li>a{display:block;line-height: 7.8125vw;font-size:1vw;color: #333;}
.nav ul li>a:after{content:'';display:block;position:absolute;transition:all .3s ease;border-left:10px solid transparent;border-right:10px solid transparent;border-top: 10px solid #333;width:0;height:0;left:0;right:0;margin:0 auto;bottom:0;opacity:0;}
.nav ul li.cur>a:after,.nav ul li:hover>a:after{ bottom:20px; opacity:1;}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{font-weight:bold;color:#0b63e7;}
.nav ul li.hasdrop:hover>a:after{ bottom:20px; opacity:1; transform:rotate(180deg);}
.dropmenu{ position:absolute; width:200%; left:-50%;  z-index:99; background: rgb(255 255 255 / 0.8);border-radius:5px; text-align:center; transition:all .3s ease; opacity:0; visibility:hidden; top:105%;}
.nav>ul>li:hover .dropmenu{top: 100%;opacity:1;visibility:visible;}
.dropmenu a{ display:block; line-height:50px; font-size:14px; color:#666; transition:all .3s ease;}
.dropmenu a:hover{background:#0b63e7;color:#fff;font-weight: bold;}
.dropmenu table,.dropmenu tbody,.dropmenu tr,.dropmenu td{ display:block; width:100%;}
.hbtn{ height:132px; position:relative;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}

.hul{font-size:0;position:absolute;right: 2%;z-index:999;height: 100%;display: flex;}
.hul li{height: 100%;vertical-align: top;cursor: pointer;position: relative;transition: all .3s ease;display: flex;align-items: center;justify-content: center;}
.hul li+li{margin-left:1vw;}
.hul>ul>li>a{display: flex;align-items: center;justify-content: center;}

.hul .drop{opacity: 0;top: 110%;padding: 20px;background: rgb(255 255 255 / 0.9);z-index: 99;transition: all .3s ease;position: absolute;right: 0;visibility: hidden;}
.hul li:hover .drop{top: 100%;opacity: 1; visibility: visible;}
.hul .drop .htel{font-size:32px;font-family: arial;font-weight: bold;white-space: nowrap;color: #333;}
.hul .drop .htel span{font-size:18px;white-space: nowrap;color: #888; font-weight:300;}
.hul li>span{display: block;filter: invert(1);}
.search{width:560px; right:0px;background: rgb(255 255 255 / 0.9); z-index:999; opacity:0; transition:all .3s ease;}
.search-bg{ width:530px; margin:0 auto; height:42px; padding-left:20px; border-radius:30px; border:1px solid #ddd;}
.search-bg input{ float:left; }

#infoname{ border:none; height:40px;  width:485px; background:none;}
#soo{ margin-top:12px;}
.keywords{ margin-top:20px; text-align:center;}
.keywords,.keywords a{ font-size:13px; color:#666; font-weight:lighter; line-height: 35px;}
.keywords span{ color:#0b63e7;}
.keywords a:hover{ color:#0b63e7;}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#888;}
.banner-box{ min-width:1400px; height:700px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:700px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto; width: 100%;height: 80%;position: relative;z-index: 9;}
.banner-btn{width: 100%;position: absolute;bottom: 30px;left: 0;margin-left: 0;height: 400px;overflow: hidden;}
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717100938_1399965668.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717100938_1399965668.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #0b63e7;border-radius: 8px; width:70px;}
.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; }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}

/*bt*/
.bt{text-align: center;padding-top: 80px;margin-bottom: 40px;}
.bt b{font-size: 38px;color: #333;display: block;font-weight: bold;}
.bt b strong{color: #0b63e7;font-size: 38px;font-weight: bold;}
.bt p{display: block;margin-top: 13px;font-size: 16px;font-weight: 100;}
.bt i{display: block;margin: 16px auto 0;}
.bse b,.bse b strong,.bse p{color: #fff;}

/*世茂嵌线机设备就是与众不同*/
.num{ position:relative; overflow:hidden; padding-bottom:150px; background:#f5f5f5 url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210715/20210715154149_1320234862.png) no-repeat bottom center}
.num ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; text-align:center; min-width:1300px; max-width:1400px; margin:50px auto 0 auto;}
.numbox{ margin:40px 10px 0px 10px;}
.nbox{ width:184px; height:313px; border-radius:150px; background:#fff; position:relative;}
.nbox:after{ content:''; display:block; position:absolute; width:100%; height:0; border-radius:150px; top:0; left:0; background:#0b63e7; transition:all .3s ease;}
.num ul li:hover .nbox:after{ height:100%;}
.num ul li:hover .num_t span,.num ul li:hover .num_t i{ color:#b5d3ff;}
.num ul li:hover .num_t em{ color:#fff;}
.nbox div,.nbox p{ position:relative; z-index:3;}
.numpic{ display:inline-block; margin:-40px 0 20px 0; border:5px solid #fff; border-radius:50%; transition:all .3s ease;}
.num ul li:hover .numpic{ transform:rotate(360deg);}
.num_t span{ font-size:24px; color:#333333; transition:all .3s ease;}
.num_t em{ font-size:60px; color:#0b63e7; display:block; margin:10px 0 5px 0; transition:all .3s ease; font-family:din;} 
.num_t i{ font-size:26px; color:#888888; transition:all .3s ease;}
.num_c{ font-size:18px; color:#666666; margin-top:30px;}
.nbox2{ position:relative; border-radius:100%;}
.nbox2:after{ content:''; display:block; position:absolute; top:10px; left:0; width:100%; height:100%; border-radius:50%; background:#0b63e7; box-shadow:0px 20px 20px 0px #00000024;}
.nbox2 img{ position:relative; z-index:3; transform:scale(1); transition:0.4s;}
.nbox2:hover img{transform:scale(1.1);}

/*products*/
.pro_box{}
.pro_con{display: inline-block;padding-bottom: 80px;}
.pro_tab{height: 67px;}
.pro_tab table{width: 100%;}
.pro_tab tr{float: left;width: calc(100% / 4);}
.pro_tab td{width: 100%;display: block;}
.pro_tab td a{width: 100%;display: block;line-height: 67px;text-align: center;background: #f8f8f8;font-size: 20px;font-weight:100 !important;}
.pro_tab tr.cur a{background: #0b63e7;color: #fff;}
.pro_list{margin-top: 40px;}
.por_nr{}
.por_nr tr{display: inline-block;width: 100%;}
.por_nr tr+tr{margin-top: 14px;}
.por_nr td{display: block;float: left;width: calc((100% - 28px) / 3);margin-right: 14px;}
.por_nr td:nth-child(3n){margin-right: 0;}
.por_nr td:nth-child(3),.por_nr td:nth-child(4){}
.por_nr td a{overflow: hidden;display: block;transition: 0.5s;border: 1px solid #eee;border-bottom: none;}
.por_nr td a img{transform: scale(1);transition: 0.5s;width: 100%;height: auto;}
.por_nr td br{display: none;}
.por_nr td span{display: block;width: 100% !important;}
.por_nr td span a{width: 100%;height:68px;display: block;background: #f4f4f4;line-height: 68px;color: #797979;font-size: 18px;position: relative;transition: 0.5s;padding-left:18px;border-bottom: 3px solid #ddd;text-align: left;font-weight: 100;}
.por_nr td span a:after{position: absolute;content: '';background: url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717090943_705398747.png) left top no-repeat;width: 7px;height: 9px;top: 50%;right: 20px;transition: 0.5s;margin-top: -4px;}
.por_nr td:hover a img{transform: scale(1.1);transition: 0.5s;}
.por_nr td:hover span a{border-color:#064aaf;background: #0b63e7;color: #fff;transition: 0.5s;}
.por_nr td:hover span a:after{background-position: right top;transition: 0.5s;}

/*adv*/
.adv{ overflow:hidden; padding-bottom:80px; background:#f5f5f5;}
.advtab{display: flex;margin-bottom: 30px;}
.advtab li{text-align:center;width: calc((100% - 3px)/ 4);height:160px;background:#fff;cursor:pointer;transition:all .3s ease;border-bottom:1px;}
.advtab li+li{margin-left: 1px;}
.advtab li strong{ display:block; font-size:25px; color:#555555; margin:0 0 10px 0; transition:all .3s ease;}
.advtab li em{ font-size:12px; font-weight:100; color:#999999; text-transform:uppercase; transition:all .3s ease; opacity:.5;}
.advtab li span{ display:inline-block; margin-top:25px; width:35px; height:50px; background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717093212_1824801675.png) no-repeat top left; transition:all .5s ease;}
.advtab li:nth-child(2) span{ background-position-x:-44px; width:46px;}
.advtab li:nth-child(3) span{ background-position-x:-106px; width:44px;}
.advtab li:nth-child(4) span{ background-position-x:-170px; width:44px;}
.advtab li.on{ background:#0b63e7;}
.advtab li.on strong,.advtab li.on em{ color:#fff;}
.advtab li.on span{ background-position-y:-57px;}
.adv_box{width: 100%;}
.advcenter{}
/*图片上下浮动动画*/
@keyframes Updown {
  from {
    transform:translateY(-10px);
  }
  to {
    transform:translateY(10px);
  }
}
.advpic{width: 900px;overflow: hidden;position: absolute;right: 0;}
.advpic img{transition: all .6s ease;}
.advcon ul:hover .advpic img{transform: scale(1.1);}
.advwa{ width:460px; padding:60px 50px;}
.adnum{ font-size:65px; color:#e6e3e3; font-family:impact;}
.adt{ font-size:28px; color:#343434;}
.advcon ul{height:642px; background:#fff;position: relative;}
.adw{ margin:35px 0 0 0; }
.adw p{font-size:15px; color:#999999; line-height:35px;}
.adw p+p{ margin-top:15px;}
.ac_num{ position:relative; font-size:30px; color:#343434; margin-top: 60px;}
.ac_num span{ color:#0b63e7; font-size:30px;}
.ac_num i{ display:inline-block; width:320px; height:1px; background:#eeeeee; float:right; margin:17px 0px 0px 0; position:relative;}
.ac_num em{ float:left; font-size:30px;}
.ac_num i:after{ content:''; display:block; position:absolute; left:0px; top:-1px; width:25%; background:#0b63e7; height:3px;}
.ac_num i.adv2:after{ width:50%;}
.ac_num i.adv3:after{ width:75%;}
.ac_num i.adv4:after{ width:100%;}
.advcon ul{}

/*应用场景*/
.use{padding-bottom: 80px;}
.use .bt{margin-bottom: 10px;}
.usecon .swiper-slide{ margin-bottom:60px; border:6px solid transparent;}
.usecon{width:90%; margin:0 auto; position:relative; overflow:hidden;padding-top: 50px;}
.usecon .swiper-slide a{ display:block;overflow: hidden;}
.usecon .swiper-slide a img{width:100%;height:auto; opacity:.9;transition: all .6s ease;}
.usecon .swiper-slide a:hover img{transform: scale(1.1);}
.usecon .swiper-slide.swiper-slide-active{ border-color:#ffffff; opacity:1;}
.usecon .swiper-slide a p{ position:absolute; width:100%; top:110%; text-align:center; opacity:0; transition:all .3s ease;}
.usecon .swiper-slide a p:before{ display:block; content:''; width:1px; height:50px; background:#dadede; margin:0 auto 20px auto;}
.usecon .swiper-slide a p span{font-size:24px; color:#333;}
.usecon .swiper-slide.swiper-slide-active a img{ opacity:1;}
.usecon .swiper-slide.swiper-slide-active p{ top:95%; opacity:1;}
.use .usejt{ position:relative; text-align:center;}
.usejt>div+div{ margin-left:450px;}
.usejt>div{ position:relative; display:inline-block; vertical-align:top; background:#dadede; width:64px;height:56px; top:inherit;left:inherit; right:inherit;}

/*定制流程*/
.process{background: #f5f5f5;padding-bottom: 80px;}
.process .title span{ color:#aaa;}
.process .title span em{ display:inline-block; vertical-align:middle; height:1px; width:60px; background:#dbdbdb; margin:0 10px;}
.pcul{ font-size:0; margin:45px 0 60px 0; z-index:2; position:relative; display:flex; justify-content:space-between;}
.pcul:after{ content:''; display:block; position:absolute; width:100%; height:0; top:0; bottom:0; margin:auto 0; z-index:-1; border-top:1px solid #ddd;}

.pcul li{ display:inline-block; vertical-align:top; width:155px; height:195px; border:1px solid #e7e7e7; border-radius:10px; background:#fff; position:relative; font-size:18px; color:#222222; font-weight:lighter;transition:all .3s ease; text-align:center;}
.pcul li+li{}
.pcul li+li:after{ content:''; display:block; position:absolute; width:0; height:0; border-left:6px solid #5b5b5b; border-top:6px solid transparent; border-bottom:6px solid transparent; left:-30px; top:0; bottom:1px; margin:auto 0;}
.pcicon{ display:inline-block; width:72px; height:60px; background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717092812_45109757.png) no-repeat left top; margin:29px 0 10px 0; transition:all .3s ease;}
.pcul li p:last-child{font-size: 18px;font-weight: normal;}
.pcul li span{ display:block; font-size:30px; color:#666666; font-family:din; margin-bottom:10px; font-weight:bold;}
.pcul li:nth-child(2) .pcicon{ background-position-x:-111px;}
.pcul li:nth-child(3) .pcicon{ background-position-x:-226px; width:50px;}
.pcul li:nth-child(4) .pcicon{ background-position-x:-320px; width:43px;}
.pcul li:nth-child(5) .pcicon{ background-position-x:-420px;}
.pcul li:nth-child(6) .pcicon{ background-position-x:-515px;}
.pcul li:nth-child(7) .pcicon{ background-position-x:-641px; width:52px;}
.pcul li:hover{ border-color:#0b63e7; color:#0b63e7;}
.pcul li:hover .pcicon{ background-position-y:-82px;}
.pcul li:hover span{color:#0b63e7;}
#form1 ul{ font-size:0; white-space:nowrap;}
.process #form1{ margin-top:60px; padding:30px; box-shadow:0 0 20px #ccc; background:#fff;}
#form1 ul li{display:inline-block; vertical-align:middle; display:inline-block; vertical-align:top; width:260px; height:68px; box-sizing:border-box; background-color:#f5f5f5; background-position:20px center; background-repeat:no-repeat; padding-left:60px;}
#form1 ul li:nth-child(1){ background-image:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717093032_1743497518.png);}
#form1 ul li:nth-child(2){ background-image:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717093058_1365490149.png);}
#form1 ul li:nth-child(3){ background-image:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717093108_1798980430.png);}
#form1 ul li input{ border:none; height:68px; background:none; width:180px;}
#form1 ul li+li{ margin-left:10px;}
#form1 ul li:nth-child(4){ padding-left:30px;}
#form1 ul li:nth-child(4) input{ width:140px;}
#form1 ul li:nth-child(4) img{ display:inline-block; vertical-align:middle;}
#form1 ul li:nth-child(5){ padding:0;}
#form1 ul li:nth-child(5) input{ display:block; width:100%; background:#0b63e7; font-size:18px; color:#f5f5f5; font-weight:lighter; cursor:pointer; transition:all .3s ease;}
#form1 ul li:nth-child(5) input:hover{ background:#555;}

/*实力厂家*/
.changhd{position:relative;margin:80px 0; }
.wngtgsk{ width:55%; padding-top:50px; padding-bottom:75px;}
.ywensgb{ width:602px; height:88px; background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717101103_729956110.png) center no-repeat;}
.bgshghm{ font-size:2vw; font-weight:bold; color:#333; padding-top:28px;}
.bgshghm span{font-size:2.1vw; font-weight:bold; color:#0b63e7; }
.jgnchw{ font-size:0.85vw; line-height:2vw; color:#888; margin-top:26px;height:7vw; width:90%;}

.yqnghjb{
    float:left;
    width:40px;
    height:40px;
    border-radius: 100%;
    border:1px solid #0b63e7;
    border: solid 1px transparent;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(to right, #0b63e7, #09b456);
    background-origin: border-box;
    background-clip: content-box, border-box;
margin-top: 15px;
}
.tubgqyl{display: flex;align-items: center;justify-content: center;height: 100%;}
.tubgqyl img {width: 50%;}
.wngkdk{ width:34%; float:left; margin-left:3%;}
.dhgnbw{ font-size:1.2vw; color:#333; line-height:45px; }
.dhgnxhs{ font-size:0.86vw; color:#888; }


.dhtubg{ width:32px; height:29px; padding-top:6px; margin-top:50px;}
.zxfwre{ font-size:0.85vw;color:#888; padding:12px 0px 0px 10px;margin-top:50px;}
.dhgsjh{font-size:1.9vw;color:#0b63e7; font-family: din;margin-top:50px;}

.ybgdak{width: 40%;position: absolute;right: 0px;top: 0;}
.ybgbhsl{ width:58.3%; height:670px; right:0px; background:#0b63e7;background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717101627_1425967995.jpg) center no-repeat; position:absolute;display: block;}
.bsdhgwk{ width:530px; height:440px; background:#fff; position:absolute;right:60%;display: block; bottom:125px;}
.tubgjkd{ background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717102406_1728085587.jpg) no-repeat center; position:relative; width:500px; height:410px;margin:0 auto; margin-top:15px; }
.tubgjkd:after{ content:''; display:block; position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,.6); transition:all .3s ease;}

.bejgktc,.bejgktc:before,.bejgktc:after {position: absolute;left:50%;top:52%;height: 65px;width:66px;margin-top: -34px;margin-left: -33px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255,0.64);-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);box-shadow: 0 0 0 0 #fff;animation: ripple 3s infinite; z-index:99}
.bejgktc{background: rgba(255, 255, 255, 1);display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.bejgktc:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.bejgktc:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;visibility: hidden;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;visibility: inherit;}
.video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, .0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, .0);
  }
}

@media screen and (max-width:1820px){
  .ybgbhsl{ width:50%;height:647px;}
  .bsdhgwk{ width:535px; height:440px; bottom:95px;}
  .tubgjkd{ width:500px; height:410px;}
  }
@media screen and (max-width:1650px){
  .ybgbhsl{ width:42%;height:580px;}
  .bsdhgwk{width:490px; height:440px;bottom:70px;}
  .tubgjkd{ width:454px; height:406px;}
  }
@media screen and (max-width:1470px){
  .ybgbhsl{ width:36%;height:540px;}
  .bsdhgwk{width:480px; height:440px;bottom:50px;}
  .tubgjkd{ width:445px; height:408px;}
  }
@media screen and (max-width:1380px){
  .bgshghm{font-size:39px;}
  .bgshghm span{font-size:39px;}
  .jgnchw{font-size:16px; line-height:34px;width:96%; margin-top:15px; height:106px;}
  .wngtgsk{width:51%;margin-left:1.5%;}
  .xhgntls{width:3%;}
  .dhgnbw{ font-size:19px;}
  .dhgnxhs{ font-size:15px;}
  .wngkdk{ width:36%;}
  .dhtubg{margin-top:50px;}
  .zxfwre{font-size:17px;margin-top:50px;}
  .dhgsjh{font-size:32px; margin-top:50px;}
  .ybgbhsl{ width:36%;height:540px;}
    .bsdhgwk{ width:465px; height:420px; bottom:60px;}
  .tubgjkd{ width:440px; height:390px;}
    .bejgktc img{ width:46%;}
}

/*news*/
.news_bc{padding: 80px 0;background: #f8f8f8;}
.tg_tit b{display: block;position: absolute;top: 0;left: 0;font-size: 72px;font-family: Impact;line-height: 58px;color: #ddd;z-index: 1;text-transform: uppercase;}
.tg_tit p{font-size:42px;font-weight: bold;display: block;margin-bottom: 14px;position: relative;z-index: 2;margin-top: 16px;}
.tg_tit span{font-size: 18px;}
.news_c{}
.news_cc {display: flex;padding: 55px 10px 10px;transition:all .5s;}
.news_wz .news_div_item {display: flex!important;flex-direction: column-reverse;width:calc(25% - 15px);flex-shrink: 0;position: relative;    box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);}
.news_div_item_pic {width: 100%;overflow: hidden;transition: .4s;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{font-family: Roboto;font-size: 14px;font-weight: bold;}
.news_wz .news_div_item_pic img{width: 100%;transform:scale(1);transition: .4s;}
.news_cc .news_div+.news_div{display:none;}
.news_wz .news_div {display: flex;}
.news_wz .news_div_item .news_div_item_date {position: absolute;top: 234px;left: 25px;width: 102px;height: 30px;background: #333;color: #fff;z-index: 2;transition: all .5s;border-radius: 6px;display: flex;align-items: center;justify-content: center;padding-top: 1px;}
.news_wz .news_div_item:hover .news_div_item_date {background: #0b63e7;}
.news_div_item_day {font-family: Rotobo;}
.news_wz .news_div_item .news_div_item_title a {display: block;font-size: 16px;color: #333;position: relative;margin-top:48px;padding-left: 30px;}
.news_wz .news_div_item .news_div_item_body {font-size: 14px;line-height: 28px;color: #666;padding-top: 14px;}
.news_wz .news_div_item .news_div_item_title a:after {position: absolute;content: "";top: 0;left: 0;background: url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717113608_2076080466.png) no-repeat center;width: 16px;height: 16px;}
.news_wz button {display: none!important;}
.news_wz .news_div_item .news_div_item_content {padding: 0 25px 35px;}
.news_wz {width: 100%;flex-shrink: 0;}
.news_wz .news_div_item+.news_div_item {margin-left: 20px;}
.news_wz+.news_wz{display:none;}
.news_wz .news_div_item .news_div_item_pic a {display: block;position: relative;overflow: hidden;}
.news_wz .news_div_item:hover img{transform:scale(1.1);}
.news_tc {display: flex;justify-content: space-between;position: relative;align-items: center;}
.cate_c ul{display: flex;}
.cate_c ul li+li{margin-left: 30px;}
.cate_c ul li a{display: flex;align-items: center;justify-content: center;}
.cate_c ul li a em{font-size: 18px;color: #333;display: block;margin-right: 8px;}
.cate_c ul li:first-child a em{font-size: 23px;}
.cate_c ul li:last-child a em{font-size: 21px;}
.cate_c ul li a b{font-size: 18px;color: #333;display: block;position: relative;}
.cate_c ul li.on a b:after{position: absolute;content: "";width: 100%;height: 3px;background: #0b63e7;bottom: -27px;left: 0;}
.cate_c ul li.on a b,.cate_c ul li.on a em{color: #0b63e7;}

/*links*/
.links{height:100px;font-size:18px;color:#fff;background-color: rgb(34 34 34 / 90%);}
.links>div.page{display: -webkit-flex;display: flex;flex-wrap: nowrap;align-items:center;height: 100%;justify-content: space-between;}
.links p,.links p span{ font-family:impact;text-transform:uppercase;font-size:20px;}
.links>div.page>div{width: 86%;}
.links>div.page>a{}

/*版权*/
.copyright{background: #222;}
.crcon{ padding:90px 0 60px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.crcon ul{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcode img{ width:150px; height:150px; margin-bottom:15px; display:block;}
.crcode li{ text-align:center; font-size:14px; color:#888888; font-weight:lighter;}
.crcode li+li{ margin-left:20px;}
.crcontact p{font-size:13px;color: #888;font-weight:lighter;line-height:36px;/* text-transform: uppercase; */padding-left:35px;background:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717094859_422362677.png) no-repeat left center;}
.crcontact .cr_tel{font-size: 24px;color:#ffffff;font-family:impact;margin-bottom:20px;letter-spacing: 2px;}
.kslj p{font-size:18px;color:#ffffff;font-weight:lighter;padding-bottom:15px;margin-bottom:20px;position: relative;}
.kslj p:after {position: absolute;content: '';width: 30px;height: 1px;background: #fff;bottom: 0;left: 0;transition: 0.4s;}
.kslj a{display:block;font-size:13px;color:#888888;font-weight:lighter;line-height:30px;}
.crcontact p:nth-child(2){ background-image:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717094859_160880134.png);}
.crcontact p:nth-child(3){ background-image:none; text-indent:5em;}
.crcontact p:nth-child(4){ background-image:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717094858_1449254504.png);}
.crcontact p:nth-child(6){ background-image:url(https://memberpic.114my.com.cn/0408611/uploadfile/image/20210717/20210717094858_632497282.png);}
.kslj a:hover{ color:#fff;}
.kslj li:hover p:after{width:100%;}
.kslj li+li{ margin-left:65px;}
.end{background: #222;border-top: 1px solid #444;}
.end .w1400{ height:88px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.end,.end a{font-size:14px;color: #fff;}
.end a:hover{ color:#0b63e7;}