/*标签样式初始化*/
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;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
#copy { display: none;}
a {color: #666; text-decoration: none;}
a:hover { color:#2a5dc1;text-decoration: none; border-bottom-style:}
.page{ margin:0 auto; width:1100px;}
.bg{ width: 100%;min-width: 1100px;}
.box{margin: 0 auto;width:90%; min-width:1100px;max-width:1200px;}
.fl { float: left;}
.fr {float: right;}
i{font-style: normal;}
/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

@keyframes hover{
    0%{transform:scale(1)}
    25%{transform:scale(.6)}
    50%{transform:scale(1)}
    75%{transform:scale(1.2)}
    100%{ttransform:scale(1)}
}

.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;}
.top110 {padding-top: 110px;}


.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 h3{font-size:40px;color:#222;font-weight: normal;margin-top:-70px;}
.t h3 b{font-weight: normal;color:#2a5dc1;}
.t p{font-size:20px;margin-top:6px;}
.t span{display: block;font-weight: bold;font-size:80px;color:#eee;}



/*抬头*/
.top_bg{background:url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230823/20230823095535_1501918528.jpg)no-repeat center;height:46px;line-height:46px;font-size:14px;color:#999;}
.top_r{background:url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230823/20230823100012_1145314888.png)no-repeat center left 2vw;color:#fff;font-weight: bold;font-size:16px;width:36%;padding-left:4.6vw;}
.top_r span{display: block;float: left;}
.top_r span+span{margin-left:2%;}


@media(max-width:1366px){{padding-left:4.6vw;}}
/*导航*/
.head_bg{height:120px;}
.logo{margin-top:30px;}
.name{margin-left:1.5%;margin-top:24px;}
.name p{font-size:23px;color:#222;font-weight: bold;}
.name span{display:block;background:#2a5dc1;width:356px;height:36px;line-height:36px;text-align: center;color:#fff;font-size:17px; letter-spacing:2px; border-radius:50px;margin-top:4px;}


/*栏目*/
.nav{height:120px;width:54%; margin-left:4vw;}
.nav>ul{height:100%;}
.nav>ul>li{ float: left; display: block;height:100%;position: relative;z-index: 9;width: 14%;}
.nav>ul>li>a {overflow: hidden; display: block;  color: #222;  font-size:16px;  text-align: center; position: relative;   transition: 0.3s ease all;  height: 100%;  line-height: 120px;}
.nav>ul>li>a:hover,.nav>ul>li.navcurrent a{color:#2a5dc1;}

/*栏目下拉*/
.nav ul li .nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 999;left:0%;top:100%; text-align:center;background:rgba(0,0,0,0.5); }
.nav ul li .nav2 a{width: 100%;height: 40px;line-height: 40px; display: block;color: #fff;font-size: 14px;  text-liagn:center; -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; border-bottom:1px solid rgba(255,255,255,0.1);}
.nav ul li .nav2 a:hover{background:#2a5dc1;}
.nav ul li:hover .nav2 {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; z-index: 999;}
.nav2 table{width:100% !important;}
.nav2 table td{ display: block;height: 40px !important;line-height: 40px !important; }
.nav2 table td a{line-height: 40px !important; }
.nav2 dl{display:none;}


/*search*/
.icon_search{position: relative;}
.icon_search i{user-select:none;transition:all 0.5s;display: flex;align-items: center;justify-content: center;position: relative;height: 100%; /*width:42px; height:42px; border:1px #ccc solid;*/border-radius: 100%;margin-left:1vw;margin-top:51px;}
.iser_box{background:rgba(0,0,0,0.5);position:absolute;top:120px;right:-35px;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 99999;width:700px;}
.search_l a+a{margin-left:16px;}
.nav_bc.on .iser_box,.itel_box{top:160px;}
.icon_search:hover .iser_box{transform:rotateX(0deg);}
.search_l{display:flex;align-items:center;justify-content:end;color: #fff;font-size: 14px;}
.search_l span+span{margin-left:4px;}
.search_l a{color: #fff;font-size: 14px;}
.search_r{margin-top:20px;position:relative;}
#infoname{width:100%;height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;}
.z_img{padding:12px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width:320px;text-align:center}
.dh_h {line-height: 36px;font-size: 22px;}
.itel_box p{color:#fff;position:relative;font-size:20px;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'arial';font-size:26px;font-weight: bold;color:#feac00;margin-top:10px;}
.search_l .iconfont{font-size: 16px;}
.search_l span{color: #fff;}
.icon_pho {
display: flex;
align-items: center;
}

.icon_pho .irh span {
color: #fff;
font-size: 18px;
}

.icon_pho b {
font-size: 26px;
color: #2a5dc1;
padding-left: 10px;
}

/*幻灯片*/
.banner-box,.banner-box .bd li{height:800px;background:#000;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824152217_290772175.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824152236_1492113289.png);}
.banner-box .hd ul li.on{background:#2a5dc1;}
.banner-box{min-width:1100px;position:relative;overflow:hidden;margin: 0 auto;z-index: 5;}
.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:40px;height:40px;position:absolute;opacity:0.8;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:46%;background-repeat:no-repeat; }
.banner-btn a.prev{left:2%;} 
.banner-btn a.next{right:2%;}

.banner-box .hd {position:absolute;bottom:6%;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:#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;}


/*服务*/
.ser_bg{overflow: hidden; position: relative;}
.ser_bg:after{content:""; display: block; position: absolute; top:522px; left: 0; right: 0; width: 100%; height: 500px; background: #f1f1f1; z-index: -1;}
.ser{ position: relative;z-index:9;}
.ser li{float: left; width: 33.33333%; transition: all 0.3s ease;position: relative;  }
.ser_w{height: 296px; background: #fff; text-align: center; padding-top:60px; }
.ser_w p{font-size: 24px; color: #222; padding-bottom:20px;}
.ser_w span{font-size: 15px; line-height: 30px;}
.ser_w a{display: block; width: 126px; height: 30px; line-height: 30px; text-align: center;font-size: 15px; color:#fff; border-radius: 100px; margin: 30px auto; background: #2a5dc1;transition: all 0.3s ease;  }
.ser_w a:hover{ width: 160px; }
.ser_m{height: 296px; overflow: hidden; transition: all 0.3s ease; background:#fff; }
.ser_m img{width:100%;height: 100%;}

.ser li:hover{box-shadow: 0 0 80px rgba(0,0,0,0.1);z-index:2;}
.ser li:hover .ser_m{padding:0 50px 50px;}
.ser li:nth-child(2):hover .ser_m{padding:50px 50px 0 50px;}



/*产品*/
.prod_bg{background: #f1f1f1; padding-bottom:80px;  position: relative;}
.prod_t span{color:#e9e9e9;}
.prod_list{height: 170px;position: relative;z-index: 9;}
.prod_list li{float: left;width:16.66%;background: #fff;transition: all ease 0.3s; }
.prod_list li+li{}
.prod_list a.prolist2021_one{font-size:14px; color: #333; text-align: center; line-height: 78px;display: block;border: 1px #eee solid;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.prod_list dl{position: absolute; top:78px; left: 0; padding-top: 15px; display: none; width: 100%; padding-left:2.4vw;}
.prod_list dl dt{ display: inline-block;margin-left: 40px; }
.prod_list dl a{font-size: 16px; display: block; padding-left: 20px; background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824152302_13755197.png)no-repeat center left; line-height: 50px;}
.prod_list li.on{background: #2a5dc1; }
.prod_list li.on a.prolist2021_one{color:#fff;}
.prod_list li.on dl{display: block; }
.prod_cont{position: relative;    z-index: 9;}
.prod_cont li{float:left; width:23.5%; margin-bottom:2%;  }
.prod_cont li+li{margin-left:2%; }
.prod_cont li img{width:100%; height:auto;  transition: all ease 0.3s;}
.prod_cont li:hover img{transform: scale(1.1);}
.prod_cont li>a{overflow: hidden; }
.prod_cont li a,.prod_cont li span{display: block;}
.prod_cont li br{display: none; }
.prod_cont li span{height: 56px; line-height: 56px; width: 100%; background:#fff; padding:0 0.5vw; transition: all ease 0.3s;}
.prod_cont li span a{font-size: 16px; color: #333; margin-top: 1px;}
.prod_cont li span a:after{content:""; display:block; width:16px; height:16px; float:right; margin-top:18px; background:url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824152330_1692608363.png)no-repeat center top; transition: all ease 0.3s;}
.prod_cont li:hover span a{color:#fff;}
.prod_cont li:hover span{ background:#2a5dc1; }
.prod_cont li:hover span a:after{background-position-y:bottom;}

.canvas{width: 100%;height: 495px;overflow: hidden;position: absolute; bottom:0;left: 0; }

/*banner01*/
.banner01_bg{height: 700px; background-attachment: fixed; background-image: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20231017/20231017103104_1384142842.jpg); background-repeat: no-repeat; color:#fff; padding-top: 130px; }
.banner01 h3{font-size: 40px; padding-top: 60px; background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824152356_179987874.png)no-repeat top left; }
.banner01 p{font-size: 30px;}
.banner01 dd{font-size: 16px; line-height: 40px; margin-top: 50px;}
.banner01 a{display: block; width: 180px; height: 48px; line-height: 48px; text-align: center; font-size: 16px; color: #fff;  background:#2a5dc1; margin-top:80px;  transition: all ease 0.3s;}
.banner01 a:hover{width: 250px; }

/*优势*/
.adv_list{box-sizing: border-box;position: absolute;width: 100%;}
.adv_list li{padding-left: 55%;width: 100%;box-sizing: border-box;padding: 35px 0  35px 55%;display: block;box-sizing: border-box;transition: 0.3s ease all;cursor: pointer;}
.adv_list li p{font-size: 30px;color: #222;font-weight: bold;}
.adv_list li d{color:#2a5dc1;}
.adv_list li dd{color: #ccc;font-size: 14px;font-family: 'Arial';text-transform: uppercase;}
.adv_list li span{width: 40px;height: 2px;display: block;margin: 35px 0;background: #ccc;display: none;}
.adv_list li dt{font-size: 0px !important;color: #666;line-height: 30px;display: none;transition: 0.3s ease all;}
.adv_list li.on{background: #ececec;}
.adv_list li.on span{display: block;}
.adv_list li.on dt{font-size: 16px !important;display: block;}
.adv_img{position: relative;width: 50% !important;border-radius: 30px;}
.adv_box{width:100% !important;border: 30px solid #fff;border-radius: 30px;box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);}
.adv_box{overflow: hidden;}
.adv_cont{position: relative;height:636px;}


/*banner02*/
.banner02_bg{ height: 254px; background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824150558_1109102309.jpg)no-repeat center; margin-top: 80px; }
.banner02_w{background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824144631_1993835243.png)no-repeat top left; padding:60px 0 20px 44px; }
.banner02_w p{font-size: 30px; color: #000; display:inline-block; padding-right:250px;line-height:50px; background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824150903_48361686.png)no-repeat center right;}
.banner02_w dd{font-size:18px; color: #222; line-height:40px; padding-bottom:10px; }
.banner02_w span{font-size: 16px; padding-left:20px; }
.banner02_w strong{font-size: 30px; color:#ed0010; font-family: "Arial";}



/*合作伙伴*/
.partner_bbg{width:100%; background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824095914_1100358051.jpg)no-repeat center;height:470px;}
.partner_bbg a{width:100%; height:100%;}
.partner_bbg a{display:block;}

/*公司简介*/
.about_bg{background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824152424_1193151996.jpg)no-repeat center;height: 760px;padding-top: 77px;}
.about_l{width: 32%;height: 600px;background: #fff;padding: 42px;}
.about_r{width: 67%;height: 600px;background: #fff;padding: 70px;}
.about_r p{font-size: 30px;color: #222;}
.about_r d{font-size: 12px;color: #999;line-height: 40px;}
.about_r span{width: 90px;height: 6px;background: #2a5dc1;margin: 45px 0;display: block;}
.about_r dd{font-size: 15px;color: #666;line-height: 30px;text-indent: 2em;}
.about_r a{width: 286px;height: 60px;line-height: 60px;background: #2a5dc1;display: block;text-align: center;color: #fff;font-size: 15px;margin-top: 70px;transition: 0.3s ease all;}
.about_r a:hover{width:350px;}
.about_tit{width: 206px;height: 68px;line-height: 68px;background: #2a5dc1;color: #fff;font-size: 24px;text-align: center;}
.about_lc{background: url(//memberpic.114my.cn/dgyuehongfan/uploadfile/image/20230824/20230824152450_426523112.png)no-repeat left center;height: 92px;padding-left: 30px;}
.about_lc p{font-size: 24px;color: #2a5dc1;padding-top: 22px;}
.about_lc d{font-size: 14px;color: #333;}
.about_hidden{width: 100%;height: 460px;overflow-x: hidden;}
.about_hidden::-webkit-scrollbar{display: none;}

.image table{border-collapse: collapse;}
.image table td{width:25% !important; padding:0 !important;box-sizing: border-box; border:1px #fff solid;}
.image table td img{width:100% !important; height:auto !important;transition: 0.3s ease all; margin:0 !important;}
.image table td:hover img{transform: scale(1.1);}
.image table td a{display:block; width:100%; height:100%;overflow: hidden; }


/*新闻*/
.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:linear-gradient(-90deg, #2a5dc1, #2a5dc1);box-shadow:0px 0px 10px rgba(0,121,178, 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:#2a5dc1;}
.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.cn/dgyuehongfan/uploadfile/image/20230824/20230824152518_32738787.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.cn/dgyuehongfan/uploadfile/image/20230824/20230824152547_461575233.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: #2a5dc1;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; padding-top:5px; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}
.linkTagcs{width:100% !important;}


/*版权*/
.foot_dh{ width:100%; min-width:1100px;background:#272727;}
.foot_dh li span{ font-size:16px; display:block; padding-bottom:12px; padding-top:18px;}
.foot_dh li p {font-size: 17px;color: #ddd;text-align: center;font-weight: bold;padding-bottom: 5px;}
.foot_dh li {float: left; margin-right:3.5%; margin-top: 42px;font-size: 14px;color: #b6b6b6;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#fff; font-size:20px; color:#ddd; padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#b6b6b6; line-height:35px;}
.foot_dh li a:hover {color: #fff;}
.foot_dh li:nth-child(4) {margin-right:0px;}
.foot_dh li:nth-child(5) {float: right; margin-top:2vw; }

/*切换*/
.erweimatab {padding-top: 56px;}
.erweimacon dl+dl{ display:none;}
.erweimatab dt{ width:38px; height:38px; cursor:pointer; background:#363636; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#2a5dc1;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #363636;}
.copy_bg{ border-top: 1px solid #333; margin-top:59px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #888;line-height: 90px;text-align: left;}
.copy span a{ color: #888; 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: #3a3a3a;margin-top: 1px;padding: 9px 0;height: 56px;width: 77px;box-sizing: content-box;}
.my-kefu li i{background: url(//memberpic.114my.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:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:145px;}
.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:#2a5dc1;}
.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;}