﻿@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:"Microsoft YaHei"; color:#000;}
a{color:#000;text-decoration:none;}
a:hover{color:#084DEB; text-decoration:none;}
a img{border:none;} 
div,ul,li,p,form,h1,h2,h3,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; margin-left:10px; height:28px;}
.main_width{width:1200px; margin:0 auto;}

/*头部*/
.head{margin:0 auto;height:205px; width:100%;background: url(bg.jpg) repeat-x;min-width: 1200px;}
.head_width{width: 1200px;margin: 0 auto;}
.head_title{height: 30px;line-height: 30px;}
.head_logo{height:130px;}
.logo_left{float: left;}
.logo_left img{float: left; margin-top:25px;}
.logo_left p{float: left;line-height: 128px;font-size:19px;margin-left: 10px;}
.logo_left i{font-size: 23px;color: #ff0000;margin-right: 6px; font-weight:bold;}
.logo_right{float: right;font-size: 16px;margin-top:30px;}
.logo_right span{color: #ff0000;font-size: 22px;}

/*导航*/
#nav{width: 100%;height: 45px;line-height: 45px;}
#nav_menu{width: 1200px;margin: 0 auto;}
#nav_menu li{float:left;}
#nav_menu li a{display: block;width:171px; text-align:center; font-size:16px;color: #fff;}
#nav_menu li a:hover{background: url(li_hover.png) no-repeat;color:#0657a8;}
.nav_menu-item{display:block;}
#nav_menu li ul{margin:0;padding: 0;position: absolute;	visibility: hidden;	border-top: 1px solid white; z-index:99;}
#nav_menu li ul li{float: none;display: inline;border: none;}
#nav_menu li ul li a{width:171px; height:38px; line-height:38px; background:#06163A;color:#fff; border-bottom:solid 1px #FFF;overflow: hidden;}
#nav_menu li ul li a:hover{background:#084DEB!important;color: #fff;}

#nav_menu .navhover a{color: #212121;background: url(li_hover.png) no-repeat;}
#nav_menu .navhover ul li a{color: #fff;background: #06163a;}

/*动画*/
.slide-main{height:500px;position:relative; min-width:1200px; width:100%;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:463px;left:0;text-align:center;}
.item a{display:inline-block;width:24px;height:5px;margin-right:11px;background:#333;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#0046A2;}
.slide-box,.slide{display:block;width:100%;height:500px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:500px;background:#ff6900;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{position:absolute;z-index:9;left:50%;}
.obj-a{margin-left:-600px;top:25px;}
.obj-b{top:158px; margin-left:100px;}
.obj-c{display:block;height:370px;top:59px;margin-left:-602px;}
.obj-d{top:30px;margin-left:6px;}
.obj-e{top:90px;margin-left:-500px;}
.obj-f{top:35px;margin-left:0px;}
.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{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%;} }

/*大盒子*/
.box{width: 100%;height: 100%;background: #F5F4F4 url(bg2.png) no-repeat top;overflow: hidden;min-width: 1200px;}
.box_width{width: 1200px;margin: 0 auto;}

/*产品中心*/
.product{text-align: center;margin-top: 63px;}
.product h2{font-weight: normal;font-size: 26px;margin-bottom: 32px;}
.pro_nav{margin-bottom: 42px;}
.pro_nav a{display: inline-block;width: 135px;height:38px; font-size:18px;line-height:38px;background: #06163a;text-align: center;color: #fff;margin-left: 64px;}
.pro_nav a:first-child{margin-left: 0;}
.pro_nav a:hover{background:#084DEB;}
.product .t{width: 280px;margin: 0 auto;height:35px;line-height:35px; font-size:16px;background: #e3e3e3;}
.product .t a{display: block;}
.product .t a:hover{background:#084DEB; color:#FFFFFF;}
/*优势*/
.Advantage .ad{background: url(li_bg.png) bottom center no-repeat;overflow: hidden;padding-bottom: 38px;}
.ad_title{text-align: center;color:#06163A;font-size:36px;margin-bottom: 60px; font-weight:bold;}
.ad_title em{font-size:52px;font-weight:bold;}
.ad_title span{display: block;font-size: 24px;color: #000; font-weight:normal;}
.ad_left{width: 600px;float: left;}
.ad_title2 em{width: 79px;height: 79px;line-height: 79px;text-align: center;color: #fff;float: left;background: url(li.png) no-repeat;font-size:30px; font-weight:bold;}
.ad_title2 p{float: left;margin-left:15px;margin-top: 10px;font-size: 26px;}
.ad_title2 p span{display: block;font-size: 12px;color: #000;}
.Advantage li dd .ad_title2{overflow: hidden;margin-bottom: 10px;}
.Advantage li dd li{background: url(dd_img.png) no-repeat 74px;padding-left: 93px;line-height: 33px; font-size:16px;}
.ad_left dd{margin-top: 38px;}
.ad_left dd:first-child{margin-top: 0;}
.ad02{margin-top: 24px;}
.ad02 .ad_left{float: right;}
.ad01 .ad_right img{float:right;}
/*关于我们*/
.about_title{text-align: center;font-size: 32px;background: url(about_title.png) no-repeat center 21px;line-height: 40px;margin-top: 53px;}
.about_title p{font-size: 16px;line-height: 32px;}
.about_title span{font-size: 14px;display: block;line-height: 22px;}
.about{width: 1200px;margin: 35px auto 0;overflow: hidden;}
.about img{float: left;margin-right: 23px;}
.about span{font-size: 16px;line-height: 28px;width: 677px;float: left;}
.about em a{font-size: 16px;color: #fff;display: block;width: 134px;height: 33px;line-height: 33px;float: left;background: #06163a;text-align: center;margin-top: 48px;}
.about em a:hover{background:#084DEB;}


/*新闻中心*/
.new{width: 1200px;margin: 70px auto 55px;height: 287px;}
.new .new_left{width: 768px;border-right: 1px solid #eaeaea;overflow: hidden;padding-right: 30px;float: left;}
.new .new_left h2{font-weight: normal;font-size: 18px;color: #0052b9;background: url(new_title.jpg) no-repeat left bottom;padding-bottom: 5px;}
.new .new_left h2 em{font-size: 16px;}
.new_left .new_text{margin-top: 21px;}
.new_left .new_text img{float:left; width:310px; height:217px; display:block;}
.new_left .new_text_right{float: right;width: 430px;}
.new_left .new_text_right a{font-size:16px;}

.new_right{width: 370px;float: right;}
.wu_cjwt em{font-size: 18px;color: #e40001;background: url(wq.png) no-repeat left;height: 36px;display: block;line-height: 38px;padding-left: 48px;margin-bottom: 24px;}
.wu_cjwt ul li h2{background:url(w.png) no-repeat; padding-left:27px; padding-bottom:10px; font-size:16px; font-weight:normal;}
.wu_cjwt ul li h2 a:hover{color: #084DEB;}
.wu_cjwt ul li p{background:url(d.png) no-repeat; padding-left:27px; font-size:14px; }
.wu_cjwt ul li{ padding-bottom:12px; padding-top:12px;border-bottom:1px dashed #666666;}


/*底部*/
.footer{margin:0 auto; width:100%; background:#06163a; height:188px; min-width:1200px;color: #fff;padding-top: 30px;}
.foot_left{float: left;line-height: 42px;margin-top: 16px;}
.foot{width: 1200px;margin: 0 auto ;}
.foot img{float: right;}
.foot a{color: #fff;}
.foot a:hover{text-decoration: none; color:#084DEB;}
.foot span{float: right;text-align: center;margin-top: 10px;font-size: 16px;line-height: 30px;}


/*产品搜索*/
.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;text-align:center;}
.multipage #fenye{margin: 0 auto;width: 1100px}
.serch_product{display:block; margin-top:20px;}


#suckertree1 li ul li a{background: #f2f2f2;}
#suckertree1 li ul li a:hover{background: #06163a;}
.suckerdiv{float:left; width:210px;}
.suckerdiv .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#06163a; color:#FFFFFF;border-radius:30px 0px 0 0; -moz-border-radius:30px 0px 0 0; -webkit-border-radius:30px 0 0 0;}
.suckerdiv ul{margin: 0;padding: 0;list-style-type: none;width:210px;}
.suckerdiv ul li{position: relative;}
.suckerdiv ul li ul{left:210px; position: absolute;width:210px;top: -2px;display: none;z-index: 99999;}
.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; margin-top:2px; font-size:14px; text-align:center;}
.suckerdiv ul li ul li a{margin-top: 0;}
.suckerdiv ul li a:visited{color: black;}
.suckerdiv ul li a:hover{background:#06163a; color:#fff; font-weight:bold;}
.suckerdiv .subfolderstyle{background:url(arrow-list.gif) no-repeat 10px center #f2f2f2;}
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%;}

/*内页分类*/
.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:53px; margin:0 15px; line-height:53px; font-size:16px;}
.ListNav li a { display:block; padding:0 20px; }
.ListNav li a:hover{ color:#005AB5; border-bottom:2px solid #005AB5; }
.ListNav .currclass a{color:#005AB5; border-bottom:2px solid #005AB5; font-weight:bold;}

.list_left{float:left; width:210px;}
.list_left .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#06163a; color:#FFFFFF;border-radius:30px 0px 0 0; -moz-border-radius:30px 0px 0 0; -webkit-border-radius:30px 0px 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;}
.list_left li a:hover{display:block; background:#06163a; color:#FFFFFF;}
.list_left .currclass a{background:#06163a; color:#fff; font-weight:bold;}

.list_right{float:right; width:930px; border-left:dotted 1px #CCC; padding-left:15px;}
.list_right_contact{display:block; margin-top:20px; line-height:30px;}
.list_right_contact img{max-width:930px;padding: 2px;}

.n_banner{margin:0 auto; width:100%; height:250px; background:url(n_banner.jpg) center no-repeat;}

/*内页内容*/
.mainContent{margin:0 auto; width:1170px; background:#fefefe; border-radius:6px 6px 0 0; -moz-border-radius:6px 6px 0 0; -webkit-border-radius:6px 6px 0 0; box-shadow:0px 0px 1px #999; padding:15px; margin-top:20px;}
.content{display:block; height:40px; border-bottom:dotted 1px #ddd;}
.content .title{padding-left:13px; float:left; font-size:16px; color:#06163a; line-height:40px; background:url(n_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_contact_img{display:block; margin-top:20px;}
.list_contact_img img{border:solid 1px #CCC; padding:2px;}
.list_contact_img img:hover{border:solid 1px #06163a;}
.list_contact_img .t{line-height:35px;}

.list_case{display:block; margin-top:20px;}
.list_case li{float:left; width:360px; height:270px; position:relative; margin:20px 0 0 20px;}
.list_case li a{width:360px; display:block; height:40px; background:url(ico_bg.png); line-height:40px; text-align:center; color:#FFFFFF; position:absolute; bottom:0px; font-size:18px;}
.list_case li a:hover{background:#005AB5; color:#FFFFFF;}

.list_news{display:block; margin-top:10px;}
.list_news li{float:left; width:360px; display:block; margin:15px 15px 0 15px;}
.list_news li:hover{background:#f9f9f9;}
.list_news li img{ width:360px; height:205px;}
.list_news li h1{font-size:18px; text-align:center; font-weight:normal; margin:7px 0}
.list_news li span{display:block; text-align:center; color:#005AB5;}
.list_news li p{display:block; color:#888888; line-height:25px; padding:10px;}


/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:500px; height:377px; max-width:500px; max-height:377px; border:solid 1px #CCCCCC;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0;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:550px;}
.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:464px;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:85px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:1px;width:75px;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_content{width:1170px; 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:1160px;}
#list_product_content #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;}
.imglist img{width: 500px;height: 375px;}

.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;}

/*分页*/
#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:#06163a; 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:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
#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;
	} 



/*右边浮动*/
.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:#003F7D;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;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.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:-5px;left:14px;}
.fixed .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#003F7D;line-height:55px;margin-top:1px;}
.fixed .fixedCode img {width:27px;margin:0px 0 0 9px}

.fixed .fixedCode2{bottom:0;cursor:pointer;width:45px;height:45px;background:#003F7D;line-height:55px;margin-top:1px;}
.fixed .fixedCode2 img {width:27px;margin:0px 0 0 9px}

.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:45px;background:#fff; background:url(wx.jpg) no-repeat;width:112px; height:140px;}
.fixedCodeInfo .fixedCode {margin:6px 0 0 8px;  height:100px;width:100px;}	
	
