﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px; 
	line-height:30px;
}
/* 网站超链接css通用设置 */
a{text-decoration: none; color:#333} /* 链接无下划线,有为underline */ 
a:hover{text-decoration: none; color:#0059b4} /* 鼠标在链接上 */ 

.textover{text-overflow:ellipsis;white-space:nowrap;}

.fl,.left{float:left;}
.fr,.right{float:right;} 
.hide{display: none}
.backcolor{background:#da1413;}

.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

.wrap{ width:1200px; margin:0 auto; height:auto;}
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
.input{ border:1px solid #ccc; height:20px;line-height:20px} 
ul,li{ list-style:none}

/*public*/
body{max-width: 1920px;margin: 0 auto;}



/*头部*/
.heading{ width:100%; height:40px; margin:0 auto; background:#0059b4}
.heading ul{ width:1200px; height:40px; margin:0 auto}
.heading ul li{ line-height:40px; font-size:14px; color:#ffffff; text-align:left}
.heading ul li p{ float:left}
.heading ul li p span{ font-weight:bold; line-height:40px; font-size:14px; color:#fff;}
.heading ul li font{ float:right; line-height:40px; color:#FFF}
.heading ul li font a{ color:#FFF; line-height:40px;}

.toparea{ width:1200px; height:120px; margin:0 auto; background:url(../images/logo.jpg) center center no-repeat; clear:both}

/*导航*/
.nav{width:100%; height:56px; margin:0 auto; border-top:1px solid #e2e2e2; border-bottom:3px solid #0059b4}
.nav  ul { width:1200px; height:56px; margin:0 auto; border-left:1px solid #e2e2e2}
.nav  ul li{float: left;position:relative;}
.nav  ul li a{ width:149px; height:56px; display:block; text-align:center; line-height:56px; color:#333333; font-size:16px; border-right:1px solid #e2e2e2} 
.nav  ul li a:hover{color:#fff !important; background:#0059b4}
.nav  ul li:hover{line-height:56px; font-size:16px;color: #fff !important; background:#0059b4}
.nav  ul li:hover a{color:#fff !important;}
.nav  ul li dl{position:absolute; left:0px; top:56px; z-index:99999; background:#0059b4; display:none; width:149px;}
.nav  ul li:hover dl{ position:absolute; left:0px; top:56px; z-index:99999; background:#0059b4; display:block;}
.nav  ul li dl dt a{height:44px;display:block; text-align:center;line-height:44px;color:#fff; font-size: 14px; font-weight:100;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; border-right:none}
.nav  ul li dl dt a:hover{background:#003368; color:#fff; line-height:44px; font-size:14px; font-weight:100}
.nav .nav_on{ background:#0059b4; color:#fff}



/*工程案例*/
.gcal{ width:100%; height:auto; margin:0 auto; background:url(../images/bg_cp.jpg) center top no-repeat; padding-top:50px; padding-bottom:50px}
.gcal .title{ display:block; text-align:center; background:url(../images/title.png) center 65px no-repeat; font-size:40px; color:#0059b4; font-weight:bold; line-height:50px}
.gcal .title span{ font-size:40px; color:#333333; font-weight:bold; line-height:50px}
.gcal .title p{ font-size:18px; color:#666666; line-height:35px; font-weight:100; margin-top:30px}
.gcal .cplist{ width:1200px; height:auto; margin:15px auto 0}
.gcal .cplist ul li{ float:left; margin:7px 14px 7px 0;}
.gcal .cplist ul li a{ width:188px; height:55px; display:block; text-align:center; background:#0059b4; color:#fff; font-size:18px; line-height:55px;}
.gcal .cplist ul li a:hover{ background:#ff9843; color:#fff; font-size:18px; line-height:55px;}

.gcal .content1{ background:#fff; width:1200px; height:438px; margin:7px auto 0}
.gcal .content1 .leftimg{ width:593px; height:438px; display:block; float:left}
.gcal .content1 .leftimg img{ width:593px; height:438px}

.gcal .content1 .righttxt{ padding:50px 40px 0; display:block; float:right; width:520px;}
.gcal .content1 .righttxt .titlea{ color:#333333; font-size:35px; font-weight:bold; line-height:45px; margin-bottom:30px}
.gcal .content1 .righttxt .txt{ font-size:18px; line-height:30px; color:#666666; height:150px; display:block; overflow:hidden}
.gcal .content1 .righttxt .more{ margin-top:35px}
.gcal .content1 .righttxt .more .more1{ width:161px; height:44px; display:block; float:left; text-indent:60px; line-height:44px; color:#fff; font-size:16px; margin-right:35px; background:url(../images/more1.jpg) no-repeat 0 0}
.gcal .content1 .righttxt .more .more2{ width:161px; height:44px; display:block; float:left; text-indent:60px; line-height:44px; color:#fff; font-size:16px; background:url(../images/more2.jpg) no-repeat 0 0 }

.gcal .content2{width:1200px; height: auto; margin:20px auto 0}

.proimg{ width:365px; height:348px;background:url(../images/cp_dash.jpg) center 220px no-repeat; text-align:center; line-height:48px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; float:left; margin:0 10px}
.proimg .topimg{ width:363px; height:294px; padding:2px; border:1px solid #cfcfcf; background:#fff; display:block; overflow:hidden;}
.proimg .topimg img{ max-width:100%; height:294px;transform: scale(1);transition: all 1s ease-out;}
.proimg .topimg:hover img{transform: scale(1.2);}




/*核心优势*/
.advantage{ width:1200px; height:auto; margin:30px auto 0}
.advantage .title{ height:216px; background:url(../images/title.jpg) center center no-repeat; position: relative}
.advantage .title p{ position:absolute; left:570px; top:56px; font-size:28px; color:#0059b4; line-height:80px;}
.advantage .title p span{font-size:39px; color:#0059b4; line-height:80px; font-weight:bold}
.advantage .content{ margin-top:25px; height:950px; position:relative}

.numa{ position:absolute; left:0; top:38px}
.numb{ position:absolute; left:788px; top:38px}
.numc{ position:absolute; left:0; top:525px}
.numd{ position:absolute; left:788px; top:525px}
.nume{ position:absolute; left:446px; top:0; width:266px; height:906px; background:#0059b4; padding:22px}

.nume .titlea{ display:block; text-align:center; font-size:18px; line-height:24px; color:#fff100; font-weight:bold; padding-top:15px;}
.nume .titleb{ margin-top:20px; height:133px; background:url(../images/sq1.png) center center no-repeat; line-height:133px; font-size:18px; color:#0059b4; font-weight:bold; text-align:center}
.nume .titlec{ margin-top:20px;text-align:center;}
.nume .titlec li{display: inline-block;height:87px;line-height:87px; padding:0 20px;margin:0 10px; background: url(../images/sq2.png) no-repeat center center; color:#0059b4; font-size:17px;}
.nume .contenta{ margin-top:20px; border-top:1px solid #4d8bcb; padding-top:20px; font-size:14px; line-height:24px; color:#fff; height:240px; display:block; overflow:hidden}
.nume .contenta *{font-size:14px; line-height:24px; color:#fff}
.nume .more{
	width: 120px;
    height: 38px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
	}
.nume .pic{ margin-top:20px;}
.nume .pic img{ width:259px; height:204px; border:3px solid #fff}

.child11{ width:411px; height:auto;}
.child11 .titlea{ height:47px; border-bottom:1px solid #d5d6da; line-height:47px; font-size:18px; color:#333333; font-weight:bold}
.child11 .titlea span{ font-size:24px; color:#0059b4; line-height:47px; font-family:impact; margin-right:10px}
.child11 .pic{ margin-top:14px;}
.child11 .pic img{ width:411px; height:226px;}
.child11 .txt{ font-size:14px; line-height:24px; color:#666666}
.child11 .txt p{ font-size:14px; line-height:24px; color:#666666; margin-bottom:10px}



/*新闻动态*/
.xwdt{ width:100%; height:auto; margin:0 auto; margin-top:70px; background: url(../images/bg_news.jpg) center top no-repeat; padding-top:74px; padding-bottom:74px}
.xwdt .main{ width:1200px; min-height:550px; margin:0 auto; background: url(../images/line.jpg) 761px top repeat-y #fff}
.leftnews{ width:760px; height:auto; display:block; float:left}
.leftnews .head{ width:760px; height:74px;}
 
.eh2{height:74px;width:760px;}
.eh2 ul{list-style:none;margin:0px;padding:0px; width:760px}
.eh2 li{height:74px;line-height:74px;float:left;display:block;cursor:pointer;width:380px;color:#333333;background: url(../images/arraw.jpg) 345px center no-repeat #fff;font-size:20px; text-indent:28px}
.eh2 .active{height:74px;line-height:74px;float:left;display:block;cursor:pointer;width:380px;color:#fff;font-size:20px;background: url(../images/arraw_hover.png) 345px center no-repeat #ff9843; text-indent:28px}
.leftnews .content{ padding:22px}


.topframe{ width:715px; height:200px; margin:0 auto;}
.topframe .leftimg{ display:block; float:left; margin-right:18px; width:266px; height:200px; overflow:hidden}
.topframe .leftimg img{display: block;width:266px;height:200px;transform: scale(1);transition: all 1s ease-out;}
.topframe .leftimg:hover img{transform: scale(1.2);}

.topframe .righttxt{ display:block; float:right; width:430px; height:auto}
.topframe .righttxt p{width:430px; height:45px;line-height:45px; color:#666666;font-size:18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.topframe .righttxt p a{ line-height:45px; color:#666666; font-size:18px}
.topframe .righttxt span{ font-size:14px; line-height:24px; color:#666666; height:96px; display:block; overflow:hidden}
.topframe .righttxt .more{ width:165px; height:45px; line-height:45px; display:block; background:url(../images/more.png) no-repeat 0 0; text-indent:35px; font-size:18px; color:#0059b4; margin-top:14px}

.bottomframe{ width:100%; height:auto; margin:10px auto 0}
.bottomframe ul li{width:100%; height:49px; border-bottom:1px solid #ececec}
.bottomframe ul li a{ width:85%; height:49px; display:block; float:left; font-size:15px; color:#666666; line-height:49px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.bottomframe ul li span{height:49px; width:15%; display:block; text-align:right; overflow:hidden; line-height:49px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#666666}

.rightnews{ display:block; float:right; width:438px; height:auto}
.rightnews .title{ height:74px; width:438px;}
.rightnews .title p{ float:left; text-indent:18px; font-size:20px; color:#333; line-height:74px}
.rightnews .title a{ float:right;}

#quelistho{ width:400px; height:240px; margin:0 auto; margin-top:30px; overflow:hidden;}
.quedage{ height:95px; width:400px; display:block; padding-top:10px; padding-bottom:10px; border-bottom:1px solid #efefef}
.quedage .quebt{ width:400px; height:35px; line-height:35px; background: url(../images/wen.png) no-repeat 0 center; text-indent:42px;overflow:hidden; display:block; font-size:16px; color:#666666 }
.quedage .content{width:358px; height:48px; font-size:14px; line-height:24px; background: url(../images/da.png) no-repeat 0 5px; padding-left:42px; overflow:hidden;}
.quedage .content,.quedage .content *{ color:#666666; font-size:14px; line-height:24px}

/*foot*/
.footer{ width:100%; height:auto; margin:0 auto; background:#2a2a2a}
.footer .botdh{ height:69px; border-bottom:1px solid #404040;}
.footer .botdh ul{ width:1200px; height: auto; margin:0 auto}
.footer .botdh ul li{ float:left}
.footer .botdh ul li a{ width:150px; height:69px; display:block; text-align:center; line-height:69px; color:#dddddd; font-size:16px;}
 
.footer .maina{ width:1200px; height:auto; margin:0 auto}
.footer .maina .botlogo{ display:block; float:left; min-height:265px; border-right:1px solid #404040; padding-left:45px; padding-right:45px;}
.footer .maina .botlogo img{ width:208px; height:54px; padding-top:90px}

.footer .maina .botlx{
	padding-left: 50px;
    width: 450px;
    min-height: 245px;
    border-right: 1px solid #404040;
    font-size: 14px;
    line-height: 28px;
    color: #aaaaaa;
    display: block;
    float: left;
    padding-top: 20px;
	}

.footer .maina .botewm{ display:block; float:right}

.ewmaa{ width:126px; height:170px; background:#353535;border-radius:10px; display:block; float:left; margin:40px 10px 10px; text-align:center; padding:0 15px 15px; line-height:44px; color:#aaaaaa; font-size:16px;}
.ewmaa img{ width:126px; height:126px}

.footer .bq{ width:100%; height:55px; margin:0 auto; border-top:1px solid #404040}
.footer .bq ul{ width:1200px; height:55px; margin:0 auto}
.footer .bq ul li{ display:block; text-align:center; line-height:55px; font-size:14px; color:#aaaaaa}
.footer .bq ul li a{line-height:55px; font-size:14px; color:#aaaaaa}










.childc{ width:265px; height:198px; display:block; float:left; margin:0 10px; text-align:center;display:block; overflow:hidden; border:1px solid #dadada}
.childc .topimg{width:265px; height:198px; display:block; overflow:hidden; }
.childc .topimg img{ max-width:100%; height:198px;transform: scale(1);transition: all 1s ease-out;}
.childc:hover .topimg img{transform: scale(1.2);}





/*子页面大图*/
.neibanner{ width:100%; height:300px; margin:0 auto; background:#cfcfcf}

/*子页面样式*/
.mainframe{ width:1200px; height:auto; margin:35px auto 55px}

.lebox{ width:237px; height:auto}
.prolist{ width:237px; height:auto;}
.titcplde{ line-height:57px; text-align:center; font-size:24px; color:#fff; background:#0059b4; font-weight:bold}
.mbcpny{ width:237px; height:auto; /*border:1px solid #dfdfdf;*/ border-top:none; padding:5px 0; background:#0059b4}

.m_1 {
}
.m_1 > li {
  overflow: hidden;
  position: relative;
}
.m_1 > li > a {
  display: block; width:216px; height:41px; line-height:41px; color:#333; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj.png) no-repeat 13px center #fff; margin:5px auto
}

.m_1 > li:hover > a {
display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyja.png) no-repeat 13px center #003368; margin:5px auto; color:#fff
}

.m_1 > li > a.active{
display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj2.png) no-repeat 13px center #003368; margin:5px auto; color:#fff
}

.m_1 > li .menu_btn {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.m_1 > li .menu_btn_active {
  background: ;
}
.m_1 > li .menu_btn:hover {
  background-color:;
}
.m_2 {
  display: none;
}




.m_2 > li {

}
.m_2 > li:last-child {

}
.m_2 > li:first-child {

}



.m_2 > li a{
  display: block; width:216px; height:32px; line-height:32px; border-bottom:1px dotted #fff;  font-size:14px; text-indent:45px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#fff; margin:0 auto;
}

.m_2 > li a:hover {
 display: block; width:216px; height:32px; line-height:32px; border-bottom:1px dotted #fff;  font-size:14px; text-indent:45px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#fff100; margin:0 auto;
}

.m_2 > li a.active{
 display: block; width:216px; height:32px; line-height:32px; border-bottom:1PX dotted #fff  font-size:14px; text-indent:45px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#fff100; font-weight:bold; margin:0 auto;
}

.m_2 > li a span{ color:#666; font-family:宋体; font-style:14px; line-height:30px
}

.onelist{ display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:16px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj.png) no-repeat 13px center #e70012; margin:8px auto}
.onelist:hover{ text-decoration:underline; color:#fff}
.onelista,.onelista:hover{ display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:16px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj2.png) no-repeat 13px center #e70012; margin:8px auto}

.twolist{ display: block; width:216px; height:30px; line-height:30px;  font-size:13px; text-indent:35px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px center}

.letelbox{ background:url(../images/letel.png) no-repeat 16px center #342c2a; padding:25px 0 25px 77px}
.letelbox p{ color:#fff; line-height:16px}
.letelbox{ color:#fff; font-family:impact; font-size:23px; line-height:32px}



.rightframe{ width:938px; height:auto; display:block; float:right}
.rightframe .title{ height:50px; background:#eeeeee; padding:0 10px 0 0}
.rightframe .title p{ float:left; line-height:50px;font-size:16px; color:#fff; padding-left:35px; padding-right:35px; background:#0059b4}
.rightframe .title span{ 
    float: right;
    line-height: 50px;
    background: url(../images/home.png) 0 center no-repeat;
    padding-left: 16px;
    color: #888;
    font-size: 14px;
    display: block;
    overflow: hidden;
    height: 50px;text-overflow:ellipsis;white-space:nowrap;
}
.rightframe .title span a{line-height:50px;color: #888;font-size: 14px;}
.rightframe .content{ margin-top:25px; border:1px solid #dfdfdf; padding:25px; min-height:748px}
.rightframe .content1{ margin-top:25px;border:1px solid #dfdfdf; padding:25px; min-height:756px}
.rightframe .content1 *{font-size:16px; line-height:35px}


.rightframe .content2{ margin-top:25px; border:1px solid #dfdfdf; padding:15px; min-height:776px}




/*子页面新闻里面样式用*/
.childcc{height:144px; margin:0 auto; padding:20px; border-bottom:1px solid #cfcfcf}
.childcc p{ width:100%; height:30px; line-height:30px;font-size:16px; color:#000; font-weight:bold; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block}
.childcc p a{font-size:16px; color:#000;line-height:30px;}
.childcc .time{height:30px;font-size:13px; color:#999;line-height:30px;}
.childcc span{ font-size:13px; line-height:22px; color:#666; height:44px; display:block; overflow:hidden;}
.childcc .more{ width:120px; height:30px; display:block; text-align:center; background:#888; line-height:30px; color:#fff; margin-top:10px;border-radius:20px;transition: all 0.3s linear 0s;}
.childcc:hover .more{background:#0059b4}
.childcc:hover{ background:#f5f5f5;/*box-shadow: 0 0 8px 4px #f3f3f3;*/}

/*翻页*/
.page{ width:100%;margin:10px auto; line-height:30px; text-align:right;}
.page span{ display:inline-block; padding:0 10px 0 0; }
.page a.num.select{ padding:6px 10px; color:#fff; background:#0059b4;border:1px solid #cccccc; margin:0 5px;}
.page a.num{padding:6px 10px;border:1px solid #cccccc; margin:0 5px; background:#fff}
.page a.num:hover{ padding:6px 10px; color:#fff; background:#0059b4; margin:0 5px}

/*上一页下一页*/
.news_page{ margin:20px auto 0;overflow: hidden;}
.news_page li{ width:44.2%;float:left; height:40px; line-height:40px; overflow:hidden;padding:0 10px 0 30px;background:#f5f5f5;}
.news_page .pagepre{background:#f5f5f5 url(../images/public/pagepre.png) no-repeat 10px center;} 
.news_page .pagepre a,.news_page .pagenext a{ line-height:40px; color:#757575; font-size:16px}
.news_page .pagenext{text-align: right;padding-right: 30px; background:#f5f5f5 url(../images/public/pagenext.png) no-repeat 98% center; } 
.news_page .pagepre:hover{ background:#d8d8d8 url(../images/public/pagepre.png) no-repeat 10px center;}
.news_page .pagenext:hover{background:#d8d8d8 url(../images/public/pagenext.png) no-repeat 98% center;}


/*左侧*/

.lcommon{ width:208px; height:auto; margin:0 auto;border:1px solid #dfdfdf;box-shadow: 0 0 10px #e4e2e2; padding:0 20px 20px; margin-bottom:15px;}
.lcommon .head{border-bottom:1px solid #dfdfdf; height:63px;background:url(../images/icon.jpg) 0 center no-repeat;}
.lcommon .head p{ display:block; float:left; padding-left:65px; padding-right:12px; border-bottom:3px solid #da1413; line-height:60px; font-size:24px; color:#da1413; font-weight:bold}
.lcommon .head a{ float:right; line-height:63px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#555555}
.lcommon .content{margin-top:8px}
.lcommon .content a{ background:#f5f5f5;width: 100%;font-size:16px;height: 46px;line-height: 46px;text-align: center;display: inline-block;color: #333;transition: all ease-out 0.2s; margin-top:10px}
.lcommon .content a.on {
	color: #FFFFFF;
	background: #fc583d;
	transition: all ease-out 0.4s;
}


.lwhkx{ width:208px; height:auto; margin:0 auto;border:1px solid #dfdfdf;box-shadow: 0 0 10px #e4e2e2; padding:0 20px 20px}
.lwhkx .head{border-bottom:1px solid #dfdfdf; height:63px;background:url(../images/icon.jpg) 0 center no-repeat;}
.lwhkx .head p{ display:block; float:left; padding-left:65px; padding-right:12px; border-bottom:3px solid #da1413; line-height:60px; font-size:24px; color:#da1413; font-weight:bold}
.lwhkx .head a{ float:right; line-height:63px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#555555}
.lwhkx .content{margin-top:12px}
.lwhkx .content ul li{width:100%; height:46px;}
.lwhkx .content ul li a{width:100%; height:46px; font-size:16px; line-height:46px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
<!--.lwhkx .content ul li span{height:46px; width:25%; display:block; text-align:right; overflow:hidden; line-height:46px; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#7777;}
-->


/*产品子页面*/
.proming_b{ width:200px; height:240px; float:left; margin:10px; padding:2px; border:1px solid #dfdfdf;background:#fff;line-height:40px;text-overflow:ellipsis;white-space:nowrap; display:block; overflow:hidden; color:#333; text-align:center}
.proming_b .topimg{ width:200px; height:200px; display:block; text-align:center; overflow:hidden}
.proming_b .topimg img{ max-width:100%;height:200px;transform: scale(1);transition: all 1s ease-out;}
.proming_b:hover .topimg img{transform: scale(1.2);}

.proming_bb{ width:276px; height:247px; float:left; margin:10px; padding:2px; border:1px solid #dfdfdf;background:#fff;line-height:40px;text-overflow:ellipsis;white-space:nowrap; display:block; overflow:hidden; color:#333; text-align:center}
.proming_bb .topimg{ width:276px; height:207px; display:block; text-align:center; overflow:hidden}
.proming_bb .topimg img{ max-width:100%;height:207px;transform: scale(1);transition: all 1s ease-out;}
.proming_bb:hover .topimg img{transform: scale(1.2);}



/*详情*/
.newsdet_title {
	width: 100%;
	text-align: center;
}
.newsdet_title .newsdet_title1 {
	line-height: 35px;
	width: 100%;
	color: #333333;
	text-align: center;
	font-size: 24px; margin-bottom:10px;
}
.newsdet_title .newsdet_title2 {
	display: inline-block;
	color: #999999;
	font-size: 14px; line-height:35px; 
}
.newsdet_title .newsdet_title2 span {
	display: inline-block;
	float: left;
	padding: 0 30px;
	height: 35px;
	line-height: 35px;
}
.newsdet_title .newsdet_title2 .spa1 {
	background: url(../images/bg7.png) no-repeat 0 50%;
}
.newsdet_title .newsdet_title2 .spa2 {
	background: url(../images/bg8.png) no-repeat 0 50%;
}
.newsdet_title .newsdet_title2 .spa3 {
	background: url(../images/bg9.png) no-repeat 0 50%;
}
.newstext {
	font-size: 16px;
	color: #757575;
	line-height: 30px;
	border-bottom: #ebebeb solid 1px;
	padding-bottom: 30px;
}
.newstext p{ margin-bottom:10px; }

/*新闻列表*/
.news_top{ margin-bottom:30px}
.news_top .leftimg{ display:block; float:left; width:281px; height:187px; overflow:hidden; text-align:center}
.news_top .leftimg img{max-width:100%;height:187px;transform: scale(1);transition: all 1s ease-out;}
.news_top:hover .leftimg img{transform: scale(1.2);}

.news_top .righttxt{ display:block; float:right; width:610px; height:auto}
.news_top .righttxt p{ font-size:24px; width:100%; height:30px; line-height:30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; margin-bottom:12px;}
.news_top .righttxt p a{ font-size:24px;line-height:30px; }
.news_top .righttxt span{ line-height:24px; font-size:13px; color:#838383; height:96px; display:block; overflow:hidden; margin-bottom:20px}
.news_top .righttxt .date{ background:url(../images/time.png) 0 center no-repeat; padding-left:20px; color:#888888; font-size:14px; line-height:20px}

.news_line{border-top: 3px solid #404040;}
.news_line ul {border-bottom: 1px solid #000; background:url(../images/line1.jpg) repeat}
.news_line ul li{width:100%; height:61px; background:url(../images/icon1a.png) 23px center no-repeat}
.news_line ul li a{width:78%; height:61px; display:block; float:left;text-indent:60px; font-size:16px; color:#000; line-height:61px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.news_line ul li span{height:61px; width:20%; display:block; text-align:right; overflow:hidden; line-height:61px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#828282; margin-right:2%}

.news_line ul li:hover{width:100%; height:61px; background:url(../images/icon2a.png) 23px center no-repeat #fc583d}
.news_line ul li:hover a{font-size:16px; color:#fff; line-height:61px;}
.news_line ul li:hover span{line-height:61px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fff;}



/*留言*/
.guestbook_show{ margin:0 auto;}
.guestbook_top{ height:40px; background:#eee; line-height:40px; padding:0 10px 0 17px;}
.guestbook_top .mustwrt{ display:block; float:right;} 
.guestbook_show em{ color:#f79b21; font-style:normal;}
.guestbook_form .inp_one{ width:380px;height:28px; line-height:28px;outline: none;border:1px solid #ccc;padding-left: 4px;}
.guestbook_form .inp_one:focus{border:1px solid #3671cf;}
.guestbook_form{ padding:20px 20px 0;}
.guestbook_form dl{ width:100%; overflow:hidden;line-height:30px; height:40px; padding:5px 0px 5px 5px;}
.guestbook_form dt{ width:80px; float:left; line-height:35px;}
.guestbook_form dd{ width:85%; float:left;}
.guestbook_form dd span{padding-left:20px}
.guestbook_form dd span i{ color:#F00; padding:0 5px; }
.guestbook_form dd span.quetion{ display:block;}
.guestbook_form .bookdl{ height:180px; overflow:hidden;line-height:20px; padding-bottom:0;}
.guestbook_form .button{width:150px;height:32px; background:#b8b8b8; border:none; margin-right:10px; color:#fff;cursor: pointer;}
.guestbook_form .button:hover{ background:#f1f1f1; color:#555;}
.guestbook_form .form_b{ width: 693px;margin:0 auto;padding:20px 0 0 0;text-align: center;}
.guestbook_title{ padding:20px 20px 0; color:#2a6cd4}
.guestbook_title strong{ color:#f00;}
.guestbook_title b{ padding:0 10px; font-weight:normal;}
.guestbook_cnt{ padding:5px 20px 20px;border-bottom: 1px dashed #ccc}
.guestbook_reply{ color:#f00; background:#f6f6f6; line-height:40px;}

.XRegina{ width: 100%; display: block; background:url(../images/bg.jpg) repeat }
.XRegina .heada{height:45px; background:#555; color:#fff; line-height:45px; font-size:15px;}
.XRegina .heada ul li{ float:left; line-height:45px; font-size:15px; color:#fff; display:block; text-align:center}
.XRegina .heada ul li.li1{ width:16%}
.XRegina .heada ul li.li2{ width:16%}
.XRegina .heada ul li.li3{ width:24%}
.XRegina .heada ul li.li4{ width:12%}
.XRegina .heada ul li.li5{ width:16%}
.XRegina .heada ul li.li6{ width:16%}
.XRegina .contenta{ width:100%; height:auto; background:url(../images/bg.jpg) repeat;line-height:45px; font-size:15px;}
.XRegina .contenta a{ width:100%; height:45px; display:block; color:#333}
.XRegina .contenta a:hover{ width:100%; height:45px; display:block; background:#e3f1ff;color:#0572c4}

.XRegina .contenta ul li{ float:left; line-height:45px; font-size:15px;display:block; text-align:center}
.XRegina .contenta ul li a{line-height:45px; font-size:15px; color:#333; }
.XRegina .contenta ul li a:hover{line-height:45px; font-size:15px; color:#ca0000; }

.XRegina .contenta ul li.li1{ width:16%; height:45px;}
.XRegina .contenta ul li.li2{ width:16%; height:45px;}
.XRegina .contenta ul li.li3{ width:24%; height:45px;}
.XRegina .contenta ul li.li4{ width:12%; height:45px;}
.XRegina .contenta ul li.li5{ width:16%; height:45px;}
.XRegina .contenta ul li.li6{ width:16%; height:45px;}

.showa{width:95%; display:block; margin:0 auto; height:auto; line-height:30px;}
.show_page{ margin:20px auto;overflow: hidden;text-align: center;}
.show_page li{ width:50%; float:left;}
.show_page li a{ color:#333}

.XReginaa{ width: 100%; position: absolute; left: 0; top: 35%; z-index: 9; display: block; background:#fff; min-height:300px}
.XReginaa .contentaa{ padding:25px; line-height:30px}
.XReginaa .contentaa .titleaa{ border-bottom:1px solid #cfcfcf; height:30px;}
.XReginaa .contentaa .titleaa p{ float:left; border-bottom:2px solid #0072c0; line-height:29px; font-size:18px; font-weight:bold; color:#0072c0}
.XReginaa .contentaa .contaa{ margin-top:30px; line-height:30px;}
.XReginaa .contentaa .contaa p{ font-size:16px; color:#333; font-weight:bold}
.XReginaa .contentaa .contaa p span{ font-size:16px; color:#ff0000; font-weight:bold}
.XReginaa .contentaa .contbb{ margin-top:30px; line-height:30px;}

.XReginaa .contentaa .contbb ul li{width:100%; height:30px; border-bottom:1px dashed #e0e0e0;}
.XReginaa .contentaa .contbb ul li a{ float:left; width:80%;line-height:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; color:#333}
.XReginaa .contentaa .contbb ul li span{ float:right; width:20%; display:block; text-align:right; line-height:30px; font-size:12px; color:#888}




/*子页面营销网络*/
.subnetwork{ width:1050px; height:auto; margin:0 auto}
.subnetwork ul li{ width:212px; height:176px; margin:20px 25px; border-bottom:1px solid #efeeed; display:block; float:left; text-align:center; line-height:50px; font-size:18px; color:#727272; font-weight:bold}
.subnetwork ul li img{ width:126px; height:126px}

/*子页面详情页*/
.primgpic{ display:block; text-align:center}
.primgpic img{ max-width:100%; height:auto; }

/*产品详情页*/
.cpshow{ width:100%; height:auto; margin:0 auto}
.cpshow .leftpic{text-align:center; float:left;display: block;width:375px; height:281px; overflow:hidden; padding:2px; border:1px solid #cfcfcf}
.cpshow .leftpic img{ max-width:100%; height:281px;transition: all 1s ease-out;  transform: scale(1);}
.cpshow .leftpic:hover img{transform: scale(1.2);}

.cpshow .righttxt{ display:block; float:right; width:53%; height:auto;}
.cpshow .righttxt ul li{ border-bottom:1px solid #cfcfcf; height:52px; line-height:52px; font-size:14px; color:#666666}
.cpshow .righttxt ul li span{ line-height:56px; font-size:20px; color:#e50100; font-family:Arial, Helvetica, sans-serif}
.cpshow .righttxt ul li .more{ width:120px; height:40px; display:block; text-align:center; line-height:40px; background:#0059b4; color:#fff; border-radius:10px}


.contentm{ width:100%; height:auto; margin:0 auto; margin-top:20px}
.contentm .titlea{ width:100%; height:40px; margin:0 auto; border-bottom:1px solid #555555}
.contentm .titlea span{ float:left; padding-left:15px; padding-right:15px; background:#555555; line-height:40px; color:#fff; font-size:16px; font-weight:bold}
.contentm .cont{ line-height:30px !important; font-size:15px !important; margin-top:30px}

/*联系我们*/
#telback{background: url(../images/lxs.png) no-repeat 40px -30px;
    min-height:370px;
    padding: 80px 0 0 440px;
    width: 360px;
}
#telback b{font-size:16px; color:#ff6600; line-height:35px; font-weight:bold}

/*在线地图*/
.week_map {
	position: relative;
	height: 550px;
	max-width: 1050px; margin:0 auto;
	margin-bottom: -5px;
	padding:10px 10px;
	border:#999 dashed 1px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}

.leftlx{padding:0 15px 15px; background:#0059b4; line-height:30px; font-size:14px; color:#fff}
.leftlx *{line-height:30px; font-size:14px; color:#fff}


.search_x{/* border:1px solid #d1d1d1; margin-bottom:20px;*/}
.search_x .top{/*padding: 0 20px;*/height:34px; line-height:34px; margin-bottom:0; color:#333;background:url(../images/public/topbg.jpg) repeat-x;}


.search_x .xbox{/*padding: 0 20px;*/}
.search_x .guestbook_top{ text-indent:25px}

.search_title{font-size: 16px;color: #333;line-height: 40px;font-weight: bold;padding: 0 10px;}
.search_info{float: left;font-size: 16px;line-height: 30px;}
.search_list{font-size: 14px;color: #333}
.search_list li{line-height: 40px;border-bottom: 1px dashed #ccc;padding: 0 10px;}
.search_list li:last-child{border-bottom: none;}
.search_list li  span{float: right;}
.search_cnt{overflow: hidden;margin: 10px 0}
.search_cnt form{display: block;position: relative;overflow: hidden;float: right;}
.search_cnt input.txt{width:120px;height:28px; line-height:28px;color: #a1a1a1; padding:0 30px 0 5px;border:1px solid #ccc; background:none;}
.search_cnt input.btn{position: absolute;top:6px;right:6px;z-index: 9999;background: url(../images/public/btnbg.png) no-repeat 0 0;width: 20px;height: 22px;border:none;display: block;outline: none;cursor: pointer;}

.nban{ width:100%; height:380px; margin:0 auto; background:#cfcfcf}