@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#333;}
a{color:#333;text-decoration:none;}
a:hover{color:#076CE0; 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:40px; line-height:40px; background:#f2f2f2; min-width:1200px;}
.top_bg .t_title{float:left; display:block;}
.top_bg .lanage{display:block;float:right;}
.head{margin:0 auto; width:1200px; height:120px;}
.head .logo{float:left;display:block; margin-top:10px;}
.head .tel{float:right; display:block; font-size:16px; margin-top:40px; background:url(tel.gif) left 8px no-repeat; padding-left:36px;}
.head .tel span{font-size:22px; color:#076CE0; }
.head .n_title{display:block; float:right; font-size:28px; color:#FF3300; font-weight:bold; margin-top:5px;}


/*导航*/
#nav{width:100%; margin: 0 auto; height:50px; background:#076CE0; 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:150px; text-align:center; font-size:16px; color:#FFFFFF; font-weight:bold;}
#nav_menu li a:hover{color:#fff; background:#F67018;}
.nav_menu-item{display:block;}
.navhover a{color:#fff !important; font-weight:bold; background:#F67018;}
#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:#076CE0;color:#fff !important; font-weight:normal;border-left:none !important; border-bottom:solid 1px #fff;}
#nav_menu li ul li a:hover{background:#F67018; color:#FFFFFF !important;}

#nav_menu .cp_02{margin:0;padding: 0;position: absolute;visibility: hidden; z-index:99;}
#nav_menu .cp_02 li{float: none;display: inline}
#nav_menu .cp_02 li a{display:block;height:35px;line-height:35px; width:245px; font-size:14px; background:#076CE0;color:#fff !important; font-weight:normal;border-left:none !important; border-bottom:solid 1px #fff;}
#nav_menu .cp_02 li a:hover{background:#F67018; color:#FFFFFF !important;}



/*动画*/
.slide-main{height:500px;position:relative; min-width:1200px; width:100%; background:#076CE0;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:420px;left:0;text-align:center;}
.item a{display:inline-block;width:24px;height:8px;margin-right:11px;background:#333;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#076CE0;}
.slide-box,.slide{display:block;width:100%;height:500px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:500px;background:#076CE0;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;}
.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:10px;margin-left:-930px;}
.obj-b{top:80px;margin-left:-300px;}
.obj-c{display:block;top:120px;margin-left:-600px;}
.obj-d{top:10px;margin-left:0px;}
.obj-e{margin-left:-580px; top:20px;z-index:12;}
.obj-f{top:170px;margin-left:-320px;}
.obj-g{top:10px;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_search{margin:0 auto; width:100%; height:50px; background:url(s_bg.png); position:absolute; z-index:999999; bottom:0px; color:#fff;}
.index_search a{color:#FFFFFF;}
.index_search a:hover{color:#F67018;}
.index_search .hot{width:125px; text-align:center; line-height:48px; font-size:16px; font-weight:bold;}
.index_search .key{display:block; line-height:48px;}
.index_search .key a{margin:0 8px;}
.index_search .search_f{width:280px;border:solid 1px #fff; height:31px; margin-top:10px;}
.index_search .search_f .l_contact{width:242px; float:left;}
.index_search .text_input {height:31px;line-height:31px; border:none; width:242px; background:none; color:#FFFFFF; padding-left:5px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.index_search .so{width:32px; height:31px; display:block;}

/*产品*/
.index_product_title{margin:50px auto; width:1200px; height:40px; background:url(p_bg.gif) center repeat-x;}
.index_product_title h1{font-size:26px; font-weight:normal;margin:0 auto; width:200px; height:40px; line-height:40px; background:#FFFFFF;text-align:center;}

.index_product_class{margin:0 auto; width:1200px;}
.index_product_class li{float:left; margin-left:15px; color:#FFFFFF;}
.index_product_class li a{height:40px; display:block; padding:0 15px; line-height:40px; display:block; text-align:center; font-size:16px;}
.index_product_class li a:hover{background:#076CE0; color:#fff;}
.index_product_listpic{margin:0 auto; width:1200px; padding-top:40px;}
.index_product_listpic img{border:solid 1px #CCC; padding:1px;}
.index_product_listpic img:hover{border:solid 1px #076CE0;}
.index_product_listpic .t{line-height:45px; font-size:16px;}

/*广告*/
.index_ads{margin:0 auto; width:100%; height:148px; background:url(z_ads.jpg) center no-repeat; margin-top:30px;}
.index_ads .title{float:left; font-size:18px; color:#FFF; display:block; margin-top:50px; line-height:25px;}
.index_ads .tel{float:left; display:block; height:45px; background:url(tel.png) left no-repeat; color:#FFFFFF; padding-left:50px; line-height:45px; font-size:16px; margin-top:55px; margin-left:10px;}
.index_ads .tel span{font-size:20px;}

/*优势*/
.index_youshi_title{display:block; text-align:center; font-size:40px; color:#076CDE; margin-top:30px;}

.index_youshi{width:540px; display:block; margin-top:40px;}
.index_youshi dl{float:left; width:540px; margin-top:20px;}
.index_youshi dl dd{display:block; border-bottom:dotted 1px #989898; height:75px;}
.index_youshi dl dd p{display:block; float:left; width:59px; height:55px; margin-top:5px; font-size:36px; font-weight:bold; font-style:italic; background:url(yoshi_ico.png) no-repeat; color:#fff; line-height:55px; text-align:center; font-family:Arial, Helvetica, sans-serif;}
.index_youshi dl dd .title{float:left; margin-left:15px;}
.index_youshi dl dd .title h1{font-size:20px; display:block;line-height:70px;}
.index_youshi dl dt{display:block; line-height:25px; color:#545454; margin-top:10px;}

/*关于*/
.index_about_bg{margin:50px auto; width:100%;background:#F2F2F2;padding:50px 0;min-width:1200px;}

.index_about_contect{margin:0 auto; width:1200px;}
.index_about_contect .a_contect{width:620px; display:block; float:right;}
.index_about_contect .a_contect h1{font-size:30px; font-weight:normal; display:block;}
.index_about_contect .a_contect p{display:block; margin-top:5px; line-height:28px; font-size:15px;}
.index_about_contect .a_contect .more a{width:155px; height:55px; background:#076CE0; display:block; margin-top:20px; color:#FFFFFF;}
.index_about_contect .a_contect .more a:hover{background:#F90; color:#FFFFFF; transition:1s;}
.index_about_contect .a_contect .more em{width:93px; height:55px; display:block; line-height:55px; border-right:solid 2px #FFF; float:left; text-align:center;}
.index_about_contect .a_contect .more i{width:60px; height:55px; float:right; font-size:24px; text-align:center; line-height:55px; font-family:Arial, Helvetica, sans-serif;}
.index_about_contect img{float:left; display:block; border:solid 3px #076CE0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-top:5px;}

/*新闻+问题*/
.index_news{float:left; width:770px;}
.index_news .n_title{display:block;width:770px;}
.index_news .n_title p{display:block; font-size:22px; float:left;}
.index_news .n_title .n_more{float:right; display:block; margin-top:5px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

.index_news_t{display:block; margin-top:20px;}
.index_news_t img{width:240px; height:180px; border:solid 1px #CCC; float:left; display:block;}
.index_news_t .r_contact{float:right; width:500px; margin-top:10px;}
.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;word-wrap: break-word;}
.index_news_b{display:block; margin-top:20px; font-size:16px;}



.index_faq{float:right; width:380px;}
.index_faq .v_title{display:block;width:380px;}
.index_faq .v_title p{display:block; font-size:22px; float:left;}
.index_faq .v_title .n_more{float:right; display:block; margin-top:5px;font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.index_faq .v_contect{display:block; margin-top:20px; width:385px;}
.index_faq .v_contect dl{border-bottom:dotted 1px #CCC; display:block; float:left; padding-bottom:8px; margin-bottom:10px;}
.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;word-wrap: break-word; width:385px;}

.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; line-height:56px; font-size:14px;}
.ListNav li a { display:block; padding:0 5px; }
.ListNav li a:hover{ color:#fff; background:#076CE0;}
.ListNav .currclass a{color:#fff; background:#076CE0;}

/*内页内容*/
.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:#076CE0; 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:#076CE0; 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;white-space:nowrap; overflow:hidden;}
.list_left li a:hover{display:block; background:#076CE0; color:#FFFFFF;}
.list_left .currclass a{background:#076CE0; 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 #076CE0;}
.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:block;}

/*产品搜索*/
.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-weight:bold;}
.products_show_1 {PADDING-TOP: 15px; display:block;}
.show_left {FLOAT: left; width:450px;}
.show_right {WIDTH:450px; FLOAT: right;}
.show_right UL {}
.show_right UL LI {LINE-HEIGHT:35px; OVERFLOW: hidden; display:block;}
.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:450px; height:300px; max-width:450px; max-height:300px; border:solid 1px #eee;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:450px;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:450px;}
.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:408px;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:66px;height:50px;}
.spec-scroll .items ul li img:hover{border:1px solid #FF6600;padding:1px;}

#list_product{display:block}
#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_content{display:block; clear:both;}
#list_product_content .title{font-size:18px; display:block; text-align:center; font-weight:bold;border-bottom: dotted 1px #ddd; height:45px; line-height:45px;}
#list_product_content .contact{display:block; line-height:30px;}
#list_product_content .contact img{max-width:1170px; display:block;}
#list_product_content #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;}


/*分页*/
#fenye{clear:both; margin:20px 20px 0 0;}
#fenye .prev_h,#fenye .next_h{text-align:center;line-height:20px; padding:0 5px;}
#fenye a.curr{width:25px;background:#076CE0; 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:Arial, Helvetica, sans-serif}
.feedback .line .textArea{border:1px solid #ccc;color:#999;font-size:12px;padding:10px 18px;width:714px;height:124px;margin:0px; font-family:Arial, Helvetica, sans-serif;}
.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;
	} 



/*右边浮动*/
.fixed{position:fixed;bottom:0px;right:0px;width:45px; z-index:9999999}
.fixed .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#076CE0;line-height: 45px;margin-top:1px;}
.fixed .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.fixed .child:hover{width:110px;background: #000;}
.fixed .child img{position:absolute;top:0px;left:0px;}
.fixed .child p{position: absolute;left:45px;color:#fff;}

.fixed .fixedfav{bottom:184px;}
.fixed .fixedQQ{bottom:92px;}
.fixed .fixedone{bottom:92px;}
.fixed .fixedCall{bottom:46px;}
.fixed .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#b2b2b2;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;}
.fixed .fixedTop p {background:url(pointer_circle.png) no-repeat;width:25px; height:25px;margin:10px 0 0 10px; background-size:100%;}
.fixed .fixedTop .fixedTopPointer{position:absolute;top:-7px;left:14px;}
.fixed .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#076CE0;line-height:55px;margin-top:1px;}
.fixed .fixedCode img {width:27px;margin:0px 0 0 9px}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:45px; z-index:9999}
.fixedCodeInfo .fixedCode {margin:6px 0 0 8px;  height:120px;width:120px;}	

/*底部*/	
.footer{margin:0 auto; width:100%; background:#076CE0;color:#FFFFFF; line-height:60px; min-width:1200px; margin-top:40px; text-align:center;}
.footer a{color: #fff;}
.footer a:hover{color:#FFFF00;}
