/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden; font-size:14px;}
*{box-sizing: border-box;}
#copy { display: none;}

a {color: #666; text-decoration: none;}
a:hover { color: #1cbfff;text-decoration: none; border-bottom-style:}

.bg{ width: 100%; min-width: 1300px;}
.box{margin: 0 auto;width:96%;min-width:1300px; padding:0 2%;}
.page{width:1300px;margin:0 auto;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}
i{font-style:normal;}

/*标题*/
.t {text-align: center;margin-bottom: 40px;}
.t p{font-size:40px;color:#222;line-height:70px;font-weight:bold;}
.t b{color:#1cbfff;}
.t span{font-size:18px;color:#666;}




/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}

/*英文样式*/
.font_en{font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.en{font-family: Arial, Helvetica, sans-serif;}

.top{    position: relative;    margin: 0 auto;height: 7.3rem;}
.logo{    width: 6.5%;padding: 2rem 0 0;}
.logo img{}
.name{font-size: 1rem;color: #333;width: 22%;line-height: 1.2rem;float: left;height: 4rem;padding: 2.2rem 0 0 1rem;position: relative;}
.name:before{content: "";width: 1px;height: 3rem;position: absolute;top: 2rem;left: 0;background: rgba(0,0,0,0.1);}
.name i{display: block;font-size: 0.8rem;font-weight: normal;}

.h_tel{height: 3.3rem;line-height: 5rem;position: absolute;top: 0;right: 1%;z-index: 10;overflow: hidden;padding-left: 1rem;}
.h_tel em{width: 1.7rem;height: 3.3rem;display: block;float: left;line-height: 0;
animation:plateRotate 1s linear infinite alternate;
  -webkit-animation:plateRotate 1s linear infinite alternate;
  transform-origin:50% 0 0;
  -webkit-transform-origin:50% 0 0;}
.h_tel em img{width: 1.7rem;height: 3.3rem;}
.h_tel b{font-size: 1.2rem;color: #1cbfff;padding-left: 1rem;}

.NavCeshi > li {float: left;top: 0px;padding: 0 1.6vw;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: relative;}
.NavCeshi > li > a { display: block; text-align: center;  transition: 0.2s all ease-in-out;position: relative; box-sizing: border-box;     height:7.3rem;
    line-height: 10rem;font-size: 16px;color: #333; z-index: 3; border-radius: 100px;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:4px; -webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: absolute; left: 0; right:0; bottom: 0; margin:0 auto; background:#1cbfff; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width:100%;}


.nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:190px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:7.3rem; margin-left:-94px; text-align:center; border-top:4px #1cbfff solid;}
.nav2 a{background: #1cbfff;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);width: 190px;height: 44px;line-height: 44px; display: block;color: #fff;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;  transition-property: color, background, text-indent, opacity;}
.nav2 a:hover{background: #fff; text-indent: 10px;color: #1cbfff;}
.nav ul li:hover .nav2 {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


@-webkit-keyframes plateRotate {
  0% {-webkit-transform:rotateZ(-10deg);}
  100%{-webkit-transform:rotateZ(10deg);}
}

@keyframes plateRotate {
  0% {transform:rotateZ(-10deg);}
  100%{transform:rotateZ(10deg);}
}



html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 15px;}}
@media screen and (min-width: 1280px) {html {font-size: 16px;}}
@media screen and (min-width: 1366px) {html {font-size: 17px;}}
@media screen and (min-width: 1440px) {html {font-size: 18px;}}
@media screen and (min-width: 1600px) {html {font-size: 20px;}}
@media screen and (min-width: 1920px) {html {font-size: 24px;}}


/*幻灯片*/
.banner-box,.banner-box .bd li{height:750px;background: #000;}
.banner-box .banner-btn a.prev{background-image:url(../uploadfile/image/20210901/20210901091936_958118406.png);}
.banner-box .banner-btn a.next{background-image:url(../uploadfile/image/20210901/20210901091936_1190426772.png);}
.banner-box .hd ul li.on{background:#017ee4;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;z-index: 99;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100% !important;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:350px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}
.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .bd ul{width:100% !important;}
.banner-box .hd ul{ text-align: center;}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.banner-box .hd ul list-style:.on {  width :  32px ; }





.search_bg{height:84px;border-bottom: 1px solid #eee;}
.search_nbg{position: absolute;z-index: 999;top: 580px;background: #fff;height:84px;border-bottom: 1px solid #eee;}

.search_nbg .search{margin:0 auto;}
.search-bg{width:270px;height:36px;overflow: hidden;margin-top:26px;border-radius: 30px; border: 1px solid #eee;}
.search{height: 84px;}
.search_l{line-height: 84px;color: #999;}
.search_l dd{font-size:15px;color: #333;display: inline-block;}
.search_l a{font-size: 15px;color: #999; }
.search_l a:hover{color:#1cbfff;}
.search-bg #infoname{width:270px;background:#FFF ;outline:none; color:#ccc;border: none;height:36px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;}
.search_nbg #infoname{width:270px;height: 36px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 16px;top: 30%;height: 15px;}





/*yz*/
.yz{height: 451px;padding:70px 0px;background:#f5f5f5;}
.yz_l{float: left;width: 600px;}
.yz_l h2{font-weight: normal;margin: 38px 0 60px;height: 70px;padding-left: 20px;border-left: 8px solid #1cbfff;}
.yz_l h2 b{display: block;font-size: 36px;color: #404040;line-height: 36px;}
.yz_l h2 span{display: block;font-size: 16px;color: #666;line-height: 16px;padding-top: 18px;}
.yz_l h2 i{padding: 0 14px;}
.yz_l li{float: left;margin: 0 19px;}
.yz_l li span{display: block;height: 52px;line-height: 52px;font-size: 16px;color: #333;font-weight: bold;}
.yz_l li span i{display: inline-block;font-size: 48px;vertical-align: top;position: relative;height: 52px;font-weight: normal;padding-right: 7px;}
.yz_l li span i:after{position: absolute;width: 23px;height: 23px;content: "";background: url(../images/jia1.png) no-repeat;right: 0;top: 0;}
.yz_l li p{font-size: 16px;color: #333;line-height: 46px;}
.yz_r{float: right;width: 580px;}
.yz_r img{border-radius: 20px;border:5px solid #fff;}





/*产品*/
.prod_bg{padding: 70px 0px;width: 100%;height: 1260px}
.prod_a{width:463px;margin:0 auto;}
.prod_a a{display: block;float: left;height: 50px;line-height: 50px;width:227px;text-align: center;background: #f5f5f5;font-size: 16px;}
.prod_a a+a{margin-left: 1.5%;}

.prod_d  ul+ul{display: block;}
.prod_d  ul li{display: block;float: left;padding: 0px !important;position: relative;overflow: hidden;width: 32%;margin-bottom: 2%;}
.prod_d  ul li+li{margin-left: 2%;}
.prod_d  ul li img{display: block;width:100%;ulansition: all linear 0.5s;-moz-ulansition: all linear 0.5s;-ms-ulansition: all linear 0.5s;transition: all 0.5s;}
.prod_d  ul li:hover img{    transform: scale(1.05);}
.prod_d  ul li br{display:none;}
.prod_d  ul li span{display: block;position: relative;z-index: 2;height:60px;line-height:60px !important;background: #f5f5f5;text-align: center;}
.prod_d  ul li:hover span{background: #1cbfff;}
.prod_d  ul li:hover span a{color:#fff;}
.prod_d  ul li span a{font-size: 16px;}
.prod_a a.on{background:#1cbfff;color: #fff;}
.prod_d li>a{    border: 1px solid #eee;width: 100%;height: 100%;display: block;}






/*实力供应商*/
.four{background:url(../uploadfile/image/20210831/20210831170126_55082.jpg) no-repeat center 0;overflow: hidden;height: 910px;padding: 70px 0 0;}
.four_t p,.four_t span{color:#fff;}
.four dl{width: 325px;float: left;padding: 0 0 0 55px;}
.four .page{background:#fff;}
.four dl dt{height: 115px;position: relative;}
.four dl dt em{width: 60px;height: 50px;display: block;}
.four dl dt em img{width: 60px;height: 50px;}
.four dl dt i{display: block;width: 64px;position: absolute;top: 25px;left: 160px;}
.four dl dt b{display: block;font-size: 22px;color: #333;height: 65px;line-height: 60px;overflow: hidden;background:url(../uploadfile/image/20210831/20210831163739_2134351060.png) no-repeat 0 63px;}
.four dl dt:hover b{ color:#1cbfff;}
.four dl dd{padding: 15px 0 0;font-size: 14px;color: #666;line-height: 26px;width: 220px;}


/*广告条*/
.ban01{border: 1px solid #b3e4f9;margin-top:30px}
.ban01 p{font-size: 28px;color: #fff;float: left;line-height: 40px;padding: 107px 0 0 190px;font-weight: bold;}
.ban01 p span{display: block;font-size: 20px;font-weight: normal;}
.ban01 b{display: block;float: right;font-size: 24px;width: 301px;line-height: 36px;background:url(../uploadfile/image/20210831/20210831162249_901335828.png) no-repeat 260px 42px;margin-top: 107px;}
.ban01 b i{display: block;font-size: 18px;}
.ban01 b a{color: #fff;display: block;font-size:15px;}
.ban01 em{display: block;color: #fff;font-size: 30px;font-style:normal;}



/*优势*/
.ys{background: #f5f5f5;}
.ys h2{margin-bottom: 40px;}
.ys_con{height: 672px;background: #fff;border-radius: 18px;position: relative;}
.ys_t{height: 92px;margin-bottom: 40px;border-bottom:1px solid #eee;}
.ys_t li{float: left;width: 325px;height: 92px;border-right: 1px solid #E4E4E4;box-sizing: border-box;text-align: center;font-size: 28px;line-height: 92px;color: #414141;position: relative;}
.ys_t li:last-child{border-right: 0;}
.ys_t li:after{position: absolute;left: 0;bottom: -1px;width: 0;height: 3px;content: "";background: #1cbfff;transition: all 0.5s;}
.ys_t li img{vertical-align: top;margin: 26px 20px 0 0;}
.ys_t li.on{color: #1cbfff;font-weight: bold;}
.ys_t li.on:after{width: 100%;}
.ys_bd dl{height: 500px;}
.ys_bd dt{float: right;width: 820px;height: 500px;overflow: hidden;border-radius: 12px;margin-right: 40px;}
.ys_bd dt img{width: 820px;height: 500px;transition: all 0.5s;}
.ys_bd dt:hover img{transform: scale(1.05);}
.ys_bd dd{float: left;width: 325px;margin-left: 45px;margin-top:50px;}
.ys_bd dd h3{font-size: 32px;color: #414141;line-height: 50px;margin-top: -10px;padding-bottom: 16px;position: relative;margin-bottom: 14px;}
.ys_bd dd h3:after{position: absolute;width: 40px;height: 2px;content: "";left: 0;bottom: 0;background: #414141;}
.ys_bd dd p{font-size: 16px;color: #414141;line-height: 36px;opacity: 0.7;}
.ys_jt{position: absolute;width: 151px;padding: 0 31px;height: 80px;background: rgba(0,0,0,0.7);right: 40px;bottom: 40px;z-index: 10;border-radius: 0 0 12px 0;}
.ys_jt:after{position: absolute;width: 1px;height: 30px;content: "";left: 50%;top: 25px;background: #fff;opacity: 0.7;}
.ys_jt .prev{float: left;width: 30px;height: 18px;overflow: hidden;margin-top: 31px;}
.ys_jt .next{float: right;width: 30px;height: 18px;overflow: hidden;margin-top: 31px;}
.ys_jt .prev:hover img,.ys_jt .next:hover img{transform: translateY(-18px);}
.ys_con .pageState{position: absolute;left: 50px;bottom: 40px;z-index: 10;font-size: 46px;color: #414141;font-family: Arial;line-height: 50px;font-weight: bold;}
.ys_con .pageState span{font-size: 70px;}




/*cess*/
.cess{height: 344px;background: url(../uploadfile/image/20210831/20210831174344_628919473.jpg) no-repeat center 0;margin-top: -172px;padding-top: 123px;box-sizing: border-box;}
.cess_con{height: 217px;}
.cess_con h2{float: left;margin-top: 50px;font-weight: normal;}
.cess_con h2 b{display: block;font-size: 32px;color: #fff;line-height: 45px;}
.cess_con h2 i{display: block;font-size: 14px;line-height: 14px;color: #fff;opacity: 0.5;text-transform: uppercase;padding-top: 12px;}
.cess_con ul{float: right;margin-top: 60px;margin-right: -20px;}
.cess_con li{float: left;width: 120px;padding-left: 32px;height: 107px;background: url(../uploadfile/image/20210831/20210831180659_410265043.png) no-repeat;}
.cess_con li img{display: block;height: 44px;}
.cess_con li p{font-size: 16px;color: #fff;line-height: 28px;padding: 10px 20px 0 0;}
.cess_con li:hover{background: url(../uploadfile/image/20210831/20210831180659_1614336556.png) no-repeat;}
.cess_con li:hover img{animation: flipInY 1s;}




/*应用*/
.case_bg{background: #f5f5f5;padding: 80px 0px 30px 0px;}


.indexvideo { position: relative; overflow: hidden;width:1300px; height:525px; margin:0 auto;}
#indexvideo-slide {position: relative;width:1300px;margin:0 auto;}
#indexvideo-slide  .swiper-slide { width:600px; height:450px;background: #fff; border: 1px solid #e0e0df; box-sizing: border-box;}
#indexvideo-slide  .swiper-slide:after { content: ''; display: block; position: absolute; left: 0; bottom: -4.8125rem; background: url("../uploadfile/image/20210831/20210831214657_585870478.png") top no-repeat; width: 100%; height: 4.8125rem;  background-size: 100%;}
#indexvideo-slide  .swiper-slide img{display:block; width: 100%;}
#indexvideo-slide  .swiper-slide p { font-size: 20px; color: #666; text-align: center; margin-top: 15px;}
.indexvideo .swiper-prev {cursor:pointer; position: absolute; left:0; top:45%;z-index:999; background-color: #fff; width: 57px; height: 57px; line-height:57px; text-align:center; color:#999; font-size:1.2vw; border-radius: 50%; background-image:url(../uploadfile/image/20210831/20210831214802_2131487830.png); background-repeat: no-repeat;background-position: center;transform: rotate(180deg);}
.indexvideo .swiper-next{cursor:pointer;position: absolute; right:0; top: 45%; z-index:999;background-color: #fff;background-image:url(../uploadfile/image/20210831/20210831214824_1449719052.png); background-repeat: no-repeat;background-position: center;width: 57px; height: 57px; line-height:57px; text-align:center; color:#999; font-size:1.2vw; border-radius: 50%; }
.indexvideo .swiper-prev:hover ,.indexvideo .swiper-next:hover { background-color: #1cbfff; background-image:url(../uploadfile/image/20210831/20210831214853_857915910.png); }

.swiper-slide-active a{position: relative; display:block; width:100%; height:100%;}
.swiper-slide-active a:before,.swiper-slide-active a:after{content:""; display:block;  position: absolute; left:0; right:0; margin:0 auto; }
.swiper-slide-active a:before{width:48px; height:48px; top:46%; z-index: 2; }
.swiper-slide-active a:after{width:40px; height:40px; top:47%;border-radius: 100%;background:rgba(28,191,255,0.7);  animation:move 1s infinite;}
@-webkit-keyframes move{
            0%{box-shadow:0 0 0 rgba(28,191,255,0.2);}
            50%{box-shadow:0 0 0 40px rgba(28,191,255,0.1);}
            100%{box-shadow:0 0 0 40px rgba(1,72,183,0);}
        }


.swiper-container { overflow: unset;}

.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}

.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}





/*简介*/
.dfs {display: flex;align-items: center;justify-content: space-between;}
.com_wrap{width:100%;background:url(../uploadfile/image/20210831/20210831190313_39156309.jpg) no-repeat center top;padding-top:100px;}
.cw_con{background:#fff;padding:50px;align-items:end;}
.ab_lc{width:calc(100% - 710px);padding-top:20px;}
.ab_tit b{font-size:36px;color: #333;}
.ab_tit div{font-size:16px;margin-top:10px;border-left:5px solid #0099ff;padding-left:12px;}
.ab_text{margin-top:50px;font-size:16px;line-height:32px;color:#666;}
.ab_text a{display: block;width:156px;height:50px;border-radius:50px;border:1px solid #0099ff;margin-top:50px;text-align: center;line-height:48px;font-size:16px;color:#0099ff;transition:all 0.5s;}
.ab_text a:hover{width:200px;background:#0099ff;box-shadow:0 10px 10px rgba(11,116,206,0.2);color:#fff;}
.ab_rc{width:660px;}

/*厂房设备*/
.com_image #roller_left{width:100% !important;}
.com_image table  table td{padding-left:20px !important; }
.com_image table  table td br{display:none; }
.com_image table  table td a{display: block;overflow: hidden;}
.com_image table  table td a:last-child{ height:60px; line-height:60px; background:#f5f5f5; font-size:16px; transition: all 0.3s;}
.com_image table  table td a img{transition: all 0.3s;}
.com_image table  table td:hover a img{transform:scale(1.1)}
.com_image table  table td:hover a:last-child{background:#1cbfff; color:#fff; }




/*新闻*/
.news_bg{height:755px;}
.news_t b:after{left: 315px;}
.news_t b:before{right: 315px;}
.news_list{width:497px;margin: 0 auto;}
.news_list li{width:150px;height: 50px;line-height: 50px;margin-right: 22px;background: #222;float: left;text-align: center;font-size: 18px;color: #fff;cursor: pointer;border-radius: 25px;}
.news_list li:last-child{margin-right: 0px;}
.news_list li+li{margin-left: 1px;}
.news_list li a{color:#fff;font-size:16px;}
.news_list li.on {background: #1cbfff;color: #fff;}
.news_list li.on a{color: #fff;}
.news_box .news_div_item:nth-child(-n+2){width:300px;height: 410px;}
.news_box{width:1300px;    overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:300px;border: 1px solid #eee;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:0;width:300px;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:399px;width:300px;font-size:14px;color: #333;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:243px;width:300px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_month:after{content:'-';}
.news_div_item_a{font-size:18px !important;color:#333;line-height:55px;}
.news_div_item_body{font-size:14px;color:#666;line-height:23px;margin-top: 55px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_body{line-height:28px;}
.news_box .news_div_item:nth-child(2){margin-left:30px;}
.news_box .news_div_item{width:632px;height:143px;float:left;position: relative;box-sizing: border-box;}
.news_box .news_div_item:nth-child(n+3){margin-left:38px;}
.news_div_item_pic{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:485px;position: absolute;left: 135px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date{position: absolute;left:30px;font-size:14px;top: 80px;color: #333;    font-weight: bold;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date:after{display:block;content:"";width: 1px;height: 75px;background: #eee;position: absolute;top: -50px;right: -28px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_day{position: absolute;top:-60px;font-size: 44px;left:3px;color: #333;font-weight: bold;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_a{height:143px;    top: 5px;}
.news_box .news_div_item:nth-child(n+3){border: 1px #eee solid;}
.news_box .news_div_item_a{display: block;width: 100%;height: 184px;position: absolute;}












/*版权*/
.lines_bg{border-top: 1px #eee solid;}
.end1 {width: 1300px;margin: 0 auto;overflow: hidden;position: relative;padding: 10px 0;}
.copyright{ background:#222;}
.links{ line-height:88px;}
.links p{ float:left; font-size:28px; color:#999;margin-right: 20px;}
.links d{float: left;font-size:18px;color:#333;}
.links p:nth-child(2){ font-size:18px; margin:0 20px 0 5px;}
.crcon{ padding:65px 0 80px;}
.crkslj li{ float:left;padding:0 80px 0 0;}
.crkslj li p{ font-size:18px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#999; line-height:34px;}
.crkslj li a:hover{ color:#fff;}
.crcon_tel{padding: 0px 0 0 100px;height: 200px;border-left:1px solid #2e2e2e;float: left;}
.crcon_tel a{font-size:14px; color:#999; line-height:34px;display: block;}
.crcon_ewm img{width:160px;}
.crcon_ewm p{width: 162px;line-height: 30px;border: 1px solid #2e2e2e;text-align: center;margin-top: 5px;color: #999;}
.crcon_tel p{font-size: 24px;color: #fff;margin-bottom:20px;}
.end{ border-top:1px solid #2e2e2e; line-height:50px;}
.end,.end a{ font-size:15px; color:#999;}
.end a:hover{ color:#fff;}



/*浮动ＱＱ*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background:#1cbfff;margin-top: 1px;padding: 9px 0;height: 70px;width: 77px;}
.my-kefu li i{background: url(../uploadfile/image/20220107/20220107135057_2039806102.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:160px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#1cbfff;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 24px; padding-left:15px; border-left: 1px solid #fff; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}