/*标签样式初始化*/
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;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#005bac;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:100%;min-width: 1400px;max-width:1920px; box-sizing: border-box; padding:0 6%;}
.page{margin:0 auto;width:1400px;min-width:1400px;}
.bg{ width: 100%;min-width:1400px; max-width:1920px;}

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

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

i,em{font-style: normal;}


/*间隙*/
.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;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.t{text-align: center; padding:90px 0 40px 0;background: url(../image/20211028220912_2079454118.png) no-repeat center bottom 20px;}
.t p{font-size:40px;color: #000;line-height: 50px;font-weight:bold;}
.t dd{font-size:18px;margin-top: 10px;color: #444;}




/*抬头*/

.top_bg{width:100%;border-bottom:1px solid #EEEEEE;}
.top_box{height:44px;line-height:44px;font-size:14px;color:#c1c1c1;}	
.top_t:before,.top_w:before{content:"";display:block;float:left;}
.top_w:before{background:url(../image/20211028221533_386502163.png)no-repeat left;height:20px;width: 24px;
    margin: 12px 6px 0 0;}	
.top_t:before{background:url(../image/20211028221547_1422585827.png)no-repeat left;height:24px;width: 26px;
    padding-left: 10px;
    margin: 10px 0 0 20px;}	

.top_t b{font-size:24px;color:#005bac;font-family: Arial;}	
.top_t{margin-left:30px;width:240px;height:44px;}
.top_m:hover a{color:#333;}
.top_m a{color:#c1c1c1;font-size:14px;}
.top_w{width: 90px;margin-left: 30px;position: relative;}
.top_w .top_ewm{transition: .3s all linear;    position: absolute;top: 100%;z-index: 3;width: 100px;height: 100px;display: none;     box-shadow: 0 0 20px rgba(0,0,0,0.1); border:8px #fff solid;}
.top_w .top_ewm img{width: 100%;}
.top_w:hover .top_ewm{display: block;}


/*抬头*/
.head_bg{height: 140px;position: relative;}
.logo{margin-top: 20px; }
.name{margin:30px 0 0 0;padding-left: 20px;}
.name h3{font-size: 30px;color: #000;line-height: 48px; }
.name p{font-size:17px; color:#333; }
.name p b{color:#d60201; }


.head_tel p{width:300px; height:0; overflow: hidden; text-align:center; color:#fff; font-weight:bold;transition:0.3s all; z-index: 9;position: absolute;top:140px; right:0;background:rgba(0,82,222,0.8);}
.head_tel:hover p{height:80px;line-height:80px;font-size:30px;}

.head_ewm p{width:130px; height:0; overflow: hidden;transition:0.3s all; z-index: 9;position: absolute;top:130px; right:5vw;background:#fff; }
.head_ewm p img{width:100%;}
.head_ewm:hover p{height:130px;box-shadow: 0 0 20px rgba(0,0,0,0.1); padding:10px;}

/*导航*/

.nav>ul>li{ float: left; display: block; height:140px; transition:0.1s all ease-in-out;}
.nav>ul>li>a{ display: block; color: #222; text-align: center; position: relative; z-index:2; height:140px; line-height: 140px;padding:0 1.6vw; transition:0.3s all ease-in-out; }
.nav>ul>li>a p{font-size:16px;position: relative;}

.NavCeshi > li > a:after{content:""; display: block;width:0; height:4px; background:#005bac; margin:0 auto;transition:0.3s all; position: relative; top:-4px;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{color:#005bac; font-weight:bold;}

@media (max-width: 1920px){
.nav>ul>li>a{padding:0 1.8vw;}
}
@media (max-width: 1680px){
.nav>ul>li>a{padding:0 1.6vw;}
}

@media (max-width: 1560px){
.nav>ul>li>a{padding:0 1.4vw;}
}
@media (max-width: 1500px){
.nav>ul>li>a{padding:0 1.2vw;}
}

@media (max-width: 1440px){
.nav>ul>li>a{padding:0 1vw;}
.nav>ul>li>a p{font-size:15px;}
}
@media (max-width: 1300px){
.nav>ul>li>a{padding:0 0.8vw;}
}

/*导航下拉*/

.head .sedNav { width:100%; overflow:hidden; border-top:1px solid #ccc; position:absolute; left:0; top:140px; height:0; background-color:rgba(255,255,255,0.98); opacity:0; z-index: -2; transition: 0.5s linear all !important; }
.nav>ul>li:hover .sedNav{opacity:1; z-index: 9; height:auto; padding-top:55px; padding-bottom:70px; }
.head .sedNav img{width:300px;}
 
.head .sedNav .title{ overflow:hidden; width:170px;float:left; margin-left:310px;}
.head .sedNav .title i{ display:block; width:40px; height:3px; background-color:#005bac; margin-bottom:20px;}
.head .sedNav .title h3{ font-size:20px; margin-bottom:30px;}
.head .sedNav .title h3 a{ color:#333 !important; font-size:20px;}
.head .sedNav .title .more{ display:block; width:118px; height:30px; text-align:center; line-height:30px; border:1px solid #cecece; font-size:12px; color:#999; font-family:Arial;}
.head .sedNav ul{ overflow:hidden; float:left; width:182px; margin-left:30px;}
.head .sedNav li{ font-size:14px; line-height:30px; width:100%; *float:left}
.head .sedNav li a{ font-size:14px; }
.head .sedNav li a:hover{ color:#005bac;}
.head .sedNav .contect{ display:block; width:128px; height:78px; border:1px solid #cecece; float:left; text-align:center; font-size:12px; color:#555; text-decoration:none; margin-left:45px;}
.head .sedNav .contect img{ display:block; margin:10px auto;}
.head .nav li.a_nav { display:block; font-size:15px; background:#1d458d;}
.head  .nav li.a_nav a {color:#fff;}

.head .sedNav ul.ul01{ width: 180px;}
.head .prolist2021 ul{margin:0;}
.head .sedNav li dl{display:none;}

/*幻灯片*/
#banner ,#banner a div{height:700px;}




/*搜索*/
.search_bg{height:94px;border-bottom:1px solid #eee;}
.search_nbg{position: absolute;z-index: 999;top: 585px;height:94px;border-bottom:1px solid #eee;}
.search_nbg .search{margin:0 auto;}
.search-bg{width:260px;height:40px;overflow: hidden;margin-top:26px;border-radius: 30px; border: 1px solid #eee;}
.search{height: 94px;}
.search_l{line-height: 94px;color: #999;}
.search_l dd{font-size:15px;color: #333;display: inline-block;font-weight: bold;}
.search_l a{font-size: 15px;color: #999; padding-right:10px;}
.search_l a:hover{color:#0061ae;}
.search-bg #infoname{width:310px;background:#eee ;outline:none; color:#ccc;border: none;height:40px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;}
.search_nbg #infoname{width:310px;height: 40px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 16px;top: 30%;height: 15px;}


/*小优势*/

.yz_c{height:682px;}
.yz_c .tit{text-align: center;height: 178px;}
.yz_c .tit h2{font-size:48px;color: #1a1a1a;height: 104px;line-height: 50px}
.yz_c .tit h2 img{vertical-align:bottom;}
.yz_c .tit h2 span{padding-right:77px;background: url(/images/yz_a1.png) no-repeat right bottom;}
.yz_c .tit p{font-size:18px;color: #333333;height: 32px;line-height: 32px;}
.yz_nr dl{float:left;width:336px;margin-right:18px;height: 406px;position: relative;}
.yz_nr dt{font-size:0;line-height: 0;overflow: hidden;width:336px;}
.yz_nr dt em img{width:336px;height: 195px;transition: all 0.5s}
.yz_nr dd{height: 211px;border:1px solid #eaebeb;border-top:0;position: absolute;left:0;bottom:0;text-align: center;transition: all 0.5s;background: #fff;width:100%;overflow: hidden;box-sizing: border-box;}
.yz_nr dt i{position: absolute;left:128px;top:145px;z-index: 9;transition:1s}
.yz_nr dd h4{padding-top:77px;height: 133px;background: url(/images/yz_a2.png) no-repeat center bottom;}
.yz_nr dd h4 span{display: block;height: 42px;line-height: 42px;font-size:32px;color: #1a1a1a;font-weight: bold;}
.yz_nr dd h4 em{display: block;font-size:20px;color: #1a1a1a;height: 27px;line-height: 27px;font-weight:normal;}
.yz_nr dl:hover dd{text-align: left;padding-left:22px;height: 281px}
.yz_nr dl:hover dd h4{padding-top:35px;height: 95px;background-position: left bottom;}
.yz_nr dl:hover dt i{opacity: 0;transition: 0.2s}
.yz_nr dl:hover dd p{display: block;}
.yz_nr dl:hover dt em img{transform: scale(1.1)}
.yz_nr dl dd p{font-size:16px;color: #6e6e6e;line-height: 30px;padding-top:15px;width:277px;display: none}
.yz_nr dl:last-child{margin:0;}




/*产品*/
.prod_bg{width:100%;height:auto;background:#f5f5f5;}
.prod_box{width:100%;overflow:hidden; }
.pr_boxs{width:80%; margin:0 auto;float:left;}
.pr_more{width:10%;float:right;}
.pr_more a{font-size:18px;color:#999;line-height:40px;}
.contentbt {height: 100px;width:1400px;overflow:hidden;margin:auto;border-top:1px #eee solid;border-bottom:1px #eee solid;padding:30px 0;}
.pc_left{width:100%;overflow:hidden;margin:auto;height:40px;}
.pcl_list tr+tr{margin-left:5px;}
.pcl_list{width:100%;position:relative;margin:auto;}
.pcl_list table{width:100%;margin: auto;}
.pcl_list tr{display:inline-block;vertical-align:top;position:relative;float: left;height:40px;}
.lasttname {bottom:0;left:30px;}
.pcl_list tr td{display:block;text-align:center;width:100%;height:40px;}
.pcl_list tr td b{font-size:0;}
.pcl_list tr td b a{display:block;line-height:40px;transition:500ms ease;position:relative;padding:0 38px !important;}
.pcl_list tr td a{font-size:18px;}
.pcl_list tr.cur td b a{transition:500ms ease;background:#0066cc;border-radius:8px;color: #fff !important;}
.pcl_list #showtyepname div{font-size:0;}
.pcl_list #showtyepname a{font-size:16px;display:inline-block;padding-left:45px;line-height: 62px;position:relative;color:#333 !important;}
td#showtyepname {background: #fff !important;}
.pcl_list #showtyepname a:before{content:'∧';width:6px;height:6px;border-radius:6px;border:1px solid #c5c5c5;position:absolute;top:50%;left:26px;margin-top:-4px;}
.pcl_list #showtyepname a:hover:before{border:1px solid #0066cc;}
.show_list{overflow:hidden; padding:50px; background: #f8f8f8;}
.solu_zb{width:537px; height:326px;}
.solu_zb img{width:537px; height:326px;}
.pc_right li+li,.pc_right li td br{display:none;}
.pc_right li tr{font-size:0;display:block;}
.pc_right li tr+tr{margin-top:33px;}
.pc_right li td{width:377px;display:inline-block;vertical-align:top;background:#fff;border:2px solid #f2f2f2;position:relative;transition:500ms;}
.pc_right li td:hover{border-color:#0066cc;transition:500ms;}
.pc_right li td+td{margin-left:33px;}
.pc_right li td span{border-top:1px solid #f2f2f2;}
.pc_right li td span,.pc_right li td span a{display:block;line-height:62px;}
.pc_right li td span a{font-size:15px;color:#333;transition:500ms;}
.pc_right li td:hover span a{color:#0066cc;transition:500ms;}





/*产品*/
.prod_bg{background:#f5f5f5;width:100%;padding-bottom:70px;}
.pro_l{width: 300px;background:#fff;float:left;}
.prod_fl_t{height:110px;color: #fff;background:#005bac;display: flex;align-items: center;justify-content: center;}
.prod_fl_t em{font-size: 40px;margin-right: 15px;}
.prod_fl_t p{font-size: 28px;font-weight: bold;}
.prod_fl_t b{font-size: 26px;display: block;}
.prod_fl_t i{font-size: 13px;opacity:0.2;    font-weight: normal;}

.prod_fl_z{padding: 25px;}
.prod_fl_z li>a{display: block;width: 246px; height:41px;line-height:41px;font-size: 15px;border:#eaeaea 1px solid;padding-left: 37px;position: relative;margin-bottom:15px;font-weight:100 !important; background: url(../image/20211028172028_1758326741.png) no-repeat 22px 18px;}
.prod_fl_z li.on>a{background: url(../image/20211028172202_187630836.png) no-repeat 22px 18px;}
.prod_fl_z li:hover>a,.prod_fl_z li.on>a{background: #005bac url(../image/20211028172202_187630836.png) no-repeat 22px 18px;color:#fff !important;}
.prod_fl_z li:hover>a:before,.prod_fl_z li.on>a:before{border-top: 6px solid #005bac;}

.pro_r{float:right;width: 1074px;}

.prod_box ul{text-align:center;  }
.prod_box ul li{width:32%; display:inline-block; background:#fff; padding:26px;transition: 0.2s linear all; margin-bottom:2%;}
.prod_box ul li a{display: block; overflow: hidden;}
.prod_box ul li span a{ font-size:16px; color:#333; height:50px; line-height:60px;}
.prod_box ul li img{width:100%; height:auto;transition: 0.3s linear all; }
.prod_box ul li:hover img{transform: scale(1.1);}
.prod_box ul li+li{margin-left:2%;}
.prod_box ul li br{display:none; }
.prod_box ul li:hover{}






/*案例*/
.app_con { max-width: 1920px; min-width: 1200px; }
.app_con dl { width: 18.9583%; float: left; margin-right: 1.3021%; position: relative; }
.app_con dt { overflow: hidden; line-height: 0; }
.app_con dt img { width: 100%; }
.app_con dd { width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 12.6374% 0; position: absolute; left: 0; top: 50px; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.app_con dd h3 a { display: block; font-weight: normal; position: relative; }
.app_con dd h3 a:after { position: absolute; content: ""; left: 0; bottom: -90px; width: 38px; height: 38px; background: url(/images/ai.png) no-repeat center; -o-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1; }
.app_con dd h3 strong { display: block; font-size: 28px; line-height: 100%; color: #fff; font-weight: normal; margin-bottom: 12px; }
.app_con dd h3 span { display: block; font-size: 20px; line-height: 100%; color: #fff; }
.app_con dd p { font-size: 16px; line-height: 30px; color: rgba(255, 255, 255, 0.8); margin: 30px 0 50px; -o-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; }
.app_con dd .info1 { display: inline-block; font-size: 18px; line-height: 20px; color: #fff; padding-bottom: 8px; position: relative; -o-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; }
.app_con dd .info1:after { position: absolute; content: ""; width: 100%; height: 1px; background: #fff; left: 0; bottom: 0; }
.app_con dd .more { display: block; margin-top: 29%; width: 180px; height: 50px; background: #FFAF3C; font-size: 18px; line-height: 50px; color: #fff; text-align: center; -o-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; }
.app_con dd .more:hover { width: 190px; }
.app_con dl:last-child { margin-right: 0; }
.app_con dl:hover dd { padding-top: 50px; top: 0; background: rgba(0, 91, 172, 0.9); }
.app_con dl:hover dd h3 a:after { opacity: 0; }
.app_con dl:hover dd p, .app_con dl:hover dd .info1, .app_con dl:hover dd .more { opacity: 1; }







/*四大优势*/
.ys_bg{overflow: hidden;position: relative;height: 1001px;z-index: 1;}
.ys_bg:before{content: "";width: 660px;height: 771px;background: #005bac;position: absolute;top: 234px;right: 50%;margin-right: 400px;z-index: -1;}
.ys_l{width: 300px;padding: 176px 0 0;position: relative;}
.ys_l:before{content: "";width: 1px;height: 88%;background: #345bb8;position: absolute;top: 50px;left: 0;z-index: -1;}
.ys_l ul li{font-size: 30px;color: #fff;height: 94px;line-height: 94px;overflow: hidden;margin-bottom: 30px;width: 335px;margin-left: -35px;}
.ys_l ul li em{display: block;float: left;width: 55px;height: 55px;line-height: 0;overflow: hidden;margin: 22px 20px 0 70px;}
.ys_l ul li em img{width: 55px;height: 110px;-webkit-transition:all .5s;transition:all .5s;}
.ys_l ul li.on{background: #f7b000;font-weight: bold;}

.ys_r{width: 1100px;}
.ys_r dl{position: relative;height: 771px;}
.ys_r dl dt{width: 1353px;height: 771px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 0;}
.ys_r dl dt img{width: 1353px;height: 771px;}
.ys_r dl dd{width: 1100px;height: 175px;background: #fff;position: absolute;bottom: 0;left: 0;z-index: 10;padding: 40px 0 0 65px;}
.ys_r dl dd em{width: 92px;height: 56px;display: block;float: left;padding: 20px 20px 0 0;}
.ys_r dl dd em img{width: 92px;height: 56px;}
.ys_desc{width: 882px;float: left;}
.ys_r dl dd h5{font-size: 30px;color: #333;height: 40px;line-height: 40px;overflow: hidden;}
.ys_r dl dd p{font-size: 16px;color: #666;line-height: 24px;height: 50px;overflow: hidden;padding: 5px 0 0;}



/*流程*/
.prossbj{height:657px;}
.prossbj .prss ul{margin-bottom: 38px;}
.prossbj .prss ul li{float:left; width:158px; height:202px; border:1px solid #dcdcdc; margin-left: 19px;padding-top:43px; box-sizing: border-box; position: relative; transition: .5s;}
.prossbj .prss ul li i{display: block; width:46px; height:44px;margin:0 auto 43px; overflow: hidden;}
.prossbj .prss ul li i img{width:100%; transition: .5s;}
.prossbj .prss ul li em{display: block; height: 49px; line-height: 49px; text-align: center;font-size: 20px; color:#333333;}
.clearfix{}
.prossbj .prss ul li:first-child{margin-left: 0;}
.prossbj .prss ul li b{display: block; width:38px; height: 38px; background: #F3F3F5; line-height: 38px; text-align: center;font-size: 20px; color:#005bac;position: absolute;left:-10px;top:23px;  font-weight: bold; border-radius: 50%;transition: .5s;}
.prossbj .prss ul li.cur{background:#FFF;margin-top:-12px;box-shadow: 7px 16px 46px 0px rgba(206, 204, 205, 0.73);border:1px solid #FFF;}
.prossbj .prss ul li.cur i img{margin-top:-44px;}
.prossbj .prss ul li.cur em{color:#005bac;}
.prossbj .prss ul li.cur b{opacity: 0;}
.prossbj .prss strong{    display: block;height: 42px;width: 549px;margin: 0 auto;padding-top: 36px;}
.prossbj .prss strong em{display: block;float:left; padding-left:29px;background:url(../image/20211028155349_348529269.jpg) no-repeat left; line-height: 13px;font-size: 12px; color:#333333; margin:7px 16px 0 0; font-weight: normal;}
.prossbj .prss strong b{display: block; float:left;height:42px; line-height: 42px;font-size: 34px; color:#333333; font-family: "Acrom";font-weight: 600; margin-right: 31px;}
.prossbj .prss strong a{display: block;width:187px; height:42px; line-height: 42px; text-align: center;float:left;background:url(../image/20211028160308_2071682689.png) no-repeat center;font-size: 14px; color:#FFF;}




/*简介*/
.com_bg{padding-top: 100px; height: 550px; background-image: url(../image/20211028223247_1885207723.jpg); background-attachment: fixed; background-position: center; }
.com_w{ text-align:center; }
.com_w h3{font-size: 40px; color: #005bac; }
.com_w span{color: #fff; font-size:18px;  line-height: 40px;}
.com_w dd{font-size: 15px; line-height: 32px; padding: 3vw 0; color:#fff;}
.com_w a{display: block; width: 170px; height: 40px; line-height: 40px; background: #005bac; color: #fff; font-size: 16px; text-align: center; border-radius: 100px; transition: 0.3s ease all; margin:0 auto;}
.com_w a:hover{width: 250px;}



.com_b{position: relative;text-align:center; margin-top:70px; padding:4vw; background: #fff;box-shadow: 0 0 100px rgba(0,0,0,0.1);}

.com_b ul li{display:inline-block;  width:23%; margin-right:2vw; transition: 0.3s ease all;position: relative; }
.com_b ul li>a{display: block;overflow: hidden; transition: 0.3s ease all;border:1px #eee solid;}
.com_b .tempWrap{width:100% !important;  }
.com_b img{width:100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height:auto;}
.com_b li:hover img{transform: scale(1.1);}
.com_b li p{    position: absolute; bottom:0; width:100%; height:40px; line-height:40px; background:rgba(0,0,0,0.4);}
.com_b li p a{ font-size:15px; color:#fff;}
.com_btn{background-color:rgba(0,0,0,0.3); background-image:url(../image/20211028221739_1658502206.png);  background-repeat:no-repeat; background-position: center; width: 40px;height: 84px;position: absolute;top: 38%;cursor: pointer;}
.com_btn.btnl{left:0;}
.com_btn.btnr{right: 0;transform: rotate(180deg);}






/*新闻*/
.news_top ul{text-align:center; margin:0px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{display:inline-block; background: #fff; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; color:#666;display: block;}
.news_tab li.on{color:#fff; background:linear-gradient(-90deg, #005bac, #4790e3);box-shadow:0px 0px 10px rgba(0, 91, 172, 0.3);width: 171px; height: 42px; line-height: 42px;}
.news_tab li.on a{color:#fff !important;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;transform: rotate(-90deg);}
.news_a .sNext{left: 5px;transform: rotate(90deg);}
.news_a i:hover{color:#005cab;}
.news_list{height:28vw; min-height:500px !important;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:100%;}
.news_list .news_div_item{width: 25%;display: inline-block;position: relative;height:100%;transition:0.5s; padding:30px 40px 40px;border-right:1px #eee solid;}
.news_list .news_div_item:first-child{border-left:1px #eee solid;}
.news_list .news_div_item_date{font-weight: 400;height: 26px; line-height: 22px;}
.news_list .news_div_item_content{padding-right: 14px; padding-bottom:90px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{display: inline-block; font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 0;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100; display: none;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(../image/20211028221803_768141477.png) no-repeat center;width: 18px;height: 14px;left: 0;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{  height: 14vw; overflow: hidden;}
.news_list .news_div_item img{transition:0.3s all linear; }
.news_list .news_div_item:hover img{transform:scale(1.1);}
.news_list .news_div_item:hover .news_div_item_a{color: #005bac;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{padding-left:40px;display: block;width: 130px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;}




/*友情链接*/
.link_bg {height: 100px;border-top:1px solid #ccc;}
.links_bj{position:relative;height: 100px;line-height: 100px;overflow: hidden;}
.links_zbt{width:80px;font-size:15px;color:#333;}
.links_zbt img{margin-right:15px;margin-top: -5px;}
.links_lj{font-size:14px;color:#333;}
.links_tb{width:auto;height:92px;}
.linkTagcs li a{font-size:14px;line-height:80px;color:#333 !important;}
.link_more {float: right;}
.link_more a {font-size: 14px;color: #999999;}




/*版权*/
.foot_dh{ width:100%; min-width:1300px;background:#222;}
.foot_dh li span{ font-size:16px; display:block; padding-top:18px;}
.foot_dh li p {font-size: 16px;color: #fff;text-align: center;font-weight: bold;padding-bottom: 5px;}
.foot_dh li {float: left;width: 15%;margin-top: 40px;font-size: 14px;color: #ccc;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#fff; font-size:16px;padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#ccc; line-height:32px;}
.foot_dh li a:hover {color: #fff;}
.foot_dh li:nth-child(4) {width: 28%;}
.foot_dh li:nth-child(5) {float: right; width:255px;}
/*切换*/
.erweimatab {padding-top: 56px;}
.erweimacon dl+dl{ display:none;}
.erweimatab dt{ width:38px; height:38px; cursor:pointer; background:#3a3a3a; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#005bac;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #999;}
.copy_bg{ border-top: 1px solid rgba(255,255,255,0.1); margin-top:40px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #ccc;line-height: 90px;text-align: left;}
.copy span a{ color: #ccc; font-size:14px;}
.copy span 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:#005bac;margin-top: 1px;padding: 9px 0;height: 70px;width: 77px;}
.my-kefu li i{background: url(../image/20220314142342_1838647923.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:#005bac;}
.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;}