/*标签样式初始化*/
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:#1375df;text-decoration: none; border-bottom-style:}
.box{margin:0 auto;min-width:1300px;max-width: 1600px;width: 84%;}
.bg{ width: 100%;min-width:1300px;}

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

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


/*间隙*/
.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;}
.t p{font-size: 40px;color: #333;font-weight: bold;}
.t p>b{color:#1375df;}
.t span{display: block;margin-top:10px;font-size: 18px;margin-bottom:20px;}
.t em i {display: inline-block;width: 6px;height: 24px;background: #ff9000;border-radius: 3px;vertical-align: top;animation: tptd 1.5s infinite;-webkit-animation: tptd 1.5s infinite;}
.t em i:nth-child(2) {height: 32px;background: #1375df;animation: tptd 1.8s infinite;-webkit-animation: tptd 1.8s infinite;}
.t em i:nth-child(3) {background: #ff6203;animation: tptd 2s infinite;-webkit-animation: tptd 2s infinite;}
.t em i+i {margin-left: 11px;}

@keyframes tptd{
  0%{transform: translateY(0);}
  50%{transform: translateY(5px);}
  100%{transform: translateY(0);}
}



/*抬头*/
.tp_bg{height:46px;line-height: 46px;background: #1375df;color:#98c5f5;font-size: 14px;}
.tp_bg a{color:#98c5f5;}
.tp_fr p{height: 46px; background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165241_155493907.png)no-repeat center left; padding-left:28px;background-size: 20px;}
.tp_fr p a{color:#b3b8cb;}
.tp_fr p a:hover{color:#fff;}
.tp_fr p img{float: left;margin:13px 12px 0  0;}
.tp_fr p b{font-size:13px;color:#fff;float: right;  display: block;}
.tp_fl p{font-size:13px;}


.top{width:84%;min-width:1300px;height: 120px;margin:0 auto;}
.logo{padding-top:28px;}
.name{margin-top: 30px;margin-left: 20px;}
.name b{font-size:20px; color:#222;letter-spacing: 3.2px;}
.name p{font-size:15px;color: #333;line-height:34px; padding:0 30px; background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165325_111613055.png)no-repeat center;}

.NavCeshi > li {float: left;top: 0px;padding: 0 26px;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: relative; background:url(//memberpic.114my.com.cn/dgkaiya/uploadfile/image/20210428/20210428185959_1218294969.png)no-repeat center right;}
.NavCeshi > li > a { display: block; text-align: center;  transition: 0.2s all ease-in-out;position: relative; box-sizing: border-box; height:120px;line-height:120px;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:3px; -webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: absolute; left: 0; right:0; bottom: 40px; margin:0 auto; background: #1375df; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width:30px;}



/*导航下拉*/
.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:120px; margin-left:-94px; text-align:center; border-top:4px #1375df solid;}
.nav2 a{background: #1375df;box-shadow: 0 6px 10px rgba(0, 0, 0, .1);padding: 18px 0;width: 190px;height:50px;line-height:14px; 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: #1375df;}
.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;}


@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi > li{padding: 0 20px;}
}
@media (max-width: 1599px) and (min-width: 1400px){
.NavCeshi > li{padding: 0 16px;}
}
@media (max-width: 1399px) and (min-width: 1200px){
.NavCeshi > li{padding: 0 14px;}
}


/*幻灯片*/
.banner-box,.banner-box .bd li{height:700px;background: #000;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165450_292853797.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165510_850935850.png);}
.banner-box .hd ul li.on{background:#1375df;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;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 .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; 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 li.on{ width: 32px;}


/*搜索*/
.search_bg{height: 72px;-webkit-box-sizing: initial;box-sizing: initial;background: #fff;border-bottom: 1px solid #eee;}
.search_nbg{position: absolute;top: 566px;border-bottom: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search-bg{width:400px;height:100%;overflow: hidden;}
.search{height: 72px;}
.search_l{line-height: 72px;color: #666;}
.search_l dd{font-size: 16px;color: #1375df;display: inline-block;}
.search_l a{font-size: 14px;color: #666;}
.search_l a:hover{color:#1375df;}
.search-bg #infoname{width:400px;background:#fff url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165534_1614853748.png)no-repeat 20px center; outline:none; color:#ccc;border: none;height:72px;line-height:6;font-size: 14px;padding-left: 50px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px; width: 72px;height: 72px;background: #1375df;}



/*产品*/
.prod_cont td {padding-left: 0 !important; display: block; float: left;   width:23.5%;}
.prod_cont td>a{  display: block; width: 100%; overflow: hidden; position: relative;}
.prod_cont td>a img{display: block; width: 100%;height: 100%;}
.prod_cont td>a:before { content: ''; display: block;width: 50px; height: 50px;
 background: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165556_1811450424.png) no-repeat center;position: absolute; top: 50%; left: 50%; z-index: 3; margin-left: -25px; margin-top: -25px; transform: scaleY(0); opacity: 0; transition: 0.3s all ease;}
.prod_cont td>a:after {content: ''; display: block;width: 100%; height: 100%;background: rgba(0,0,0,0.45); position: absolute; top: 0;left: 0;opacity: 0; transition: 0.3s all ease;}
.prod_cont td:hover>a:before{opacity: 1;transform: scaleY(1);}
.prod_cont td:hover>a:after{opacity: 1;}
.prod_cont td br{display:none;}
.prod_cont td+td{margin-left:2%;}
.prod_cont td span a{display:block;width:100%;height:50px;line-height:50px;font-size:18px;color:#333;border: 1px solid #eee;transition: 0.3s all ease;
    position: relative;z-index:22;}
.prod_cont td span a:after{content: '';display: block;background: #1375df;width:100%;height:0px;position: absolute;top:0;z-index: -1;}
.prod_cont td:hover span a:after{height:100%;transition: 0.3s all ease;}
.prod_cont td:hover span a{color:#FFF;border: 1px solid #1375df;}
.prod_cont tr+tr{display: block;margin-top:2%;}
.prod_cont td img{transition: 0.3s all ease;}
.prod_cont td:hover img{transform: scale(1.1);}

/*优势*/
.features {width: 100%; padding: 80px 0;overflow: hidden;background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165620_907342302.jpg)no-repeat center;background-attachment: fixed;}
.features_box {margin: 0 auto;}
.features_top {font-size: 20px;color: #1a1a1a;text-align: center;position: relative;padding-top: 70px;font-family: 思源黑体 CN;}
.features_top:after {content: '';background: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719125343_1424270645.png)no-repeat;position: absolute;left: 49%;bottom: -45px;width: 30px;height: 35px;    animation: myfirst 2s infinite;}
@keyframes myfirst {  
   0% {  
       transform: translate(0px, 0px);  
   }  
   50% {  
       transform: translate(0px, -10px);  
   }  
   100% {  
       transform: translate(0px, 0px);  
   }  
}  
.features_tit{color:#fff;}
.features_tit p{color:#fff;}
.features_tit p>b{color:#fff;}

.features_con {width:100%;height: 700px;  background: #ffffff;margin: 0 auto;margin-top:70px;}
.features_con li {float: left;width: 33.33%; height: 350px;border-right: 1px solid #eee;border-bottom: 1px solid #eee;    padding: 90px 70px;position: relative;transition: 0.5s;}
.features_con li.on,.features_con li.on .features_d {color:#fff;}
.features_con li.on p{color: #fff;}

.features_con li.on .features_t:after {background: #fff;}
.features_con li:before {content:'';width: 107%;height:380px;background: #1375df;position: absolute;top:-20px;left:-20px;opacity: 0;transition: 0.5s;z-index: 1;}
.features_con li.on:before {opacity:1;transition: 0.5s;}
.features_con li:nth-child(3n) {border-right:none;}
.features_t {display: flex;position: relative;width: 340px;justify-content: space-between;align-items: center;z-index:5;}
.features_t i {width:100px;height: 100px;border-radius: 50%;display: inline-block;}
.features_t i img{width:100px;height: 100px;border-radius: 50%;}
.features_t p {font-size: 24px;font-weight: bold;width:220px;color: #333;}
.features_t p span {display: block;}
.features_t:after {content:'';width:42px;height: 1px;background: #1375df;position: absolute;left:36%;bottom: 0;}
.features_d {font-size: 16px;color: #999;line-height: 32px;padding-top: 30px;position: relative;z-index:5; font-weight:100;}


/*应用案例*/
.application_wt li{float: left;width: calc(100% / 7);text-align: center;height:60px;line-height: 60px;background: #f5f5f5;font-size: 18px;}
.application_wt li+li{border-left: 1px #eee solid;}
.application_wt li:hover{background: #1375df;color: #fff;}

.application_d{max-height: 600px;overflow: hidden;}
.application_d .tempWrap{width: 100% !important;}
.application_d .divdgweb_new_div_item{width:26.5vw !important;height:598px;background:#f5f5f5;margin-right:29px;float: left;position: relative;padding: 20px}
.application_d .news_div_item_pic img{width:100%;transition: 0.3s ease all;}
.application_d .divdgweb_new_div_item_content{position: absolute;top: 325px;width: 85%;}
.application_d .divdgweb_new_div_item_a{font-size:22px;color:#333;}
.application_d .divdgweb_new_div_item_content{padding-left:10px;}
.application_d .divdgweb_new_div_item_body{font-size:15px;line-height:26px;color:#666;margin-top:10px;}
.application_d .case_tit{width:92%;height:90px;background:#1375df;display: block;margin: 0 auto;    position: absolute;bottom: 25px;text-align:center;}
.application_d .case_tit p{font-size:26px;color:#fff;margin-top:10px;}
.application_d .case_tit d{font-size:18px;color:#a6cefa;}
.application_d .divdgweb_new_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.application_d .divdgweb_new_div_item .news_div_item_pic a{display:block;width:100%;height:100%;overflow: hidden;}



/*优势*/
.adv_bg{background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719153811_101543674.jpg)no-repeat center bottom;padding: 80px 0px;}
.adv_cont{box-shadow: 0px 0px 10px rgba(0,0,0,.1);min-height:540px !important;background: #fff;}
.adv_cont li{padding: 30px;}
.adv_wt li.on{background: #1375df;}
.adv_wt li.on .adv_shu{background-color: #fff;}
.adv_wt li.on .adv_ww p{color:#fff;}


.adv_wt li.on:nth-child(1) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194609_819229654.png);}
.adv_wt li.on:nth-child(2) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194636_935646001.png);}
.adv_wt li.on:nth-child(3) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194649_1940727308.png);}
.adv_wt li.on:nth-child(4) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194702_1534443705.png);}


.adv_wt li:nth-child(1) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194731_1251374866.png);}
.adv_wt li:nth-child(2) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194742_185235263.png);}
.adv_wt li:nth-child(3) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194754_917960644.png);}
.adv_wt li:nth-child(4) .adv_shu{background-image:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719194810_1752897749.png);}


.adv_wt li{float: left;width: calc(100% / 4);height: 100px;background: #fff;padding-left:50px;padding-top:20px;}
.adv_wt li+li{border-left: 1px #eee solid;}
.adv_shu{width:60px;height: 60px;background-color: #1375df;border-radius: 50%; background-size: 50px;background-position: center;background-repeat: no-repeat;}
.adv_ww{margin-left: 20px;}
.adv_ww p{font-size: 24px;color: #333;font-weight: bold;margin-top:6px;}
.adv_ww span{display: block;color: #ddd;font-size:13px;margin-top: 4px;}
.adv_img{width: 50%;overflow: hidden;}
.adv_img img{display: block;width: 100%;}
.adv_r{width: 47%;}
.adv_w1{font-size: 28px;font-weight: bold;color: #333;margin-top:50px;}
.adv_w1 span{display: block;width:25%;background: #1375df;height:2px;margin-top:16px;}
.adv_w{margin-top: 30px;}
.adv_w p{font-size: 15px;line-height: 28px;position: relative;padding-left:20px;}
.adv_w p::before{content: "";position: absolute;top:8px;left: 0px;width: 10px;height: 10px;border: 1px #ddd solid;border-radius: 50%;}
.adv_w p+p{margin-top:20px;}
.adv_a a{display: block;width: 150px;height:50px;line-height: 50px;text-align: center;background: #1375df;border-radius: 50px;color: #fff;font-size: 15px;margin-top:50px;}
.adv_a a:hover{background:#000;}

/*流程*/
.proc_cont i{width: 117px;height: 117px;display: block;border-radius: 50%;margin: 0 auto;background: #1375df;transition: 0.3s ease all;}
.proc_cont i:after{content: '';width: 117px;height: 117px;background: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165654_867577020.png)no-repeat center;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);display: inline-block;border-radius: 50%;transition: 0.5s ease all;}
.proc_cont li{float: left;text-align: center;position: relative;width: 15%;background: #f5f5f5;padding: 35px 0 40px;border-radius: 10px;transition: 0.3s ease all;}
.proc_cont li p{font-size: 20px;color: #222;line-height: 38px;margin-top:10px;transition: 0.3s ease all;}
.proc_cont li d{font-size: 14px;color: #ccc;font-family: 'Arial';transition: 0.3s ease all;}
.proc_cont li+li{margin-left: 2%;}
.proc_cont li:nth-child(2) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165721_430249505.png);}
.proc_cont li:nth-child(3) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719195603_158895335.png);}
.proc_cont li:nth-child(6) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719165815_1723168716.png);}
.proc_cont li:nth-child(5) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170635_2118980748.png);}
.proc_cont li:nth-child(4) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170704_1857253687.png);}

.proc_cont li.on{background:#1375df;}
.proc_cont li.on i{background:#fff;}
.proc_cont li.on p,.proc_cont li.on d{color:#fff;}
.proc_cont li.on i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170810_876181617.png);}
.proc_cont li.on:nth-child(2) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170832_717523384.png);}
.proc_cont li.on:nth-child(3) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170851_306636048.png);}
.proc_cont li.on:nth-child(6) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170912_567409752.png);}
.proc_cont li.on:nth-child(5) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170935_1302532383.png);}
.proc_cont li.on:nth-child(4) i:after{background-image: url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719170956_279135126.png);}

.proc_b{text-align:center;font-size: 18px; line-height:40px;color: #222;}
.proc_b span{font-size: 16px;color: #666;}
.proc_b d{color: #1375df;font-size: 30px;font-weight: bold;font-family: 'Impact';}


/*简介*/
.com_bg{padding:80px 0;
background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719160802_1409040851.jpg)no-repeat center top;}
.com_text{width:46%;float:right;height: 568px;padding-top: 4%;}
.com_text p{font-size:24px;color:#333;line-height:40px;}
.com_text span{font-size:14px;color:#ccc;}
.com_text i{display:block;width:100%;height:1px;background:#eee;margin:6% 0 5%;position: relative;}
.com_text i:before{content:"";display:block;width:12%;height:4px;background:#1375df;position: absolute;  top: -4px;}
.com_text dd{font-size:15px;color:#666;line-height:30px;}
.com_text a.com_more{display:block;width:30%;height:52px;line-height:52px;background:#1375df;text-align:center;color:#FFF;font-size:15px;margin-top: 13%;cursor: pointer;transition: all 0.5s;}

.com_text a.com_more:hover{background:#000;}



.com_image table{width:98%; margin:0 auto;}
.com_image td{display:block;float:left;width:18%;    padding-left: 0 !important; margin:0 1%;}
.com_image td>a{display:block;width:100%;overflow: hidden;}
.com_image td>a>img{width:100%; height:auto !important;}
.com_image td br{display:none;}
.com_image td>div {width: 100%;height: 66px;background: #FFF; transition: 600ms; padding-top: 0 !important;position: relative;    z-index:22;}
.com_image td>div:after{content:"";display:block;width: 100%;height: 0;background: #1375df;position: absolute;bottom:0;  z-index: -1; opacity: 0;
transition: .3s all linear;}
.com_image td:hover>div:after{height:100%;opacity: 1;transition: .3s all linear;}
.com_image td:hover>div>a{color:#FFF;}
.com_image table td a>img{transition: all 0.3s;}
.com_image table td:hover a>img{transform:scale(1.1)}
.com_image td>div>a {display: block; line-height: 66px; font-size: 16px; text-align: center;}



/*新闻*/
.news_top{width:551px;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{float:left;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:#1375df;box-shadow:0px 0px 10px rgba(38, 149, 215, 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:#1375df;}
.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+.news_div{}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:100%;transition:0.5s; padding: 20px; border: 1px #eee solid;box-sizing: border-box;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:54%;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719171021_1437378724.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:60%;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 16px;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: 130px;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;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719171047_602866832.png) no-repeat center;width: 18px;height: 14px;left: 130px;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:hover .news_div_item_a{color: #1375df;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #f8f8f8;transition:0.5s;padding-left:40px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;transition:0.5s;}





/*友情链接*/
.links{width:100%; overflow:hidden; padding:37px 0; background: #FFF;border-top:1px solid #f5f5f5;}
.links_l{float:left; width:117px; border-right:solid 1px #f5f5f5;}
.links_lm{font-size:16px; line-height:18px; color:#222;}
.links_len{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:30px; font-size:30px; color:#000;}
.links_r{float:left; width:90%; padding-top:5px; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}
.linkTagcs{width:100% !important;}


/*版权*/
.footer_bg{background:#f5f5f5;padding:50px 0;}
.footer_m{width:48%;}
.footer_m li {float: left;width: 25%;  font-size: 14px; color: #b6b6b6;  line-height: 35px;}
.footer_m li span {font-size: 16px; display: block; padding-bottom: 12px;color:#222;font-weight:bold;cursor: pointer;}
.footer_m li a {display: block;  font-size: 14px; line-height: 35px;cursor: pointer;}
.footer_tel{width:20%; text-align:center;}
.footer_tel p{ font-size: 2.4vw; color: #1375df;font-family: "Tw Cen MT";font-weight: bold; }
.footer_tel span{display:block;text-align:center;font-size:15px;color:#999;margin: 34px 0; line-height: 28px;}
.footer_tel a{display:block;width:90%;height:52px;line-height:52px;background:#1375df url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719171116_1875278210.png)no-repeat left;color:#7db7e9;
border-radius: 50px;text-indent: 2em;background-position-x: 3vw;cursor: pointer; margin:0 auto; font-size:15px;}

.footer_ewm{width:26%;}
.footer_ewm ul li{float:right;width:38%;margin-left: 6%;}
.footer_ewm ul li .footer_pic{width:100%;border:10px solid #FFF;}
.footer_ewm ul li .footer_pic img{width:100%;}
.footer_ewm ul li p{font-size:15px;color:#222;font-weight:bold;margin-top: 20px;text-align: center;}
.footer_ewm dl{margin-top:35px;}
.footer_ewm dl dd{font-size:15px;color:#999;margin-top:10px;text-align: right;}
.footer_ewm dl dd:after{content:"";display:block;width:13px;height:15px;float:right;margin-left: 10px;}
.footer_ewm dl dd:nth-child(1):after{
background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719171140_413712639.png) no-repeat;}
.footer_ewm dl dd:nth-child(2):after{
background:url(//memberpic.114my.com.cn/y56381/uploadfile/image/20210719/20210719171159_114872186.png) no-repeat;}
.footer_ewm dl dd b{color:#222;}
.copy_bg{background:#1375df;height:76px;line-height:76px;color:#7db7e9;}
.copy_bg a{color:#7db7e9;}


/*浮动*/
.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: #1375df;margin-top: 1px;padding: 9px 0;height: 80px;width: 77px;}
.my-kefu li i{background: url(//memberpic.114my.com.cn/dgyuehongfan/uploadfile/image/20171220/20171220175102_1029219638.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:163px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:163px;}
.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:#1375df;}
.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: 15px; 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;display:flex;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}