@charset "utf-8";
/* CSS Document */
/*来源:LaoCMS*/
/*全局*/
*{background:transparent; padding:0; margin:0; border:0; outline:none;}
html{overflow-x:auto; overflow-y:auto; zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true);}(this));}/*IE6下重复加载BUG*/
body{font-family:'MicroSoft Yahei',verdana,arial,tahoma; font-size:12px; color:#666; -webkit-text-size-adjust: none;}
input{border:none; color:#999;}
div{margin:0 auto;padding:0;}
ul,ol,li {list-style:none;}
a{color:#666; text-decoration:none;}
a:hover{color:#63a826;text-decoration:none;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.dn{display:none;}
.pr{position:relative;}
.clear{clear:both;}
.mb15{margin-bottom:15px;}
.mt15{margin-top:15px;}
.mb10{margin-bottom:10px;}
.mt10{margin-top:10px;}
.ml15{margin-left:15px;}
.mb20{margin-bottom:20px;}
.mt20{margin-top:20px;}


#laocms_header{float:left; width:100%; min-width:1200px;}
#laocms_banner{float:left; width:100%; min-width:1200px; overflow:hidden; position:relative;}
#laocms_main{float:left; width:100%; min-width:1200px;}
#laocms_footer{float:left; width:100%; min-width:1200px;}

.w_0100{float:left; width:100%;}
.w_1200{width:1200px; margin:0 auto;}
.c_1200_1{float:left; width:100%; padding:65px 0 31px 0; position:relative;}
.c_1200_2{float:left; width:100%; padding:85px 0 0;}
.c_1200_3{float:left; width:100%; padding:60px 0 50px;}
.w_385{width:385px; height:auto; overflow:hidden;}
.w_300{width:300px; height:auto; overflow:hidden;}
.w_238{width:238px; height:auto; overflow:hidden;}
.w_580{width:580px; padding:35px 0 52px 0; position:relative;}
.w_847{width:847px; height:auto; overflow:hidden;}

.bg_topbar{background:#63a826; border-bottom:5px solid #006833; color:#fff;}
.bg_menu{background:#63a826;}
.bg_gray{background:#f9f9f9 url(../images/bg_gray.png) left bottom repeat-x;}
.bg_white{background:#fff url(../images/bg_gray.png) left bottom repeat-x;}
.bg1{border-bottom:solid 1px #e6e6e6;}
.bg_footer{background:#303030;}



/*头部*/
.topbar{float:left; width:1200px; height:35px; line-height:35px; color:#fff;}
.topbar_l{float:left;}
.topbar_r{float:right; overflow:hidden;}
.topbar_r ul{text-align:center;}
.topbar_r ul li{float:left; padding:0px 10px; background:url(../images/line.gif) no-repeat right center;}
.topbar_r ul li a{color:#fff;}
.topbar_r ul li a.language{float:left; width:20px; height:20px; margin:7px 5px; background:#fff; color:#63a826; line-height:18px; border-radius:10px; overflow: hidden;}
.topbar_r ul li:last-child{background-image:none; padding-right:0;}

/*logo*/
.logo{float:left; width:168px; height:62px; overflow:hidden;}
.logo img{width:168px; height:62px;}

/*search*/
.search{float:left; width:388px; height:35px; margin:14px 0 0 230px;}
.search .search_input{float:left; width:314px; height:34px; padding-left:10px; border:solid 1px #63a826; border-right:none; border-radius:5px 0 0 5px; font-size:12px; line-height:34px;}
.search .search_submit{float:right; width:63px; height:36px; border:solid 1px #63a826; border-radius:0 5px 5px 0; background:#63a826; font:normal 15px/34px 'Microsoft YaHei'; cursor:pointer; color:#fff;}

/*hotline*/
.hotline{float:right; width:150px; height:60px; padding-left:60px; background:url(../images/icon_tel.png) left center no-repeat; }
.hotline span{float:left; width:150px; height:16px; margin-top:10px; font:normal 13px/16px "Microsoft Yahei"; color:#333; }
.hotline h2{float:left; width:150px; height:30px; font:bold 20px/30px "Microsoft Yahei"; color:#FF7F00; /*font-style:italic;*/}

/*导航*/
.menu{float:left; width:1200px;}
.menu ul .nli,.menu ul .on{float:left; width:125px; height:40px; margin-right:5px; line-height:40px; text-align:center; position:relative;}
.menu ul .nli span a,.menu ul .on span a{float:left; width:100%; height:40px; font-size:14px; color:#fff;}
.menu ul .nli span a:hover,.menu ul .on span a{float:left; width:100%; height:40px; background:url(../images/menu_cur.png) center bottom repeat-x; font-size:14px;}
.menu ul .nli span .on{float:left; width:100%; height:40px; font-size:14px; color:#fff;}
.menu .sub{float:left; width:100%; background:rgba(99,168,38, 0.8); position:absolute; top:40px; left:0; display:none; z-index:99;}
.menu .sub ul{float:left; width:100%;}
.menu .sub li{float:left; width:100%; text-align:center; line-height:38px; border-bottom:1px solid rgba(255,255,255, 0.3);}
.menu .sub li:hover{background:rgba(99,168,38, 0.85);}
.menu .sub li a{color:#fff; font-size:13px;}
.menu .sub li:last-child{border-bottom:none;}

/*幻灯片*/
.banner{width:100%; position:relative;}
.banner .hd{width:100%; height:18px; overflow:hidden; position:absolute; right:5px; bottom:8px; z-index:1;}
.banner .hd ul{text-align:center; overflow:hidden; zoom:1;}
.banner .hd ul li{display:inline-block; margin-right:8px; width:12px; height:12px; border-radius:12px; background:#63a826; text-align:center; cursor:pointer; overflow:hidden; }
.banner .hd ul li.on{background:#F60;}
.banner .bd{height:500px; z-index:0; overflow:hidden; position:relative;}
.banner .bd li{zoom:1; vertical-align:middle;}
.banner .bd img{width:100%; height:500px; display:block;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next{position:absolute; left:20%; top:45%; margin-top:-25px; display:block; width:100px; height:105px; background:#000; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.banner .next{left:auto; right:20%; background-position:8px 5px;}
.banner .prev:hover,
.banner .next:hover{filter:alpha(opacity=100);opacity:1;}
.banner .prevStop{display:none;}
.banner .nextStop{display:none;}
/*头部结束*/


/*首页通用标题*/
.main_tit{float:left; width:100%; text-align:center; padding-bottom:30px;}
.main_tit h2{float:left; width:100%; font-size:40px; color:#63a826; line-height:42px; font-weight:bold; font-family:"Arial"; text-transform:uppercase;}
.main_tit h3{float:left; width:100%; font-size:30px; color:#333; line-height:40px;}

/*内页通用标题*/
.sub_tit{float:left; width:100%; text-align:center; padding-bottom:30px;}
.sub_tit h2{float:left; width:100%; font-size:40px; color:#63a826; line-height:42px; font-weight:bold; font-family:"Arial"; text-transform:uppercase;}
.sub_tit h3{float:left; width:100%; font-size:30px; color:#333; line-height:40px;}

.laocms_SideLayer{float:left; padding-bottom:32px;}
.laocms_SideLayer .l1{float:left; width:100px; height:32px; margin:0 5px;}
.laocms_SideLayer .l1 a{float:left; width:100px; height:32px; line-height:32px; background:#e8e8e8; color:#333; font-size:14px; text-align:center;}
.laocms_SideLayer .l1 .hover,
.laocms_SideLayer .l1 a:hover{background:#63a826; color:#fff;}

.page_box{float:left; width:1198px; height:auto; border:1px solid #eee; border-radius:8px; background:#fff; overflow:hidden;}
.page_box .content{float:left; width:998px; height:auto; padding:80px 100px; overflow:hidden;}
.page_box .content p{font:normal 15px/30px "Microsoft Yahei"; margin:10px 0; text-indent:2em;}

.news_box{float:left; width:1198px; height:auto; border:1px solid #eee; border-radius:8px; background:#fff; overflow:hidden;}
.news_box .content{float:left; width:1198px; height:auto; padding:80px 0; overflow:hidden;}
.news_box .content p{font:normal 15px/30px "Microsoft Yahei"; margin:10px 0; text-indent:2em;}

.pro_box{float:left; width:1200px; height:auto; background:#fff; overflow:hidden;}

._text{float:left; width:450px; height:auto; overflow:hidden;}
._pic{float:right; width:450px; height:auto; padding-top:20px; text-align:right; overflow:hidden;}

.main_about{float:left; width:1198px; height:auto; border:1px solid #eee; background:#fff; overflow:hidden;}
.main_about .about_info{float:left; width:558px; height:auto; padding:20px; overflow:hidden;}
.main_about .about_info p{font:normal 15px/30px "Microsoft Yahei"; margin:10px 0; text-indent:2em;}
.main_about .about_pic{float:right; width:580px; height:auto; padding:10px; overflow:hidden;}


.more{display:block; width:175px; height:40px; border:solid 1px #63a826; text-align:center; line-height:40px; font-size:14px; color:#63a826; background:#fff; border-radius:20px;position:absolute; left:50%; bottom:-22px; margin-left:-88px;}
.more .img1{display:inline-block;*display:inline; *zoom:1;}
.more .img2{display:none;}
.more:hover{background:#63a826; color:white;}
.more:hover .img1{display:none;}
.more:hover .img2{display:inline-block;*display:inline; *zoom:1;}




.main_contact{float:left; width:278px; height:auto; padding:0 10px; border:1px solid #eee; border-bottom-width:5px; border-radius:6px; background:url(../images/bg_kfmm.png) right bottom no-repeat; overflow:hidden;}
.main_contact .contact_con{float:left; width:278px; height:auto; min-height:174px; padding:10px 0; overflow:hidden;}
.main_contact .contact_con p{float:left; width:278px; height:35px; font:normal 13px/35px "Microsoft Yahei"; overflow:hidden;}
.main_contact .contact_con i{float:left; width:25px; height:35px; overflow:hidden;}
.main_contact .contact_con i.home{background:url(../images/icon_home.png) center center no-repeat;}
.main_contact .contact_con i.tel{background:url(../images/icon_tel.png) center center no-repeat;}
.main_contact .contact_con i.mail{background:url(../images/icon_mail.png) center center no-repeat;}
.main_contact .contact_con i.qq{background:url(../images/icon_qq.png) center center no-repeat;}
.main_contact .contact_con i.address{background:url(../images/icon_address.png) center center no-repeat;}


.main_product{float:left; width:1200px; height:auto; overflow:hidden;}
.main_product .hd{height:30px; text-align:center; }
.main_product .hd ul{display:inline-block; *display:inline; *zoom:1; height:30px;}
.main_product .hd ul li{float:left; width:106px; height:30px; margin:0 5px; line-height:30px; background:#e8e8e8; font-size:14px; color:#333; cursor:pointer; }
.main_product .hd ul li.on{height:30px;  background:#63a826; color:#fff;}
.main_product .bd ul{float:left; width:1215px; margin-top:30px; zoom:1; overflow:hidden;}
.main_product .bd li{float:left; width:222px; height:auto; margin:0 15px 15px 0; padding:2px; border:1px solid #eee; overflow:hidden;}
.main_product .bd li img{width:222px; height:222px;}
.main_product .bd li p{width:222px; height:35px; font:normal 13px/35px "Microsoft Yahei"; background:#f9f9f9; text-align:center;}


.main_application{float:left; width:1200px; height:auto; overflow:hidden;}
.main_application .hd{height:30px; text-align:center; }
.main_application .hd ul{display:inline-block; *display:inline; *zoom:1; height:30px;}
.main_application .hd ul li{float:left; width:106px; height:30px; margin:0 5px; line-height:30px; background:#e8e8e8; font-size:14px; color:#333; cursor:pointer; }
.main_application .hd ul li.on{height:30px;  background:#63a826; color:#fff;}
.main_application .bd ul{float:left; width:1215px; margin-top:30px; zoom:1; overflow:hidden;}
.main_application .bd li{float:left; width:285px; height:auto; margin:0 15px 15px 0; overflow:hidden;}
.main_application .bd li img{width:285px; height:220px;}
.main_application .bd li p{width:285px; height:35px; font:normal 13px/35px "Microsoft Yahei"; background:#f9f9f9; text-align:center;}



.main_news{float:left; width:580px; height:auto; overflow:hidden;}
.main_news_pic{float:left; width:150px; height:110px; overflow:hidden;}
.main_news_topone{float:right; width:420px; height:110px; overflow:hidden;}
.main_news_topone h2{float:left; width:420px; height:30px; padding-top:5px; overflow:hidden;}
.main_news_topone p{float:left; width:420px; height:75px; line-height:25px;}
.main_news ul{float:left; width:580px; height:auto; padding:5px 0; overflow:hidden;}
.main_news ul li{float:left; width:580px; height:35px; font:normal 13px/35px "Microsoft Yahei"; text-indent:15px; border-bottom:1px dashed #ddd; background:url(../images/icon_li.png) 3px center no-repeat; overflow:hidden;}
.main_news ul li span{float:right; width:100px; text-align:right; overflow:hidden;}

.main_honor{float:left; width:540px; background:#f2f2f2; border-radius:12px; overflow:hidden;}
.main_honor .prev{float:left; width:22px; height:44px; margin-top:135px; margin-left:5px; background:url(../images/prev.png) no-repeat ; cursor:pointer;}
.main_honor .next{float:right; width:22px; height:44px; margin-top:135px; margin-right:5px; background:url(../images/next.png) no-repeat; cursor:pointer;}
.main_honor .honor_box {float:left; width:476px; height:auto; padding:25px 0; margin-left:10px; overflow:hidden;}
.main_honor .honor_box ul{float:left;}
.main_honor .honor_box li{float:left; width:222px; height:auto; margin-right:10px; border:1px solid #e3e3e3; border-radius:10px; background:#fff;}
.main_honor .honor_box li img{float:left; width:202px; height:243px; padding:10px; border-radius:15px;}

.main_case{float:left; width:100%; margin-top:35px; padding-bottom:30px; position:relative;}
.main_case .hd{height:0px; width:100%; position:absolute; left:0; top:50%; z-index:5;}
.main_case .hd .prev,.main_case .hd .next{width:33px; height:68px; left:0px; margin-top:-60px; cursor:pointer; background:url(../images/btn_3.png) no-repeat left center; position:absolute; display:block; overflow:hidden;}
.main_case .hd .next{background-position:right center; left:auto; right:0px;}
.main_case .hd .prev:hover,
.main_case .hd .next:hover{background-image:url(../images/btn_3s.png);}
.main_case .bd{float:left; width:100%;}
.main_case .bd ul{ overflow:hidden; zoom:1; margin-right:-15px !important;}
.main_case .bd .tempWrap{width:1094px !important; overflow:hidden;}
.main_case .bd ul li{float:left; width:262px; height:auto; margin:0 15px 0 0; _display:inline; text-align:center; overflow:hidden;}
.main_case .bd ul li img{width:252px; height:198px; padding:4px; border:solid 1px #eaeaea; background:#fff;}
.main_case .bd ul li p{float:left; width:262px; height:30px; font:normal 13px/35px "Microsoft Yahei";}


.main_article{float:left; width:350px; padding-bottom:20px; overflow:hidden;}
.main_article li{float:left; width:350px; height:32px; border-bottom:1px #ddd dashed; background:url(../images/img_li.png) 0 8px no-repeat; font:normal 12px/32px "Microsoft Yahei"; }
.main_article li a{float:left; width:250px; height:32px; padding-left:15px; overflow:hidden;}
.main_article li span{float:right; color:#999;}

.product_list{float:left; width:100%; margin-top:35px; padding-bottom:30px; overflow:hidden;}
.product_list ul{float:left; width:1215px; margin-top:30px; zoom:1; overflow:hidden;}
.product_list li{float:left; width:222px; height:auto; margin:0 15px 15px 0; padding:2px; border:1px solid #eee; overflow:hidden;}
.product_list li img{width:222px; height:222px;}
.product_list li p{width:222px; height:35px; font:normal 13px/35px "Microsoft Yahei"; background:#f9f9f9; text-align:center;}

.application_list{float:left; width:1200px; height:auto; overflow:hidden;}
.application_list ul{float:left; width:1215px; margin-top:30px; zoom:1; overflow:hidden;}
.application_list li{float:left; width:285px; height:auto; margin:0 15px 15px 0; overflow:hidden;}
.application_list li img{width:285px; height:220px;}
.application_list li p{width:285px; height:35px; font:normal 13px/35px "Microsoft Yahei"; background:#f9f9f9; text-align:center;}

.case_list{float:left; width:100%; margin-top:35px; padding-bottom:30px; overflow:hidden;}
.case_list ul{float:left; width:1216px; overflow:hidden;}
.case_list ul li{float:left; width:288px; height:auto; margin:0 16px 16px 0; text-align:center; overflow:hidden;}
.case_list ul li img{width:278px; height:198px; padding:4px; border:solid 1px #eaeaea; background:#fff;}
.case_list ul li p{float:left; width:288px; height:30px; font:normal 13px/35px "Microsoft Yahei";}

.news_list{float:left; width:100%; margin-top:35px; padding-bottom:30px; overflow:hidden;}
.news_list ul{float:left; width:1200px; overflow:hidden;}
.news_list ul li{float:left; width:1160px; height:auto; margin-bottom:16px; padding:20px; background:#f7f7f7; overflow:hidden;}
.news_list ul li .date{float:left; width:170px; height:130px; border-right:#e0e0e0 solid 1px; text-align:center;}
.news_list ul li .date .big{float:left; width:170px; height:95px; color:#c2c2c2; font-size:72px; line-height:95px;}
.news_list ul li .date .small{float:left; width:170px; height:22px; color:#4c4c4c; font-size:20px; line-height:22px;}
.news_list ul li .img{float:left; width:190px; height:130px; margin:0 20px;}
.news_list ul li .img img{width:180px; height:120px; padding:4px; border:1px solid #eee; background:#fff;}
.news_list ul li .title_info{float:right; width:750px; height:130px;}
.news_list ul li .title_info h2{float:left; width:750px; height:30px; margin-top:16px; font:normal 18px/30px "Microsoft Yahei";}
.news_list ul li .title_info p{float:left; width:750px; height:auto; font:normal 13px/30px "Microsoft Yahei"; }

.news_list ul li:hover .date{border-right:#fff solid 1px;}
.news_list ul li:hover .date .big{color:#fff;}
.news_list ul li:hover .date .small{color:#fff;}
.news_list ul li:hover{background:#63a826; color:#fff;}
.news_list ul li:hover a{color:#fff;}

.main_flink{float:left; width:100%; position:relative;}
.main_flink ul{float:left;}
.main_flink ul li{float:left; display:inline; font:normal 12px/25px 'MicroSoft Yahei'; padding:0px 10px;}







/*内页*/
.sub_side{float:left; width:238px; height:auto; margin-top:20px; overflow:hidden;}
.sub_side .side_top{float:left; display:table; width:218px; height:100px; padding-left:20px; border-radius:5px 5px 0 0; background:#63a826 url("../images/sub_tit.png") no-repeat; overflow:hidden;}



.follow{float:left; width:238px; margin-top:20px; padding:10px; background:#f5f5f5; overflow:hidden;}
.follow .l_68{float:left; width:60px; height:60px; padding:3px; border:1px solid #e5e5e5; background:#fff; overflow:hidden;}
.follow .l_68 img{float:left; width:60px; height:60px;}
.follow .r_170{float:left; width:160px; margin-left:10px;}
.follow .r_170 .name{float:left; width:165px; padding-left:5px; font-size:14px; line-height:30px; overflow:hidden;}
.follow .r_170 .saoyisao{float:left; width:123px; height:30px; margin-top:5px; padding-left:17px; line-height:30px; color:#fff; background:#63a826 url("../images/bg_saoyisao.png") no-repeat;}


.sub_content{float:right; width:847px; margin-top:20px;}
.sub_content .position{float:left; width:847px; border-bottom:1px solid #e5e5e5; line-height:38px;}
.sub_content .position_l{float:left; height:40px; padding:0 10px 0 25px; position:relative; font-size:15px; background:url("../images/icon_where.png") 5px center no-repeat;}
.sub_content .position_l:after{position:absolute; content:' '; width:100%; height:2px; left:0; bottom:-2px; background-color:#63a826;}
.sub_content .position_r{float:right; margin-top:3px; padding-left:18px; background:url(../images/img_5.png) left center no-repeat;}
.sub_content .content{float:left; width:847px; min-height:300px; margin-top:15px; line-height:30px;}



.list_news{float:left; width:847px; height:auto; padding:10px 0; overflow:hidden;}
.list_news ul{}
.list_news li{float:left; width:100%; height:37px; border-bottom:#e9e9e9 dashed 1px; font:normal 13px/37px "Microsoft YaHei"; background:url(../images/icon_li2.png) 8px center no-repeat; overflow:hidden;}
.list_news li:hover{background-image:url(../images/icon_li2s.png);}
.list_news li a{float:left; width:600px; height:37px; padding-left:18px; line-height:37px; overflow:hidden; text-overflow:ellipsis;}
.list_news li span{float:right; padding-right:5px; color:#9c9d9f;}


.news_tit{float:left; width:100%; padding:20px 0; text-align:center; overflow:hidden;}
.news_tit h2{float:left; width:100%; height:37px; font:normal 32px/37px "Microsoft YaHei";}
.news_tit span{float:left; width:100%; height:30px; margin-top:50px; color:#969696; background:#f7f7f7; font:normal 14px/30px "Microsoft YaHei";}
.news_content{float:left; width:998px; padding:20px 100px; line-height:220%;}

.next_prev{float:left; width:998px; height:35px; padding:20px 100px;}
.next_prev .next_prev_l,.next_prev .next_prev_r{width:470px; height:35px; background:#f7f7f7; border-radius:15px; text-indent:30px; font:normal 15px/35px "Microsoft YaHei"; overflow:hidden;}


.pro_img{float:left; width:480px; height:440px; overflow:hidden;}
.pro_info{float:right; width:680px; height:440px; border:1px solid #eee; overflow:hidden;}
.pro_info .title{float:left; width:600px; height:50px; margin:20px 40px; font:normal 30px/50px "Microsoft YaHei"; overflow:hidden;}
.pro_info .info{float:left; width:600px; height:440px; margin:0 40px; font:normal 15px/25px "Microsoft YaHei"; overflow:hidden;}
.pro_content{float:left; width:1200px; height:auto; min-height:300px; overflow:hidden;}
.pro_content ._tit{float:left; width:1200px; height:40px; border-bottom:1px solid #eee; overflow:hidden;}
.pro_content ._tit h2{float:left; width:138px; height:39px; color:#fff; font:normal 15px/39px "Microsoft YaHei"; text-align:center; background:url(../images/pro_h2.png) no-repeat; overflow:hidden;}
.pro_content ._content{float:left; width:1200px; height:auto; min-height:300px; padding:20px 0; overflow:hidden;}

/*列表通用翻页*/
.listpage{clear:both; text-align:center;}
.LaoCMS-page{padding:14px 0 10px; font-size:12px;}
.LaoCMS-page a{height:25px; margin-left:6px; padding:0 8px; border:1px solid #d3d3d3; border-radius:5px; text-align:center; color:#767676; display:inline-block; line-height:25px;}
.LaoCMS-page a:hover{border-color:#63a826; background:#63a826; color:#fff; }
.LaoCMS-page span{height:25px; margin-left:6px; padding:0 8px; border:1px solid #63a826; border-radius:5px; color:#fff; line-height:25px; background:#63a826; text-align:center; display:inline-block;}


.guestbook{float:left; padding:10px 75px;}
.guestbook dl{float:left; width:847px;}
.guestbook dt{float:left; width:847px; height:auto; font:normal 13px/30px 'MicroSoft Yahei'; overflow:hidden;}
.guestbook dd{float:left; width:847px; margin-top:18px; }
.guestbook dd input{width:395px; height:42px; padding-left:22px; border-radius:5px; border:none; background:#f5f5f5; color:#555;}
.guestbook dd textarea{float:left; width:825px; height:200px; padding-top:10px; padding-left:22px; border-radius:5px; font:normal 13px/22px 'MicroSoft Yahei'; background:#f5f5f5; color:#555; border:none; overflow: hidden;}
.guestbook .btn{float:right; width:180px; height:46px; padding-right:22px; border:none; border-radius:5px; text-align:center; font:normal 18px/46px 'MicroSoft Yahei'; color:#fff; background:#ff5d27; cursor:pointer;}
.guestbook .btn:hover{background:#ff4304; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease;}
.guestbook dd span{float:right; height:46px; font:normal 13px/46px 'MicroSoft Yahei';}

#bdmap{float:left; width:998px; height:306px;}
.contact{ width:100%; float:left; margin-top:27px;}
.contact .title{ width:100%; float:left; padding-bottom:16px; border-bottom:solid 1px #e2e2e2;}
.contact .title h3{ width:100%; float:left; font-size:18px; color:#f60; line-height:23px;}
.contact .title h5{ width:100%; float:left; font-size:12px; color:#3a3939; line-height:15px; text-transform:uppercase;}
.contact .c_605{ width:605px; float:left; margin-top:19px; font-size:14px; color:#3a3939; line-height:30px;}
.contact .c_605 a{ color:#3a3939;}
.contact .c_260{ float:right; margin-top:27px; width:260px;}
.contact .c_260 .ewm{ float:left; width:120px;}
.contact .c_260 .ewm .ewm_box{ width:100px; height:100px; padding:9px; border:solid 1px #ebebeb;}
.contact .c_260 .ewm .ewm_box img{ width:100%; float:left;}
.contact .c_260 .ewm h5{ width:100%; float:left; text-align:center; margin-top:7px; font-size:14px; color:#3a3939; line-height:22px;}
.contact .c_260 .ewm.last{ float:right;}


/*底部 开始*/
.footer{float:left; width:100%; padding:41px 0 38px 0;}
.footer_l{float:left;}
.footer_l li{float:left; width:186px;}
.footer_l li dl{float:left; width:100%;}
.footer_l li dl dt{float:left; width:100%; padding-bottom:8px; margin-bottom:12px; background:url(../images/bian1.png) no-repeat left bottom; font-size:16px; color:white; line-height:32px;}
.footer_l li dl dt a{color:white;}
.footer_l li dl dt span{color:#63a826;}
.footer_l li dl dd{float:left; width:100%;}
.footer_l li dl dd a{font-family:12px; color:#a6a6a6; line-height:26px;}
.footer_l li dl dd a:hover{color:white;}
.footer_r{float:right; width:280px;}
.footer_r li{float:left; width:100%;}
.footer_r li .ico{float:left; width:32px; height:32px;}
.footer_r li .p{margin-left:35px; font-size:12px; color:#a6a6a6; line-height:32px;}
.bottom{border-top:solid 1px #404040; padding:10px 0 12px 0; background:#303030;}
.bottom .p{float:left; font-size:12px; color:rgba(255,255,255,0.6); line-height:28px;}
.bottom .btn{float:right;}
.bottom .btn a{display:block; width:28px; height:28px; margin-left:15px; position:relative; float:left;}
.bottom .btn a.a1{ background:url(../images/ico03_1.png) no-repeat center;}
.bottom .btn a.a2{ background:url(../images/ico03_2.png) no-repeat center;}
.bottom .btn a.a3{ background:url(../images/ico03_3.png) no-repeat center;}
.bottom .btn a .ewm{ background:url(../images/ewm_1_bg.png) no-repeat top left; width:96px; height:96px; padding:10px 10px 17px 10px; position:absolute; left:50%; top:-120px; margin-left:-58px; display:none;z-index:99999}
.bottom .btn a .ewm img{ width:100%;}
.bottom .btn a:hover .ewm{ display:block;}
/*底部 结束*/



/*在线客服样式 开始*/
.laocmskefu{position:fixed; top:220px; right:0px; height:auto; _position:absolute; border-radius:6px 0px 0 6px; background:#63a826; z-index:999;}
.laocmskefu .kefu_l{float:left; width:36px; height:166px; position:relative; z-index:1;}
.laocmskefu .kefu_l a{font-size:0; text-indent:-999em; display:block;}
.laocmskefu .kefu_r{float:left; width:150px; height:auto; padding:5px; display:block; overflow:hidden;}
.laocmskefu .kefu_r .kefu_content{margin-top:4px; background:#F7F7F7; border-radius:6px;}
.laocmskefu .kefu_r .kefu_content h3{padding:5px; font:bold 14px/24px "Microsoft Yahei"; color:#333; text-align:center;}
.laocmskefu .kefu_r .kefu_content ul{padding:0px;}
.laocmskefu .kefu_r .kefu_content ul li{padding:8px 0px; line-height:20px; border-bottom:solid 1px #E6E4E4; overflow:hidden; text-align:center;}
.laocmskefu .kefu_r .kefu_content ul li img{max-width:130px; vertical-align:middle;}
.laocmskefu .kefu_r .kefu_content ul li:last-child{border-bottom:none;}
.laocmskefu .btn_open, .laocmskefu .btn_close{top:0px; left:0; height:136px; padding:5px; background:url(../images/kefu.png) left center no-repeat; display:block; position:relative; z-index:9;}
.laocmskefu .btn_open{background-position:0 0;}
.laocmskefu .btn_close{background-position:-37px 0;}
/*在线客服样式 结束*/

