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:#e60012; text-decoration:none;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0;}
dl,dt,dd{margin:0px; padding:0px; list-style:none;}
ul,li{list-style:none;}
em,i{font-style:normal;}
img{border:0;}
.cl{clear:both;}
.fl{float:left;}
.fr{float:right;}



/*字体*/
@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);
}



/*通用栏目标题*/
.column_tit{display:flex; flex-direction:column; align-items:center;}
.column_tit em{font-size:36px; line-height:36px; color:#333;}
.column_tit p{margin-top:18px; font-size:18px; line-height:18px; color:#777;}



/*顶部*/
.top_bg{width:100%; border-bottom:1px solid #eee;}
.top{width:1400px; margin:0 auto;}
.top_fl{float:left; line-height:44px;}
.top_fl a,.top_fl i{color:#e60012;}
.top_tel{float:right; width:375px; font-family:DIN Medium; font-size:26px; line-height:44px; color:#e60012; padding-left:54px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20221008/20221008153902_521500895.png) 20px center no-repeat;}



/*抬头*/
.head{width:1400px; height:152px; margin:0 auto;}
.head_logo{float:left; margin-top:28px;}
/*导航*/
.head_nav{float:right;}
.head_nav li{float:left; position:relative;}
.head_nav li+li{margin-left:48px;}
.head_nav li > a{display:block; padding:63px 0 73px; font-size:16px; line-height:16px; color:#333;}
.head_nav li:hover > a,.head_nav li.navcurrent > a{font-weight:bold; color:#e60012;}
/*下拉*/
.head_nav li > em{position:absolute; left:-50%; top:112px; transform:translateY(20px); opacity:0; width:200%; z-index:9; visibility:hidden; transition:0.3s;}
.head_nav li > em a{display:block; width:100%; text-align:center; line-height:40px; color:#fff; border-bottom:1px solid rgba(255,255,255,.3); background:#e60012;}
.head_nav li:hover > em{transform:translateY(0); opacity:1; visibility:visible;}
.head_nav li > em a:hover{background:#444;}



/*幻灯片*/
.banner{overflow:hidden; background:#fff; position:relative;}
.banner-box{ min-width:1400px; height:650px; position:relative; margin:0 auto;}
.banner-box .bd{ width:100%;}
.banner-box .bd li{ width:100%; height:650px; 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(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928094306_70112111.png) 0 0 no-repeat; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928094306_70112111.png) -49px 0 no-repeat; }
.banner-box .hd { position:absolute; bottom:15px; 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:#e60012;}
.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;}



/*搜索*/
.searchbg{width:100%; height:83px; background-repeat:repeat-x; background-position:center; background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220927/20220927184010_560367503.jpg);}
.search{width:1400px; margin:0 auto;}
.search_fl{float:left; line-height:14px; padding-top:35px;}
.search_fl a{}
.search_fr{float:right; margin-top:25px; width:268px; border:1px solid #eee; border-radius:17px; overflow:hidden; background:#fff;}
#infoname{border:none; outline:none; background:none; float:left; padding-left:23px; line-height:34px; color:#999; width:215px;}
.submit{border:none; outline:none; float:right; cursor:pointer; width:30px; height:34px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220927/20220927184010_1163474588.jpg) left center no-repeat;}



/*产品*/
.productbg{width:100%; height:1300px; background:#fafafa;}
.product{width:1400px; margin:0 auto; padding-top:62px;}
.product_cont{margin-top:40px; overflow:hidden;}
.sortbg{float:left; width:280px;}
.sort_tit{height:74px; padding-left:76px; padding-top:38px; font-size:22px; line-height:22px; color:#fff; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928162915_2059206328.jpg) center no-repeat;}
.sort_tit p{margin-top:5px; font-family:Arial; font-size:12px; color:rgba(255,255,255,.82);}
.sort_cont{padding:40px 0 148px; background-repeat:repeat-y; background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928162916_800907456.jpg);}
.prolist2021 li{margin-left:23px;}
.prolist2021 li+li{margin-top:40px;}
.prolist2021 li > a{display:block; padding-left:20px; font-size:16px; line-height:16px; color:#333; font-weight:bold; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928162915_1816261107.png) left center no-repeat;}
.prolist2021 li > a:hover{color:#e60012; background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20221011/20221011180015_1140095234.png);}
.prolist2021 dl{margin-top:40px; padding-left:2px;}
.prolist2021 dl dt+dt{margin-top:40px;}
.prolist2021 dl a{display:block; padding-left:18px; font-size:14px; line-height:14px; color:#333; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928162915_327891996.png) left center no-repeat;}
.prolist2021 dl a:hover{color:#e60012; background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20221011/20221011180015_208991675.png);}
.sort_img{}
.product_fr{float:right;}
.switch{overflow:hidden; background:#fff; position:relative;}
.switch-box{ width:100%; height:391px; position:relative; margin:0 auto;}
.switch-box .switch_bd{ width:100%; }
.switch-box .switch_bd li{ width:100%; height:391px; background-position:center; background-repeat:no-repeat;}
.switch-btn{position:absolute; bottom:10px; width:100%;}
.switch-box .switch_hd ul { width:100%; margin:0 auto; text-align:center;}
.switch-box .switch_hd ul li{ width:15px; height:15px; font-size:1px; color:#333; background:#333; cursor:pointer; display:inline-block; margin:0 2px; transition:0.3s all ease-in-out; border-radius:7.5px;}
.switch-box .switch_hd ul li.on{ width:30px; background:#e60012; color:#e60012;}
.introduce{width:1085px; height:391px; background:#fff;}
.introduce_img{float:left; width:530px; height:312px; margin-left:40px; margin-top:40px; overflow:hidden;}
.introduce_img img{width:530px; height:312px; transition-duration:0.5s;}
.introduce:hover .introduce_img img{transform:scale(1.1);}
.introduce_txt{float:right; margin-top:51px; margin-right:46px; position:relative}
.introduce_txt em{font-size:20px; line-height:20px; color:#e60012; font-weight:bold;}
.introduce_txt em:after{content:""; display:block; margin-top:9px; width:60px; height:2px; background:#e60012;}
.introduce_txt p{margin-top:21px; width:432px; font-size:16px; line-height:32px;}
.insets{position:absolute; left:0; top:213px;}
.insets dl{float:left; width:93px; height:66px; padding-top:12px; text-align:center; border:1px solid #eee;}
.insets dl+dl{margin-left:15px;}
.insets dt{}
.insets dd{margin-top:7px; font-size:14px; line-height:14px;}
.productshow{margin-top:20px; height:661px;}
.progdwz2021 ul{display:block; height:320px; margin-bottom:20px;}
.progdwz2021 li{float:left;}
.progdwz2021 li+li{margin-left:20px;}
.progdwz2021 li > a{display:block; width:348px; height:261px; overflow:hidden;}
.progdwz2021 li > a img{transition-duration:0.5s;}
.progdwz2021 li > br{display:none;}
.progdwz2021 li span{display:block; position:relative; height:59px; background:#ededed;}
.progdwz2021 li span:before{content:""; display:block; width:0; height:100%; background:#e60012; transition-duration:0.5s; position:absolute; left:0; top:0;}
.progdwz2021 li span:after{content:""; display:block; width:9px; height:9px; border-radius:50%; position:absolute; right:22px; top:24px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203919_912746156.png) center no-repeat; transition-duration:0.5s;}
.progdwz2021 li span a{display:block; position:relative; z-index:5; padding-left:26px; line-height:59px;}
.progdwz2021 li:hover > a img{transform:scale(1.1);}
.progdwz2021 li:hover span:before{width:100%;}
.progdwz2021 li:hover span:after{transform:rotate(360deg); background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203919_1212925179.png);}
.progdwz2021 li:hover span a{color:#fff;}



/*小优势*/
.traitbg{width:1400px; margin:0 auto; margin-top:60px;}
.trait{margin-top:45px; position:relative;}
.trait_img{position:absolute; left:50%; top:0; margin-left:-300px; z-index:-5;}
.trait_cont{padding-top:10px; height:490px;}
.trait_cont dl{width:450px; padding-top:20px; padding-bottom:20px; border-bottom:1px solid #ddd; overflow:hidden; transition:all 0.5s;}
.trait_cont dt{width:88px; height:88px; border-radius:50%; overflow:hidden; transition-duration:1s;}
.trait_cont dd{font-size:20px; line-height:20px; color:#333;}
.trait_cont dd p{width:294px; margin-top:14px; font-size:14px; line-height:20px; color:#555;}
.trait_fl{float:left;}
.trait_fl dt{float:left; margin-left:15px;}
.trait_fl dd{float:left; margin-left:19px;}
.trait_fr{float:right;}
.trait_fr dt{float:right; margin-right:15px;}
.trait_fr dd{float:right; margin-right:19px; text-align:right;}
.trait_fl dl:nth-child(2),.trait_fr dl:nth-child(2){margin-top:18px}
.trait_fl dl:nth-child(3),.trait_fr dl:nth-child(3){margin-top:40px}
.trait_cont dl:hover{box-shadow:0 0 50px -6px rgb(97 105 113 / 30%); -webkit-transform:translateY(-5px); transform:translateY(-5px);}



/*解决方案*/
.planbg{width:100%; height:849px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203919_240548907.png) center no-repeat;}
.plan{width:1400px; margin:0 auto; padding-top:100px;}
.plan_tit{font-size:36px; line-height:36px; color:#fff; position:relative;}
.plan_tit:after{content:""; display:block; width:214px; height:4px; background:#e60012; position:absolute; left:362px; top:33px;}
.plan_tit span{display:inline-block; font-weight:bold; position:relative; z-index:1;}
.plan_tit p{margin-top:23px; font-size:16px; line-height:26px; color:rgba(255,255,255,.5);}
.plan_cont{margin-top:50px; background:#fff;}
.plan_fl{float:left;}
.plan_fl dl{width:1120px; height:580px; position:relative;}
.plan_fl dt{position:absolute; left:0; top:0;}
.plan_fl dd{position:absolute; left:55px; bottom:47px; font-size:20px; line-height:20px; color:#fff; font-weight:bold;}
.plan_fl dd p{width:592px; margin-top:13px; font-size:16px; line-height:26px; color:#fff; font-weight:normal;}
.plan_fr{float:left; margin-left:77px; margin-top:50px;}
.plan_fr li{margin-bottom:30px; font-size:16px; line-height:16px; cursor:pointer; transition-duration:0.5s;}
.plan_fr li:before{content:""; display:inline-block; width:30px; height:30px; margin-right:23px; vertical-align:middle; background-position-y:top; background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203920_1063705084.png); transition-duration:0.5s;}
.plan_fr li:nth-child(1):before{background-position-x:left;}
.plan_fr li:nth-child(2):before{background-position-x:-30px;}
.plan_fr li:nth-child(3):before{background-position-x:-60px;}
.plan_fr li:nth-child(4):before{background-position-x:-90px;}
.plan_fr li:nth-child(5):before{background-position-x:-120px;}
.plan_fr li:nth-child(6):before{background-position-x:-150px;}
.plan_fr li:nth-child(7):before{background-position-x:-180px;}
.plan_fr li:nth-child(8):before{background-position-x:right;}
.plan_fr li:hover,.plan_fr li.plan_cur{background-position-y:bottom; color:#e60012;}
.plan_fr li:hover:before,.plan_fr li.plan_cur:before{background-position-y:bottom;}



/*优势*/
.actorbg{width:100%; height:978px; margin-top:88px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203919_1887412261.jpg) center no-repeat;}
.actor{width:1400px; margin:0 auto; padding-top:75px;}
.actor .column_tit span{display:inline-block; margin-left:58px; position:relative;}
.actor .column_tit em span i{font-family:neutraface2; font-size:66px; line-height:66px; position:absolute; left:-51px; top:-14px;}
.actor_contbg{margin-top:27px; background:#fff; padding-bottom:38px;}
.actor_nav{width:100%; height:119px; border-bottom:1px solid #e6e6e6;}
.actor_nav li{float:left; width:25%; padding-top:26px; text-align:center; font-size:26px; line-height:26px; color:#333; font-weight:bold; cursor:pointer; position:relative; transition-duration:0.8s;}
.actor_nav li:before{content:""; display:block; margin:0 auto; margin-bottom:6px; width:35px; height:35px; background-position-y:top; background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203920_1165541304.png); transition-duration:0.5s;}
.actor_nav li:after{content:""; display:block; position:absolute; left:50%; bottom:-37px; margin-left:-9px; width:19px; height:19px;  opacity:0; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220929/20220929135721_1134425987.png) center no-repeat; transition-duration:0.8s;}
.actor_nav li:nth-child(1):before{background-position-x:left;}
.actor_nav li:nth-child(2):before{background-position-x:-35px;}
.actor_nav li:nth-child(3):before{background-position-x:-70px;}
.actor_nav li:nth-child(4):before{background-position-x:right;}
.actor_nav li:hover,.actor_nav li.actor_cur{color:#e60012;}
.actor_nav li:hover:before,.actor_nav li.actor_cur:before{background-position-y:bottom;}
.actor_nav li:hover:after,.actor_nav li.actor_cur:after{opacity:1;}
.actor_cont{margin-top:50px; margin-left:40px;}
.actor_cont dl{width:1319px; height:550px; position:relative;}
.actor_cont dt{position:absolute; left:0; top:0; width:1319; height:550; overflow:hidden;}
.actor_cont dt img{transition-duration:0.5s;}
.actor_cont dl dt:hover img{transform:scale(1.1);}
.actor_cont dd{position:absolute; right:0; bottom:0; width:786px; height:138px; font-size:24px; line-height:24px; color:#fff; font-weight:bold; background:rgba(0,0,0,.4); padding-left:33px; padding-top:27px; box-sizing:border-box;}
.actor_cont dd p{width:705px; margin-top:8px; font-size:16px; line-height:30px; color:rgba(255,255,255,.8); font-weight:normal;}



/*合作*/
.teamworkbg{width:1400px; margin:0 auto; margin-top:60px;}
.teamwork{margin-top:28px;}
.teamwork .new_web_div2021 li{float:left; width:233px; height:117px; border:1px solid #f7f8fa; box-sizing:border-box; transition-duration:0.5s;}
.teamwork .new_web_div2021 li a{display:block; width:100%; height:100%; position:relative;}
.teamwork .new_web_div2021 li a:before{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:3; transition-duration:0.5s; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20221008/20221008115704_1957136987.png) center no-repeat;}

.teamwork .new_web_div2021 ul:nth-child(1) li a:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:3; transition-duration:0.5s; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20221008/20221008144347_2006633808.png) center no-repeat;}
.teamwork .new_web_div2021 ul:nth-child(1) li:nth-last-child(6) a:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:3; transition-duration:0.5s; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20221008/20221008115704_1957136987.png) center no-repeat; transform:rotate(-180deg);}
.teamwork .new_web_div2021 ul:nth-child(2) li:nth-last-child(6) a:after,.teamwork .new_web_div2021 ul:nth-child(3) li:nth-last-child(6) a:after{content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:3; transition-duration:0.5s; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20221008/20221008143457_1212070138.png) center no-repeat;}

.teamwork .new_web_div2021 li a img{width:100%; height:100%; filter:grayscale(100%); -webkit-filter:grayscale(100%); transition-duration:0.5s;}
.teamwork .new_web_div2021 li:hover{border-color:#e60012; box-shadow:0 0 30px #faccd0; position:relative; z-index:5}
.teamwork .new_web_div2021 li:hover a:before,.teamwork .new_web_div2021 li:hover a:after{opacity:0;}
.teamwork .new_web_div2021 li:hover a img{filter:grayscale(0); -webkit-filter:grayscale(0);}



/*简介*/
.aboutbg{width:100%; height:749px; margin-top:60px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203920_692175603.jpg) center no-repeat;}
.about{width:1400px; margin:0 auto; padding-top:73px; text-align:center;}
.about em{display:inline-block; padding-top:48px; padding-bottom:7px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203919_219119416.png) left top no-repeat;}
.about em font{display:block; padding-left:194px; font-size:50px; line-height:50px; color:#fdc93d; font-weight:bold;}
.about em span{display:block; margin-top:18px; padding-left:19px; text-align:right; font-family:Arial; font-size:16px; line-height:16px; color:rgba(255,255,255,.4); letter-spacing:8.5px;}
.about p{margin-top:31px; font-size:16px; line-height:34px; color:#333;}



/*资质证书*/
.hcenterbg{width:1400px; height:665px; margin:0 auto; margin-top:60px; overflow:hidden;}
.hcenter{ margin-top:30px; position:relative;}
.poster-main .poster-btn{ width:44px; height:32px; position: absolute; cursor:pointer; display:block; z-index: 10; }
.poster-main .poster-btn a { position: absolute; top: 50%; margin-top: -16px; }
.poster-main .poster-prev-btn a { right: -16px; }
.poster-main .poster-next-btn a { left: -16px; }
.poster-main .poster-next-btn{ left:-56px; top:130px; }
.poster-main .poster-prev-btn{ right:-56px; top:130px; }
.poster-main .poster-next-btn a:hover,.poster-main .poster-prev-btn a:hover{ background-position: -36px 0}
.poster-item{ position: relative; margin: 0 auto; }
/*按钮*/
.poster-main .poster-list .poster-item img { display: block; width: 100%;  }
.poster-main { position: relative; margin: 0 auto 60px; }
.poster-main .poster-list .poster-item { position: absolute; left: 0; top: 0; border:1px solid #888;box-sizing:content-box;}
.poster-main .poster-btn { position: absolute; top: 0; cursor: pointer; }
.poster-main .poster-list .active em{ display: block; }



/*新闻*/
.newsbg{width:100%; margin-top:60px; background:#f1f1f1;}
.news_cont{width:1400px; margin:0 auto; padding-bottom:92px;}
.news_top{padding-top:80px;}
.news_tit{float:left;}
.news_tit span{display:block; padding-left:45px; font-size:36px; line-height:36px; color:#e60012; font-weight:bold; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203920_1892041610.png) left top no-repeat;}
.news_tit p{margin-top:14px; font-size:18px; line-height:18px; color:#666; letter-spacing:1px;}
.news_nav{float:right; padding-top:16px;}
.news_nav li{float:left; width:171px; margin-left:23px; background:#fff; border-radius:21px; box-shadow:0 0 10px #e7e7e7;}
.news_nav li a{display:block; width:100%; font-size:18px; line-height:42px; display:flex; justify-content:center; align-items:center; text-decoration:none;}
.news_nav li a:before{content:""; display:inline-block; width:22px; height:22px; margin-right:8px; vertical-align:middle; transition:all 0.6s; background-repeat:no-repeat; background-image:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203920_367888118.png); background-position-y:top;}
.news_nav li:nth-child(1) a:before{background-position-x:left;}
.news_nav li:nth-child(2) a:before{background-position-x:-22px;}
.news_nav li:nth-child(3) a:before{background-position-x:right;}
.news_nav li:hover a:before,.news_nav li.newscur a:before{background-position-y:bottom;}
.news_nav li:hover a,.news_nav li.newscur a{color:#e60012; font-weight:bold;}
.news_bottom{margin-top:34px;}
.news{overflow:hidden;}
.news_div_item{float:left; position:relative; width:450px; height:519px; background:#fff; transition:all 0.6s;}
.news_div_item + .news_div_item{margin-left:25px;}
.news_div_item_pic{position:absolute; left:30px; top:30px; width:390px; height:258px; overflow:hidden;}
.news_div_item_pic img{width:390px; height:258px; transition:all 0.6s;}
.news_div_item:hover .news_div_item_pic img{transform:scale(1.1);}
.news_div_item_date{position:absolute; left:66px; top:234px; width:80px; height:80px; font-family:Arial; font-size:14px; line-height:14px; color:#fff; background:#e60012; z-index:1;}
.news_div_item_year{position:absolute; left:15px; top:55px;}
.news_div_item_month{position:absolute; left:51px; top:55px;}
.news_div_item_day{position:absolute; left:22px; top:18px; font-size:36px; line-height:36px; font-weight:bold;}
.news_div_item_date:before{content:""; display:block; position:absolute; left:-36px; bottom:0; width:36px; height:36px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203920_1989556186.png) center no-repeat #333;}
.news_div_item_content{position:absolute; left:30px; top:345px;}
.news_div_item_title a{font-size:16px; line-height:16px; color:#333; transition:all 0.5s;}
.news_div_item_title a:after{content:"";  position:absolute; left:0; top:126px; width:24px; height:8px; overflow:hidden; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928203920_642978532.png) right top no-repeat;}
.news_div_item_body{width:392px; margin-top:17px; line-height:24px; color:#666;}



/*友情链接*/
.linkbg{width:1400px; height:119px; margin:0 auto;}
.linkbg a:hover{color:#e60012 !important;}
.link_tit{float:left; padding-top:40px;}
.link_tit span{font-family:Arial; font-size:24px; line-height:16px; font-weight:bold; color:#333; text-transform:uppercase;}
.link_tit span i{color:#e60012;}
.link_tit p{margin-top:7px; line-height:14px; color:#333;}
.link_cont{float:left; height:41px; margin-top:39px; margin-left:25px; padding-left:30px; border-left:1px solid #ddd;}
.linkTagcs li+li{padding-left:20px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220929/20220929171830_1693633066.jpg) left center no-repeat;}
.link_fr{float:right; padding-top:53px;}
.link_fr a{line-height:14px; color:#333;}



/*底部*/
.bottombg{width:100%; background:#222;}
.bottom{width:1400px; margin:0 auto; padding-top:67px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928180719_1021143755.png) right 92px no-repeat;}
.bottom a:hover{color:#fff;}
.bottom_nav{float:left;}
.bottom_nav dl{float:left;}
.bottom_nav dl:nth-child(1){margin-right:130px;}
.bottom_nav dl:nth-child(2){margin-right:170px;}
.bottom_nav dt{font-size:18px; line-height:18px; font-weight:bold; color:#fff;}
.bottom_nav dd{margin-top:30px;}
.bottom_nav dd a{display:block; margin-bottom:22px; line-height:14px; color:rgba(255,255,255,0.3); text-decoration:none;}
.QRcode{float:left; margin-left:174px; overflow:hidden;}
.QRcodecon{}
.QRcodecon em{display:inline-block; position:relative;}
.QRcodecon em img{ width:135px; height:135px; border:14px solid #fff; border-radius:5px;}
.QRcodecon em:after{content:""; display:block; position:absolute; left:18px; border:-10px; width:19px; height:10px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928180719_2125007614.png) center no-repeat;}
.QRcodecon em:nth-child(2):after{left:70px;}
.QRcodecon em:nth-child(3):after{left:120px;}
.QRcodetab{margin-top:22px; padding-left:7px;}
.QRcodetab span{display:inline-grid; justify-content:center; align-content:center; border-radius:50%; width:39px; height:39px; cursor:pointer; margin-bottom:14px; background-color:#4a4a4a; overflow:hidden;}
.QRcodetab span.on{background-color:#e60012;}
.QRcodetab span+span{margin-left:10px;}
.bottom_tel{float:right; padding-top:30px; color:#fff;}
.bottom_tel span{display:block; line-height:14px; margin-bottom:10px;}
.bottom_tel em{font-family:Impact; font-size:32px; line-height:32px; letter-spacing:0.1px;}
.bottom_tel em p{letter-spacing:0;}
.bottom_tel i{display:block; margin-top:50px; font-size:16px; line-height:16px; padding-left:22px; background:url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220928/20220928180719_450285198.png) left center no-repeat;}
/*版权*/
.Copyrightbg{width:100%; margin-top:70px; border-top:1px solid #2f2f2f;}
.Copyright{width:1400px; margin:0 auto; padding:40px 0; text-transform:uppercase;}
.Copyright,.Copyright a{font-size:14px; line-height:14px; color:#999;}
.Copyright_fl{float:left;}
.Copyright_fr{float:right;}



/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/jintian888/uploadfile/image/20220929/20220929202324_2037384386.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #e60012; }/*颜色更改*/
.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: #e60012; border-color: #e60012; 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: #e60012; border-color: #e60012;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #e60012; 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: #e60012; 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:#e60012;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }