@charset "utf-8";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
------------------------------------------------------------------------------------------------------ */

/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:"微软雅黑","Arial"; color:#666;}
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:13px;}
body{ background:#fff;}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}
h2 { font-size: 2em;  margin:0; padding:0;}
h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}
h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}
h5 { font-size: 1em;  margin:0; padding:0;}
h6 { font-size: 1em; }

/* 页面基本元素
-------------------------------------------------------------- */

/* 链接样式 */
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }

/* 层浮动 */
.left { float: left; }
.right{ float: right; }
.center { margin: 0 auto; }

/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }

* html,* html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}


/* 头部
-------------------------------------------------------------- */

.header { margin: 0 auto;width:100%;  }
.nhead { width:1200px; margin:0 auto; height:106px;}
.logo { float:left; height:106px; width:307px;}
.logo a{ display:block; width:100%; height:100%; overflow:hidden; }
.logo a img{ margin-top:36px;}
.yhead { float:right; width:882px; height:106px;}
.yhead form{ width:355px; padding-top:15px; float:right;}
.yhead form .snr{ width:165px;  outline:none; height:24px; border:none; padding:0; padding-left:10px; border-right:1px solid #f3f1ed; background:#ebebeb; float:left; line-height:24px;}
.yhead form .sbt{ float:left; width:24px; height:24px; border:0; background:url(../images/sbt.jpg) no-repeat center center; }
.yhead form span{ width:137px;  display:block; float:right; height:22px; line-height:22px; border:1px solid #e4e4e4; color:#b9b9b9;}
.yhead form span a{ color:#666; font-size:13px; padding:6px;}
.yhead form span a.on{ color:#00479d;}
.yhead .yj{ width:100%; height:65px; line-height:65px; position:relative;}
.yhead .yjli{ float:left; margin-left:37.5px; line-height:65px; text-align:right; }
.yhead .yjli .nav_cell{ display: inline-table;font-size:15px; color:#666; line-height:60px; height:60px;}
.yhead .yjli:hover .nav_cell{ border-bottom:5px solid #00479d;}

.nav_lev{background:#fff none repeat;box-shadow:0 2px 8px rgba(0, 0, 0, 0.2);overflow:hidden;position:absolute; z-index:999;right:0;top:65px;width:755px; display:none;}
.yhead .yjli:hover .nav_lev{ display:block;}

.navtoplev1{right:-1px;}
.nav_lev .shadow{bottom:auto;top:0;}
.percent30{width:20%;}
.percent70{width:80%;}
.nav_lev .cont{padding:30px 0px 0px;}
.nav_lev .cont p{font-size:13px; text-align:left; width:90%; padding-top:10px; line-height:25px; padding-bottom:15px;}
.picshow{width:90%;height:180px;}

.nav_block{bottom:0;height:2px;left:0;overflow:hidden;width:100%;z-index:-1;}
.nav_line{background:url("../images/navline.png") repeat;bottom:0;height:4px;left:0;overflow:hidden;width:100%;}
.nav .hover .nav_lev2{display:block;}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.p20{padding:20px;}
.p20 li{ text-align: left; height:35px; line-height:35px;border-bottom: 1px solid #ccc;   }

/*定位*/
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}

/*banner
---------------------------------------*/
.nybanner{ width:100%; height:273px; margin:0 auto;}
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 442px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 442px;
	display: block;
}

/* 尾部
-------------------------------------------------------------- */
.footer { margin:0 auto; width:100%; background:url(../images/footerbj.jpg) repeat-x top; overflow:hidden; background-color:#6D6D6D;}
.foots{ height:55px; width:1200px; margin:0 auto; line-height:55px;}
.foots .left{ width:700px; padding-top:12px; height:43px;}
.foots .left ul{ background:url(../images/footxl.png) no-repeat left center; position:relative; float:left; width:261px; height:31px;}
.foots .left ul li{ cursor:pointer; width:241px; padding-left:20px; line-height:31px; height:31px; background:#fff; display:none;}
.foots .left ul li span{ width:31px; height:31px; background:url(../images/footxl.png) no-repeat right center; display:block; position:absolute; right:0; top:0; }
.foots .left span{ color:#00479d; font-size:13px; line-height:36px; padding-left:15px;}
.foots .left span a{color:#00479d; }
.foots .left ul li.frist{ display:block; background: none;}

.foots .right{ width:240px; line-height:55px; font-size:13px; color:#666; overflow:hidden;}
.foots .right span{line-height:55px; font-size:13px; color:#666; float:left;}
.foots .right a{ display: block; float:left; width:28px; height:20px; margin-top:16px;}
.foots .aa{ background: url(../images/fxda0.png) no-repeat center bottom}
.foots .ab{ background: url(../images/fxda1.png) no-repeat center bottom}
.foots .ac{ background: url(../images/fxda2.png) no-repeat center bottom}
.foots .ad{ background: url(../images/fxda3.png) no-repeat center bottom}
.foots .ae{ background: url(../images/fxda4.png) no-repeat center bottom}
.foots .af{ background: url(../images/fxda5.png) no-repeat center bottom}
.foots .aa:hover{ background: url(../images/fxd0.png) no-repeat center bottom}
.foots .ab:hover{ background: url(../images/fxd1.png) no-repeat center bottom}
.foots .ac:hover{ background: url(../images/fxd2.png) no-repeat center bottom}
.foots .ad:hover{ background: url(../images/fxd3.png) no-repeat center bottom}
.foots .ae:hover{ background: url(../images/fxd4.png) no-repeat center bottom}
.foots .af:hover{ background: url(../images/fxd5.png) no-repeat center bottom}
.footx{ width:1200px; margin:0 auto; padding-top:25px;}
.footx ul{ border-bottom:1px solid #fff; padding-bottom:20px;}
.footx ul li{ float:left; text-align:center;}
.footx ul li .dyg{ border-right:1px solid #8a8a8a; text-align:left; margin-bottom:5px;   font-weight:bold;  font-size:16px; color:#fff;}
.footx ul li a{ display:block; text-align:left; line-height:24px; padding-right:50px; padding-left:50px; font-size:14px; color:#b0b0b0;}
.footx ul li span{ display:block; padding-left:70px; line-height:24px; text-align:left; color:#b0b0b0;}
.footd{ width:1200px; margin:0 auto; padding-top:25px;}
.footd p{ width:700px; line-height:24px; font-size:13px; color:#b0b0b0;}
.footd p a{ line-height:24px; font-size:13px; color:#b0b0b0;}
.footd .right{ width:68px;}
.footd .right { font-size:12x;color:#b0b0b0; line-height:24px;}
/* 主体内容开始
-------------------------------------------------------------- */

.page { margin: 0 auto; width:100%; height: auto; }
.content{ width:100%; overflow:hidden;background:#F6F6F6;}
.content a:hover{color:#00479D;}


#pages{padding-top:5px; margin:0 auto; padding:25px 0; }
#pages a{border: 1px solid #DDD;color: #333;margin: 2px;padding: 2px 5px;text-decoration: none;font-size:13px;}
#pages a:hover{border: 1px solid #DDD;color: #333;margin: 2px;padding: 2px 5px;text-decoration: none;background: #195091;color:#FFF;font-size:13px;}
#pages span {background: #195091;border: 1px solid gainsboro;color: white;font-weight: bold;margin: 2px;padding: 2px 5px;font-size:12px;}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/* 主页
-------------------------------------------------------------- */
.banxin{ width:1200px; margin:0 auto;}
.ctn_1{ width:100%; height:335px;}
.lm{ width:100%; position:relative; height:110px;}
.lm .gd{ width:27px; height:27px; display:block; position:absolute; right:0; top:41.5px;}
.lm h3{ width:50%; height:100%; line-height:110px; font-size:30px; font-weight:100; color:#3c3c3c;}
.lm h3 span{ font-size:13px; color:#666; padding-left:13px;}
.ctn_1 .left{ width:700px;  height:225px;}
.ctn_1 .left img{ float:left; margin-right:20px;}
.ctn_1 .left p{ font-size:13px; color:#666; line-height:26px;}
.ctn_1 .left a.view{ width:112xp; height:36px; display:block; margin-top:38px;}
.ctn_1 .right{ width:500px; height:225px;}
.ctn_1 .right ul{ width:444px; float:right;}
.ctn_1 .right ul li{ width:89px; margin:8px 11px; float:left;}
.ctn_1 .right ul li span{ display:block; width:89px; height:89px; }
.ctn_1 .right ul li .span1{background:url(../images/ctnxt1.jpg) no-repeat center center;}
.ctn_1 .right ul li .span2{background:url(../images/ctnxt2.jpg) no-repeat center center;}
.ctn_1 .right ul li .span3{background:url(../images/ctnxt3.jpg) no-repeat center center;}
.ctn_1 .right ul li .span4{background:url(../images/ctnxt4.jpg) no-repeat center center;}
.ctn_1 .right ul li:hover .span1{background:url(../images/ctnxta1.jpg) no-repeat center center;}
.ctn_1 .right ul li:hover .span2{background:url(../images/ctnxta2.jpg) no-repeat center center;}
.ctn_1 .right ul li:hover .span3{background:url(../images/ctnxta3.jpg) no-repeat center center;}
.ctn_1 .right ul li:hover .span4{background:url(../images/ctnxta4.jpg) no-repeat center center;}
.ctn_1 .right ul li p{ line-height:50px; font-size:16px; color:#666; text-align:center;}
.ctn_1 .right ul li:hover p{ color:#1958b5;}
.ctn_2{ width:100%; height:385px; background:#f6f6f6;}
.incp{ width:100%; margin:0 auto;}
.incp li{ width:286px; float:left; height:229px; overflow:hidden; margin-right:18px; position: relative;}
.incp li .ctn2s{ width:100%; height:100%;  background:url(../images/ctn2shbj.png); position:absolute; left:0; top:184px;  text-align:center;}
.ctn2s h2{ height:45px; line-height:45px; font-size:16px; color:#fff; font-weight:100; text-align:center;}
.ctn2s span{ width:100%; display:block; height:2px; background:url(../images/ctn2ssbj.png) no-repeat center center;margin:3px auto 10px;}
.ctn2s p{ width:233px; font-size:13px; height:125px; color:#fff; margin:0 auto 0px; background:url(../images/ctn2sa.png) no-repeat center bottom;}

.ctn_3{ width:100%; height:347px; background:url(../images/ctn_3bj.jpg) no-repeat center top;}
.focus{width:1200px;height:240px;overflow:hidden;position:relative; padding-top:10px;}
.focus ul{height:240px;position:absolute;}
.focus ul li{float:left;height:240px; width:1200px; overflow:hidden;position:relative;}
.focus ul li div{ width:354px;overflow:hidden;}
.focus .btn{position:absolute;width:80px;height:10px;padding:5px 10px;right:0;bottom:20px; left:550px;text-align:center;}
.focus .btn span{display:inline-block;_display:inline;_zoom:1;width:13px;height:13px;_font-size:0;margin-left:5px;cursor:pointer;background:none;border-radius:50%;}
.focus .btn span.on{background:none;}
.focus .pNt{position:absolute; bottom:30px; left:547px; width:75px;}
.focus .preNext{width:14px;height:20px;cursor:pointer;}
.focus .pre{ float:left;background:url(../images/pre.png) no-repeat left center;}
.focus .next{ float:right; background: url(../images/next.png) no-repeat right center;}
.xwxq{ width:354px; float:left; margin-right:45px;}
.xwxq a:hover p { color:#00479d;}
.xwxq h3{ font-size:16px; color:#00479d; font-weight:900; line-height:26px;}
.xwxq h3 span{ color:#afafaf; font-size:13px; font-weight:100; line-height:26px;}
.hzhbin{ width:1015px; margin:35px auto 70px; position:relative; overflow:hidden; height:395px;}
.hzhbin div{ width:188px; height:188px; position:absolute;}
.halga{ top:0; left:1200px; z-index:10}
.halgb{ top:103px; z-index:1; display:none;}
.halgc{ top:208px; left:410px; z-index:5; display:none}
.halg11{ z-index:6; left:1200px;}
.halg3{ z-index:20;}
.halg6{ left:102px;}
.halg7{ left:307px;}
.halg8{ left:512px;}
.halg9{ left:717px;}




/* 小导航
-------------------------------------------------------------- */
.menu { margin: 0 auto; height:auto; width:100%; border-top:1px solid #EEEEEE;}
#con {	FONT-SIZE: 12px; MARGIN: 0px auto; WIDTH:100%}
#tags {margin: 0;padding: 0;}
#tags LI { float: left;list-style: none;border-bottom: none;height:59px;line-height: 59px;width:118px; border-right:1px solid #EEEEEE;text-align: center;display: block;}
#tags LI A {color: #999999; font-size:15px;text-decoration: none;height: 59px;line-height: 59px;}
#tags LI.emptyTag {	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px}
#tags LI.selectTag {color: #333333;display: block;}
#tags LI.selectTag A {color: #333333;}
#tagContent {width:100%;height: auto; overflow: hidden;}
.tagContent {DISPLAY: none;}
#tagContent DIV.selectTag {DISPLAY: block}

.banner { width:100%;}
/*返回顶部*/
.back-top{
	width: 20px;
	height: 75px;
	overflow: hidden;
	position: fixed;
	right: 1%;
	bottom: 2%;
	z-index: 20;
	display: none;
	background: url(../images/top.png) no-repeat;
	cursor: pointer;
}
.back-top.hover{
	background-position: 0 -75px;
}


/* 所有的页面的样式用注释标签标注一下
-------------------------------------------------------------- */
/*产品详情--------------------*/
.bxmain{ width:100%; height:120px; margin:0 auto; background:url(../images/erbj.png) repeat-x top;}
.bxmain span{ display:block; width:1178px; margin:0 auto; padding-left:22px; height:50px; line-height:50px; background:url(../images/wzb.png) no-repeat left center; }
.bxmain ul{ width:1200px; margin:0 auto; height:50px; background: url(../images/erdhbj.jpg) repeat-x top;}
.bxmain ul li{ width:101px; height:50px; float:left; border-right:1px solid #fff;}
.bxmain ul li a{ width:101px; height:50px; display:block; line-height:40px; font-size:14px; color:#666; text-align:center;}

.bxmain ul .on a{ background: url(../images/erdhdqbj.png) no-repeat center top; color:#fff;}
	/*人才理念------------*/
.biaot{ width:1200px; margin:0 auto; font-weight:900; font-size:30px; line-height:55px; color:#3c3c3c; border-bottom:1px solid #d8d8d8;}	
.hxln{ width:858px; margin:95px auto 0; padding-bottom:30px; }
.hxln span{ float:left;}
.hxlntp{ display:block; width:342px; height:298px; }
.hxlnwz{ display:block; width:485px; color:#666; padding-top:30px; padding-left:30px;height:268px;}
.hxlnwz b{ font-size:24px; line-height:36px; font-weight:900; }
.hxlnwz p{ font-size:13px; line-height:24px; }
.hxlnwz p span{ font-size:16px; line-height:36px;}
.rcln{ width:1200px; margin:0 auto 55px;}
.rcln li{ width:399px; border:1px solid #e0e0e0; border-left:0; text-align:center; padding-top:35px; float:left;}
.rcln h3{ width:355px; height:150px; margin:0 auto; text-align:left; font-size:18px; font-weight:bold; color:#666;}
.rcln h3 p{ font-size:13px; color:#666; font-weight:100;}
.rcln img{ margin-bottom:50px;}
/*人才招聘-----------------*/
.zzxz{ width:1200px; height:190px; margin:65px auto;}
.zzxz .left{ width:490px; font-size:24px; color:#3c3c3c;}
.zzxz .left p{ font-size:13px; color:#666; display:block; line-height:24px;}
.zzxz .left p span{ font-size:13px; color:#666; font-weight:bold;}
.zpxq{ width:1200px; margin:0 auto 70px;}

.subNavBox{width:1200px;margin:0 auto 20px;}
.subNav{ width:1200px; height:50px; background-color:#00479d; margin-bottom:20px; }
.subNav a{ font-size:18px; color:#fff;}
.subNav:hover{ background:#ececec;}
.navContent{ width:1140px; padding:0 30px; padding-top:20px; padding-bottom:20px; margin:0 auto; background-color:#FFF; overflow:hidden;margin-bottom:20px; }
.navContent li{ width:100%;overflow:hidden; }

.subNav:hover a{ color:#3c3c3c; background:url(../images/zpjian.png) no-repeat right center;}
.subNav a{ height:50px; width:1140px; display:block;  text-align: left; margin:0 auto;  background:url(../images/zpjia.png) no-repeat right center; line-height:54px; font-size:18px; }
.jiahao{background:url(../images/rczpjh.png) no-repeat center center; width:40px; height:50px; float:right;}
.navContent .nr{ width:800px;float:left; overflow:hidden;border-right:1px solid #d0d0d0; }
.nr .span_3{ height:45px; margin-top:30px; width:100%; display:block; }
.nr .span_3 dt{ width:660px; height:48px;}
.nr .span_3 dt dl{ width:220px; height:24px; float:left; margin:0; font-size:13px; color:#00479d; line-height:24px;}
.nr .span_3 dt dl span{ line-height:24px; color:#666;}
.nr .span_4{ width:100%;  display:block; }
.nr .span_4 h5{ font-size:13px; color:#666; padding-top:25px;}
.nr .span_4 p{ font-size:13px; color:#666;line-height:24px;}
.navContent .nrt{ width:327px; margin-top:30px; float:right; }
.navContent .nrt a{ display:block; width:195px; height:55px; text-align:center; border:1px solid #666; line-height:55px; margin:136px auto 0; font-size:18px; color:#666;}

.navContent .nrt a:hover{ background-color:#00479D; color:#FFF; }


.currentDd a{color:#3c3c3c; }
.currentDt{ background-color:#ececec; margin-bottom:0;}
.currentDt a{background: url(../images/zpjian.png) no-repeat right center;}
.navContent{display: none;}

/*企业文化----------------------*/
.qywh{ width:1200px; height:500px; margin:0 auto;}
.qywh li{ width:300px; height:500px; float:left; overflow:hidden; position:relative;}
.qywh li.frist{ background:#00479d;}
.qywh li.frist h3{ width:250px; padding-left:23px; font-size:24px; color:#fff; font-weight:bold; position:absolute; left:0; top:145px;}
.qywh li.frist h3 span{ background:#4d7fbb; display:block; width:22px; height:2px;}
.qywh li.frist h3 b{ font-weight:100; font-size:13px; color:#fff; line-height:35px;}
.qywh li.frist p{ font-size:13px; color:#fff; background: url(../images/qywhjt.png) no-repeat left bottom; padding-bottom:60px; display:block; width:253px; position:absolute; left:23px; top:215px;}
.qywh li a{ display:block; height:96px; top:202px; width:100%; position:absolute; overflow:hidden; background:url(../images/qywhbj.png);}
.qywh li a h4{ font-weight:100; width:260px; height:66px; margin:0 auto; font-size:18px; color:#fff; background: url(../images/qywhjt2.png) no-repeat right 35px; padding-top:30px;}
.qywh li a h4 span{ font-size:13px ; color:#fff;}
.qywh li a p{ font-size:13px; color:#fff; height:159px; width:260px; margin:0 auto; display:block;}
.qywha{ width:1200px; margin:0 auto 75px;}
.qywha h5{ text-align:center; font-size:24px; color:#666; font-weight:100; margin:65px auto 45px}
.qywha h5 span{  font-size:13px; color:#666;}
.qywha ul{ width:970px; margin:0 auto; background: url(../images/xianbj.png) repeat-x center center}
.qywha ul li p{ padding-top:100px; text-align:center; width:100%; display:block; font-size:16px; color:#666;}
.qywha ul li p label{ color:#00479d;}
.qywha ul li:hover p{ color:#fff;}
.qywha ul li:hover label{ color:#fff;}

.qywha ul li{ width:156px; height:180px; float:left; margin-right:115px;}
.qywha ul .lia{ background:url(../images/qywha1.png) no-repeat center center;}
.qywha ul .lib{ background:url(../images/qywha2.png) no-repeat center center;}
.qywha ul .lic{ background:url(../images/qywha3.png) no-repeat center center;}
.qywha ul .lid{ background:url(../images/qywha4.png) no-repeat center center;}
.qywha ul .lia:hover{ background:url(../images/qywha11.png) no-repeat center center;}
.qywha ul .lib:hover{ background:url(../images/qywha22.png) no-repeat center center;}
.qywha ul .lic:hover{ background:url(../images/qywha33.png) no-repeat center center;}
.qywha ul .lid:hover{ background:url(../images/qywha44.png) no-repeat center center;}


/*案例展示*/
.alzs{ width:1200px; margin:28px auto 0; padding-bottom:20px;}
.anlm{ width:1198px; margin:0 auto 38px; border:1px solid #eaeaea;}
.anlm li a{ padding:0 25px; float:left;}
.anlm li a.on{color:#00479d;}
.anlm li a:hover{ color:#00479d;}
.anlm li{ width:100%; min-height:48px; display:block;border-bottom:1px dotted #eaeaea; line-height:48px; overflow:hidden;}
.anlm .li1 span{ font-size:17px; color:#3c3c3c; float:left; padding-left:16px; padding-right:24px;}
.anlm .li1 a{ padding-left:8px; padding-right:5px;  height:22px; margin-top:13px; margin-right:25px; line-height:22px; border:1px solid #00479d; color:#00479d; font-size:13px; display: block; float:left; text-align:center;}
.anlm li p{ display:block; float:left; width:99px; line-height:48px; text-align:center; border-right:1px solid #eaeaea; font-size:13px; color:#666;} 
.antp{ width:1200px; margin:0 auto;}
.antp li{ width:288px; height:232px; float:left; position:relative; overflow:hidden; margin-right:15px; margin-bottom:15px;}
.lics{ height:45px; width:100%; background:url(../images/anzsts.png); position:absolute; left:0; bottom:0;}
.lics p{ width:245px; margin:0 auto; height:100%; display:block; line-height:45px; background:url(../images/anzstsj.png) no-repeat right center; color:#fff; font-size:14px;}
.licm{ width:100%; height:100%; background:url(../images/anzsts2.png); position:absolute; left:0;top:0; display:none;}
.licm h4{ width:250px; height:182px; margin:25px auto; color:#fff; font-size:18px; font-weight:100; background:url(../images/anzstst.png) no-repeat left bottom;}
.licm h4 span{ width:36px; margin:18px 0 15px; height:1px; display:block; background:#fff;}
.licm h4 p{ font-size:13px; color:#fff; line-height:24px;}

/*产品展示*/
.zpzs{ width:100%; background:url(../images/cpzsbj.jpg) no-repeat center top; height:802px; overflow:hidden;}
.zpzs h3{ text-align:center; width:100%; min-width:1200px; margin:78px auto; color:#fff; font-size:32px; font-weight:100;}
.zpzs h3 span{ display:block; height:2px; margin:20px auto; width:29px; background:#95b3dc;}
.zpzs h3 p{ font-size:13px; color:#fff; line-height:24px;}
.zpzs ul{ width:1200px; margin:0 auto;}
.zpzs ul li{ width:289px; height:390px; float:left; margin-right:14px; position:relative;}
.zpzs ul li b{ width:100%; height:66px; background:url(../images/cpzslb.jpg) no-repeat center top; background-color:#fff; display:block; font-size:18px; color:#00479d; text-align:center; line-height:66px; font-weight:100;}
.linr{ width:100%; height:100%; position:absolute; left:0 ; display:none; top:0; background:#00479d; overflow:hidden; font-size:14px; color:#fff; text-align:center; }
.linr h1{ font-family:Impact; font-size:66.5px; color:#fff; text-align:center; margin-top:55px; height:130px; text-align:center; font-weight:100;}
.linr h1 span{ display:block; width:26px; height:2px; margin:15px auto;  background:#80a3ce; }
.linr h1 label{ font-family:"微软雅黑"; font-size:26px; color:#fff;}
.linr p{ width:182px; padding:10px; display:block;  border:1px solid #fff; margin:28px auto; color:#fff; text-align:center;}
.zpzs ul li:hover .linr{ display:block}

/*组织机构*/
.zzjg { width:1200px; margin:0 auto; padding-top:75px; padding-bottom:73px;}
/*研发团队*/
.yftd{ width:1200px; margin:0 auto; padding-top:40px; padding-bottom:97px;}
.gzjya{ font-size:18px; color:#fff; font-weight:bold;}
.gzjyb{font-size:18px; color:#fff;}
.gzjyc{font-size:18px; color:#3c3c3c;}
/*发展历程*/
.fzlc{ width:1200px; margin:0 auto; padding-top:77px; padding-bottom:77px; background:url(../images/fzlcbj.png) no-repeat center  bottom;}
.lichang{ width:1200px; margin:0 auto;padding-top:25px; padding-bottom:70px; border-top:1px solid #e6e6e6;}
.lichang li{ width:303px; float:left; margin-right:145px;  }
.lichang li p{ font-size:18px; color:#00479d; font-weight:bold; line-height:65px;}

/*公司实力*/
.gssl{ width:100%; min-width:33px;  padding-bottom:33px;  overflow:hidden; border-bottom:#e9eaea 1ps solid;}
.gsul{ width:1200px; margin:0  auto; height:277px; margin-top:36px;}
.gsul li{ float:left; width:348px; margin-left:17px; position:relative;}
.gsul li div{ position:absolute; background:url(../images/gsslult1s.png) repeat-x; bottom:0; right:0; height:125px; width:100%;}

.gsul li h3{ width:296px; margin:0 auto; font-weight:bold; font-size:18px; line-height:46px; color:#fff; border-bottom:1px solid #adc3de;}
.gsul li span{color:#fff; font-size:13px; font-weight:100; line-height:24px;}
.jgsb{ width:100%; min-width:1200px; background:#fff; }
.jgsb h3{ line-height:78px;  font-size:18px; color:#3c3c3c; font-weight:bold; width:1200px; margin:0 auto;}
.jgsb ul{ width:1200px;margin:0 auto; padding-bottom:39px;}
.jgsb li{ width:280px; float:left; margin-right:20px;}
.jgsb li span{ display:block; width:280px; height:48px; line-height:48px; display:block; text-align:center; background:#e8e8e8; color:#666;}
.jgsb li:hover span{ background:#00479d; color:#fff;}
.jgsl{ width:100%; min-width:1200px; border-top:#e9eaea 1ps solid;}
.jgsl ul{ width:1200px; margin:0 auto; padding-bottom:51px;}
.jgsl ul li{ width:575px;}
.jgsl ul li h3{ width:100%; line-height:60px; height:57px; overflow:hidden; font-size:18px; font-weight:bold; color:#3c3c3c;}
.jgsl ul li img{ float:left;}
.jgsl ul li p{ display:block; float:right; position:relative;  width:300px; height:168px; }
.jgsl ul li p a{ position:absolute; left:0; bottom:0; display:block; width:107px; height:26px;}

/*产品详情-------------------------------------*/
.djcp{ width:1200px; margin:0 auto;}
 .cc02{ width:677px; height:442px;padding-top:30px;position:relative;}
 .nana{ width:411px; background-color:#FFF; padding-top:26px; padding-left:42px; padding-right:42px; height:416px; margin-top:30px;}
 .nana ul{  width:413px;margin-bottom:39px;}
  .nana ul li{ float:left;}
  .nana ul .lina{ width:120px; height:34px; background:#00479d; line-height:34px; text-align:center; margin-left:86px; margin-top:15px;}
  .nana ul .lina a{ color:#fff; width:120px; height:34px; display:block;}  
 .nana .biao_na{ height:60px; width:413px; line-height:60px; border-bottom:1px solid #efefef; font-size:20px; color:#00479d; }

.wrap{width:677px;margin:0 auto;}

/* sildes css begin */
.control {width:551px;height:442px;background:#fff;display: block;position:absolute;top:0;left:0;overflow: hidden; border:1px solid #CECECE;}
.change li{width:551px;overflow: hidden;text-align:center}

/* 图片垂直居中,不是很准确 */
.change li .imgWrap{display: table-cell ;width:551px;height:442px;vertical-align: middle;cursor:pointer;*font-size: 500px;}
.change li img{max-width:551px;max-height:442px;width: expression(this.width > 718 && this.width > this.height ? 450 :true); height:expression(this.height >900 ? 900: true);vertical-align:middle; overflow:hidden}

/* 描述部分 */
.change li .textDesc{width:100%;height:100px;text-align:center;overflow: hidden;}
.change li .opacity{width:100%;height:100px;position:absolute;left:0;bottom:0;filter:alpha(opacity=50);opacity:0.5;}
.change li .title{padding:20px 15px 0; color:#e6e6e6;font-size:14px;line-height:22px;}
.change li .title a{color:#666; font-size:15px;}
.change li .text{color:#fff;line-height:18px;padding:5px 15px;font-size:12px;}

/* 翻页按钮 */

.prev span, .next span{display: none;}

/* 分页 */
.pageClass{text-align:center;z-index: 9;position:absolute;top:50px;padding-top:10px;}
.pageClass a{display: inline-block; width:10px;height:10px;margin:0 3px;overflow:hidden; border:1px solid #bebebe;background:#bebebe ;border-radius:5px;outline:none}
.pageClass a span{display:none}
.pageClass a:hover,.pageClass a.cur{border:1px solid #be230a;background: }

/* 缩图部分 */
.thumbWrap{width:118px;height:380px;padding:32px 0;position:absolute;right:0;top:0px;border-radius:5px;overflow: hidden;}
.thumbWrap .thumbCont{width:100%;height:100%;position:relative;overflow: hidden;}
.thumbWrap ul{}
.thumbWrap ul li{width:118px;height:90px; padding:5px 0px 0px 2.5px;text-align:center;overflow: hidden; position:relative;}
.thumbWrap ul li div{display: table-cell ;width:118px;height:29px;vertical-align: middle;cursor:pointer;*font-size: 90px;}
.thumbWrap ul li img {max-width:118px; max-height:90px; width: expression(this.width > 118 && this.width > this.height ? 60 :true); height:expression(this.height >89 ? 89: true);vertical-align:middle; overflow:hidden}
.thumbWrap ul li .fugai{ display:none;}
.thumbWrap ul li:hover .fugai{ display:block;}
.thumbWrap ul li .fugai{ position:absolute; top: 5px;
left: 0px; z-index:9999;}
.thumbWrap ul li.cur{}
.thumbWrap ul li.cur .fugai{ display:block;}
/* 缩图按钮 */
.thumbPrev,.thumbNext{width:113px;height:29px;text-align:center;position:absolute;color:#000;z-index: 9; outline:none}
.thumbPrev span, .thumbNext span{display: none;}

.thumbPrev{left:5px;top:0; background:url(../images/Yprev.jpg) no-repeat center center;}
.thumbNext{left:5px;bottom:0; background:url(../images/ynext.jpg) no-repeat center center;}

#cona { MARGIN: 0px auto; WIDTH:100%}
#taga {margin: 0;padding: 0;margin:0 auto;border-bottom:1px solid #efefef; padding-top:14px; padding-bottom:3px; border-top:1px solid #efefef;  width:100%; }
#taga LI { float: left;list-style: none;border-bottom: none; height:42px; width: 120px;text-align: center;display: block;margin-right: 5px;}
#taga LI A {color: #666; display: block; font-size:16px; padding-top:6px; height:36px; background:url(../images/xibg2.jpg) no-repeat top;}
#taga LI.emptyTag {	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px}
#taga LI.selectTag1 { display: block;}
#taga LI.selectTag1 A {color: #FFFFFF;background:url(../images/xibg.png) no-repeat;}
#tagContenta {width:100%; margin:0 auto;overflow: hidden;line-height:25px; padding-top:28px;}
.tagContenta {DISPLAY: none;}
#tagContenta DIV.selectTag1 {DISPLAY: block}
.tagContenta p label{ color:#00479d; font-size:14px; font-weight:bold;}
.tagContenta p {width:1200px; text-align: left;}
.tagContenta ul { padding-top:45px; padding-bottom:60px;}
.tagContenta ul li{ float:left; width:273px; margin-right:185px; text-align:left; line-height:24px;}
.tagContenta ul li img{ margin-bottom:15px;}
.tagContenta ul li span{ font-size:14px; color:#3c3c3c; font-weight:bold;}
.tagContenta ul li p{ font-size:13px; color:#666; width:273px;}
/*联系方式*/
.lxfs{ width:1200px; margin:39px auto 80px;}
.lxfs div{ width:590px;}
.lxfs  .left p{ display:block; padding-top:50px; padding-bottom:40px; width:528px; border-left:1px solid #d1d1d1; padding-left:60px; border-right:1px solid #d1d1d1; background:url(../images/lxwmtb.jpg) no-repeat 33px 57px; font-size:13px; line-height:29px; color:#666;}
.lxfs  .left h3{ width:445px; background:url(../images/dwdtzuox.jpg) no-repeat center top; padding-top:50px; padding-bottom:43px; padding-left:145px; font-family:Impact; line-height:51px; font-size:22px; font-weight:bold; color:#fff;}
.lxfs  .left h3 span{ font-size:14px; font-family:"微软雅黑"; font-weight:100; color:#fff;}
.lxfs .map{ width:588px; height:374px; border:1px solid #d1d1d1; border-top:none;}

.list-info {}
.ly-list{padding-top:50px;width:1111px;margin:0 auto;}
.ly-title {width:100%;background:url(../images/zxly_title_07.png) center no-repeat;height:69px;}
.ly-bot-title {font-size:15px;color:#00479d; padding-top:20px; padding-bottom:50px; text-align:center;}
.ly-bot-title p{ font-size:13px; color:#bbb; line-height:29px;}
.ly-con {width:1190px;margin:0 auto;}
.list-info ul{overflow:hidden; width:362px; float:left;}
.list-info ul li {margin-right:20px; margin-bottom:50px;}
.list-info ul li.l-tel {margin-right:0px;}
.list-info ul li.l-name,.list-info ul li.l-qq,.list-info ul li.l-email {}
.list-info ul li.l-text {width:100%;}
.list-info ul li span {width:60px;height:25px;line-height:25px; display:block; float:left;}
.list-info ul li input {border:none;outline:none;border-radius:3px;background:#e5e5e5;border:none;height:25px; inline-table;line-height:25px;width:260px;}
.list-info ul li textarea {height:178px;width:649px;padding:0px;margin:0px;border:none;border-radius:3px;background:#e5e5e5;}
.list-info ul li.l-code{ float:left; width:530px;}
.list-info ul li .ly-subbtn {background:url(../images/submit_11.png) no-repeat;width:127px;height:32px;display:block;}
.list-info ul li.l-sub {float:right;}
/*
领航者序*/
.lhzxy{ width:1168px; margin:0 auto; margin-top:55px; font-size:18px; color:#00479d; padding-left:32px; height:108px; background:url(../images/lhzxbj.png) no-repeat center top; line-height:90px;}
.lhzx{ width:1200px; margin:24px auto 0; padding-bottom:130px;}
.lhzx img{ float:right;}
.lhzx p{ width:707px; display:block; float:left; font-size:14px; color:#3c3c3c; line-height:24px;}
.lhzx p span{ display:block; width:100%; text-align:right; font-size:14px; color:#3c3c3c; line-height:80px;}

/*----------公司概况-----------*/
.mgsjjk { width:1200px; margin:0 auto; padding-top:40px; padding-bottom:50px;}
.mgsyi { width:100%; height:auto; overflow:hidden;}
.mgszuo { float:left; width:340px; height:352px; padding:52px 36px 0 36px; background-color:#4A4F54;}
.mgszuo h3 { font-size:21px; color:#FFF; border-bottom:2px solid #818488;border-top:2px solid #818488; padding:15px 0 15px 0; font-weight:500;}
.mgszuo p{ color:#FFF; padding-top:18px;}
.anmniu { display:block; width:155px; height:47px; line-height:47px; text-align:center; color:#00479d; background-color:#FFF; margin-top:28px;}
.mgszuo a.anmniu:hover { color:#FFF; background-color:#00479d;}

.section-focus-pic{ float:right;height:404px;width:788px;overflow:hidden;position:relative;}
.section-focus-pic ul li{position:absolute;top:0;left:788px;width:788px;height:404px;}
.section-focus-pic ul li h3{position:absolute;bottom:16px;left:0;width:560px;font-weight:normal;color:#FFF;margin-left: 20px;z-index: 111;font-size: 25px; overflow:hidden;}
.section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:50px;background-color:#000;width:788px;opacity: 0.6;filter: alpha(opacity=60);}
.section-focus-pic .pages{width:788px;height:404px;}
.section-focus-pic .controler{position:absolute;bottom:20px;right:20px;}
.section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(../images/news_index_icon.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}
.section-focus-pic .controler b.down{background-position:-161px 1px;}
.section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:120px;height:40px;}
.section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height:34px; background:url(../images/star.png) no-repeat;}

.mgser { width:100%; background:url(../images/gsxian.jpg) no-repeat bottom; padding-top:22px; padding-bottom:22px;}
.mgser p { padding-bottom:20px; color:#3c3c3c;}
.mgssan { width:100%; padding-top:30px;}
.mgssan h3 { font-size:26px; color:#00479d;text-align:center; padding-bottom:18px;}
.mgssan span { text-align:center; display:block; width:100%; color:#3c3c3c;}
.mgssan ul { padding-top:28px; overflow:hidden;}
.mgssan ul li { width:564px; float:left; height:267px; border:2px solid #fff; background-color:#FFF; padding:14px 14px 0 14px; margin-bottom:10px;}
.mgssan ul li:hover { border:2px solid #00479D;}
.mright { margin-right:8px;}
.mgssan ul li p { color:#3c3c3c; padding-top:8px;}
.ckgduo { display:block; width:100%; background-color:#DDDDDD; height:51px; line-height:51px; color:#00479d; text-align:center; margin-top:5px;}

/*----------新闻中心-----------*/
.gsxwk { width:1200px; margin:0 auto; padding-top:40px; padding-bottom:20px;}
.mxwlb { width:100%; float:left; height:121px; padding-bottom:20px;}
.mxwlb a { width:100%; border-bottom:1px solid #E1E1E1; height:99px; display:block; padding-bottom:21px;}
.mxwlb a:hover { width:100%; border-bottom:1px solid #C4C4C4; padding-bottom:21px;}
.mriqi { float:left; width:78px; height:99px; padding-top:16px; font-size:26px; color:#FFF; text-align:center; background:url(../images/readh.jpg) no-repeat; line-height:26px;}
.mriqi span { font-size:12px; color:#FFF;}
.mxwlb a:hover .mriqi { background:url(../images/read.jpg) no-repeat;}
.mxwnr { float:left; font-size:14px; color:#3c3c3c; width:1069px; padding-right:33px;font-weight:bold; padding-left:20px; height:83px; padding-top:16px;}
.mxwnr span { display:block; padding-top:5px; line-height:25px; font-weight:500;}
.mxwlb a:hover .mxwnr{ background-color:#ECECEC;color:#00479d;font-weight:bold;}




/*----------专利证书-----------*/
.zlzs{ width:1200px; margin:0 auto; background:url(../images/anzspt.jpg) no-repeat 888px 80px;}
.zlzs ul{ float:left; width:745px; padding-top:75px; padding-bottom:38px;}
.zlzs ul li{ width:100%; border-bottom:1px solid #e1e1e1; height:85px;  position:relative;}
.zlzs ul li p{ padding-top:20px; color:#666; font-size:14px; width:350px; display:block; float: left;}
.zlzs ul li p span{ color:#999;}

.zlzs ul li .cmt{ float:left; height:85px; line-height:85px; position:relative;}
.zlzs ul li .cmt span{ color:#9b9b9b;}
.zlzs ul li .cmt .xq{ display:none; position:absolute; left:100%; top:-140px;}
.zlzs ul li .cmt:hover .xq{ display:block; }



.lichang img{ background-repeat: no-repeat;background-position:center center; background-size:100% 100%;transition: all 0.5s;
-moz-transition: all 0.5s;	/* Firefox 4 */
-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
-o-transition: all 0.5s;}
.lichang img:hover{ background-size:110% 110%;}

/*----------营销网络-----------*/
.myxwlwz { width:1200px; margin:0 auto; font-size:14px; padding-top:24px;}
.myxwlwz p{ font-size:14px; }
.myxwlnr { background: url(../images/yxtu.jpg) no-repeat; width:1093px; height:568px; float:left;}


/*研发团队*/
.yftdbg { background:url(../images/yanfabg.png) no-repeat center top; min-height:698px; width:1186px; margin:0 auto; margin-top:20px; margin-bottom:40px;}
.dwei { float:left; position:relative; height:352px; width:599px; z-index:99; overflow:hidden;}
.dwei .dweiz { position:absolute; bottom:110px;width:263px; padding-left:24px; color:#3c3c3c; line-height:22px;}
.dwei a { display:block; cursor:pointer;height:352px; width:599px;}
.dwei a .zimga { background:url(../images/yftdbg2.png) no-repeat; width:216px; height:125px; margin-left:19px;  text-align:center; margin-top:0px; padding-top:8px;display:none;}
.dwei a:hover .zimga { display:block;}
.dwei a .dweiy { font-size:16px; color:#3c3c3c; display:block; width:214px;  height:97px; padding-left:84px; padding-top:200px;font-weight:bold;position:absolute; right:0;}
.dwei a:hover .dweiy {background:url(../images/yfyh1.png) no-repeat; width:214px; padding-left:84px; height:152px;  padding-top:147px;color:#FFF; position:absolute; right:0; top:54px;}

.dwei2 { float:left; position:relative; height:352px; width:543px; z-index:99; overflow:hidden;}
.dwei2 .dweiz { width:213px; padding-right:68px; float:right; padding-top:30px; color:#3c3c3c; line-height:22px;}
.dwei2 a { display:block; cursor:pointer;height:297px; width:599px;}
.dwei2 a .zimga { position:absolute; top:167px; right:15px; background:url(../images/yftdbg2.png) no-repeat; width:216px; height:125px; margin-left:19px;  text-align:center; margin-top:0px; padding-top:8px;display:none;}
.dwei2 a:hover .zimga { display:block;}
.dwei2 a .dweiy { font-size:16px; color:#3c3c3c; display:block; width:297px;height:152px; padding-left:153px; padding-top:200px;font-weight:bold;position:absolute; left:0;}
.dwei2 a:hover .dweiy {background:url(../images/yfyh2.png) no-repeat; width:214px;height:173px; padding-left:144px;  padding-top:125px;color:#FFF; position:absolute; left:0; top:54px;}

.dwei3 { float:left; position:relative; height:520px; width:599px; z-index:99; overflow:hidden;}
.dwei3 .dweiz { position:absolute; top:254px;width:260px; padding-left:35px; color:#3c3c3c; line-height:22px;}
.dwei3 a { display:block; cursor:pointer;height:297px; width:599px;}
.dwei3 a .zimga { background:url(../images/yftdbg2.png) no-repeat; width:216px; height:125px; margin-left:35px;  text-align:center; margin-top:373px; padding-top:8px;display:none;}
.dwei3 a:hover .zimga { display:block;}
.dwei3 a .dweiy { font-size:16px; color:#3c3c3c; display:block; width:213px;  height:159px; padding-left:84px; padding-top:139px;font-weight:bold;position:absolute; right:0;}
.dwei3 a:hover .dweiy {background:url(../images/yfyh3.png) no-repeat; width:213px; height:298px; padding-left:84px;  padding-top:147px;color:#FFF; position:absolute; right:0; top:1px;}
.dwei4 { float:left; position:relative; height:352px; width:574px; z-index:99; overflow:hidden;}
.dwei4 .dweiz { width:260px; padding-right:40px; float:right; padding-top:221px; color:#3c3c3c; line-height:22px;}
.dwei4 a { display:block; cursor:pointer;height:297px; width:599px;}
.dwei4 a .zimga { position:absolute; top:60px; right:15px; background:url(../images/yftdbg2.png) no-repeat; width:216px; height:125px; margin-left:19px;  text-align:center; margin-top:25px; padding-top:8px;display:none;}
.dwei4 a:hover .zimga { display:block;}
.dwei4 a .dweiy { font-size:16px; color:#3c3c3c; display:block; width:297px;height:152px; padding-left:153px; padding-top:139px;font-weight:bold;position:absolute; left:0;}
.dwei4 a:hover .dweiy {background:url(../images/yfyh4.png) no-repeat; width:214px;height:173px; padding-left:144px;  padding-top:139px;color:#FFF; position:absolute; left:0; top:1px;}

/*开发流程*/
.kflcnr { width:1200px; margin:0 auto; padding-bottom:40px;}
.kflcs { width:100%; float:left; padding-top:20px;}
.kflcs .left { width:637px; float:left; font-size:14px; color:#3c3c3c; line-height:25px; padding-top:53px;}
.kflcs .right { float:right;}
.kflcx { width:100%; float:left; padding-top:60px;}
.kflcx ul li { float:left; width:127px; height:127px; margin-left:50px; background:url(../images/mtb_19.png) no-repeat right; padding-right:80px;}
.kflcx ul li a { display:block; width:127px; cursor:pointer; height:38px; padding-top:89px; text-align:center; font-size:14px; color:#00479d;}
.kflcx ul li a:hover {  color:#fff;}
.kflcx ul li a.mbg1 { background: url(../images/mtb1.png) no-repeat;}
.kflcx ul li a:hover.mbg1 { background: url(../images/mtbh1.png) no-repeat 4px 4px;}
.kflcx ul li a.mbg2 { background: url(../images/mtb2.png) no-repeat;}
.kflcx ul li a:hover.mbg2 { background: url(../images/mtbh2.png) no-repeat 4px 4px;}
.kflcx ul li a.mbg3 { background: url(../images/mtb3.png) no-repeat;}
.kflcx ul li a:hover.mbg3 { background: url(../images/mtbh3.png) no-repeat 4px 4px;}
.kflcx ul li a.mbg4 { background: url(../images/mtb4.png) no-repeat;}
.kflcx ul li a:hover.mbg4 { background: url(../images/mtbh4.png) no-repeat 4px 4px;}
.kflcx ul li a.mbg5 { background: url(../images/mtb5.png) no-repeat;}
.kflcx ul li a:hover.mbg5 { background: url(../images/mtbh5.png) no-repeat 4px 4px;}


.kflcx ul li a.mbg6 { background: url(../images/mtb6.png) no-repeat;}
.kflcx ul li a:hover.mbg6 { background: url(../images/mtbh6.png) no-repeat 4px 4px;}
.kflcx ul li a.mbg7 { background: url(../images/mtb7.png) no-repeat;}
.kflcx ul li a:hover.mbg7 { background: url(../images/mtbh7.png) no-repeat 4px 4px;}
.kflcx ul li a.mbg8 { background: url(../images/mtb8.png) no-repeat;}
.kflcx ul li a:hover.mbg8 { background: url(../images/mtbh8.png) no-repeat 4px 4px;}
.kflcx ul li a.mbg9 { background: url(../images/mtb9.png) no-repeat;}
.kflcx ul li a:hover.mbg9 { background: url(../images/mtbh9.png) no-repeat 4px 4px;}

/*营销网络*/
#cen_right_top{width:100%; position:relative; height:568px;}
#cen_right_top .active{}
#cen_right_top h3{float:left;padding:0px;cursor:pointer; }
#cen_right_top div{display:none;clear:both; width:341px; position:absolute;min-height:200px; background:url(../images/yxxian.jpg) repeat-x; padding-bottom:20px;}
#zkuan1 { width:625px; height:236px;position: absolute; z-index:999;}
#zkuan1 a { display:block;width:625px; height:236px;margin-left: 21px;margin-top: 19px;}
#cen_right_top .active .bg1 { background:url(../images/ozhou.png) no-repeat;}
#zkuan2 { width:211px; height:253px; position:absolute; left:0;    top: 247px; left: 2px; z-index:99;}
#zkuan2 a { display:block;width:211px; height:253px;}
#zkuan3 { width:372px; height:337px;position: absolute; z-index:999; right:57px;}
#zkuan3 a { display:block;width:372px; height:337px;}
#cen_right_top .active .bg3 { background:url(../images/bmei.png) no-repeat; }

#zkuan4 { width:401px; height:219px;position: absolute; left:136px; top:173px; z-index:9;}
#zkuan4 a { display:block;width:401px; height:219px;}
#cen_right_top .active .bg4 { background:url(../images/yzhou.png) no-repeat; }

#zkuan5 { width:204px; height:119px;position: absolute; left:409px;bottom:59px; z-index:9;}
#zkuan5 a { display:block;width:204px; height:119px;}
#cen_right_top .active .bg5 { background:url(../images/dyang.png) no-repeat; }

#zkuan6 { width:144px; height:222px;position: absolute; right:2px;bottom:24px; z-index:9;}
#zkuan6 a { display:block;width:144px; height:222px;}
#cen_right_top .active .bg6 { background:url(../images/nanm.png) no-repeat; }

#cen_right_top .active .bg2 { background:url(../images/feiz.png) no-repeat;}
#cen_right_top h3 a { display:block;}
.dqbta { width:300px; height:47px; background-color:#00499D; color:#FFF; display:block; background:url(../images/tabn_03.png) no-repeat 20px; padding-left:35px; line-height:47px; font-size:17px;}
#bgg1 p,#bgg2 p,#bgg3 p,#bgg4 p,#bgg5 p,#bgg6 p { width:296px; margin:0 auto; color:#3c3c3c; padding-top:10px;}
#bgg1 { top:10px; right:102px; }
#bgg2 { top:10px; right:102px; }
#bgg3 { top:10px; right:428px; }
#bgg4 { top:10px;right:102px;}
#bgg5 { top:10px;right:102px; }

#bgg6 { bottom:100px; right:428px;}





#header {
	width: 100%;
	height: 106px;
	margin:0 auto;
	position: relative;
	z-index: 998;
	
}
#headerbody {
	float:right;
	text-align: center;
}


#header ul#navbig {
	width: auto;
	height: 65px;
	display: inline-block;
}
#header ul#navbig li {
	width: auto;
	height: 65px;
	line-height: 65px;
	font-size: 15px;
	float: left;
	padding: 0 20px
}
#header ul#navbig li a {
	display: block;
	color: #585858;
	text-align: center;
	font-size:14px;
	position: relative;
	z-index: 99
}
#header ul#navbig li#navmove {
	height: 4px;
	background: #00479D;
	position: absolute;
	bottom: 0
}
#header ul#navbig li div {
	width: 100%;
	height: 0px;
	background-color:#E6E6E6;
	position: absolute;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99
}
#header ul#navbig li div ul {
	width: auto;
	position: absolute
}
#header ul#navbig li div li {
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	width: auto;
}
.en #header ul#navbig li div li {
	padding: 0 10px;
}
#header ul#navbig li div li a:hover {
	color: #00479D
}



/*产品详情新的效果*/
.HS10, .HS15 {
	overflow:hidden;
	clear:both;
}
.HS10 {
	height:10px;
}
.HS15 {
	height:15px;
}
.Hidden {
	display:none;
}
.Clearer {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.FlLeft {
	float:left;
}
.FlRight {
	float:right;
}
/*幻灯片区域背景*/
.MainBg {
	width:1200px;
	margin:0 auto;
	margin-top: 20px;
}
/*标题和页码*/
.Title {
	color:#EEE;
	padding:5px 20px 0 20px;
	text-align:center;
	line-height:40px;
	height:40px;
}
.Title h1 {
	display:inline;
}
.Title .Counter {
	color:#666;
}
.Title .CounterCurrent {
	color:#C00;
	font-size:20px;
	font-weight:bold;
}
/*灰色分隔线*/
.SpaceLine {
	border-bottom:1px solid #333;
	height:1px;
	font-size:1px;
}
/*大图展示区域*/
.OriginalPicBorder {
}
#OriginalPic {
	width:1200px;
	overflow:hidden;
	position:relative;
	font-size:12px;
}
#OriginalPic img {
	display:block;
	margin:0 auto;
}
/*鼠标手势*/
.CursorL {
	position:absolute;
	z-index:999;
	width:67px;
	height:87px;
	left:0px;
	top:340px;
	background:url(../images/zuo.png) no-repeat;
	cursor:pointer;
}
.CursorR {
	position:absolute;
	z-index:999;
	width:67px;
	height:87px;
	right:0;
	top:340px;
	background:url(../images/you.png) no-repeat;
	cursor:pointer;

}
/*小图预览和滑动*/
.SliderPicBorder {
	width:1200px;
	height:581px;
	overflow:hidden;
}
.Summary {
	line-height:20px;
	display:block;
	width:100px;
	margin-right:10px;
	color:#999;
	overflow:hidden;
	background-color:none;
	padding:10px;
}
.More {
	text-align:right;
	color:#666;
	line-height:40px;
	height:auto;
	font-size:12px;
	display:block;
}
.ThumbPicBorder {
	width:1200px;
	margin:0 auto;
}
#ThumbPic img {
	border:3px solid #666;
	cursor:pointer;
	background-color:#666;
	margin:4px 4px;
	width:126px;
	height:61px;
	display:block;
}
#ThumbPic img.active {
	border:3px solid #01479C;
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */

#cona01{ MARGIN: 0px auto; WIDTH:100%}
#taga01 {margin: 0;padding: 0;margin:0 auto; padding-top:14px; padding-bottom:3px; border-top:1px solid #efefef;  width:100%;height: 31px;border-bottom:1px solid #D8D8D8; }
#taga01 LI { float: left;list-style: none;border-bottom: none; height:42px; width: 120px;text-align: center;display: block;margin-right: 5px;}
#taga01 LI A {color: #666; display: block; font-size:16px;height:43px; background:url(../images/xibg2.jpg) no-repeat top;line-height: 34px;}
#taga01 LI.emptyTag {	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px}
#taga01 LI.selectTag1 { display: block;}
#taga01 LI.selectTag1 A {color: #FFFFFF;background:url(../images/xibg.png) no-repeat;}
#tagContenta01{width:100%; margin:0 auto;overflow: hidden;line-height:25px; padding-top:15px;padding-bottom: 20px;
}
.tagContenta {DISPLAY: none;}
#tagContenta01 DIV.selectTag1 {DISPLAY: block;text-align: left;color: #3c3c3c;
font-size: 13px;}
.tagContenta p label{ color:#00479d; font-size:14px; font-weight:bold;}
.tagContenta p {width:1200px; text-align: left; font-size:13px; color:#3c3c3c;}
.tagContenta ul { padding-top:45px; padding-bottom:60px;}
.tagContenta ul li{ float:left; width:273px; margin-right:185px; text-align:left; line-height:24px;}
.tagContenta ul li img{ margin-bottom:15px;}
.tagContenta ul li span{ font-size:14px; color:#3c3c3c; font-weight:bold;}
.tagContenta ul li p{ font-size:13px; color:#666; width:273px;}


















