﻿
/*banner图片*/
.bgbanner { width:100%; height:auto; overflow:hidden;}
.bgbanner img{ width:100%; height:auto;}
/*banner图片*/

/*内页部分*/
.conall{ width:100%; height:auto;}
.conall .conall_title{ float:left; width:100%; padding-top:3px; height:28px; border-bottom:1px solid #626262;}
.conall_title .conall_title_left{ float:left; width:auto; height:28px; }
.conall_title_left ul{ width:auto; margin-left:4px;}
.conall_title_left ul li{ height:28px; line-height:28px; color:#484848; padding-left:6px; float:left;font-size:14px;}
.conall_title_left ul li a{ color:#484848;}
.conall_title_left ul li a:hover{ text-decoration:underline !important;}


.conall_column{ float:left; margin-left:1px; margin-top:14px; width:100%; height:auto;}
.conall_column ul{ width:100%; margin:0 auto;}
.conall_column ul li{ float:left; width:22%; margin:4px 1%; height:30px; border:1px solid #4b6f49; background-color:#eff7f9; text-align:center;border-radius:4px; overflow:hidden;}
.conall_column ul li a{ width:100%; height:30px; display:block; line-height:30px; color:#484848; font-size:14px; }
.conall_column ul li a:hover{ color:#fff; background-color:#0f540b;}
.conall_column ul li a.aaa{ color:#fff; background-color:#0f540b;}

.conall .conall_con{ float:left; margin:10px; height:auto; overflow:hidden;}

/*内页部分*/

/*公司介绍*/
.conall_con_about{ float:left; width:100%; height:auto;}
.conall_con_title{ float:left; width:100%; height:auto; color:#000; line-height:36px; font-size:1.2em;}
.conall_con_about img{ max-width:100%;}
/*公司介绍*/

/*资料下载*/
.Download{ float:left; margin-left:4px; margin-top:6px; width:816px; height:auto;}
.Download ul{ margin:0 auto 0 auto; width:100%; margin-bottom:20px;}
.Download ul li{ height:78px; border-bottom:1px dashed #808080;}
.Download ul li a{ float:left; margin-top:25px; padding-left:42px; font-size:12px; height:46px; line-height:46px; width:555px; background: url(../images/Down_back.png) no-repeat scroll 3px center; color:#626262;}
.Download ul li span{ float:left; margin-top:25px;  width:110px; text-align:left; font-size:12px; height:46px; line-height:46px; color:#6c6c6c;}
.Download ul li a:hover{ color:#0468bd;}

.Download ul li .Down_down{ float:right; margin-top:18px; width:45px; margin-right:9px; height:50px; background: url(../images/down1.png) no-repeat scroll center center;}
.Down_down .Down_down_a{ float:left; text-align:center; width:45px; padding:0; margin-top:30px; height:20px; line-height:20px; font-size:12px; color:#787878; background:none }
.Down_down:hover{ background: url(../images/down1_1.png) no-repeat scroll center center !important;}
.Down_down:hover .Down_down_a{ color:#0468bd;}

/*资料下载*/

/*Online Message页面右边的样式*/
.On_mesall{ float:left; width:100%; height:auto; margin-bottom:15px;}
.On_mesall .On_mesall_t{ float:left; height:24px; margin-bottom:10px; margin-top:22px; width:100%;}
.On_mesall_t span{ margin-left:10px; width:auto; height:24px; line-height:24px; font-size:14px; color:#0369be;}

.On_mes{ float:left; margin-left:2%; width:95%; height:500px; border:1px solid #d0dee9;}
.On_mes dl{ width:100%; font-size:12px; margin-top:36px;}
.On_mes dl dd{ width:100%; line-height:48px; height:48px;}
.On_mes dl dt{ width:100%; height:201px;}
.On_mes dl dd .On_mes_left{ float:left; width:25%; text-align:right;}
.On_mes_left span{ color:#333; line-height:40px;}
.On_mes_left strong{ font-size:12px; margin-right:5px; color:#ff6600;}
.On_mes dl dd .On_mes_right{ float:left; width:67%; height:48px;}
.On_mes_right .On_mes_right_txt{ width:100%; height:30px; line-height:30px; margin-top:8px; border:1px solid #ddd;}
.On_mes_right .On_mes_right_btn{ width:136px; height:36px; border:none; background-color:#063e54; color:#fff; font-size:12px; line-height:36px;}

.On_mes_left_big{ float:left; width:25%; height:201px; line-height:50px; text-align:right;}
.On_mes_left_big span{ color:#333;}
.On_mes_left_big strong{ font-size:12px; margin-right:5px; color:#ff6600;}
.On_mes_right_big{ float:left; width:67%; height:auto;}
.On_mes_right_big .On_mes_right_txt_big{ width:100%; height:183px; margin-top:8px; border:1px solid #ddd; line-height:20px;}

/*Online Message页面右边的样式*/


/*工程案例*/
.Caselist{ float:left; margin-top:10px; margin-bottom:20px; width:100%;}
.Caselist .Caselist_list{ padding:0 10px; height:auto; overflow:hidden; margin-top:10px;}
.Caselist_list ul{ width:104%; height:auto;}
.Caselist_list ul li{ float:left; margin-top:4px; margin-right:3%; width:30%; height:auto;}
.Caselist_list ul li .Caselist_pic{ float:left; width:100%; height:auto; border:1px solid #ccc; overflow:hidden;}
.Caselist_pic a{ width:100%; height:auto; display:block;}
.Caselist_pic a img{ width:100%; height:auto;}
.Caselist_list ul li .Caselist_txt{ float:left; margin-top:6px; width:100%; height:48px; text-align:center;}
.Caselist_txt a{ line-height:24px; font-size:1.2em; color:#2b2b2b;}
.Caselist_pic a img{ display:block; 
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.Caselist_list ul li:hover .Caselist_pic a img{
	-webkit-transform:scale(1.05 , 1.05);
	-moz-transform:scale(1.05 , 1.05);
	-ms-transform:scale(1.05 , 1.05);
	-o-transform:scale(1.05 , 1.05);
	transform:scale(1.05 , 1.05);	
}
/*工程案例*/



/*产品列表*/
.Pro_list{ float:left; width:100%; height:auto; overflow:hidden;}
.Pro_list ul{ width:850px; height:auto; margin-bottom:20px;}
.Pro_list ul li{ float:left; margin-right:16px; margin-top:25px; width:196px; height:229px; overflow:hidden;}
.Pro_list ul li .Pro_list_li_img{ float:left; width:194px; height:179px; border:1px solid #dedbdb; overflow:hidden; border-radius:5px;}
.Pro_list_li_img a img{ width:194px; height:179px;}
.Pro_list ul li .Pro_list_li_txt{ float:left; width:100%; height:48px; overflow:hidden; text-align:center;}
.Pro_list_li_txt a{ height:48px; line-height:48px; font-size:12px; color:#787878;}
.Pro_list_li_txt a:hover{ color:#0468bd;}
.Pro_list_li_img a img { display:block; 
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.Pro_list ul li:hover .Pro_list_li_img a img {
	-webkit-transform:scale(1.05 , 1.05);
	-moz-transform:scale(1.05 , 1.05);
	-ms-transform:scale(1.05 , 1.05);
	-o-transform:scale(1.05 , 1.05);
	transform:scale(1.05 , 1.05);	
}
/*产品列表*/

/*Products_xq页面右边的样式*/

.Prod_xq{ float:left; margin-top:16px; width:100%;}
.Prod_xq .Prod_xq_t1{ width:100%; height:400px;}
.Prod_xq_t1 .Prod_xq_t1_left{ float:left; margin-left:0px; width:403px; height:372px; border-radius:5px; overflow:hidden;}
.Prod_xq_t1_left img{width:403px; height:372px;}

.Prod_xq_t1 .Prod_xq_t1_right{ margin-left:36px; float:left; width:394px; height:372px; overflow:hidden;}
.Prod_xq_t1_right .Prod_xq_t1_right_t{ float:left; width:100%; height:45px; border-bottom:1px dashed #dce4e4;}
.Prod_xq_t1_right_t span{ height:30px; line-height:30px; font-size:14px; color:#1c1d1d; font-weight:600;}
.Prod_xq_t1_right .Prod_xq_t1_right_con{ float:left; margin-top:12px; width:100%; height:180px;}
.Prod_xq_t1_right_con span{ line-height:30px; font-size:12px; color:#1c1d1d;}


.Prod_xq .Prod_xq_t2{ margin-left:2px; width:831px; height:auto;}
.Prod_xq_t2 .Prod_xq_t2_title{ height:46px; width:831px;font-size:14px; background: url(../images/pro_t2_back.png) no-repeat scroll 0 0;}
#tabs_pro{ clear:both;}
.Prod_xq_t2_title ul{ margin:0 auto 0 auto; height:46px;}
.Prod_xq_t2_title ul li{ float:left; width:158px; height:46px; margin-right:4px;}
.Prod_xq_t2_title ul li a{ display:block; height:46px; line-height:40px; text-align:center; color:#6f6d6e;}
.Prod_xq_t2_title ul li:hover a{ color:#fefefe; background: url(../images/pro_t2_b.png) no-repeat scroll 0 0;}
.Prod_xq_t2_title ul li.cur a{color:#fefefe; background: url(../images/pro_t2_b.png) no-repeat scroll 0 0;}

.Prod_xq_t2 .Prod_xq_t2_list{ width:831px;}
.Prod_xq_t2_list samp{ display:none; width:100%; min-height:10px; margin-top:10px;}
.Prod_xq_t2_list samp.cur{ display:block; width:100%;}
/*Products_xq页面右边的样式*/


/*服务支持*/
.Support_list{ float:left; width:100%; height:auto; margin-top:20px;}
.Support_list ul{ margin:0 auto 0 auto; margin:0 10px;}
.Support_list ul li{ float:left; height:120px; border-bottom:1px dashed #f0eeee; margin-bottom:20px;}
.Support_list ul li .Support_list_img{ float:left; margin:0 14px 13px 0;}
.Support_list_img a img{ width:105px; height:105px; border:1px solid #999;}
.Support_list ul li p{ line-height:24px; height:72px; overflow:hidden; font-size:1em; color:#484848;}
.Support_list ul li h1{ height:32px; line-height:32px; overflow:hidden;font-size:1.2em; color:#000; font-weight:500;}
.Support_list ul li h1 a{ height:32px; line-height:32px;font-size:1.2em; color:#000;}
/*服务支持*/


/*新闻中心列表*/
.News_list{ float:left; width:100%; height:auto; margin-top:10px; margin-bottom:20px;}
.News_list ul{ margin:0 auto 0 auto; padding:0 10px;}
.News_list ul li{ width:100%; min-height:35px; border-bottom:1px dashed #e5e3e3; background: url(../../images/news_list_b.png) no-repeat scroll 8px 17px;}
.News_list ul li a{ padding-left:23px; line-height:35px; font-size:1.2em; color:#000;}
.News_list ul li a:hover{ color:#1f5d1b;}
/*新闻中心列表*/

/*NEWS_Context页面右边列表的样式*/
.News_Cont{ float:left; margin:10px; height:auto;}
.News_Cont .News_Cont_title{ height:34px; width:100%; overflow:hidden;}
.News_Cont_title h1{ font-size:1.2em; line-height:34px; text-align:left; color:#000;font-weight:500;}
.News_Cont .News_Cont_time{ height:32px; width:100%;}
.News_Cont_time h3{ float:left; width:100%; font-size:1em; line-height:32px; text-align:left; color:#000;font-weight:400;}
.News_Cont .News_Cont_txt{ min-height:100px; width:100%; margin-top:10px;}
.News_Cont_txt img{ width:100%;}
/*NEWS_Context页面右边列表的样式*/

/*合作伙伴*/
.Partner_list{ float:left; margin-left:1px; margin-top:14px; width:100%; height:auto;}
.Partner_list ul{ width:100%; margin:0 auto;}
.Partner_list ul li{ float:left; width:22%; margin:11px 1%; height:auto; border:1px solid #999;}
.Partner_list ul li a img{ width:100%; }
/*合作伙伴*/


/*分页*/
.page{height:60px; line-height:60px; text-align:center;}
.page a{ color:#666; padding:2px 10px; margin:0px 8px !important; font-size:12px; border:1px solid #ccc;}
.page span{ color:#0468bd !important; padding:2px 8px; margin:0px 3px; font-size:12px;}
.page a:hover{ color:#0468bd;}

.page_s ul{  height:60px; margin-top:15px;}
.page_s ul li{ height:30px; line-height:30px; color:#9e9d9d; text-align:left;overflow:hidden; font-size:12px;}
.page_s ul li a{ color:#434343; border:none; font-size:12px;}
.page_s ul li a:hover{ color:#0468bd;}

