/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 12px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #ed6c00;
    text-decoration: none;
    border-bottom-style: 
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;    
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}

.cp .product_div_item_pic:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}

/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}


/*隐藏后台自带版权DIVlpm*/

.box {
    width: 1002px;
    height: auto;
    margin: 0 auto;
}


/*定义版面统一宽度lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;    
}


/*定义英文字体及大写lpm*/


/*抬头*/

.top_bg {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    background: #f4f4f4;
}

#top {
    width: 1200px;
    margin: 0 auto;
    height: 36px;
    color: #666;
    line-height: 35px;
}

.top_l {
    height: 35px;
}

.top_r {
    padding-right: 20px;
    padding-top: 10px;
}
#head{ width: 1200px;
    height: auto;
    margin: 0 auto;}
.head_bg{width: 100%; height: 140px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20240729/20240729093916_801000500.jpg) no-repeat center;}
.logo {
    padding-top: 36px;    
    padding-left: 108px;
    padding-right: 40px;
    font:18px/18px "Microsoft Yahei"; color: #7f5125;
}
.logo a{color: #7f5125; font-size: 18px;}
.logo a p{font:bold 40px/40px "Microsoft Yahei"; color: #005eb8; padding-bottom: 15px; letter-spacing: 1px;}


.code_wx {
    width: 100px;
    text-align: center;
    padding-top: 32px;
}
.code_wx img{padding-bottom: 2px;}


/*导航*/

.nav_bg {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417175626_706719717.jpg) repeat-x;
}
.nav{width: 1200px; margin: 0 auto; height: auto;}
.nav li {
    position: relative;
    width: 120px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417175626_9501099.jpg) no-repeat center right;
    
}

.nav li a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.nav li a:hover {
    background: #37ae10;
}

.nav .a_nav a {
    margin-right: 1px;   
    background: #37ae10;
}


 





/*幻灯片*/

.focus {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus ul {
    height: 100%;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus .btn span.on {
    background: #fff;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 225px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}


/*内页幻灯片*/

.focus_n {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus_n ul {
    height: 100%;
    position: absolute;
}

.focus_n ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus_n .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus_n .btn span.on {
    background: #fff;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 180px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus_n .pre {
    left: 0;
}

.focus_n .next {
    right: 0;
    background-position: right top;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}


/*search*/
.search_nbg{width: 100%; height:60px; margin:0 auto; position:absolute; top:576px; background:#f2f2f3;}
.search_bg{width: 100%; height:60px; margin:0 auto;background:#f2f2f3;}
#search{
	width:1002px;	
	height:60px;
	margin:0 auto;
	line-height:60px;
	
	
	}

.search_01{ float:left; width:600px; padding-left:2px;}
.search_02{
	height:34px;
	width:326px;
	overflow:hidden;
	margin-top:13px;
	float:right;   
	}
.search-i{
	float:right; 
	width:55px; 
	overflow:hidden; 
	height:34px;

	}
.search-bg{
	float:left;
	width:260px;
	height:32px;
	overflow:hidden;
	padding-left:10px;
	line-height:32px;
    border: 1px solid #cecece;
    border-right: none;

	
	}



/*定义搜索框的样式lpm*/







/*魔术贴*/
.bg{color:#00a41b; background:url(http://memberpic.114my.com.cn/0382571/uploadfile/image/20150114/20150114200992279227.jpg) no-repeat center;}
.nbg{color:#454545;}
.prod_t{ color:#37ae10; font-size:36px; line-height:36px; padding-top: 33px; text-align: center; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417160045_999630579.jpg) no-repeat center top;}
.list{width:202px; float:left; height:auto;       background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417160046_43698053.jpg) no-repeat left top;}
.list_dt{font-size:16px;  font-weight:bold; line-height:38px; padding-left:35px;height:38px;  color:#fff; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417160046_43698053.jpg) no-repeat;}
.list_t span{font-size:16px; padding-left:35px; height:38px; font-weight:bold; color:#fff; line-height:38px;}
.list_d,.list_dn{width:202px; line-height:40px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417204914_323319000.jpg) repeat-y;}

.list_d a,.list_dn a{ font-size:14px; padding-left:35px;  display:block; }
.list_d a:hover,.list_d a.on,.list_dn a:hover{ font-size:14px; color:#fff; padding-left:35px; height:40px;  display:block; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417160046_43698053.jpg) no-repeat;}
.list_im{width:195px; height:295px;}
.list_im40{width:195px; height:345px;}
.list_m{padding-top: 216px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417160046_845077313.jpg) repeat-y left;}

.listn{width:202px; float:left; height:auto; }
.list_dn table{width:97% !important;}
.list_dn table table{width:100% !important;}
.list_dn table table tr{height:40px !important;}
.list_dn table table td{height:40px !important; line-height:40px;}


.prod{width:768px; height:auto;}
#classimgshow1 a{ font-size:16px; font-weight:bold;}
#classimgshow1 a:hover{ font-size:16px; font-weight:bold;}
#classimgshow2 a{ font-size:16px;}
#classimgshow2 a:hover{ font-size:16px;}
.prod_t1{height:32px; border-bottom:2px #238e05 solid;}
.prod_t1 li{font-size:14px; float:left;height:30px; line-height:30px; text-align:center;  cursor: pointer;}
.prod_d1{width:768px; height:auto;}
.hidden{display:none;}
.print{float:left; height:257px; width:257px;}
.bgmst_title{ height:247px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170630/20170630103118_5574256.jpg) no-repeat; padding:40px 0px 0px 330px; line-height:20px;}
.bgmst_title p{font-size:16px; font-weight:bold; color: #333; padding-bottom: 10px;}
.bgmst_title a{display: block; float: left; color: #fff; width: 106px; margin-top: 15px; height: 30px; margin-right: 5px; background-color: #37ae10; text-align: center; line-height: 30px;}
.bgmst_title a:hover,.bgmst_title a.on{background-color: #0064c4;}
.wz{ font-size:14px; line-height:30px;}
.wz_l{ padding-left:48px;}
.wz_r{ padding-right:50px;}
.bgmst_zs_title{ padding-left:35px; font-size:14px; font-weight:bold; height:30px; line-height:14px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417160046_492629866.jpg) no-repeat;}

.bgmst_zs{ padding-top:8px;}


.anli_wz1{ line-height:24px; padding-left:244px; padding-top:47px;}
.anli_wz2{ line-height:24px; padding-left:244px; padding-top:106px;}


p.csjs_t{ text-align:center; color:#fff; font-size:16px;}
table.cpjs{ border-collapse: collapse;}
table.cpjs td{line-height:24px; padding:12px 10px; text-align:center; }



/*产品*/
.divproduct_new_div_item{width:192px;  float: left; position: relative;}
.divproduct_new_div_item_content{position: absolute; top:142px; width:160px; height:180px; padding:10px; background:#F2F2F3;}
.product_div_item_pic img{width:175px; height:135px;}
.divproduct_new_div_item_title{padding-bottom:6px; text-align:center; }
.divproduct_new_div_item_title a{font-size:14px; color:#009900;   display: block;
    padding-top: 180px;
    margin-top: -180px;}
.divproduct_new_div_item_title a:hover{color:#ed6c00;}
.divproduct_new_div_item_body{line-height: 20px; text-align:center; }
.divproduct_new_div_item_body p{padding-bottom:10px;}


/*应用案例*/
.anli_bg1{ height:410px; padding-top:10px;}
.anli_bg1 .divdgweb_new_div_item{ margin-bottom:12px; border-bottom:1px #ccc dashed; padding-bottom:13px;}
.anli_bg1 .divdgweb_new_div_item_content{width: 530px !important; float: right;}
.anli_bg1 .divdgweb_new_div_item_title{padding-bottom:10px;}
.anli_bg1 .divdgweb_new_div_item_title a.divdgweb_new_div_item_a{ font-size:16px; color:#333; line-height: 30px; }
.anli_bg1 .divdgweb_new_div_item_title a.divdgweb_new_div_item_a:hover{color:#37ae10;}
.anli_bg1 .divdgweb_new_div_item_body{font-size:14px;line-height: 26px;}
.anli_bg1 .news_div_item_pic img{width:200px;}

/*方案*/
.fanan_bg{ width:100%; height:623px; padding-top: 162px; background:#f7f7f7 url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417214711_891384818.jpg) no-repeat center 54px;}
.fanan1{ height:209px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417214711_1109079510.jpg) no-repeat;}
.fanan2{ height:337px; position: relative; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417215457_1303897967.jpg) no-repeat;}
.fanan1 .fanan_wz{ padding-top:9px; padding-left:533px;}
.fanan_wz{ font-size:14px; line-height: 14px; padding-bottom: 52px;}
.fanan_wz p{font-size: 18px; line-height: 18px; font-weight: bold; color: #333; padding-bottom: 25px;}
.fanan_wz p span{color:#c5c5c5; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: normal;  }
.fanan2 a{display: block; position: absolute; left: 192px; top: 280px; width: 166px; height: 32px; font-size:16px; color:#fff; line-height: 32px; text-align: center;}
.fanan2 a:hover{color:#ff0;}






/*优势*/
.adv_bg{width: 100%; height: auto; padding-top: 160px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170417/20170417222353_647412115.jpg) no-repeat center top;}

.adv_t {    
    height: 172px;    
    font-size: 16px;
    color: #fff;
    text-align: center;    
   
}


.adv_01 {    
    padding-top: 65px;
    height:594px;    
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418091411_1210924315.jpg) no-repeat center;
}
.adv_02 {     
    height: 639px;    
    background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418091411_833110346.jpg) no-repeat center;
}




.adv_z p{font:32px/32px "Microsoft Yahei"; color: #005eb8; padding-bottom: 25px;}


.adv_z {
    
    font-size: 14px;
    line-height: 30px;      
}

.adv_z span {
    color: #3bb000;
}

.banner_mbg{height: 257px; width: 100%; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170427/20170427162546_1330678000.jpg) no-repeat center;}
.banner_mbg a{margin-left: 815px; padding-top: 197px; display: block; width: 119px; height: 30px; text-align: center; font:16px/30px "Microsoft Yahei"; color: #0049b6;}
.banner_mbg a:hover{color:#ed6c00;}


/*客户见证*/
.witness_t{border-bottom: 1px solid #eee; height: 35px; line-height: 35px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418091412_981845790.jpg) no-repeat left 8px;}
.witness_t .fl{font-size: 18px; padding-left: 20px; font-weight: bold; color: #0057cd;}
.witness_t .fl span{font-size: 14px; color: #d7d7d7; font-family: Arial, Helvetica, sans-serif; font-weight: normal;}
.fr.more{padding-right: 10px;}
.witness_main{width: 466px;  height: 158px; line-height: 22px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418103921_830188643.jpg) no-repeat left bottom;}
.witness_main img{padding-right: 10px; display: block; float: left; }
.witness_main p{height: 30px; line-height: 30px; border-bottom: 1px #dadada dashed; font-size: 16px; color: #0057cd; margin-bottom: 10px;}
.witness_main a{color:#3bb000;}
.witness_main a:hover{color:#ed6c00;}




/*简介*/
.com_t{border-bottom: 1px solid #eee; height: 35px; line-height: 35px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418091412_981845790.jpg) no-repeat left 8px;}
.com_t .fl{font-size: 18px; padding-left: 20px; font-weight: bold; color: #0057cd;}
.com_t .fl span{font-size: 14px; color: #d7d7d7; font-family: Arial, Helvetica, sans-serif; font-weight: normal;}
.com_l{width: 650px;}

.com_wz {
    width: 330px;    
    padding-top: 10px;    
    line-height: 24px;   
    margin-left: 10px;
}
.com_wz p{font-weight: bold; font-size: 14px; color:#0057cd; padding-bottom: 5px;}
.com_wz a {color:#3bb000;}
.com_wz a:hover{color:#ed6c00;}

.com_m{width: 309px; height: 271px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418091413_162334890.jpg) no-repeat center bottom;}

.line_m{width: 24px; height: 321px; margin-top: 15px; margin-left: 27px; background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418091412_44832718.jpg) no-repeat center;}
.honor{width: 280px;}
.honor_d{margin-left: 26px;}
.honor_m{padding-top: 100px;}



/*工程案例*/

.case_t {  
    width: 1002px;
    margin: 0 auto;
    height: 33px;
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418114028_1496761898.jpg) repeat-x 0 17px;
    
}

.case_t a{
    display: block;    
    width: 116px;
    height: 33px;
    margin: 0 auto;
    text-align: center;       
    background-color: #0057cd;
    color: #fff;
    font:18px/33px "Microsoft YaHei";}
.case_t a:hover{color: #ff0;}



.case_d {
    margin: 0 auto;
}



/*新闻*/
.news_bg{ width:100%; background:#f6f6f6; padding:26px 0 50px 0; margin-top: 16px;}
.faq_t,.news_t,.sup_t{font:20px/59px "Microsoft YaHei"; color:#050307;}
.faq_t a{ display: block;float: right; margin-top:20px;width:52px; height:17px;
background:url(https://memberpic.114my.com.cn/daguanzs/uploadfile/image/20170311/20170311103749_1836159461.jpg) no-repeat center;}
.faq{ width:322px; height:330px;}
.faq_t{width:329px; height:59px; border-bottom:1px #efeff0 solid;}
.faq_d{width:322px;    padding-top: 4px;}

.faq_d .divdgweb_new_div{}
.faq_d .divdgweb_new_div_item_content{width:300px; padding:11px 0;  background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418141137_1200063996.jpg) no-repeat left 18px; padding-left:30px;}
.faq_d .divdgweb_new_div_item_title{padding-bottom:3px;}
.faq_d .divdgweb_new_div_item_title a{font-size: 14px; color:#333; font-weight:bold;  font-family:"Microsoft YaHei";}
.faq_d .divdgweb_new_div_item_title a:hover{color:#ed6c00;}
.faq_d .divdgweb_new_div_item_body{color:#666; line-height:26px; font-size: 12px;  height:72px; overflow: hidden;}

.news_rt span{ font-size:14px;}

.divdgweb2_tag li,.divnews_tag li{padding-left:20px; background:url(https://memberpic.114my.com.cn/daguanzs/uploadfile/image/20170310/20170310151432_1098714913.jpg) no-repeat 10px center;}

.news{width: 1002px; height:400px; margin:0 auto;}
.news_r{ width:648px;}
.news_rt li{ float:left; width:324px; background:#e7e7e7;}
.news_rt li a{font:20px/59px "Microsoft YaHei"; text-align:center; color:#040306;  width: 324px; height: 59px; display:block;}
.news_rt li.cur a,.news_rt li a:hover{border-left:none; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170418/20170418091414_1861041460.jpg) repeat; font-family:"Microsoft YaHei";  color:#fff;}
.news_lm{ border:1px #e8e8e8 solid; border-top:none;padding-bottom: 15px;}
.news_lm dl{ width:612px; height:155px; padding:30px 18px;}
.news_lm dt{ width:170x; float:left; padding-right:23px;}
.news_img img{ float:left; margin-right: 25px;}
.news_wz{line-height:26px; width:330px;}
.news_wz p{ width:315px; font-weight:bold; font-size:14px; color:#0a76c8; margin-bottom:10px; border-bottom:1px #d1d1d1 solid;font-family:"Microsoft YaHei";}
.news_wz a{ display:block; width:99px; height:30px; line-height:30px; text-align:center; color:#0a76c8; border:1px #0a76c8 solid; margin-top:6px; }
.news_d{width: 668px; margin-top: 20px; }



/*版权*/
.footer_bg{ width: 100%; padding-top: 34px; height:auto; background: #333;font-family:"Microsoft YaHei";color: #999;}
.footer_nbg{ height: 280px;}
.footer_bg a{color: #999;}
.footer_bg a:hover{color: #ffa914;}
.footer_l{ width:830px; }
.footer_l span{ display: block; width: 114px; float: left; margin-right: 46px;}
.footer_l span a{ display:block; line-height: 30px; }
.footer_l span p{ padding-bottom:30px; background:url(https://memberpic.114my.com.cn/daguanzs/uploadfile/image/20170310/20170310145009_1036100258.jpg) no-repeat left 44px;}
.footer_l span p a{ font-size: 16px; color: #fff;}
.footer_r{width: 164px; padding-top: 10px; text-align:center;}
.cont_w{line-height: 30px; width: 290px !important;}
.footer_r p{font-size:24px; padding-bottom:5px; color:#fff;}
.footer_r img{padding-bottom:10px;}

.link{ height: 165px; line-height: 58px; border-bottom: 1px #3f3f3f solid; border-top:1px #3f3f3f solid; margin-top: 50px;}
.link_l{ width: 83px; padding-left: 33px; font:15px/58px "Microsoft YaHei"; background:url(https://memberpic.114my.com.cn/daguanzs/uploadfile/image/20170310/20170310150431_900163115.jpg) no-repeat 6px center;}
.link_r{ width: 880px;}


.copy{ text-align: center; line-height: 60px;}


/*内页*/
#bodycon{padding-top:80px;}
#bodycon #center{ height:auto !important;}

.strong_title{display:none;}
.mianbxContent{ width:772px !important;text-align:left !important; height:30px !important;line-height:26px !important; font-family:"Microsoft YaHei"; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419190458_323256452.jpg) no-repeat center right;     border-bottom: 1px #ccc solid; margin-bottom:16px !important;}

.xw p{ text-indent:2em;}

/*浮动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: 200px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct a {
    color: #fff;
    text-decoration: none; }
    .yb_conct a:hover {
      color: #00b8f1; }

.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: #2d5ba0 url(https://memberpic.114my.com.cn/daguanzs/uploadfile/image/20170407/20170407135409_317580253.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; }



#bodycontent #tianxieone,
#bodycontent #tfour,
#bodycontent #liuyanshenming {
    border: 0 !important;
}

#bodycontent #lytijiao {
    border: 0 !important;
}


/*内页banner*/

.banner_com {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420144958_2126928812.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}

.banner_prod {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170505/20170505165944_17963229.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}

.banner_news {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419162943_811132746.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}

.banner_cont {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419163104_661465214.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_faq {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420174502_134895494.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_news2 {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420174938_540327776.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_case {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419163008_814723239.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_hon{
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420174247_251679604.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_ser {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420145021_1166215312.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_jjfa {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420144936_684219370.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_cpjs {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419162802_1437484046.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_fb {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420203138_1098617536.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_img {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419162802_1437484046.jpg) center no-repeat;
    width: 100%;height: 350px;
}
.banner_power {
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170420/20170420175104_620780873.jpg) center no-repeat;
    width: 100%;height: 350px;
}
/*内页新闻*/

.pro_list_box_item_zdy {
    width: 762px;
    float: left;
    height: 135px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
    border-bottom: #efefef solid 1px;
}

.pro_list_box_item_zdy:hover {
    background: #f9f9f9;
}

.pro_list_box_item_l_zdy {
    width: 205px;
    height: 135px;
    float: left;
}

.pro_list_box_item_l_zdy a img {
    width: 205px;
    height: 135px;
}

.pro_list_box_item_r_zdy {
    width: 530px;
    height: 135px;
    margin-left: 20px;
    float: left;
}

.pro_list_box_item_r_zdy a p {
    height: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    border: none;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r_zdy a div {
    color: #555;
    height: 74px;
}

.content_more_a_zdy {
    width: 90px;
    height: 30px;
    background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419193321_1096057201.jpg);
    display: block;
}

.product_content {
    padding-top: 10px;
}

.shopmrsc a img,
.pro_list_box_item_l_zdy a img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}

.shopmrsc a p {
    color: #333;
}

.shopmrsc p:hover,
.pro_list_box_item_r_zdy a p:hover {
    color: #01a338;
}

.shopmrsc .xwlbnr,
.xw {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-left: 10px;
}

.pro_list_box_item_r strong {
    color: #333;
    font-weight: normal;
    line-height: 36px;
}

.pro_list_box_item_r a {
    color: #025da5 !important;
}

.pro_list_box_item_r a:hover {
    color: #f46c28;
}

.pro_list_box_item_l img {
    width: 205px;
    height: 135px;
}

.shopmrsc p.xwlbbt {
    font-size: 14px;
}

.xw {
    line-height: 28px !important;
}
.dgweb_content_title h4{font-size:15px; color:#333;}







/*解决左右边或者中间大块空白的问题lpm*/

#left {
    height: auto !important;
}

#center {
    height: auto !important;
}

#right {
    height: auto !important;
}
.list_d {
    
}


/*内页简介*/
.comn{font-size:14px; line-height:30px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419150411_1329905510.jpg) no-repeat right 30px;}
.comn_w{width:460px; }

.comn p{ font-size:24px; color:#005eb8; width:440px; padding-left:18px; line-height:64px;  margin-bottom:10px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419150310_1357139862.jpg) no-repeat bottom left;}
.comn p.tjcp{width:1002px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419151611_1601787464.jpg) no-repeat bottom left; margin-bottom:16px; }


/*产品介绍*/
.cpjsn{font-size:14px; line-height:30px;}
p.csjs_t{ text-align:center; color:#fff;}
.cpjsn_t{ font-size:20px; font-weight:bold; color:#333; text-align:center; line-height:50px;}
.cpjsn_b{ padding:10px 0 0 20px;}

/*服务支持*/
.ser{ height:750px; font-size:14px; line-height:30px; padding-bottom:20px; background:url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419170042_1279448888.jpg) no-repeat top left;}
.ser_t{ width:433px; height:406px; font-size:16px; line-height:44px; padding-top:90px;}
.ser_b{padding-top:20px;}
.ser_b p{ font-size:16px; font-weight:bold; color:#333; }

/* 联系我们 */
.contn a{font-size: 14px;}
.g_lxtit{height: 280px;}
.g_lxtit .m_lxtitl{float: left;width: 263px;height: 226px;background: #005eb8;padding: 30px 0 0 30px;}
.g_lxtit .m_lxtitl p.tt2{font-size: 36px;font-weight: bold;color: #fff;height: 74px; line-height: 52px;}
.g_lxtit .m_lxtitl .teln{width: 226px;height: 45px;line-height: 45px; border: 2px solid #fff;font-size: 22px;color: #fff;text-align: center;margin-bottom: 30px;}
.g_lxtit .m_lxtitl .teln b{font-weight: normal;font-size: 21px;}
.g_lxtit .m_lxtitl em{display: block;font-size: 24px;color: #fff;font-family: arial;text-transform: uppercase;}
.g_lxtit .m_lxtitr{background:#eee url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419190004_1100583053.jpg) no-repeat 0px center;width:430px;height: 206px;float: right; padding: 50px 132px 0 140px; } 
.g_lxtit .m_lxtitr .m_lxtitr_tt{height: 46px;font-size: 24px;color: #494949;}
.g_lxtit .m_lxtitr p{font-size: 14px;line-height: 24px;height: 70px;overflow: hidden;color: #494949;margin-bottom: 20px;}
.g_lxtit .m_lxtitr span{display: block;padding-left: 495px; height: 62px;line-height: 62px; font-size: 14px;color: #333}
.g_lxtit .m_lxtitr span em{display: block;float: left;height: 62px;line-height: 62px;}
.g_lxtit .m_lxtitr span b{position: relative; left:0;top:0;}
.g_lxfs .lxfsl{float: left;width:441px;padding-top:30px;background: #f5f5f5;}
.g_lxfs .lxfsl p.tt2{background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419185939_1842236519.jpg) no-repeat 0 4px;padding-left: 25px;font-size: 26px;color: #333333;font-weight: normal;margin-bottom: 30px; line-height: 46px;}
.g_lxfs .lxfsl p.tt2 em{display: block;font-size: 14px;color: #999999;font-weight: normal;}
.g_lxfs .lxadd dl{padding-left: 25px;height: 90px;}
.aass{height: 120px; }
.g_lxfs .lxadd .dl02{height: 100px;}
.g_lxfs .lxadd dt{float: left;width: 64px;}
.g_lxfs .lxadd dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .lxadd dd{float: left;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .lxadd .lxadd_tt{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .lxfsr{float: left;width:520px;padding-top: 44px; padding-left: 40px;background: #eee; padding-bottom:44px;}
.g_lxfs .lxfsr p.tt2{background: url(https://memberpic.114my.com.cn/023720/uploadfile/image/20170419/20170419185908_89534770.png) no-repeat;padding: 10px 0 0 110px;font-size: 20px;font-weight: normal;color: #333;height: 55px;}
.g_lxfs .lxfsr .map{width: 554px;height:270px;display: block;}
.g_lxfs .sclx{margin-top: 80px;}
.g_lxfs .sclx dl{padding-left: 37px;clear: both;margin-bottom: 50px;}
.g_lxfs .sclx dt{float: left;width: 83px;}
.g_lxfs .sclx dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .sclx dd{float: left;width: 1100px;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .sclx dd .lxadd_tt{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .sclx dd p{font-size: 14px;color: #666666;line-height: 26px;}
.BMap_bubble_title{font-size: 14px; color:#2d5ba0;font-weight:bold;}


#newBridge .icon-right-center{top: 36% !important;;}