@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:"Microsoft YaHei"; color:#212121;}
a{color:#212121;text-decoration:none;}
a:hover{color:#0BA43B; text-decoration:none;}
a img{border:none;} 
div,ul,li,p,form,h1,h2,h3,h4,h5,dt,dl,dd,table,tr,td{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
* {padding: 0px; margin: 0px; }
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.upfile {border: 1px solid #ccc;height:28px;margin-top:10px; width:98%;}
.main_width{width:1200px; margin:0 auto;}

/*头部*/
.top_bg{margin:0 auto; width:100%; height:35px; background:#f5f5f5; min-width:1200px;}
.top_bg .t_title{float:left; display:block; line-height:35px;}
.top_bg .r_title{display:block;float:right;}
.top_bg .r_title a{width:80px; height:22px; margin-top:7px; text-align:center; display:block; float:left;}
.top_bg .r_title a:hover{color:#0BA43B}
.head{margin:0 auto; width:1200px; height:120px;}
.head .head_title{height: 120px;background: url(head_bg.jpg) no-repeat left;}
.head .logo{float:left;display:block; margin-top:20px;}
.head .h_title{float:left; margin-left:10px; margin-top:5px;}
.head .h_title p{display:block; color:#0BA43B; font-size:28px;}
.head .h_title span{display:block; font-size:18px;}
.head .tel{float:right; display:block; font-size:16px; margin-top:30px; text-align:right;}
.head .tel span{font-size:34px; color:#FFA200; font-family:Impact;}

/*导航*/
#nav{width:100%; margin: 0 auto; height:58px; background:#0BA43B; min-width:1200px;}
#nav_menu{margin:0 auto; width:1200px;height:58px;}
#nav_menu li{float:left; line-height:58px;}
#nav_menu li a{display:block; width:132px; text-align:center; font-size:16px; color:#FFFFFF; border-right:solid 1px #43B968;}
#nav_menu li a:hover{color:#fff; background:#FFA200;}
.nav_menu-item{display:block;}
.navhover a{color:#fff !important; font-weight:bold; background:#FFA200;}
#nav_menu li ul{margin:0;padding: 0;position: absolute;	visibility: hidden; z-index:99; border-top:solid 1px #FFF;}
#nav_menu li ul li{float: none;}
#nav_menu li ul li a{display:block;height:35px;line-height:35px; background:#0BA43B;color:#fff !important; font-weight:normal;border-left:none !important; border-bottom:solid 1px #fff;}
#nav_menu li ul li a:hover{background:#FFA200; color:#FFFFFF !important;}

/*动画*/
.slide-main{height:600px;position:relative; min-width:1200px; width:100%; background:#305DC4;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:570px;left:0;text-align:center;}
.item a{display:inline-block;width:30px;height:8px;margin-right:11px;background:#fff;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#FF5001;}
.slide-box,.slide{display:block;width:100%;height:600px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:600px;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(img_06.jpg) center no-repeat;}
#bgstyleb{background:url(img_07.jpg) center no-repeat;}
#bgstylec{background:url(img_08.jpg) center no-repeat;}
#bgstyled{background:url(img_09.jpg) center no-repeat;}
#bgstylee{background:url(img_04.jpg) center no-repeat;}
.slide a{display:block;width:100%;height:500px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:1200px;text-align:center;}
.obj-a{top:80px;margin-left:-900px;}
.obj-b{top:100px;margin-left:-300px;}
.obj-c{display:block;bottom:150px;margin-left:-550px;}
.obj-d{top:40px;margin-left:50px;}
.obj-e{margin-left:-600px; top:200px;z-index:12;}
.obj-f{top:130px;margin-left:0px;}
.obj-g{top:40px;margin-left:150px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f,.banAnimate .obj-g{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }

/*产品*/
.index_product_bg{margin:0 auto; width:100%; background:url(product_bg.jpg); padding-bottom:40px;}
.index_search{margin:0 auto; width:1200px; height:60px; background:#FBFBFB;}
.index_search .key{display:block; line-height:60px; margin-left:15px;}
.index_search .key a{margin:0 10px;}
.index_search .search_f{width:280px; border:solid 1px #CCCCCC; border-radius:100px; margin-top:10px; margin-right:15px;}
.index_search .search_f .l_contact{width:242px; float:left;}
.index_search .text_input {height:33px;line-height:33px; border:none; width:242px; background:none; color:#666; padding-left:8px; font-size:12px;font-family:"微软雅黑";}
.index_search .so{width:18px; height:19px; display:block; margin-top:6px; margin-right:10px;}

.index_p_class{width:210px; float:left; margin-top:30px;}
.index_p_class .t_title{width:210px; height:68px; background:url(p_class.png) center no-repeat #0D9F4E; color:#FFFFFF; font-size:30px; text-align:center; line-height:68px;}
.index_p_class .c_class{width:210px;}
.index_p_class .c_class li{width:165px; height:45px; display:block; float:left; line-height:45px;}
.index_p_class .c_class li:nth-of-type(odd){background:url(c_p_bg.png) 22px center no-repeat #F8F8F8; padding-left:45px;}  
.index_p_class .c_class li:nth-of-type(even){background:url(c_p_bg.png) 22px center no-repeat #fff; padding-left:45px;}

.index_t_product{width:965px; float:right; margin-top:30px;}
.index_t_product .t_j_title{width:965px; height:38px; background:url(t_p_bg.png) bottom no-repeat;}
.index_t_product .t_j_title h1{display:block; font-size:18px; background:url(t_ico.png) left no-repeat; font-weight:normal; padding-left:30px;}
.index_t_product .t_contact{display:block; margin-top:10px;}
.index_t_product .t_contact .image{background:#FFFFFF; width:230px;}
.index_t_product .t_contact .image img{margin:10px 0;}
.index_t_product .t_contact .t{background:#FFF; height:40px; width:230px; margin-bottom:18px; line-height:40px; border-top:solid 1px #EFEFEF;}

/*设备*/
.index_shebei_bg{margin:0 auto; width:100%; background:#E9E9E9;}
.index_shebei_bg .s_title{margin:0 auto; width:818px; background:url(shebei_bg.png) center no-repeat; color:#069042; text-align:center; font-size:30px; padding:30px 0;}
.index_shebei_bg .s_contact{margin:0 auto; width:1200px;}
.index_shebei_bg .s_contact .img{background:#FFFFFF; width:280px; margin-left:25px;}
.index_shebei_bg .s_contact .img img{margin:5px;}
.index_shebei_bg .s_contact .t{line-height:35px;}

/*优势*/
.index_youshi_1_bg{margin:0 auto; width:100%; height:377px; background:url(youshi_bg_01.jpg) center top no-repeat; min-width:1200px;}
.index_youshi_1_bg .one_title{margin:0 auto; width:660px; font-size:50px; color:#fff; float:right; font-weight:bold; padding-top:45px; margin-right:120px;}
.index_youshi_1_bg .one_title p{display:block; text-align:center; font-size:38px; font-weight:normal;}

.index_youshi_2_bg{margin:0 auto; width:100%; height:423px; background:url(youshi_bg_02.jpg) center top no-repeat; min-width:1200px;}
.index_youshi_3_bg{margin:0 auto; width:100%; height:413px; background:url(youshi_bg_03.jpg) center top no-repeat; min-width:1200px;}
.index_youshi_4_bg{margin:0 auto; width:100%; height:313px; background:url(youshi_bg_04.jpg) center top no-repeat; min-width:1200px;}
.youshi_two_l{width:600px; margin-top:97px;}
.youshi_two_l dl{display:block; width:600px; float:left;}
.youshi_two_l dl dt{width:90px; height:90px; text-align:center; float:left; font-family:Arial, Helvetica, sans-serif; font-size:34px; color:#FFFFFF; display:block; background:url(youshi_ico.png) center no-repeat; line-height:90px;}
.youshi_two_l dl dd{float:left; margin-left:15px; margin-top:16px;}
.youshi_two_l dl dd h1{color:#0AA138; font-size:28px;}
.youshi_two_l dl dd span{font-family:Arial, Helvetica, sans-serif; color:#D2D2D2; display:block;}
.youshi_two_l p{display:block; background:url(youshi_ico.gif) left no-repeat; padding-left:15px; font-size:16px; margin-left:105px; height:30px; line-height:30px;}

.youshi_three_l{width:650px; margin-top:47px;}
.youshi_three_l dl{display:block; width:650px; float:left;}
.youshi_three_l dl dt{width:90px; height:90px; text-align:center; float:left; font-family:Arial, Helvetica, sans-serif; font-size:34px; color:#FFFFFF; display:block; background:url(youshi_ico.png) center no-repeat; line-height:90px;}
.youshi_three_l dl dd{float:left; margin-left:15px; margin-top:16px;}
.youshi_three_l dl dd h1{color:#0AA138; font-size:28px;}
.youshi_three_l dl dd span{font-family:Arial, Helvetica, sans-serif; color:#D2D2D2; display:block;}
.youshi_three_l p{display:block; background:url(youshi_ico.gif) left no-repeat; padding-left:15px; font-size:16px; margin-left:105px; height:30px; line-height:30px;}

/*关于*/
.index_about_bg{margin:0px auto; width:100%; background:url(about_bg.jpg) top center no-repeat;padding:50px 0;min-width:1200px; height:456px;}
.index_about_title{display:block; font-size:22px; margin-bottom:10px;}
.index_about_title span{color:#D1D1D1; font-family:Arial, Helvetica, sans-serif; font-size:16px;}
.index_about_contect{margin:0 auto; width:1160px; background:#FFFFFF; padding:30px 20px;}
.index_about_contect .a_contect{width:740px; display:block; float:right;}
.index_about_contect .a_contect h1{color:#0d9f4e; font-size:22px; font-weight:normal; margin:15px 0;}
.index_about_contect .a_contect p{display:block; line-height:27px; font-size:15px;}
.index_about_contect .a_contect a{width:102px; height:44px; background:#305DC4; padding-left:30px; color:#FFFFFF; display:block; line-height:40px; float:left; margin-right:15px; margin-top:20px;}
.index_about_contect .a_contect a:hover{color:#FF0;}
.index_about_contect img{float:left; display:block; margin-top:10px;}

/*服务流程*/
.index_liucheng_1{margin:0 auto; width:1200px; height:225px; background:url(liucheng_01.jpg) top center no-repeat;}
.index_liucheng_1 p{display:block; float:left; width:230px; text-align:center; margin-top:185px; font-size:16px; margin-left:93px;}
.index_liucheng_1 p:first-child{margin-left:0px;}

.index_liucheng_2{margin:0 auto; width:1200px; height:295px; background:url(liucheng_02.jpg) top center no-repeat;}
.index_liucheng_2 p{display:block; float:left; width:230px; text-align:center; margin-top:235px; font-size:16px; margin-left:93px;}
.index_liucheng_2 p:first-child{margin-left:0px;}

/*仓库*/
.index_title{margin:0 auto; width:1200px; font-size:30px; text-align:center; margin-bottom:25px;}
.index_title span{display:block; font-size:16px; color:#D1D1D1; font-family:Arial, Helvetica, sans-serif;}

.index_Recommended{margin:0 auto; width:1200px;}
.index_Recommended #featureContainer {WIDTH: 100%;margin:0 auto }
.index_Recommended #feature {POSITION: relative;}
.index_Recommended #feature .prev {TEXT-INDENT: -9999px; WIDTH:31px; display: block; background: url(left.png) left center;left:0px; HEIGHT:31px; TOP:85px; position:absolute}
.index_Recommended #feature .next {TEXT-INDENT: -9999px; WIDTH:31px; display: block; background: url(right.png) right center;right:0px; HEIGHT:31px;TOP:85px; position:absolute}
.index_Recommended .featureUL {POSITION: relative;  LIST-STYLE-TYPE: none; MARGIN: 0px; WIDTH: 2800px; FLOAT: left; LEFT: 0px}
.index_Recommended .featureBox {WIDTH:280px; FLOAT:left; HEIGHT:290px; OVERFLOW: hidden; }
.index_Recommended #botton-scroll {Z-INDEX:0; FLOAT: left;}
.index_Recommended #block {Z-INDEX: 0; POSITION: relative;  MARGIN: 0px auto;WIDTH:1105px; OVERFLOW: hidden;}
.index_Recommended #block .box{WIDTH:265px; FLOAT: left;}
.index_Recommended #block .box img{width:260px; height:195px; display:block; border:solid 1px #CCC;}
.index_Recommended #block .box img:hover{width:260px; height:195px; display:block; border:solid 1px #008F40;}
.index_Recommended #block .box p{display:block; width:260px; height:35px; line-height:35px; text-align:center;}


/*新闻*/
.index_news{float:left; width:820px; border:solid 1px #DDDDDD;}
#Tab{margin:0 auto; width:820px;}
#Tab .Menubox{margin:0 auto; height:60px; background:#F3F3F3;}
#Tab .Menubox ul{list-style:none;margin:0px 0px;padding:0;position:absolute;}
#Tab .Menubox ul li{display:block;float:left;cursor:pointer; text-align:center; width:410px;height:60px;line-height:60px; font-size:18px;}
#Tab .Menubox ul li.hover{background:#008F40; color:#fff;}
#Tab .Contentbox{display:block;}

.index_news_t{display:block; margin:15px;}
.index_news_t img{width:230px; height:173px; border:solid 1px #CCC; padding:1px; float:left; display:block;}
.index_news_t .r_contact{float:right; width:530px;}
.index_news_t .r_contact h1{display:block; font-size:18px; font-weight:normal;}
.index_news_t .r_contact p{display:block; color:#545454; line-height:27px; margin-top:8px;}
.index_news_t .r_contact .n_more{display:block; width:88px; height:35px; background:url(new_more.jpg) center no-repeat; line-height:35px; padding-left:15px; margin-top:15px;}
.index_news_t .r_contact .n_more a{color:#fff;}
.index_news_t .r_contact .n_more a:hover{color:#ff0;}
.index_news_b{display:block; font-size:15px; margin:14px;}

.index_faq{float:right; width:355px; border:solid 1px #DDDDDD;}
.index_faq .f_title{height:60px; display:block; background:url(faq_ico.gif) 20px center no-repeat #f3f3f3; font-size:18px; line-height:60px; padding-left:45px;}
.index_faq .v_contect{display:block; margin:15px;}
.index_faq .v_contect dl{border-top: dashed 1px #CCC; display:block; float:left; padding-top:11px; margin:11px 0;}
.index_faq .v_contect dl dt{background:url(q.gif) left no-repeat; display:block; padding-left:30px; font-size:16px; margin-bottom:6px;}
.index_faq .v_contect dl dd{background:url(a.gif) left 2px no-repeat; padding-left:30px; display:block; line-height:22px; color:#545454}

.n_banner{margin:0 auto; width:100%; height:300px; background:url(n_banner.jpg) center no-repeat;}
.ya_banner{margin:0 auto; width:100%; height:300px; background:url(ya_banner.jpg) center no-repeat;}
.hei_banner{margin:0 auto; width:100%; height:300px; background:url(hei_banner.jpg) center no-repeat;}
.s_banner{margin:0 auto; width:100%; height:300px; background:url(s_banner.jpg) center no-repeat;}

/*内页分类*/
.ListNav { position:relative; z-index:5; height:55px; overflow:hidden; text-align:center; border-bottom:1px solid #ddd; background-color:#f9f9f9; min-width:1200px;}
.ListNav ul { *width:1200px; *margin:0 auto; }
.ListNav li { display:inline-block; *float:left; *display:block; height:56px; margin:0 10px; line-height:56px; font-size:16px;}
.ListNav li a { display:block; padding:0 25px; }
.ListNav li a:hover{ color:#fff; background:#3EA263;}
.ListNav .currclass a{color:#fff; background:#3EA263; font-weight:bold;}

/*内页内容*/
.list_search_bg{margin:0 auto; width:100%; height:60px; background:#f2f2f2;}
.list_search{margin:0 auto; width:1200px;}
.list_search .key{display:block; line-height:60px; margin-left:15px;}
.list_search .key a{margin:0 10px;}
.list_search .search_f{width:280px; border:solid 1px #CCCCCC; border-radius:100px; margin-top:10px; margin-right:15px;}
.list_search .search_f .l_contact{width:242px; float:left;}
.list_search .text_input {height:33px;line-height:33px; border:none; width:242px; background:none; color:#666; padding-left:8px; font-size:12px;font-family:"微软雅黑";}
.list_search .so{width:18px; height:19px; display:block; margin-top:6px; margin-right:10px;}

.mainContent{margin:0 auto; width:1170px;padding:15px; margin-top:20px;}
.content{display:block; height:40px; border-bottom:dotted 1px #ddd;}
.content .title{padding-left:16px; float:left; font-size:16px; font-weight:bold; color:#0BA43B; line-height:40px; background:url(ico.gif) left no-repeat;}
.content .title span{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#999;}
.content .weizhi{float:right; background:url(home.gif) left no-repeat; padding-left:25px; margin-top:15px;}
.list_contact{display:block; margin-top:20px; line-height:30px;}
.list_contact img{max-width:1170px;}
.list_contact .title{font-size:18px; display:block; text-align:center; font-weight:bold;border-bottom: dotted 1px #ddd; height:45px; line-height:45px;}
.list_contact .contact{display:block; line-height:30px;margin-top:10px;}
.list_contact .date{display:block; text-align:center; margin:10px 0;}
.list_contact #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;}

.list_left{float:left; width:210px;}
.list_left .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#0BA43B; color:#FFFFFF;border-radius:30px 0px 0 0; -moz-border-radius:30px 0px 0 0; -webkit-border-radius:30px 0 0 0;}
.list_left .tj_title{display:block; height:70px; margin-top:20px; font-size:22px; line-height:70px; text-align:center; background:#0BA43B; color:#FFFFFF;border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0;}
.list_left .tj_prducts{border:solid 1px #f2f2f2; display:block; padding-top:15px;}
.list_left .tj_prducts img{border:1px solid #ccc;padding: 2px;}
.list_left .tj_prducts img:hover{border: 1px solid #0BA43B;}
.list_left .tj_prducts .t{line-height:35px;}

.list_left li{width:210px; float:left; height:40px; line-height:40px; text-align:center; margin-top:2px;}
.list_left li a{display:block; background:#f2f2f2;padding-left: 10px; font-size:15px;}
.list_left li a:hover{display:block; background:#FFA200; color:#FFFFFF;}
.list_left .currclass a{background:#FFA200; color:#fff; font-weight:bold;}

.list_right{float:right; width:930px; padding-left:15px;}
.list_right_contact{display:block; margin-top:20px; line-height:30px;}
.list_right_contact img{border: 2px solid #F1F1F1;padding: 2px;}
.list_right_contact img:hover{border: 2px solid #0BA43B;}
.list_right_contact .t{line-height:35px;}

.list_contact_us{border:solid 1px #f2f2f2; display:block; margin-top:25px;}
.list_contact_us .t_title{display:block; height:40px; background:#f2f2f2; text-align:center; font-size:18px; line-height:40px;}
.list_contact_us .n_contect{display:block; padding:2px 6px; line-height:28px; font-size:13px;}
.list_contact_us .n_contect img{display:none;}


/*产品搜索*/
.photolisting{ width:1170px;}
.photolisting li{width:192px; float:left; height:235px; overflow:hidden; text-align:center;}
.photolisting img{width:175px; height:175px; border:#e8e8e8 1px solid; padding:2px;}
.photolisting a{ text-align:center; display:block; line-height:35px;}
.photolisting a:hover{ color:red; text-decoration:none;}
.multipage{width:1170px; margin:0px auto; overflow:hidden; margin-top:20px;}
.serch_product{display:block; margin-top:20px;}


.prodtitle {LINE-HEIGHT: 45px; HEIGHT: 45px; FONT-SIZE:20px; text-align:left; color:#0BA43B;}
.products_show_1 {PADDING-TOP: 15px; display:block;}
.show_left {FLOAT: left;width: 500px;}
.show_right {WIDTH:400px; FLOAT: right;}
.show_right UL {LINE-HEIGHT: 27px;}
.show_right UL LI {LINE-HEIGHT:25px; TEXT-OVERFLOW: ellipsis; WHITE-SPACE: nowrap; text-align:left; OVERFLOW: hidden;}
.show_right table{margin-bottom:10px;}
.show_right td{padding:5px;}
.show_right .d_contact{display:block; line-height:35px; color:#666;}
.show_right .l_tel{display:block; font-size:16px;}
.show_right .l_tel span{font-size:28px; color:#FFA200; font-family:Impact;}
.show_right .l_tel a{width:107px; height:44px; background:#305DC4; padding-left:25px; color:#FFFFFF; display:block; line-height:40px; margin-top:20px;}
.show_right .l_tel a:hover{color:#FF0;}

.list_order{ border-top:1px solid #e5e5e5; margin:20px 0 0; padding:20px 0; font-family:"Microsoft Yahei";}
.list_order h2{ font-size:16px; line-height:30px; color:#333; height:50px; overflow:hidden;}
.list_order h2 span{ color:#666; display:inline-block; padding-left:20px; font-weight:normal;}
.list_order ul li{ margin-bottom:25px;}
.list_order li span{ display:inline-block; width:80px; font-size:14px; vertical-align:top; color:#4a4a4a; text-align:right; line-height:36px;}
.list_order li span em{ padding-right:2px; font-style:normal;}
.list_order .li01{ width:450px; float:left;}
.list_order .li02{ width:450px; float:left;}
.list_order .li03{ width:450px; float:left;}
.list_order .li04{ clear:both;}
.list_order li img{ vertical-align:middle; height:36px; background:#e5e5e5;}
.list_order .li05,.online .li06{ margin-bottom:10px;}
.red_x { color:#DD3904; display:inline; font-family:"微软雅黑"; font-size:12px;}
.inp1{ width:324px; height:36px; background:url(ordr_img_lian.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px; border:0; padding:0 25px 0 10px;}
.inp2{ width:324px; height:36px; background:url(ordr_img_tel.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp3{ width:324px; height:36px; background:url(ordr_img_mail.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp4{ width:808px; height:109px; background:none; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; resize:none;}
.inp5{ width:205px; height:36px; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; background:none; margin-right:10px;}
.inp7{ width:324px; height:36px; background:url(ordr_img_contact.png) no-repeat 324px 10px  #f2f2f2; overflow:hidden; line-height:36px; border:0;padding:0 25px 0 10px;}
.btn1{width:80px; height:35px; border:0; margin:10px 27px 0 80px; background:#0BA43B; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn1:hover{background:#FFA200;}
.btn2{width:80px; height:35px; border:0; margin:10px 0 0 0; background:#FFA200; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn2:hover{background:#0BA43B;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:500px; height:500px; max-width:500px; max-height:500px; border:solid 1px #eee;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:500px;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:500px;}
.spec-scroll{clear:both;margin-top:5px;}
.spec-scroll .prev{float:left;margin-right:2px; background:url(left.gif) no-repeat;  margin-top:20px;}
.spec-scroll .next{float:right; background:url(right.gif) no-repeat;  margin-top:20px;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:17px;height:54px; line-height:54px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:458px;height:56px;overflow:hidden; margin-top:20px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:54px;}
.spec-scroll .items ul li{float:left;width:71px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:1px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:1px solid #FF6600;padding:1px;}

#list_product{float: right;width: 930px;border-left: dotted 1px #CCC;padding-left: 15px;}
#list_info{ height:28px; border-bottom:1px solid #D5D5D3; margin:20px 0; display:block;}
#list_info .detailed{ background: url(nav_bg2.gif) no-repeat; display:block; width:72px; line-height:28px; text-align:left; padding-left:18px; font-weight:bold; color:#393939;}
#list_product #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;}
#list_product .contact{display:block; line-height:30px;margin-top:10px;}
#list_product .contact img{max-width:930px; display:block;}



/*分页*/
#fenye{clear:both; margin:20px 20px 0 0;}
#fenye .prev_h,#fenye .next_h{width:55px; text-align:center;line-height:20px;}
#fenye a.curr{width:25px;background:#0BA43B; border:1px solid #fff; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#333333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px;text-decoration:none;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
#fenye a.num{width:22px;}
#fenye a:visited{color:#333333;} 
#fenye a:hover{ float:left;}
#fenye span{line-height:30px; font-size:13px; height:30px;}

/*关键字tags*/

.tagsshow{display:block; margin-top:20px; border:#eee 1px solid;}
.tagsshow ul{padding:20px;}
.tagsshow ul li{ padding:10px 0;}
.tagsshow ul li .art_title{line-height:35px; height:35px;}
.tagsshow ul li .art_title a{ display:block; font-size:16px; }
.tagsshow ul li .artintro{ font-size:13px; color:#555;}
.tagsshow ul li .c9{ font-size:12px; display:block; padding:10px 0; color:#666;}

.tagsshow #tags{background:#f1f1f1;height:30px;line-height:30px;font-size:14px;}
.tagsshow .title{background:#f1f1f1;height:30px;line-height:30px;font-size:14px;}
.tagsshow tr.list{height:75px;overflow:hidden;}
.tagsshow tr.list td{border-bottom:#E8E8E8 1px solid;}
.tagsshow tr.list td img{padding:2px;border:#D4D4D4 1px solid;}
.tagsshow tr.list td A{font-size:14px;}
.tagsshow tr.list td a:hover{color:#ff6600;text-decoration:none;}
.tagsshow .tagstitle{font-size:12px; font-weight:bold;height:21px; line-height:21px; }
.tagsshow .tags a{ padding:3px 5px; color:#fff;}

.tagsshow .showpage{margin-top:10px;text-align:center;font-size:14px;color:#069;}

/*网站地图*/
.mapbox{display:block}
.mapbox .maplist{margin:10px 0;}
.mapbox .maplist .classname{height:35px; line-height:35px; margin:10px 0;}
.mapbox .maplist .classname a{font-weight:bold;font-size:16px;padding:0px 5px;}
.mapbox .maplist span a{padding:0px 8px; font-size:14px; display:inline-block;}


/*在线留言*/
.feedback .line{padding:8px 0;}
.feedback .line .inputText{border:1px solid #ccc;color:#999;font-size:12px;padding:0 18px;width:714px;height:40px;line-height:40px;margin:0px; font-family:"微软雅黑"}
.feedback .line .textArea{border:1px solid #ccc;color:#999;font-size:12px;padding:10px 18px;width:714px;height:124px;margin:0px; font-family:"微软雅黑"}
.btn_area{width:102px; display:block;}
.submit{
	color: #fff;
	background: #333;
	width:70px;
	float:left;
	height:29px;
	border:none;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 
.submit:hover {
	color: #fff;
	background:#005AB5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 



/*右边浮动*/
.floating_ck{position:fixed;right:2px;top:50%; z-index:99999999999}
.floating_ck dl dd{position:relative;width:80px;height:80px;border-bottom:solid 1px #fff;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{border-bottom:solid 1px #fff;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(qq.png);background-color:#6da9de;}
.consult:hover{background-color:#488BC7;}
.qrcord{background-image:url(weixin.png);background-color:#58A81C}

.phone{background-image:url(phone.png);background-color:#FBB01F}

.return{background-image:url(fanhui.png);background-color:#666}
.return:hover{background-color:#444}

.floating_ck dd span{color:#fff;display:block;padding-top:54px;}

.floating_left{position:absolute;left:-130px;top:0px;width:130px;height:80px;background-color:#58A81C;border-bottom:solid 1px #fff;display:none;}
.floating_left a{color:#fff;line-height:80px;}

.floating_ewm{height:160px;top:-80px;}
.floating_ewm i{background-image:url(code.jpg);display:block;width:120px;height:120px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:14px;}

/*底部*/	
.footer{margin:0 auto; width:100%; background:#3E3E3E;color:#FFFFFF;min-width:1200px; padding-bottom:30px;}
.footer a{color: #fff;}
.footer a:hover{color:#FFFF00;}
.xia_nav{width:1200px; height:60px; margin:0 auto; border-radius:0 0 6px 6px; background:#0BA43A; text-align:center; line-height:55px; font-size:16px;}
.xia_nav a{padding:0 30px; background:url(nav_lin.jpg) right center no-repeat;}
.foot{width:1200px;margin:0 auto ;}
.foot_logo{width:320px;float:left; margin-top:50px;}
.foot_contact{float:left; width:620px; margin-top:35px; line-height:30px; border-left:solid 1px #5E5E5E; padding-left:50px;}
.foot .code{float:right; display:block; text-align:center; padding-top:35px;}
.foot .code p{font-size:14px; display:block;}


.Links_backs{width:100%;background:#F3F3F3;padding:10px 0;margin:20px 0;}
.Links{width:1200px;margin:auto;overflow:hidden;}
.Links h1{font-family:"Conv_ANAK";font-weight:normal;float:left;font-size:22px;text-transform:uppercase;font-style:italic;}
.Links a{float:left;line-height:30px;margin-left:15px;}
