@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:"Microsoft YaHei"; color:#333;}
a{color:#333;text-decoration:none;}
a:hover{color:#305DC4; 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; line-height:35px; background:#f2f2f2; min-width:1200px;}
.top_bg .t_title{float:left; display:block;}
.top_bg .lanage{display:block;float:right;}
.top_bg .lanage a{margin-left:10px; background:#305DC4; width:45px; text-align:center; display:block; color:#FFFFFF; float:left;}
.top_bg .lanage a:hover{background:#FF3300;}
.top_bg .lanage .hover{background:#FF3300;}
.head{margin:0 auto; width:1200px; height:140px;}
.head .logo{float:left;display:block; margin-top:40px;}
.head .tel{float:right; display:block; font-size:16px; margin-top:40px; background:url(tel.png) left no-repeat; padding-left:68px;}
.head .tel span{font-size:34px; font-weight:bold; color:#FF5001; font-family:Arial, Helvetica, sans-serif;}

/*导航*/
#nav{width:100%; margin: 0 auto; height:50px; background:#305DC4; min-width:1200px;}
#nav_menu{margin:0 auto; width:1200px;height:50px;}
#nav_menu li{float:left; line-height:50px;}
#nav_menu li a{display:block; width:133px; text-align:center; font-size:16px; color:#FFFFFF;}
#nav_menu li a:hover{color:#fff; background:#FF3300;}
.nav_menu-item{display:block;}
.navhover a{color:#fff !important; font-weight:bold; background:#FF5001;}
#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:#305DC4;color:#fff !important; font-weight:normal;border-left:none !important; border-bottom:solid 1px #fff;}
#nav_menu li ul li a:hover{background:#FF5001; color:#FFFFFF !important;}

/*动画*/
.slide-main{height:500px;position:relative; min-width:1200px; width:100%; background:#305DC4;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:470px;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:500px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:500px;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(img_01.jpg) center no-repeat;}
#bgstyleb{background:url(img_02.jpg) center no-repeat;}
#bgstylec{background:url(img_03.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{bottom:20px;margin-left:-250px;}
.obj-c{display:block;bottom:30px;margin-left:-550px;}
.obj-d{top:60px;margin-left:-20px;}
.obj-e{margin-left:-500px; top:100px;z-index:12;}
.obj-f{top:80px;margin-left:100px;}
.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_title{width:860px;margin:60px auto; background:url(p_title_bg.png) bottom center no-repeat; text-align:center; color:#ff5001; padding-bottom:30px;}
.index_product_title h1{font-size:45px;font-family:Arial, Helvetica, sans-serif; display:block;font-weight:normal; text-transform:uppercase;}
.index_product_title h2{font-size:28px; display:block;font-weight:normal;}
.index_product_main{margin:0 auto; width:1200px;}
.index_product_l{float:left; width:380px;}
.index_product_r{float:right; width:800px;}
.index_product_r li{float:left; margin-left:14px; margin-bottom:20px;}
.index_product_r li a{width:250px; height:304px; background:#bbb; border:solid 1px #C5C5C5; display:block;}
.index_product_r li a:hover{background:#305DC4; border:solid 1px #305DC4; color:#FFFFFF; transition:0.5s;}
.index_product_r li .pic{background:#FFF; width:250px;}
.index_product_r li .pic img{width:250px; height:250px; display:block;}
.index_product_r li .title{display:block; line-height:54px; text-align:center; font-size:16px;}
.index_product_r .more{width:250px; height:304px;background:#305DC4; display:block;margin-left:14px; margin-bottom:20px; float:left;}
.index_product_r .more a{width:46px; height:46px; margin:125px auto; border:solid 1px #fff; display:block; font-size:42px; color:#FFFFFF; border-radius:100px; text-align:center; font-family:Arial, Helvetica, sans-serif;}
.index_product_r .more:hover{background:#FF5001;cursor:pointer;}

/*优势*/
.index_youshi_bg{margin:20px auto; height:210px; width:100%; background:url(youshi_bg.jpg) center no-repeat;}
.index_youshi_main{margin:0 auto; width:1200px; height:422px; padding-top:30px;}
.index_youshi_l{float:left; width:570px; position:relative;height:422px;}
.index_youshi_l_01{position:absolute; width:83px; height:72px; background:#23499E; text-align:center; font-size:45px; font-family:"Arial Black", Gadget, sans-serif; line-height:72px; color:#FFFFFF; left:0; top:0;}
.index_youshi_l_01_r{position:absolute; left:110px; top:0;}
.index_youshi_l_01_r h1{display:block; font-size:30px; color:#22499e;}
.index_youshi_l_01_r span{display:block; font-size:16px; font-family:Arial, Helvetica, sans-serif;color:#999; text-transform:uppercase; font-weight:bold;}
.index_youshi_l_01_r p{display:block; margin-top:10px; font-size:16px; line-height:26px;}

.index_youshi_l_02{position:absolute; width:83px; height:72px; background:#23499E; text-align:center; font-size:45px; font-family:"Arial Black", Gadget, sans-serif; line-height:72px; color:#FFFFFF; left:0; bottom:140px;}
.index_youshi_l_02_r{position:absolute; left:110px; bottom:30px;}
.index_youshi_l_02_r h1{display:block; font-size:30px; color:#22499e;}
.index_youshi_l_02_r span{display:block; font-size:16px; font-family:Arial, Helvetica, sans-serif;color:#999; text-transform:uppercase; font-weight:bold;}
.index_youshi_l_02_r p{display:block; margin-top:10px; font-size:16px; line-height:26px;}

.index_youshi_line{margin:0 auto; width:1200px; height:16px; background:url(youshi_line.png) center no-repeat;}

.index_youshi_main_3{margin:0 auto; width:1200px; height:370px; padding-top:30px;}
.index_youshi_r{float:right; width:570px; position:relative; top:40px;}
.index_youshi_l_03{position:absolute; width:83px; height:72px; background:#23499E; text-align:center; font-size:45px; font-family:"Arial Black", Gadget, sans-serif; line-height:72px; color:#FFFFFF; right:0; top:0;}
.index_youshi_l_03_r{position:absolute; right:110px; top:0;}
.index_youshi_l_03_r h1{display:block; font-size:40px; color:#22499e; text-align:right;}
.index_youshi_l_03_r span{display:block; font-size:16px; font-family:Arial, Helvetica, sans-serif;color:#999; text-transform:uppercase; font-weight:bold; text-align:right;}
.index_youshi_l_03_r p{display:block; margin-top:10px; font-size:16px; text-align:left; line-height:26px;}

.index_youshi_main_4{margin:0 auto; width:1200px; height:150px; padding-top:30px;}
.index_youshi_l_4{float:left; width:570px; position:relative;height:150px;}
.index_youshi_l_04{position:absolute; width:83px; height:72px; background:#23499E; text-align:center; font-size:45px; font-family:"Arial Black", Gadget, sans-serif; line-height:72px; color:#FFFFFF; left:0; top:0;}
.index_youshi_l_04_r{position:absolute; left:110px; top:0;}
.index_youshi_l_04_r h1{display:block; font-size:30px; color:#22499e;}
.index_youshi_l_04_r span{display:block; font-size:16px; font-family:Arial, Helvetica, sans-serif;color:#999; text-transform:uppercase; font-weight:bold;}
.index_youshi_l_04_r p{display:block; margin-top:10px; font-size:16px; line-height:26px;}
.index_youshi_img_4{position:absolute; right:0; bottom:-500px; z-index:99999}

.index_youshi_img_l{float:left; width:617px; display:block;}
.index_youshi_img{float:right; width:617px; display:block;}

/*应用案例*/
.index_app{margin:0 auto; width:1200px;}
.index_app #featureContainer {WIDTH: 100%;margin:0 auto }
.index_app #feature {POSITION: relative;}
.index_app #feature .prev {TEXT-INDENT: -9999px; WIDTH:49px; display: block; background: url(left.png) left center;left:0px; HEIGHT:98px; TOP:55px; position:absolute}
.index_app #feature .next {TEXT-INDENT: -9999px; WIDTH:49px; display: block; background: url(right.png) right center;right:0px; HEIGHT:98px;TOP:55px; position:absolute}
.index_app .featureUL {POSITION: relative;  LIST-STYLE-TYPE: none; MARGIN: 0px; WIDTH: 2800px; FLOAT: left; LEFT: 0px}
.index_app .featureBox {WIDTH:270px; FLOAT:left; HEIGHT:226px; OVERFLOW: hidden; }
.index_app #botton-scroll {Z-INDEX:0; FLOAT: left;}
.index_app #block {Z-INDEX: 0; POSITION: relative;  MARGIN: 0px auto;WIDTH:1065px; HEIGHT:225px;OVERFLOW: hidden;}
.index_app #block .box{WIDTH:255px; FLOAT: left;}
.index_app #block .box img{width:255px; height:191px; display:block;}
.index_app #block .box p{display:block; width:255px; height:35px; line-height:35px; background:#305DC4; text-align:center; color:#FFFFFF;}
.index_app #block .box p:hover{background:#FF5001;cursor:pointer;}

/*关于*/
.index_about_bg{margin:50px auto; width:100%; background:url(about_bg.jpg) center no-repeat;padding:20px 0;min-width:1200px; height:642px;}
.index_about_title{width:560px;margin:30px auto; background:url(p_title_bg.png) bottom center no-repeat; text-align:center; color:#ff5001; padding-bottom:30px;}
.index_about_title h1{font-size:45px;font-family:Arial, Helvetica, sans-serif; display:block;font-weight:normal; text-transform:uppercase;}
.index_about_title h2{font-size:28px; display:block;font-weight:normal;}
.index_about_contect{margin:0 auto; width:1200px;}
.index_about_contect .a_contect{width:640px; display:block; float:right;}
.index_about_contect .a_contect p{display:block; line-height:27px; font-size:15px;}
.index_about_contect .a_contect a{width:165px; height:55px; background:#305DC4; text-align:center; color:#FFFFFF; display:block; line-height:55px; margin-top:10px;}
.index_about_contect .a_contect a:hover{color:#fff; background:#FF5001;}
.index_about_contect img{float:left; display:block; margin-top:10px;}

.index_Certifications{margin:0 auto; width:1200px;}
.index_Certifications img{border: 1px solid #ccc;padding: 2px; margin-left:10px;}
.index_Certifications img:hover{border: 1px solid #305DC4;}
.index_Certifications .t{line-height:35px;}

/*推荐产品*/
.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:49px; display: block; background: url(left.png) left center;left:0px; HEIGHT:98px; TOP:55px; position:absolute}
.index_Recommended #feature .next {TEXT-INDENT: -9999px; WIDTH:49px; display: block; background: url(right.png) right center;right:0px; HEIGHT:98px;TOP:55px; position:absolute}
.index_Recommended .featureUL {POSITION: relative;  LIST-STYLE-TYPE: none; MARGIN: 0px; WIDTH: 2800px; FLOAT: left; LEFT: 0px}
.index_Recommended .featureBox {WIDTH:270px; 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:1065px; OVERFLOW: hidden;}
.index_Recommended #block .box{WIDTH:255px; FLOAT: left;}
.index_Recommended #block .box img{width:250px; height:250px; display:block; border:solid 1px #CCC;}
.index_Recommended #block .box img:hover{width:250px; height:250px; display:block; border:solid 1px #305DC4;}
.index_Recommended #block .box p{display:block; width:250px; height:35px; line-height:35px; text-align:center;}



/*新闻*/
.index_news{float:left; width:635px;}
.index_news .c_contcet{display:block;}
.index_news .c_contcet dl {width:635px; float:left; display:block;}
.index_news .c_contcet dl dt{width:90px; height:90px; float:left; display:block; font-family:Arial, Helvetica, sans-serif; border:solid 1px #ccc; font-size:60px; color:#666; text-align:center; line-height:90px; margin:10px 0px;}
.index_news .c_contcet dl dd{float:right; width:500px; display:block; margin-right:20px; margin-top:20px;}
.index_news .c_contcet dl dd h1{font-size:16px; display:block;}
.index_news .c_contcet dl dd h2{font-weight:normal; font-size:14px; display:block;}
.index_news .c_contcet dl dd p{display:block; margin-top:8px;}

.index_t_news{float:right; width:540px;}
.index_t_news img{display:block; width:540px; height:245px;}
.index_t_news h1{display:block; font-size:18px; font-weight:normal; height:50px; line-height:50px;}
.index_t_news p{display:block; line-height:25px;}
.index_t_news .n_more a{width:165px; height:55px; background:#305DC4; text-align:center; font-size:16px; color:#FFFFFF; display:block; line-height:55px; margin-top:10px;}
.index_t_news .n_more a:hover{color:#fff; background:#FF5001;}

.n_banner{margin:0 auto; width:100%; height:250px; background:url(n_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;}

/*内页内容*/
.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:#305DC4; line-height:40px; background:url(ico.gif) left no-repeat;}
.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:#305DC4; color:#FFFFFF;border-radius:30px 0px 0 0; -moz-border-radius:30px 0px 0 0; -webkit-border-radius:30px 0 0 0;}
.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:#305DC4; color:#FFFFFF;}
.list_left .currclass a{background:#305DC4; 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: 1px solid #ccc;padding: 2px;}
.list_right_contact img:hover{border: 1px solid #305DC4;}
.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;}


/*产品分类*/

.suckerdiv{float:left; width:210px;}
.suckerdiv .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#305DC4; color:#FFFFFF;border-radius:30px 0px 0 0; -moz-border-radius:30px 0px 0 0; -webkit-border-radius:30px 0 0 0; margin-bottom:2px;}
.suckerdiv ul{margin: 0;padding: 0;list-style-type: none;width:210px;}
.suckerdiv ul li{position: relative;}
.suckerdiv ul li ul{width:210px;top: 0; z-index:999999}
.suckerdiv ul li ul li ul{left:210px; /* Parent menu width - 1*/}
.suckerdiv ul li a{display: block;color: black;text-decoration: none;background:#f2f2f2;height:40px; line-height:40px; text-align:center;font-size:14px; border-bottom:solid 2px #FFF;}
.suckerdiv ul li a:visited{color: black;}
.suckerdiv ul li a:hover{background:#305DC4; color:#fff; font-weight:bold;}
.suckerdiv .subfolderstyle{background:url(arrow-list.gif) no-repeat 180px center #f2f2f2;}
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }

.suckerdiv .class_er{width:210px; margin-bottom:10px;}
.suckerdiv .class_er li a{display: block;color: black;text-decoration: none; background:#fefefe;height:35px; line-height:35px; text-align:center;font-size:14px; border-bottom: dotted 1px #ccc;}


/*产品搜索*/
.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:16px; text-align:left;}
.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;}

/*图片放大镜样式*/
.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:81px;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:#305DC4; 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;}

/*在线留言*/
.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:#22499E;color:#FFFFFF;min-width:1200px; margin-top:50px;}
.footer a{color: #fff;}
.footer a:hover{color:#FFFF00;}
.xia_nav{width:100%; height:60px; border-bottom:solid 1px #FFFFFF; text-align:center; line-height:60px; font-size:16px;}
.xia_nav a{padding:0 10px;}
.foot{width:1200px;margin:0 auto ;}
.foot .code{float:left; display:block; text-align:center; padding-top:15px;}
.foot .code p{font-size:16px; display:block;}
.foot_left{width:680px;float:left; margin-left:30px; border-right:solid 1px #FFF; border-left:solid 1px #fff; margin-top:15px; padding-left:20px;}
.foot_left h1{display:block; font-size:18px;}
.foot_left .x_class{display:block; padding-top:10px;}
.foot_left .x_class h2{font-size:16px; margin:15px 0; display:block;}
.foot_left .x_class a{margin-right:10px;}
.foot_contact{float:right; width:330px; margin-top:15px;}
.foot_contact h1{display:block; font-size:18px;}
.foot_contact p{display:block; background:url(x_ico.png) left top no-repeat; padding-left:30px; margin-top:10px; font-size:15px; line-height:30px;}
.Copyright{margin:0 auto; width:100%; height:55px; text-align:center; line-height:55px; background:#003680; min-width:1200px; margin-top:30px;}
