/*样式初始化及公共样式部分*/
*{margin:0px; padding:0px; }
body{color:#333; font-size:12px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden; }
a{color:#333; text-decoration:none;}      /*定义全局链接颜色*/
a:hover{color:#78b046; transition:0.3s all; }      /*定义全局链接鼠标滑过颜色*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin:0px; padding:0px; list-style:none; border:0px;}    /*主要标签的样式初始化*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup {font-style: inherit;  font-weight: inherit;}
.cl{clear: both; height:0px; }  /*清除左右浮动*/
.fl{float:left;}     /*定义左浮动*/
.fr{float:right;}     /*定义右浮动*/
.font_en {    font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;    font-weight: normal;    padding-right: 50px;}
.cp img{border:1px solid #C1C1C1; padding:2px;  background:#fff;}      /*定义标签调用图片的边框样式*/
.cp a:hover img{ border:1px solid #579025; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果*/
#copy{ display:none;}      /*隐藏后台自带版权DIV*/

.box,.banq,.yqlj{ width:1002px; margin:0 auto; height:auto; overflow:hidden; }    /*定义版面统一宽度*/
.top20{ margin-top:20px;}	 
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top65{ margin-top:65px;}

/*顶部*/
.head_bg{ border-bottom:1px #ccc solid; height:30px;}
.head_l{ width:auto; height:30px; line-height:30px; color:#999;     font-size: 12px;}
.head_r{ width:auto; line-height:30px; text-align:right; color:#999;}
.head_r a{ color:#999;}
.head_r a:hover{ text-decoration:underline;}

/*抬头*/


.top_logo{ margin-top:28px; margin-bottom:18px;}
.top_w{padding: 24px 0 0 0;}
.top_w .pho01 { color: #579025; font: bold 18px "Microsoft yahei"; overflow: hidden;  padding: 0 0 5px 0; display: block;     text-align: center;}
.top_w .pho01 span { font: 21px Impact; padding: 0 0 0 0px; display:block; }
.top_w .tzxi a {text-align: center;  display: block; font: bold 16px/38px "Microsoft yahei";  width: 276px;  color: #333;  border: 1px solid #333;}
.top_w .tzxi a:hover{ text-decoration:underline;}
.top_m{ margin-top:35px; margin-left:22px;}


/*导航*/
.box { width: 1002px;  height: auto;   margin: 0 auto;}
.nav_bg { width: 100%;height: 51px; margin: 0 auto; background:#78b046;}
.nav li { position: relative; width:100%;    height: 51px;    line-height: 51px;    float: left;    text-align: center; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907145414_757864494.gif) right no-repeat; }
.nav li a { color: #fff; font-size: 15px;  display: block;  }
.nav li ul a:hover { color:#fff; font-size:15px; background:#579025; text-decoration:underline;}
.nav li ul li{ background:none; }
.nav li a:hover { color:#fff; font-size:16px;  background:#579025;}
.nav .a_nav a{color:#fff; font-size:16px;  background:#579025;}
.menu ul {    position: absolute;  top: 46px;  left: 0;  z-index: 9999;  opacity: 0;  background: #039534;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.menu li:hover > ul { opacity: 1; }
.menu ul li {   height: 0; width: 100%;  overflow: hidden; 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.menu li:hover > ul li { height: 42px;line-height: 42px;  overflow: visible;}
.menu ul li a { width: 111px;    border-bottom: 1px solid #018e30;    text-align:center;    font-size: 12px;}
.menu ul li:last-child a { border: none; }
.menu{display: flex;}




/* 幻灯片 */
.banner-box{min-width:1002px;height:500px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:500px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-btn{ width: 100%; position: absolute; top: 195px; left: 0; margin-left: 0; height: 376px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907150411_2107369307.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907150411_2107369307.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:265px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#579025; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}

/*搜索*/
.search_bg{ width:100%; height:52px; line-height:52px; border-bottom:1px #ccc solid;}
.search_l a{ color:#555;}
.search_l a:hover{ text-decoration:underline;}
.search_l span{ font-weight:bold; color:#333;}
.search_r{width:285px; padding-top:11px;}
.search-bg{width:221px;}
#infoname{color:#888888; background:#fff; border:1px #d4d4d4 solid; outline:none; HEIGHT: 28px; line-height:28px; padding-left:10px; width:225px;}
.search-i{width:46px;}

/*合作客户*/
.partner01bt{ background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170909/20170909174938_220487443.jpg) center bottom no-repeat; text-align:center; margin-top:30px; margin-bottom:20px;}
.partner01bt dt{ line-height:43px; font-weight:bold; }
.partner01bt dt a{  color:#579025;   font-size:30px;  text-decoration:none;}
.partner01bt dt a:hover{ text-decoration:underline;}
.partner01bt dd{ font-size:13px; color:#FFF; font-weight:normal; line-height:22px; }
.partner01_l{padding-top:32px;}
.partner01_d{ width:946px; height:135px; padding-left:14px;}
.partner01_r{  padding-top:32px;}


/*产品*/
.prod{ margin-top:35px;}
.prod_list_l{ width:230px;  }
.prod_w{background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907160423_740063216.jpg) top; height:93px; text-align:center;  color:#fff;}
.prod_w font{ font-size:22px; padding-top:20px; line-height:35px; display:block; }
.prod_w span{ display:block; font-size:18px; text-transform:uppercase;}
.prod_footer{ background:#e9e9e9; height:34px;}
.prod_list_l td { height: 65px; display: block; liNe-height: 65px; text-align: center; background: #e9e9e9; margin-bottom: 1px;	width: 230px;}
.prod_list_l td a {font-size: 15px; font-weight: normal !important;}
.prod_list_l td:hover a { background: #78b046;  transition: 0.3s all;  display: block;  color: #fff !important;}
.prod_mr{ width:757px;}
.prod_t{ background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907161824_777190488.jpg) bottom no-repeat; height:46px; font-size:20px; line-height:35px; margin-bottom:20px;}
.peod_t a{ font-size:13px; line-height:35px; color:#333;}
.prod_mr td span { padding-left: 0px !important; width: 243px; margin: auto; display: block; background: #eeeeee; height: 38px;    line-height: 38px !important; margin-bottom: 15px;}
.prod_mr td br{ display:none;}
.prod_mr td span:hover a { background: #50871f;  display: block;  transition: 0.4s all;  color: #fff;}

/*优势*/
.adv { background:#579025; height:475px; width:100%; margin-top:37px; min-width:1002px;}
.adv_a { margin:0 auto; color:#ff8a00; height:100px; width:1002px;font-size:60px; text-align:center; font-weight:bold; font-family:"Microsoft Yahei"; margin:0 auto; padding-top:50px; text-transform: uppercase;  color:#b2b2b2; position:relative;}
.adv_f { position:absolute; left:330px; top:105px; width:459px; height:61px; color:#fff; font-size:24px; line-height:72px;}
.adv_f span { width:272px; height:61px; display:block; text-align:center; line-height:61px; color:#fff; background:#ff8a00; font-size:20px; float:left;}


.adv_b { width:1010px; margin:0 auto; padding-top:30px;}
.adv_b li { width:178px; float:left; margin:0 4px; text-align:center; height:64px; padding:105px 8px 0 8px; background:#fff; line-height:22px;    font-size: 13px;}
.adv_b li span  {  font-weight:bold; margin-bottom:15px;}

.adv_b .w_sy { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170853_1573309444.png) no-repeat center 20px;}
.adv_b .w_sy:hover { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170854_1335706888.png) no-repeat center 20px; color:#ff8a00;}

.adv_b .w_zy { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170854_639317837.png) no-repeat center 20px;}
.adv_b .w_zy:hover { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170854_1836649145.png) no-repeat center 20px; color:#ff8a00;}

.adv_b .w_qc { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170854_905399139.png) no-repeat center 20px;}
.adv_b .w_qc:hover { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170854_552883226.png) no-repeat center 20px; color:#ff8a00;}

.adv_b .w_xs { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170854_913198888.png) no-repeat center 20px;}
.adv_b .w_xs:hover { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170854_1696147965.png) no-repeat center 20px; color:#ff8a00;}

.adv_b .w_yl { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170855_294964197.png) no-repeat center 20px;}
.adv_b .w_yl:hover { background:#fff url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170855_1955284080.png) no-repeat center 20px; color:#ff8a00;}

.adv_q { height:30px; margin:0 auto; width:1002px; padding-top:50px;}
.adv_q li { float:left; margin-left:61px; font-size:16px; font-weight:bold; color:#fff; padding-left:25px; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907170855_1573139879.png) no-repeat left center;}


/*设备展示*/
.equ_t{ font-size:34px; color:#579025; font-weight:bold; text-align:center; line-height:62px;}
.equ_t span{display:block; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907172211_1203403690.jpg) center no-repeat; height:7px;}
.equ_t font{ display:block; font-size:14px; color:#333; font-weight:normal; line-height:38px;}


/*案例*/
#equ_bg{width: 100%;height:500px;}
#equp{width: 1002px;margin:0 auto;}
#equp .equ .left{width: 467px;height: 345px;float: left;}
#equp .equ .right{width: 633px;float: right;}
.cpzs{ font-size:15px; color:#fff; float: right; padding-top:28px; width:305px; text-align:center; line-height:24px;}
.cpzs1{ font-size:15px; color:#fff; float:left; padding-top:28px; width:305px; text-align:center; line-height:24px;}
.tabcon{width:1002px !important; height:345px; border-top:none; clear:both; padding-top:20px;}
.dis{display:none;}
.equ_l{zidth: 408px;height: 438px;overflow: hidden;float: left;margin-right:11px;}
.cpnr_y{width: 285px;	float: left;	height: 213px;	margin-bottom: 10px;}
.cpnr_o{ width:285px; float: left; height:213px;margin-bottom: 10px;}
#anli .ying1_1:hover{background:#ff9000; }
.equ_m3{  float:left; overflow:hidden; }
.equ_m4{  float:left; overflow:hidden; }
.equ_m31{ margin-left:30px; }
.ylink_x, .ylink_y { display: block; position: absolute; background: #fff; z-index: 111; }
.ylink_y { height:0px; width: 2px; transition:0.35s ease all; }
.ylink_x{ width:0px; height:2px; transition:0.35s ease all; }
.equ_l:hover .ylink_y { height: 620px; width: 2px; }
.equ_l:hover .ylink_x{ width:467px; height:2px; }

.cpnr_y:hover .ylink_y,.cpnr_o:hover .ylink_y { height: 305px; width: 2px; }
.cpnr_y:hover .ylink_x,.cpnr_o:hover .ylink_x{ width:472px; height:2px; }
.cpnr_o:hover .ylink_y { height: 305px; width: 2px; }
.cpnr_o:hover .ylink_x{ width:305px; height:2px; }
.equ_m3 a img{ transition:0.35s ease all; }
.equ_m3:hover a img{ transform: scale(1.2); transition:1.3s ease all;}
.yl_left { left: 8px; }
.yl_right{ right: 8px; }
.yl_top{ top:8px}
.yl_bottom{ bottom:8px}
.equ_m3 > a { display: block; position: relative; }
.equ_m3 > a > p { text-align: center; display: block; position: absolute; top: 0; left: 0; width: 100%; line-height: 213px; font-size: 12px; color: #fff; text-indent:10em; background:#666; background: rgba(0,0,0,0.45); opacity: 0; filter: alpha(opacity=0); transition:0.3s ease all;}
.equ_l > a > p {line-height:438px;}
.equ_m3:hover > a > p{ opacity: 1; filter: alpha(opacity=100); text-indent:0em;font-size:18px; }

/*简介*/
.about_bg{ background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907180223_1978281851.jpg) center no-repeat; width:100%; min-width:1002px; height:620px;}
.about_t{ text-align:center; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170907/20170907180824_610028867.jpg) bottom center no-repeat; font-size:30px; color:#333; margin-top: 40px; margin-bottom: 18px;}
.about_t font{ color:#579025;}
.about_t span{ font-size:12px; display:block; text-transform:uppercase; line-height:34px;}

.about_mf{}
.about_wr{ width:501px; height:294px; background:#579025; position:relative;}
.about_wt{ color:#fff; padding:33px;}
.about_wt font{ display:block; font-size:24px; font-family: Times New Roman; text-transform:uppercase;}
.about_wt span{ display:block; font-size:18px; font-weight:bold;  margin-top:10px; margin-bottom:22px;}
.about_wt i{ display:block; background:#fff; height:1px; width:435px;}
.about_wt p{ display:block; font-size:13px; line-height:23px; margin-top:18px;}
.about_wt em{ display:block;}
.about_d{ position:absolute; right:0; bottom:0;}


/*合作流程*/
.partner_t{ text-align:center; line-height:83px; font-size:22px; color:#579025; font-weight:bold; margin-top:10px;}
.partner_t span{ font-weight:normal; color:#9b9b9b;}
.partner_w{}
.partner_w li{float: left; width: 160px; height: 53px; background: #666666; line-height: 53px;  font-size: 16px; color: #fff; font-weight: bold;}
.partner_w li:hover{ background:#579025; transition:0.3s all;}
.ico img { float: left;  padding: 16px 15px 0 22px;}	
.partner_w .Process_right { width: 50px; height: 53px;  text-align: center; background: none;}
.partner_w .Process_right:hover {  background: none;}

/*广告条*/
.banner_1 { height:164px; width:100%; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908090957_1605041289.jpg) no-repeat center top; }
.banner_1_z { margin:0 auto; width:1002px; padding-top:41px;} 
.banner_1_left { float:left; width:330px;}
.banner_1_l { float:left; width:478px; margin-left:20px;}
.banner_1_tel { float:right; color:#fff; font-size:12px;     margin-top: 6px;}
.banner_1_left li { float:left; margin-right:12px; margin-top: 6px;}
.banner_1_left li img {-moz-box-shadow:3px 3px 5px #333333; -webkit-box-shadow:3px 3px 5px #333333; box-shadow:3px 3px 5px #333333;}
.banner_1_l h2 { margin-bottom:20px; font-size:28px; color:#ffc000; line-height:25px;}
.banner_1_l li { float:left; margin-bottom:16px;font-size:12px; color:#fff; width:217px; padding-left:20px; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908091212_1380656625.png) no-repeat left center;}
.banner_1_tel h3 {color:#ffc000; font-size:21px;}


/* 新闻 */
.news_bg{ width:1002px; margin:0 auto; height:510px; overflow:hidden; }  
.f_fr {
    float: right;
}

.news{ height: 535px;padding-top: 50px;}
.news .news_d{ width:309px; margin-right: 29px; float: left;}
.news .last{ margin-right: 0;}

.news h2{height: 76px;line-height: 76px; font-size: 16px;font-weight: bold; margin-bottom: 23px;background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908111303_1223516854.jpg) no-repeat 18px bottom;position: relative;left:-18px; padding-left: 18px;}
.news h2 a{color: #222222;font-size: 16px;}
.news h2 a:hover{color: #579025;font-size: 16px;}
.news h2 em{font-size: 16px;color: #adadad;font-family: arial;font-weight: normal;display: inline-block;padding-left: 5px;}
.news h2 span a{font-size: 14px;color: #adadad;font-weight: normal;}
.news h2 span a:hover{font-size: 14px;color: #ff6c02;font-weight: normal;}
.news_dcc{border: 1px solid #e3e3e3;height: 200px;padding: 14px 20px 0 25px;}
.news .u_lst4 li{ height: 35px; line-height: 35px; border-bottom: 1px dashed #e3e3e3; padding-left: 18px;background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908111337_677045396.jpg) no-repeat 0 12px; overflow: hidden; font-size: 13px;}
.news .u_lst4 li a{color: #666}
.news .u_lst4 li a:hover{color: #579025}
.news .u_lst4 .lastli{ border-bottom: none;}
.news .more2{display: inline-block; margin-top: 28px;width: 132px;height: 36px;line-height: 36px;background: #579025;text-align: center;font-size: 14px;color: #fff;}
.news .more2 a{color: #fff; display:block;}
.news .more2 a:hover{color: #fff; background: #ff6c02;}
.news .u_lst4 li:last-child{ border-bottom:0;}
.news_dc img{transition: opacity 0.3s ease-out 0s;}
.news_dc img:hover{ opacity:0.8;}


.wend{float: left;margin-right: 0; padding-left: 16px; width:310px;height: 478px;background: #f5f5f5;}
.wend h2{left:0;margin-bottom: 0;}
.divdgweb_new_div_item_box{border-bottom: 1px dashed #ccc; height: 122px; padding: 22px 0 0 0; margin-right: 25px;}
.wend .lastdl{ border-bottom: none;}
.divdgweb_new_div_item_title{ height:29px; padding-left:30px; line-height:29px; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908114339_1014539444.jpg) no-repeat left top; font-size:14px; color:#333333; overflow: hidden;font-weight: bold;}
.divdgweb_new_div_item_title a{ color:#333333;}
.divdgweb_new_div_item_title a:hover{color: #579025}
.divdgweb_new_div_item_body{ padding-left:30px; background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908114339_866937580.jpg) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden; margin-right:35px;}

/*友情开始*/
.link{height: 150px;background: #fff;font-family: "Microsoft YaHei"}
.link_w{width: 1002px;margin: 0 auto;background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908111128_1925842575.jpg) no-repeat center 2px;height: 105px;}
.link_w span{display:block;padding-left:65px;padding-bottom: 20px;}
.link_w span a{color: #333333;font-size: 18px;}
.link_w span em a{color: #999999;font-size: 13px;font-style: normal;display: inline-block;padding-left:7px}
.link_w span em a:hover {
    text-decoration: underline;
}
.link_w p{display: block;padding:0 35px;}
.link_w p a{color: #838383;font-size: 13px;padding: 0 72px 10px 0;display: inline-block;}
.link_w p .none{padding-right: 0}

/*底部开始*/
.linkTagcs li{ padding-left: 23px;}
.footer{height: 290px;background: #78b046;font-family: "Microsoft YaHei";border-top:10px solid #579025; clear:both;}
.footer_nav{height: 71px;border-bottom: 1px solid #4c831b;line-height: 71px;margin-bottom: 50px; text-align:center;}
.footer_nav a{color: #fff;font-size: 14px;padding-right:50px;}
.footer_nav .none{padding-right: 0}
.footer_nav a:hover,.footer_nav a.cur{ text-decoration:underline;}
.footer_w i img{width: 147px;height:112px;display: block;padding-right: 30px}
.footer_w p span{display: flex; color: #fff;font-size: 13px;padding-bottom:9px;}
.footer_w p span em{font-style: normal;padding: 0 28px}
.footer_w p span a{color: #fff;font-size: 13px;}
.footer_w p span a:hover{ text-decoration:underline;}
.footer h5 span{float:left;padding-left: 30px;display: block;}
.footer h5 span em{float: left;display: block;background:url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170908/20170908110825_251535667.jpg) no-repeat;font-style: normal;font-weight: normal;width:14px;height:89px;padding:20px 8px 0 8px;line-height: 14px;font-size: 13px;color: #fff;margin-left: 10px}
.footer h5 span img{float: left;width: 93px;height: 93px;border: 8px solid #fff;}

/*浮动QQ*/
.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999;}


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 100px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct a {
    color: #fff;
    text-decoration: none;  font-size:16px;}
    .yb_conct a:hover {
      color: #ff0; 
font-size:16px;}

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #ff8a00 url(https://memberpic.114my.com.cn/dgdblq/uploadfile/image/20170911/20170911174244_86231667.png) no-repeat;}

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;  }

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  /*height:200px;*/
  background-position: 0 -169px; }

.hd_qr {
  padding: 0 29px 25px 29px; }


.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }

 
#newBridge .icon-right-top {
width: 9%;
   left: 20px !important;
    top: 400px  !important;
    left: auto;
    bottom: auto;
}