@charset "gb2312";
/* CSS Document */
html{color:#000;background:#fff;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; font-family:microsoft yahei,simhei; font-size:12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
ol,ul,li {list-style:none;}
h1,h2{ font-weight:bold;}
em,i{ font-style:normal}
a{ text-decoration:none; color:#333}
img{ border:none}
.fl,.fr {_display:inline;}
.fl{float:left;}
.fr {float:right;}
.cl,.cf {clear:both;}
.cl:after,.cf:after{ content:"."; visibility:hidden; height:0; font-size:0; display:block; clear:both;}
.pr{ position:relative;}

.section{ background:url(images/bg.jpg) center center;}
.section.s01{ background:url(images/cover.jpg) center center;}
.section.s02{ background:url(images/bg2.jpg) center center;}
.wrap{ width:1200px; margin:0 auto;}
.tt{ width:1200px;*padding-top:150px;padding-bottom:40px;font-size:0;}

/* 箭头 */
@-webkit-keyframes start {
	0%{opacity: 0;-webkit-transform: translate(0,30px);}
	100% {opacity: 1;-webkit-transform: translate(0,0px);}
}
@-moz-keyframes start {
	0% {opacity: 0;-moz-transform: translate(0,30px);}
	100% {opacity: 1;-moz-transform: translate(0,0px);}
}
@keyframes start {
	0% {opacity: 0;transform: translate(0,30px);}
	100% {opacity: 1;transform: translate(0,0px);}
}
.array{width:40px;height:40px; position:absolute; bottom:2%; left:50%; margin-left:-20px;-webkit-animation: start 1.5s infinite ease-in-out;animation: start 1.5s infinite ease-in-out;cursor:pointer;}
/* 封面 */
.cover{ position:relative; width:1200px; height:600px; margin:0 auto;*margin:150px auto 0;}
.cover img{ position:absolute; top:400px; left:0;filter:alpha(opacity=0);opacity:0;}
.backtobox{position:absolute;z-index:9;width:327px;height:175px;left:300px;top:0;background:url(images/backto.png) no-repeat;filter:alpha(opacity=0);opacity:0;}
.backto{width:118px;margin:85px auto 0;}
.backto b{display:block;height:26px;line-height:26px;font-size:16px;text-indent:10px;}
.backto ul{display:none;margin:0 auto;}
.backto:hover ul{display:block;}
.backto ul li{text-indent:10px;width:100%;height:26px;line-height:26px;font-size:14px;background-color:#fff;}
.backto ul li:hover{background-color:#F0F3F6;}

.graph{width:600px;float:left;font-size:0;}
.txt{width:560px;float:left;padding:0 20px;}
.txt p{font-size:16px;line-height:30px;text-indent:2em;text-align:justify;}
.s02 .txt p b{color:#fff32e;}
.s02 .txt p{color:#fff;}
.txt p b{color:#f8670a;}

.pic{position:relative;width:580px;margin-left:20px;font-size:0;}
.pic a{ display:block; position:absolute; bottom:2px; right:0; width:31px; height:31px; background:url(images/fd.jpg) no-repeat;}
.pic p{position:absolute;left:0;bottom:0;width:100%;height:34px;line-height:34px;font-size:14px;color:#fff;background:url(images/alpha.png) repeat;text-align:center;}

.pt60{padding-top:60px;}
.mr20{margin-right:20px;}
.ml20{margin-left:20px;}
.slidebox{position:relative;width:580px;}
.slidebox .bd{width:580px;height:385px;overflow:hidden;font-size:0;}
.slidebox .hd{font-size:0;text-align:center;margin-top:10px;}
.slidebox .hd li{display:inline-block;*display:inline;*zoom:1;width:25px;height:10px;margin:0 5px;border-radius:5px;background-color:#bfbfbf;}
.slidebox .hd li.on{width:50px;background-color:#f8670a;}
.conclude{clear:both;text-align:center;}
.conclude b{font-weight:normal;display:inline-block;padding:0 30px;height:46px;line-height:46px;background-color:#2a160a;font-size:20px;color:#fff;clear:both;margin:30px auto 0;cursor:pointer;}
.active .conclude b{-webkit-animation: start 2s ease-in-out; animation:start 2s  ease-in-out;}
.conclude span{display:inline-block;*display:inline;*zoom:1;width:24px;margin-right:8px;height:28px;background:url(images/icon.png) no-repeat 0 -557px;vertical-align:middle;}
.end-lead{padding:0 30px 40px;font-size:16px;line-height:32px;text-indent:2em;color:#fff;}
.end ul{float:right;width:800px;padding:0 15px;}
.end li i,.end li p{ float:left;}
.end li i{ width:8px; height:8px; margin:14px 15px 0 0; background:#fff;}
.end li p{width:775px;font-size:16px;line-height:30px;color:#fff;} 
.end li a{color:#ffe400; cursor:pointer;}
.gz_nav{text-align:center;}
.logolist{padding-bottom:80px;font-size:0;width:1220px;}
.logolist li{display:inline-block;*display:inline;*zoom:1;width:224px;height:80px;margin-right:20px;margin-top:20px;vertical-align:top;}
body .nav{width:100%;position:fixed;z-index:99;left:0;top:0;}
body .nav h1{margin-left:15%;}
body .nav em{margin-right:15%;}
/* 第二页表单 */
.part2{ position:relative; z-index:999;}
.question h3{ clear:both; width:100%; text-align:center; font-size:24px; padding:10px 0;}
.question form{ float:left; width:620px; padding-left:40px;}
.question form td{ font-size:16px; font-weight:bold;}
.question form td label{ font-weight:normal; display:inline-block; zoom:1; *display:inline; width:149px; overflow:hidden;}
.question form td label input{ margin-right:10px;}
.btn-grounp{ width:100%; text-align:center; padding-top:10px;}
.btn-grounp a{ margin-right:26px; cursor:pointer;}
.btn-grounp .submit{position:absolute;z-index:1;width:140px;height:34px;filter:alpha(opacity=0);opacity:0;}
.question table{line-height:28px;}
/* 评论插件样式 */
.point { width: 480px;  border: 1px solid #E5E5E5; float: right;}
.point form{padding-left:0;}
.point .hd ul { overflow: hidden;border-bottom: 1px solid #E6E6E6;padding:10px 20px; background:#f8670a; color:#fff; font-size:18px;}
.point .hd ul li {float: left; font-size: 16px;cursor: pointer;}
.point .bd #tagscloud { width: 440px;height: 270px;position: relative; font-size: 14px; color: #333;text-align: center;}
.point .bd{ padding:0 20px;}
.point .bd #tagscloud a { position: absolute;top: 0px;left: 0px;color: #333; margin: 0 10px 20px 0;line-height: 18px;text-align: center;font-size: 14px;padding: 5px 10px;display: inline-block;border-radius: 3px;}
.point .bd #tagscloud a.tagc1 {background: #f8670a;color: #fff;}
.point .bd #tagscloud a.tagc2 {background: #959595;color: #fff;}
.point .bd #tagscloud a:hover {color: #fff;background: #0099ff;}
.point .bd textarea {width: 432px; background-color: #fff;height:100px;border: 1px solid #ddd;resize: none; outline:none; padding:6px 0 0 6px;}
.point input {font-size: 16px; color: #fff; background-color: #999;text-align: center;line-height: 48px; width: 440px; height:38px; border-radius: 3px;margin: 14px 0;  cursor: pointer; border:none; background:url(images/btn1.jpg) no-repeat;}
/* 弹窗 */
.mask{ position:absolute; width:100%; height:100%; background:url(images/mask.png); left:0; top:0; z-index:999; display:none;}
.close{ font-size:34px; color:#fff; width:40px; height:40px; text-align:center; line-height:40px; position:absolute; right:0; top:0; cursor:pointer;}
.result{ width:690px; height:680px; position:absolute; left:50%; margin-left:-395px; top:50%; margin-top:-340px;}
.result h3{ width:100%; height:44px; line-height:44px; color:#fff; font-size:18px; text-align:center; border-radius:8px 8px 0 0; background:#ea3243;}
.result dl{ width:610px; background:#fff; border-radius:0 0 8px 8px; padding:20px 40px; }
.result dt{ font-weight:normal; font-size:16px;}
.result dd{ font-size:12px; padding-left:10px;line-height:38px; overflow:hidden;}
.result dd.brand{ height:50px; line-height:30px; white-space:nowrap;}
.result dd i{ padding:0 10px; float:left;}
.result dd em{ float:left; width:200px; height:10px; background:#ea3243; margin-top:14px;}
.result dd em span{ float:left; border-right:2px solid #fff; height:100%; background:#f8670a; }
.result dd div{ display:inline-block; zoom:1; *display:inline;text-align:center; *border-right:2px solid #fff;}
.result dd div strong{ display:block; width:100%; height:10px; margin-top:10px;}
.result dd.brand .m1 strong{ background:#1e4564;}
.result dd.brand .m2 strong{ background:#23557d;}
.result dd.brand .m3 strong{ background:#265a84;}
.result dd.brand .m4 strong{ background:#326a98;}
.result dd .scroll{position:relative; width:580px;overflow-x:scroll;scrollbar-track-color:#fff; scrollbar-base-color:#fff;scrollbar-shadow-color:#e8e8e8;scrollbar-3dlight-color:#e8e8e8; *scrollbar-base-color:#ccc;}
.result dd .scroll::-webkit-scrollbar{width:16px; height:10px;}
.result dd .scroll::scrollbar{width:16px; height:20px;}
.result dd .scroll::-webkit-scrollbar-track{border:1px solid #e8e8e8}
.result dd .scroll::scrollbar-track{border:1px solid #e8e8e8}
.result dd .scroll::-webkit-scrollbar-thumb{background:#1e4564}
.result dd .scroll::scrollbar-thumb{background:#1e4564}
.result .scroll ul{font-size:0;text-align:left;white-space:nowrap;}
.result dd ul li{ display:inline-block;*display:inline;*zoom:1; height:90px;margin-right:30px; text-align:center;vertical-align:top;}
.result dd ul li span{ display:block;*display:inline;*zoom:1; width:35px;margin:0 auto;height:60px; position:relative;}
.result dd ul li span strong{ position:absolute; background:#f8670a; left:0; bottom:0;}
.result dd ul li p{height:30px; line-height:30px; font-size:12px; text-align:center; overflow:hidden;}


/* 第三页 */
.part4{ margin-top:20px;}
.part4 .bd li{ width:1120px; height:369px; background:url(images/custom-bg.png) no-repeat; position:relative; padding:100px 40px 0;}
.part4 .bd li h3{ width:240px; height:90px; position:absolute; top:0; left:50%; margin-left:-120px;}
.part4 .bd li h3 img{ width:240px; height:90px;}
.part4 .bd li dl{ width:33%; float:left; font-size:16px; line-height:30px;}
.part4 .bd li dl dt{ font-weight:bold; color:#ffdd40; float:left; height:30px; line-height:30px;background:url(images/icon.png) no-repeat; padding-left:30px;}
.part4 .bd li dl dd{ color:#fff; float:left;}
.part4 .bd li dl.name dt{ background-position:0 4px;}
.part4 .bd li dl.time dt{ background-position:0 -205px;}
.part4 .bd li dl.place dt{ background-position:0 -295px;}
.part4 .bd li dl.area dt{ background-position:0 -468px;}
.part4 .bd li dl.tech dt{ background-position:0 -507px;}
.part4 .bd li dl.price dt{ background-position:0 -124px;}
.part4 .bd li dl.core dt{ background-position:0 -245px;}
.part4 .bd li dl.when dt{ background-position:0 -380px;}
.part4 .bd li dl.shop dt{ background-position:0 -425px;}
.part4 .bd li dl.advan dt{ background-position:0 -340px;clear:both;}
.part4 .bd li dl.output dt{ background-position:0 -167px;clear:both;}
.part4 .bd li dl.advan dd{width:98%;  margin-left:30px;clear:both;text-indent:2em;}
.part4 .bd li dl.advan,.part4 .bd li dl.output,.part4 .bd li dl.area,.part4 .bd li dl.when{ width:100%;}
.part4 .hd ul{ width:100%; text-align:center; margin-top:10px;}
.part4 .hd li{ padding:0 10px; height:34px; border-radius:6px; border:1px solid #c9c9c9; display:inline-block; zoom:1; *display:inline; color:#c9c9c9; line-height:34px; text-align:center; font-size:14px; cursor:pointer; margin-right:10px;}
.part4 .hd li.on{ background:#dd621d; color:#fff;}
.part4 dl b{font-weight:bold;color:#ffdd40;}


/* 第五页 */

.team .left{ position:relative; width:678px; height:158px; border:1px solid #f8670a; border-top:6px solid #f8670a; float:left; padding:20px 30px;}
.team .left h3,.team .right h3{ width:210px; height:40px; line-height:40px; font-size:30px; text-align:center; color:#333; position:absolute; left:50%; margin-left:-105px; top:-20px; background:#fff;}
.team .left h3 i{ color:#f8670a;}
.team .left ul{ width:400px; float:left;}
.team .left ul li{ font-size:16px; color:#333; height:30px; line-height:30px;}
.team .left ul li i{ text-transform:uppercase; text-align:right; margin-right:20px; float:left; width:100px;}
.team .left ul li em{ float:left;}
.ewm{ width:272px; float:right; height:126px; margin-top:10px;}
.weibo{ width:126px; height:126px; float:left;}
.sys{ width:126px; height:126px; float:right; padding-top:10px;}
.team .right{ width:428px; height:178px; float:right; border:1px solid #f8670a; border-top:6px solid #f8670a; padding:20px 5px 0; position:relative;}
.team .right h3 i{ color:#f02222;}
.team .right p{ font-size:16px; line-height:30px; text-indent:2em;}

.navbox{ position:absolute ; left:0; top:0; z-index:99999;}

.bdshare-slide-button-box{ top:50px !important;}

.conv{width:1200px;margin:0 auto;}
.backTop{width:100%;height:40px;}
.backTop a{display:block;height:100%;}
.Redbox{ position:absolute;z-index:99;left:-110px; top:30px;width:100px; height:104px;border-radius:10px;font-size:0;background:url(images/aa.png) no-repeat center center;}
.Redbox i{ display:block; width:100%; height:20px; color:#fff;}
.Redbox p.visitNum{text-indent:0;height:47px;text-align:center;}
.Redbox p.visitNum b{font-size:16px;font-weight:normal;font-family:arial;color:#fff;background:url(images/visNumbg.png) no-repeat center center;width:15px;height:24px;margin-left:1px;line-height:24px;text-align:center;display:inline-block;}
.fh{background:#f0f0f0;padding:8px 0;cursor:pointer;text-align:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
.fh i{background:url(images/fh.png) no-repeat;background-position:0 -18px;width:34px;height:18px;display:block;margin:0 auto;}.fh a:hover i{background:url(images/fh.png) no-repeat;background-position:0 0;}



/* 网站顶部 */
.db-top-box{position:fixed;left:0;top:0;z-index:99;width:100%;height:36px;line-height:36px;font-size:12px;color:#999;background:#f6f6f6;border-bottom:1px solid #e3e3e3;}
.db-top{width:1200px;height:36px;margin:0 auto;}
.db-top-visit{float:left;width:70px;}

/* 顶部站群 */
.db-top-site{float:left;position:relative;width:120px;text-align:center;}
.db-top-site:hover{width:118px;background:#fff;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;z-index:99999999;}
.db-top-site ul{display:none;position:absolute;top:36px;left:-71px;z-index:99999999;width:1178px;padding:0 10px;color:#333;background:#fff;border:1px solid #e3e3e3;}
.db-top-site li{float:left;}
.db-top-site li a{margin-top:12px;padding:0 9px;text-align:center;border-right:1px solid #e3e3e3;}
.db-top-site li b a{border-right:none;}
.db-top-site i,.db-top-nav-box i{display:inline-block;*margin-top:-13px;*display:inline;zoom:1;}
.db-top-site i,.db-top-nav-box i{width:9px;height:7px;margin-left:5px;background:url(http://db1.cdnjm.cn/skin/chinafloor.cn/img/base/top-arrow.gif) no-repeat 0 -6px;transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.db-top-site:hover i,.db-top-nav-box:hover i{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}

/* 顶部菜单项 */
.db-top-menu,.db-top-menu2{float:left;}
.db-top-menu2 form{width:300px;}
.db-top-menu{margin-top:12px;}
.db-top-menu li,.db-top-menu2 li{float:left;display:block;line-height:12px;padding:0 12px;text-align:center;border-right:1px solid #e3e3e3;}
.db-top-menu li a,.db-top-menu2 li a{color:#999;}
.db-top-menu li a:hover,.db-top-menu2 li a:hover{color:#db224c;}

/* 顶部栏目导航 */
.db-top-nav-box{float:left;position:relative;z-index:99999;width:80px;text-align:center;}
.db-top-nav-box:hover{width:78px;background:#fff;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;}
.db-top-nav{display:none;position:absolute;top:36px;right:-37px;z-index:99999999;width:800px;padding:14px 0;background:#fff;border:1px solid #e3e3e3;}
.db-top-nav dl{float:left;width:110px;margin-left:21px;}
.db-top-nav dl dt{float:left;padding:0 5px;color:#333;text-align:left;font:bold 14px "microsoft yahei";}
.db-top-nav dl dd{float:left;width:100%;line-height:30px;color:#e3e3e3;text-align:left;}
.db-top-nav dl dd a{padding:0 5px;color:#666;}
.db-top-nav dl dd a:hover{color:#db214c;}
.db-top-nav dl.hyzq{float:left;width:120px;}
.db-top-nav dl.rmzq{width:200px;}
.db-top-nav dl.rmzq dt{padding:0;}
.db-top-nav dl.rmzq a{display:inline-block;width:48%;padding:0;*display:inline;zoom:1;}

/* 顶部二维码 */
.db-top-ewm{float:left;position:relative;z-index:99999999;width:36px;height:36px;background:url(http://db1.cdnjm.cn/skin/chinafloor.cn/img/base/top-ewm.png) center center no-repeat;}
.db-top-ewm:hover{width:34px;background:#fff url(http://db1.cdnjm.cn/skin/chinafloor.cn/img/base/top-ewm.png) center center no-repeat;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;}
.db-top-ewm dt{display:none;position:absolute;top:36px;right:-1px;z-index:9999999;padding:10px 10px 0;text-align:center;background:#fff;border:1px solid #e3e3e3;}
.db-top-ewm dt img{width:132px;height:132px;vertical-align:top;}
.db-top-ewm dt span{display:block;width:140px;height:40px;line-height:40px;text-align:center;color:#333;}

/* 子导航 */
.db-snav{width:1200px;margin:0 auto;padding:10px 0;}
.db-snav li{float:left;padding:0 10px;border-right:1px solid #e3e3e3;}
.db-snav li:last-child{border-right:none;}

/* 网站底部 */
.db-ft-box{padding:20px 0;background:#e8e8e8;border-top:2px solid #db214c;}
.db-ft-box dl{width:1200px;margin:0 auto;}
.db-ft-box dt{float:left;width:200px;height:100px;margin-right:60px;background:url(http://db1.cdnjm.cn/skin/chinafloor.cn/img/base/logo-ft.gif) no-repeat;}
.db-ft-box dd{float:left;width:940px;}

.db-ft{padding-left:10px;}
.db-ft-menu a{line-height:30px;}
.db-ft-menu a:hover{ color:#db214c;}
.db-ft-menu,.db-ft-ewm{float:left;width:100px;height:170px;margin-right:60px;}
.db-ft-ewm{margin-right:20px;}
.db-ft-menu h3,.db-ft-ewm h3{margin-bottom:10px;padding-bottom:20px;font-size:14px;color:#333;border-bottom:1px solid #dfdfdf;}

.db-cprt{margin-top:10px;border-top:1px solid #dfdfdf;_padding-top:15px;}
.db-cprt ul{margin:15px 0;}
.db-cprt ul li{float:left;padding:0 10px;border-right:1px solid #dfdfdf;}
.db-cprt p{padding-left:10px;line-height:26px;}
.db-cprt p a{margin-right:10px;}
