@font-face {
 font-family:fontDin1;
 src: url(../cssnew/DIN-MEDIUM_otf.txt),url(../cssnew/DIN-MEDIUM_woff.txt),url(../cssnew/DIN-MEDIUM_eot.txt),url(../cssnew/DIN-MEDIUM_woff2.txt),url(../cssnew/DIN-MEDIUM_ttf.txt)}
@font-face {
 font-family:fontDin2;
 src: url(../cssnew/DIN-BOLD_otf.txt),url(../cssnew/DIN-BOLD_woff.txt),url(../cssnew/DIN-BOLD_eot.txt),url(../cssnew/DIN-BOLD_woff2.txt),url(../cssnew/DIN-BOLD_ttf.txt)}
/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1300px; overflow-x:hidden;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
h1,h2,h3,h4,h5,h6,h7{ font-weight:normal;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #0a4fc6;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.w1300{ max-width:1300px; margin:0 auto; min-width:1300px;}
.fr{ float:right;}
.fl{ float: left;}
*,:after,:before{ box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.title{ text-align:center; font-size:18px; color:#888888; position:relative; z-index:3;}
.title b{ position:relative; font-size:40px; color:#323436;}
.title b i{color:#0a4fc6;}
.title b:after{ display:inline-block; content:''; position:absolute; bottom:0; left:0; width:74px; height:10px; background:#97b3e2; z-index:-1; animation:widthchange 2s linear infinite;}
@keyframes widthchange{
	0%{ width:74px}
	50%{ width:150px}
	100%{ width:74px}
	}
.title span{ display:block; margin-top:10px;}
.hovermaincolor a:hover{ color:#0a4fc6;}
/*抬头*/
.header{ height:102px; background:#0a4fc6; padding:0 20px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; } 
.hleft,.hright,.nav>ul,.hbtn{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.hlogobg{ height:102px;}
.hlogo{ width:136px; height:166px; background:#fff; position:relative; z-index:99; text-align:center; border-radius:0 0 70px 70px; padding-top:12px;} 
.hmean{ font-size:18px; color:#c3d8fb; font-weight:lighter; margin-left:20px;}
.hmean b{ display:block; font-size:20px; color:#fff; line-height:40px;}
.hmean b i{ display:inline-block; vertical-align:sub; font-size:40px; color:#fecd33; font-family:fontDin2;}
.hmean span{ padding:0 10px;}
.hmean span:first-child{ padding-left:0;}
.hmean span:last-child{ padding-right:0;}
.nav ul li{ position:relative; margin-right:50px;}
.nav ul li>a{ display:block; font-size:16px; color:#ffffff; line-height:102px; position:relative;}
.nav ul li>a i{ display:block; position:absolute; height:3px; background:#fecd33; width:0; transition:all .3s ease; left:0; bottom:0;} 
.nav ul li>a i:after{ content:''; display:block; position:absolute; width:0; height:0; bottom:100%; left:0; right:0; margin:0 auto; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:7px solid #fecd33; transform:rotateY(90deg); opacity:0; transition:all .3s ease;}
.nav ul li.cur>a i,.nav ul li:hover>a i{ width:100%;}
.nav ul li.cur>a i:after,.nav ul li:hover>a i:after{ opacity:1; transform:rotate(0);}
.nav ul li.cur>a,.nav ul li:hover>a{color:#fecd33; font-weight:bold;}
.nav>ul>li .dropmenu{width:200%;position:absolute;top:100%;left:-50%;z-index: 99;transform-origin: 0 0;transform: perspective(600px) rotateX(-90deg);transition:600ms ease;}
.nav>ul>li .dropmenu td table{ display:none;}
.nav>ul>li:hover .dropmenu{transform: perspective(600px) rotateX(0deg);transition:600ms ease;cursor:pointer; }
.nav>ul>li .dropmenu a{font-size: 14px;display:block;line-height:52px;text-align:center;color:#fff;background:rgba(0,0,0,.8);transition:600ms ease; margin-top:1px;}
.nav>ul>li .dropmenu a:hover{background:#0e5dd4;}
.nav>ul>li table,.nav>ul>li tbody,.nav>ul>li tr,.nav>ul>li td{ display:block;}
.hseaicon{ height:102px; width:50px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231083908_1865961650.png) no-repeat center 28px; text-align:center; font-size:14px; color:#b8e1ff; line-height:145px;}
.hbtn{ height:102px; border-left:1px solid #2865cd; border-right:1px solid #2865cd; padding:0 20px;}
.hsearch{display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; position:relative;}
.hsearch:hover .iser_box{transform: rotateX(0deg);}
.hsearch:hover .hseaicon span{ background-color:#0d469c;}
.htel:hover .htelicon span{ background-color:#0d469c;}
.iser_box{background: rgba(255,255,255,0.8); position: absolute;top: 100%;right: 0;padding: 30px; transform-origin: top; transform: rotateX(90deg);transition: all 0.5s;z-index: 9;}
.search_l{display:flex;align-items:center;justify-content:end;width:405px;}
.search_l span+span{margin-left:10px;}
.search_l a{color: #666;font-size: 14px;}
.search_r{margin-top:15px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.hbtn .hmap{ display:block; width:50px; height:102px; line-height:145px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231083908_1870983348.png) no-repeat center 28px; font-size:14px; color:#b8e1ff; text-align:center;}
.htel{ font-size:28px; color:#feffff; font-family:fontDin1; line-height:32px;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; padding-left:20px;}
a.albb {
    display: block;
    margin-left: 3px;
    padding-top: 11px;
    text-align: center;
}
a.albb>i {
    display: block;
    color: #b8e1ff;
    padding-top: 13px;
}
@media screen and (max-width:1700px){
	.nav ul li{ margin-right:30px;}
	}
@media screen and (max-width:1580px){
	.nav ul li{ margin-right:20px;}
	.nav ul li>a{ font-size:14px;}
	}
@media screen and (max-width:1450px){
	.nav ul li{ margin-right:10px;}
    .htel{ font-size:20px;}
	}
/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#f5f5f5;}
.banner-box{ min-width:1300px; 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; top:260px; 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/jingtai1/uploadfile/image/20201230/20201230194523_560092425.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201230/20201230194523_560092425.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: #0a4fc6;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;}
/*精泰轴承 • 8年实力厂家*/
.trait{ height:925px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231094203_2113316358.jpg) no-repeat center; padding-top:65px;}
.traul{ margin:66px 0 90px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.traul li{ width:406px;}
.tra_t{ text-align:center; font-size:26px; color:#333333; line-height:90px;}
.tra_c{ height:108px; padding:20px 30px; background:#fff; font-size:16px; color:#888888; line-height:36px; box-shadow:0 0 15px #ccc;}
.traul li:nth-child(2) .tra_t{ line-height:26px;}
.traul li:nth-child(2) .tra_c{ margin:25px 0 38px 0;}
.traul li:hover .tra_t{color:#0a4fc6;}
.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }
.num li{height:198px;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; width:25%; text-align:center; font-size:18px; color:#aac4f0;}
.num_c{ margin-top:20px;}
.num_t i{ border-radius:50%; width:22px; height:22px; background:#fecd33; font-size:16px; color:#333333;}
.num_t span{ font-size:64px; color:#ffffff; line-height:45px; margin-right:30px;font-family: fontDin1;}
.num_t span,.num_t i{ display:inline-block; vertical-align:top;}
.num li:nth-child(2n){ background:#0543ad;}
/*精泰 · 产品展示*/
.product{ margin:0 2%; padding:60px 45px; background:#fff; border-radius:40px 40px 0 0; box-shadow: 0 0 15px rgba(0,0,0,.1); position:relative;}
.product:after{ content:''; position:absolute; width:100vw; top:0; left:50px; z-index:-1; height:280px; background:#0e4eba;}
.protab{ margin:45px 0 60px 0;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; position:relative; z-index:3;}
.protab li{ width:14%; margin-right:10px; height:153px; text-align:center;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; background:#f5f5f5; font-size:22px; color:#333333; font-weight:lighter;position:relative;}
.protab li em{ display:block; font-size:14px; text-transform:uppercase; color:#b3b3b3; margin:5px 0 10px 0;}
.protab li p>a{ display:inline-block; width:112px; line-height:30px; transition:all .3s ease; border-radius:15px; background:#0e4eba; font-size:13px; color:#fff; font-weight:lighter;}
.protab li.on p>a{ background:#d21813;}
.protab li:after{ content:''; display:block; position:absolute; width:100%; height:100%; left:10px; top:10px; background:#d0d0d0; z-index:-1;}
.prodrop{ position:absolute; width:100%; left:0; top:100%; background:#eee; max-height:0; transition:all .5s ease; overflow:hidden; z-index:9;}
.prodrop table,.prodrop tbody,.prodrop tr,.prodrop td{ display:block; width:100%;}
.prodrop td a{ line-height:50px; border-bottom:1px solid #fff; display:block; font-size:14px; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.prodrop td a:hover{ color:#0a4fc6;}
.protab li:hover .prodrop{max-height:1000px;}
.proshow .divproduct_new_div{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: wrap;align-items:flex-start;}
.proshow .divproduct_new_div_item{ width:24%;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: wrap;align-items:flex-start; flex-direction: column-reverse; overflow:hidden; margin-bottom:1.5%;}
.proshow .divproduct_new_div_item:nth-child(5),.proshow .divproduct_new_div_item:nth-child(6),.proshow .divproduct_new_div_item:nth-child(7),.proshow .divproduct_new_div_item:nth-child(7){ margin-bottom:0;}
.proshow .divproduct_new_div_item_date{ display:none;}
.proshow .product_div_item_pic{ overflow:hidden;}
.proshow .product_div_item_pic img{ width:100%; height:auto; transition:all .5s ease;}
.proshow .divproduct_new_div_item_content{ height:126px; border:1px solid #e5e5e5; padding:20px; position:relative; width:100%;} 
.proshow .divproduct_new_div_item_a{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:10px; font-size:16px; color:#333; text-align:center;}
.proshow .divproduct_new_div_item_body{ font-size:14px; color:#b3b3b3; line-height:14px; overflow:hidden; height:14px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} 
.proshow .divproduct_new_div_item_a:after{ content:'+MORE'; display:block; position:absolute; bottom:0; left:0; right:0; margin:0 auto; width:80px; line-height:30px; height:30px; bottom:-1px; background:#eeeeee; text-align:center; font-size:12px; color:#949494; text-transform:uppercase; transition:all .3s ease;}
.proshow .divproduct_new_div_item:hover .divproduct_new_div_item_a:after{ background:#0a4fc6; color:#fff; letter-spacing:2px;}
.proshow .divproduct_new_div_item:hover .product_div_item_pic img{ transform:scale(1.1);}
.proshow .divproduct_new_div_item:hover .divproduct_new_div_item_a{ color:#0a4fc6;}
/*四大优势告诉您为什么选择精泰*/
.adv{ padding-top:83px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231104512_1095192606.jpg) no-repeat center top;}
.advtitle{ text-align:center; font-size:18px; color:#bed6ff; position:relative; z-index:3;}
.advtitle span{ display:block; margin:15px 0 20px 0;}
.advtitle b{ position:relative; font-size:40px; color:#fff;}
.advtitle b:after{ display:inline-block; content:''; position:absolute; bottom:0; left:0; width:74px; height:10px; background:#5788db; z-index:-1; animation:widthchange 2s linear infinite;}
.advtitle em{ display:inline-block; position:relative; width:530px; line-height:52px; border:1px solid #5c87d1; color:#fff;}
.advtitle em:after,.advtitle em:before{ content:''; display:block; position:absolute; top:0; bottom:0; margin: auto 0; height:1px; width:36px; left:-23px; background:#5c87d1;}
.advtitle em:before{ left:auto; right:-23px;}
.advcenter{ margin:68px auto 0 auto; width:1420px; background:#fff; padding:60px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.advtab{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; position:relative; z-index:3;}
.advtab li{ cursor:pointer; width:274px; height:188px; position:relative; background:#0a4fc6; margin:0 18px 68px 18px; color:#fff; text-align:center; font-size:26px; color:#f9ffff;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.advtab li:after{ content:''; display:block; position:absolute; width:311px; height:47px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231103537_614273593.png) no-repeat center; z-index:-1; bottom:-23px; left:-18px;}
.advtab li em{ display:block; font-size:14px; font-weight:lighter; text-transform:uppercase; transition:all .3s ease; margin-top:3px;}
.advtab li.on{ background:#d21813;}
.advtab li.on em{ color:#ffa4a2;}
.advicon{ display:inline-block; width:64px; height:64px; border-radius:50%; background:#fff;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; margin:0 auto 10px auto;}
.advicon span{ display:block; width:34px; height:34px; transition:all .3s ease; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231104512_1580755031.png) no-repeat left top; transition:all .3s ease;}
.advtab li:nth-child(2) .advicon span{ background-position-x:-50px; height:38px;}
.advtab li:nth-child(3) .advicon span{ background-position-x:-101px;}
.advtab li:nth-child(4) .advicon span{ background-position-x:-154px; height:38px;}
.advtab li.on .advicon span{ background-position-y:-53px;}
.advcon ul{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.advright{ width:560px;height:500px;}
.adv_t{ font-size:30px; color:#333333; border-bottom:1px solid #ededed;}
.adv_t em{ display:block; font-size:16px; color:#b6b7b7; font-weight:lighter; margin:10px 0 35px 0; text-transform:uppercase;} 
.advwa{ margin:40px 0 60px 0; font-size:16px; color:#8a8b8c; line-height:38px;}
.advwa i{ font-size:30px; padding-right:20px; display:inline-block; vertical-align:bottom;}
.advtel{ width:492px; height:126px; background:#fff; box-shadow: 0 0 15px #dde8fb;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;  border-radius:10px;float:left}
.advtel p{font-size:16px; color:#9c9ea0; line-height:100px; float:left}
.advtel em{ display:inline-block; vertical-align:sub; font-size:36px; color:#0a4fc6; font-family:fontDin1; padding-left:10px;}
.advtel span{ display:inline-block; padding-left:50px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231103537_1171098202.png) no-repeat left center;}
/*多领域应用 · 只因好品质*/
.use{ padding:75px 0;}
#featured{overflow: hidden;height: 541px;position: relative;margin:40px auto 0 auto;}
#featured .slide{position: absolute;z-index: 1;padding: 6px 12px 25px;}
#featured .active{z-index: 2;padding: 6px 12px 25px;}
.container .active img{width:600px;height:450px;}
#featured .description{width: 320px;line-height: 55px;border-radius: 28px;text-align: center;margin: 30px auto 0;background: #0a4fc6;display: none;}
#featured .description, #featured .description h2 a{font-size:20px; color:#fff;}
#featured .description, #featured .description h2{color: #fff; font-weight:normal;}
#featured .additional{display: black;position: relative;top: 6px;left: 6px;width: 600px;height: 450px;margin: 0 auto;z-index: 9;}
#featured .active .description{display: block !important;}
#featured .active .description h2 a{ display:block;}
#featured a.prevslide, #featured a.nextslide{display: block;width: 30px;height: 40px;position: absolute;top: 200px;text-indent: -9999px;}
#featured a.prevslide{background: url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231111055_1091682699.png) no-repeat;left: 29px;}
#featured a.nextslide{background: url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231111055_1773639707.png) no-repeat;right: 30px;}
#featured a.featured-zoom, #featured a.featured-more{display: block;width: 40px;height: 43px;position: absolute;text-indent: -9999px;top: 150px;}
.container{text-align: left;margin: 0 auto;width: 600px;position: relative;}
/*带您了解 • 精泰轴承*/
.about{ height:800px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20210320/20210320115541_1048715189.jpg) no-repeat center; padding-top:75px;}
.ableft{ width:590px; margin-top:80px;}
.abtitle em{ font-size:58px; color:#d4d8de; font-family:fontDin1; text-transform:uppercase;}
.abtitle b{ display:block; font-size:24px; color:#0a4fc6; margin:10px 0 20px 0;}
.abtitle:after{ content:''; display:inline-block; width:46px; height:3px; background:#d21813;}
.abwa{ margin:40px 0 80px 0; font-size:15px; line-height:36px; color:#888888; text-indent:2em;}
.abbtn a{ display:inline-block; vertical-align:top; transition:all .3s ease; width:150px; line-height:48px; border-radius:24px; background:#fff; text-align:center; font-size:17px; color:#333333;    margin-top: 12px}
.abbtn a+a{ margin-left:35px;}
.abbtn a:hover{ background:#d21813; color:#fff;}
/*企业形象*/
.qyxx{overflow:hidden; margin-top:56px; padding:0 2%;}
.qyxx table,.qyxx tbody,.qyxx tr{ display:block; width:100%; overflow:hidden;}
.qyxx td{ display:inline-block; width:396px; padding:0 !important; margin-right:30px;}
.qyxx td a{ display:block; position:relative; overflow:hidden;}
.qyxx td a img{ width:100%; height:auto; transition:all .6s ease;}
.qyxx td:hover a img{ transform:scale(1.1);}
.qyxx td br{ display:none;}
.qyxx td div{ padding:0 !important;}
.qyxx td div a{ background:#f2f3f4; line-height:72px; font-size:20px; color:#333333; transition:all .3s ease;}
.qyxx td:hover div a{color:#fff; background:#0a4fc6;}
/*精泰 · 新闻中心*/
.news{ padding:80px 0 90px 0;}
.newstab a{ display:inline-table; width:200px; height:62px; background:#e9ebec; line-height:62px; font-size:20px; color:#313335; padding-left:86px; position:relative; transition:all 0.5s ease; text-align:left; font-weight:lighter;}
.newstab a:after{ content:''; display:block; width:32px; height:32px; position:absolute; top:16px; left:36px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231113446_1795532473.png) no-repeat left top;transition:all 0.5s ease;}
.newstab a+a{ margin-left:11px;}
.newstab a:nth-child(2):after{ background-position-x:-37px;}
.newstab a:nth-child(3):after{ background-position-x:-76px;}
.newstab a.on:after{background-position-y:-69px; transform:translateX(360deg);}
.newstab a.on{ background:#0a4fc6; color:#fff;}
.newstab{ margin:45px auto; text-align:center;}
.nbcl_le{width:614px;}
.nbcl_le .news_div_item{width:294px; height:436px;display: inline-block;vertical-align:top;box-shadow:0 0 10px #eee;}
.nbcl_le .news_div_item+.news_div_item{margin-left:26px;}
.nbcl_le .news_div_item:hover .news_div_item_title a{ color:#0a4fc6;}
.nbcl_le .news_div_item_pic img{width:294px; height:auto; border:1px solid #f6f6f6;}
.news_div_item_title a{font-size:18px; color:#373b3b; font-weight:lighter;display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.nbcl_le .news_div_item_content{margin-top:25px; padding:0 15px;}
.nbcl_le .news_div_item_body{margin-top:14px;line-height:26px;color:#919898; font-weight: lighter;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231113446_200688747.png) no-repeat right center;float: right;margin:17px 30px 0 0;}
.nbcr_ri{width:660px;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{font-size:0;border:1px solid #f6f6f6;padding:35px 0;position:relative;transition:300ms;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 10px #cedcf5;z-index:1;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:115px;text-align: center;font-size:0; box-sizing:border-box; padding-top:50px; position:relative;}
.nbcr_ri .news_div_item_content{width:518px;padding-left:20px;border-left:1px solid #f3f3f3; font-weight: 100;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#797676;  font-size: 12px;}
.nbcr_ri .news_div_item_day{font-size:48px;font-weight: bold; color:#303030; position:absolute; width:100%; top:0; left:0;   line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:5px;line-height:22px;color:#919898;padding-right:20px;font-size:14px;}
.news_bt{ margin-bottom:30px;}
/*版权*/
.contact{ height:639px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231115239_384409564.jpg) no-repeat center; padding-top:135px;}
.contact .w1300{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.crc_t{ font-size:44px; color:#ffffff;}
.crc_t i{ font-size:68px; color:#fecd33; font-family:fontDin1;display: inline-block;vertical-align: sub; margin-right:5px;}
.crc_t:after{ content:''; display:block; width:50px; height:5px; background:#a8c8ff; margin-top:15px;}
.crc_trait{ font-size:20px; color:#fff; font-weight:bold; margin:40px 0;}
.crc_trait span{ padding:0 27px;}
.crc_c{ font-size:16px; color:#c5daff; line-height:36px;}
.crc_btn{ margin-top:38px;}
.crc_btn a{ display:inline-block; text-align:center; width:217px; line-height:60px; border-radius:30px; background:#a8c8ff; font-size:18px; color:#313235; transition:all .3s ease;}
.crc_btn a:hover{ background:#fecd33; color:#333;}
.contactright{ margin-right:136px; text-align:center;}
.crctel{ margin-top:40px;}
.crctel p{ font-size:15px; color:#747577; font-weight:lighter; padding-left:48px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231115238_1691585398.png) no-repeat left center; line-height:36px;}
.crctel p:nth-child(1){ background-image:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231115238_319829991.png);}
.crctel p i{ display:inline-block; vertical-align:sub; font-size:29px; color:#333333; font-family:Arial, Helvetica, sans-serif;}
.crctel p+p{ margin-top:25px;}
.copyright{ background:#222222;}
.links{ background:#0a4fc6;}
.links .w1300{ height:90px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.links .w1300>p{ font-size:16px; color:#fff; font-weight:bold; padding-left:35px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231115239_691631580.png) no-repeat left center; line-height:40px; margin-right:20px;}
.links .w1300>p span{ font-size:18px; padding:0 20px 0 5px;}
.end,.end a{ font-size:15px; color:#888888;}
.end a:hover{ color:#fff;}
.end{ border-top:1px solid #000000; line-height:127px;}
.crcon{ padding:75px 0 60px 0; border-bottom:1px solid #383838;}
.crcon .w1300,.kslj{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:20px; color:#ffffff; margin-bottom:18px;}
.kslj a{ display:block; font-size:14px; color:#898989; line-height:30px;}
.kslj a:before{ display:inline-block; content:'-'; margin-right:15px; vertical-align:middle;}
.kslj p:before{ content:''; display:inline-block; width:3px; height:16px; background:linear-gradient(to bottom,#076ce0 50%,#fecd33 50%); margin-right:15px;}
.kslj a:hover{ color:#fff;}
.kslj li+li{ margin-left:110px;}
.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcodeleft img{ width:166px; height:166px; padding:15px; background:#fff; position:relative; border-radius:5px;}
.crcodeleft>div{ position:relative;}
.crcodeleft>div:after{ content:''; display:block; position:absolute; left:100%; top:16px; width:0; height:0; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:9px solid #fff;}
.crright{ margin:0 0 0 30px;}
.crcodeleft>div:nth-child(2):after{ top:76px;}
.crcodeleft>div:nth-child(3):after{ top:135px;}
.crright p{ cursor:pointer;  width:205px; height:46px; transition:all .3s ease; padding-left:25px; font-size:16px; color:#545556; font-weight:lighter; line-height:46px; border-radius:23px; background:linear-gradient(to right,#eaf0f5,#fefeff);}
.crright p i{ display:inline-block; vertical-align:middle; transition:all .3s ease; margin-right:15px; width:20px; height:20px; background:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231115239_377696897.png) no-repeat center;}
.crright p+p{ margin-top:14px;}
.crright p.on{ background:linear-gradient(to right,#0b4ec1,#212429); color:#fff;}
.crright p.on i{ background-image:url(https://memberpic.114my.com.cn/jingtai1/uploadfile/image/20201231/20201231115239_1957143487.png);}
#newBridge .icon-right-center{top: 38%;width: 54% !important;}





























/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/dgxtdz/uploadfile/image/20210731/20210731092142_1828057054.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; background-color: #005abc; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.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: #005abc; border-color: #005abc; 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: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.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: #005abc; border-color: #005abc;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.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:#005abc; }
.y-kefu-box01 .mobile-infos p { color: #005abc; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .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;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .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:115px; height:114px; margin: 20px 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; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #005abc; 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:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }

.qq{
  background-position: -5px -151px !important;
    width: 25px !important;
    height: 25px !important;
 }
 
 .email_ii{background-position: -2px -75px !important;
    width: 25px !important;
    height: 22px !important;}