/* 内页css --------------*/ /*公用样式*/ .tc{ text-align:center;} .pt20{ padding-top:20px; } .pb20{ padding-bottom:20px; } h3{ color:#2c231d; font-size:18px; font-weight:normal; } textarea{ outline:none; resize:none; } .row-l{ float:left; } .row-r{ float:right; width:739px; } .pub-tit{ overflow:hidden; } .pub-tit h3{ font-weight:normal; color:#f3600f; font-size:24px; } .img-box{ padding:20px 0; } .img-box img{ width:100%; } .text-box{ padding:0px 0; } .text-box h3{ font-size:18px; font-weight:normal; color:#2c231d; } .text-box p{ line-height:28px; text-indent:2em; padding:12px 0; } p{ color:#5c5855; font-size:16px; line-height:28px; } p.noindent{ text-indent:inherit; } /* ------ 面包屑样式 ------ */ .breadcrumbs{ line-height:69px; border-bottom:1px solid #ebebeb; } .breadcrumbs a,.breadcrumbs span{ color:#3a2d25; font-size:16px; line-height:30px; padding:0 5px; } .breadcrumbs a:hover{ color:#f3600f; } .breadcrumbs i.ico{ display:inline-block; width:18px; height:16px; vertical-align:middle; margin-top:-4px; margin-right:5px; background-position:0px -14px; } .col-main .breadcrumbs{ border-bottom:none; } /* 左侧导航栏 */ .left-nav ul>li{ margin-bottom: 18px; } .left-nav ul>li a{ height: 30px; line-height: 30px; font-size: 16px; display: block; color: #323232; padding-left: 28px; border-left: 3px solid #fff; } .left-nav ul>li a:hover{ color: #f3600f; } .left-nav ul>li.cur a { color: #f3600f; border-left:3px solid #f3600f; } /*右侧公用*/ .right-block{ padding-top:35px; overflow:hidden; background:#fff; } .right-block .tit h3{ color:#2c231d; font-size:18px; font-weight:normal; margin-bottom:12px; padding-bottom:8px; border-bottom:1px solid #e6e6e6; } .right-block .tit h3.bordernone{ border-bottom:none; } .right-block .cont a{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .right-block .cont a:hover{ color:#f3600f; } .right-block .pic{ padding-bottom:10px; overflow:hidden; } .right-block .pic img{ width:270px; height:183px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } /* 图片列表3列 */ .imglist.column3 ul{ margin: 0 -22px; } .imglist.column3 li{ float: left; width: 267px; height:256px; margin: 0px 22px 10px 22px; } .imglist.column3 li span{ display: block; color: #5c5855; line-height: 24px; padding: 10px 0; } .imglist.column3 li img{ width:267px; height:180px; } /* 图片列表4列 */ .imglist.column4 ul{ margin:0 -22px; } .imglist.column4 li{ float:left; width:190px; margin:15px 22px; } .imglist.column4 li img{ width:190px; height:240px; } /* 图片列表5列 */ .img-list ul{ margin:0 -17px; } .img-list li{ float:left; width:150px; margin:0 17px; } /*tab标签切换*/ .tab-menu { padding-bottom: 22px; } .tab-menu ul{ margin:0 -24px; } .tab-menu ul li { float: left; position: relative; } .tab-menu ul li:after { display: inline-block; position: absolute; right: 0; top: 50%; content: ""; width: 1px; height: 15px; margin-top: -8px; background-color: #ccc; } .tab-menu ul li:last-child:after { display: none; } .tab-menu li > a { display: block; font-size: 18px; margin: 0 24px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .tab-menu li.cur > a { color: #f3600f; } .tab-menu li > a:hover{ color: #f3600f; } /*淡出淡入焦点图*/ .scroll{ position:relative; height: 310px; margin-bottom:10px; } .scroll .img li{ position: absolute; top: 0; left: 0; display: none; } .scroll img{ width: 740px; height: 310px; } .scroll li p{ position:absolute; bottom:0; width:100%; line-height:35px; color:#fff; font-size:14px; padding:0 20px; background: rgba(0, 0, 0, .6); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#99000000, endColorStr=#99000000); box-sizing:border-box; } .scroll .num{ display:none; position: absolute; right:20px; bottom: 12px; font-size: 0; } .scroll .num li{ display: inline-block; width: 8px; height: 8px; font-size: 14px; margin-left:10px; border-radius: 50%; background: #fff; cursor: pointer; } .scroll .num li.cur{ background: #f3600f; } .scroll .btn{ display:none; position: absolute; top: 50%; width: 40px; height: 65px; margin-top: -32px; font: bold 50px/65px Simsun; color: #ccc; text-align: center; border: none; background: rgba(0,0,0,.30); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#4c000000, endColorStr=#4c000000); cursor: pointer; z-index: 3; } .scroll .btn.next{ right:0; } /* ------ 分页样式 ------ */ .pages { clear:both; height: 28px; text-align: right; padding: 28px 0; } .pages a { display: inline-block; height: 26px; padding:0 9px; margin-left: 3px; font: 14px/26px 微软雅黑; color: #999; text-align: center; border: 1px solid #e1e1e1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .pages .pre-nex { font-family: Simsun; font-weight: 800; } .pages a:hover { color: #fff; border-color: #fa8f53; background-color: #fa8f53; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .pages a.cur { color: #fff; border-color: #f3600f; background-color: #f3600f; } .pages a.elips { color: #999; border-color: transparent; background: none; cursor: default; } .pages a.disabled { color: #d3d3d3; border-color: #ececec; background-color: #f0f0f0; cursor: default; } /* ------ 详情页面共用 ------ */ .details h3.tit{ color:#2c231d; font-size:24px; text-align:center; font-weight:normal; } .section-box{ border-top:1px solid #e6e6e6; margin:10px 0 20px 0; overflow: hidden; padding-top:30px; } .section-box h3{ color:#2c231d; font-weight:normal; padding-bottom: 15px; } .pageviews{ float:left; color:#999; } .pageviews i{ display:inline-block; width:20px; height:12px; background-position:-30px 0px; margin-right:6px; margin-top:-4px; } .function{ padding:35px 0 10px 0; overflow:hidden; } .function .pageviews{ float:right; line-height:28px; } .function .share-box{ float:right; padding-left:34px; } .share-box span{ float:left; color:#5c5855; line-height:25px; } .share-box ul{ display:inline-block; } .share-box li{ float:left; margin-left:10px; } .share-box li .ico{ display:inline-block; width:25px; height:25px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .share-box li.share1 .ico{background-position:-60px -30px;} .share-box li.share2 .ico{background-position:-90px -30px;} .share-box li.share3 .ico{background-position:-120px -30px;} .share-box li.share4 .ico{background-position:-150px -30px;} .share-box li.share1:hover .ico{background-position:-60px -60px;} .share-box li.share2:hover .ico{background-position:-90px -60px;} .share-box li.share3:hover .ico{background-position:-120px -60px;} .share-box li.share4:hover .ico{background-position:-150px -60px;} /* ---------- 新闻详情页面 ----------*/ /*关键字*/ .keyword{ padding: 24px 0; } .keyword span{ margin: 0 20px 0 10px; color: #f3600f; } /* ---------- 研究刊物详情 ----------*/ /*相关阅读*/ .relevant-list{ padding-bottom: 53px; } .relevant-list ul li a{ margin-bottom: 16px; color: #5c5855; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .relevant-list ul li a:hover{ color:#f3600f; } .relevant-list ul li span{ float: right; color:#5c5855; } .research-info{ position: relative; padding-bottom:22px; } .research-info h3{ color: #3a2d25; font-size: 24px; font-weight:normal; padding-bottom:15px; } .research-info .pic{ float:left; margin-right:25px; } .research-info .pic img{ width:190px; height:240px; } .research-info .cont{ position:relative; height:240px; } .research-info p { line-height: 30px; } .research-info p span{ margin: 0 13px 0 10px; } .research-info .function{ padding:0; } /*下载报告*/ a.down-notify{ position: absolute; right: 0; bottom: 0px; width: 120px; height: 40px; line-height: 40px; text-align: center; color: #fff; background: #f3600f; } /*报告目录*/ .catalog dl{ margin-bottom: 18px; } .catalog dl dt{ font-size: 16px; line-height: 28px; } .catalog dl dd{ line-height: 32px; text-indent: 4em; } /*最新研究报告*/ .smallPic ul{ margin: 0 -3px; } .smallPic li{ float: left; width: 132px; height: 166px; margin: 3px; } .smallPic li img{ width:132px; height:166px; } /* ---------- 发展历程页面 ---------- */ .deveHistory { padding-bottom:30px; } .treelist li { display: block; padding: 0 0 25px 0; border-left:1px solid #ddd; } .treelist h3 { position:relative; color: #f86625; font-size: 24px; margin-bottom: 10px; padding-top: 2px; font-weight:normal; left:-8px; } .treelist h3:after{ float:left; display:inline-block; content:""; width:15px; height:15px; margin:10px 20px 0 0; vertical-align:middle; background:url("/wwwzhongxi-educom/Resource/Template/1/images/sprite.png") no-repeat; background-position:-90px -105px; } .treelist p { padding-left: 55px; } /* ---------- 高管团队页面 ---------- */ .teamList .pic{ float:left; margin-right:30px; } .teamList .intro{ margin-left:180px; height:177px; } .teamList .intro .text-box{ padding:8px 0; margin-top:-16px; } .teamList .intro h3{ padding-bottom:10px; font-size:24px; } .teamList .intro span b{ font-weight:normal; } /* ---------- 核心优势页面 ---------- */ .coreStrengths .row{ padding-bottom: 40px; } .global-partners .row-l{ font-size: 18px; } .coreStrengths .row .img-box{ float:right; width:250px; height:169px; margin-left:30px; padding-top:50px; } .coreStrengths .tab-menu ul{ margin: 0 -21px; } .coreStrengths .tab-menu a{ margin: 0 21px; } /*研究出版*/ .coreStrengths .img-scroll{ position: relative; background: #fff; } .coreStrengths .img-scrollList{ position: relative; margin: 0 auto; width: 890px; overflow: hidden; } .img-scroll span{ position: absolute; top: 50%; height: 65px; margin-top: -32px; font: bold 50px/65px Simsun; color: #ccc; text-align: center; border: none; cursor: pointer; z-index: 3; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .img-scroll span:hover{ color:#f3600f; } .img-scroll .prev{ left: -35px; } .img-scroll .next{ right: -35px; } .img-scrollList ul{ float: left; margin:0 -22px; left: 0; position: relative; width: 999999px; } .coreStrengths .img-scrollList li{ display: inline; position: relative; float: left; margin:0 22px; } .coreStrengths .img-scrollList li img{ vertical-align: top; width: 190px; height: 240px; } .coreStrengths .img-scrollList li a{ display:block; text-align: center; line-height: 35px; color: #5c5855; font-size:16px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } /*全球伙伴*/ .global-partners .cont{ overflow:hidden; padding:22px 0; } .global-partners .employer-list li{ float:left; width:365px; padding-bottom: 12px; } /*世界地图*/ .world-map{ position: relative; overflow: hidden; } .world-map dl{ position: absolute; min-width: 228px; min-height: 120px; bottom: 10px; left: 8px; background: #f6f6f6; padding: 16px 18px 10px 14px; display:none; } .world-map dl dt{ font-size: 16px; font-weight: normal; color: #eb590d; padding-bottom:8px; } .world-map dl dd{ font-size: 14px; color: #8c7062; line-height: 24px; } .world-map .map-list{ display:none; } .world-map a{ position: absolute; display: block; width: 22px; height: 30px; background: url("/wwwzhongxi-educom/Resource/Template/1/images/grey-coord.png") no-repeat; } .world-map a:hover, .world-map a.on { margin-left: -3px; margin-top:-6px; width: 22px; height: 30px; background: url("/wwwzhongxi-educom/Resource/Template/1/images/red-coord.png") no-repeat; } .world-map a.a1 { top: 74px; left: 202px; } .world-map a.a2 { top: 120px; left: 228px; } .world-map a.a3 { left: 415px; top: 125px; z-index: 11; } .world-map a.a4 { left: 428px; top: 114px; z-index: 10; } .world-map a.a5 { left: 442px; top: 105px; z-index: 9; } .world-map a.a6 { left: 447px; top: 92px; } .world-map a.a7 { left: 424px; top: 92px; } .world-map a.a8 { left: 468px; top: 61px; } .world-map a.a9 { top: 132px; right: 30px; } .world-map a.a10 { top: 205px; right: 100px; } .world-map a.a11 { top: 252px; right: 40px; } /* ---------- 员工活动页面 ---------- */ .activity-pic a{ overflow:hidden; } .activity-pic img{ width:100%; height:100%; } .activity-pic .lump1{ display: block; float: left; width: 412px; height: 157px; margin: 0 6px 6px 0; background: #e3e3e3; } .activity-pic .lump2{ display: block; float: right; width: 472px; height: 320px; background: #e3e3e3; } .activity-pic .lump3{ display: block; float: left; width: 412px; height: 157px; background: #e3e3e3; } .activity-list dl{ height: 120px; margin-top: 26px; } .activity-list dl dt{ position: relative; float: left; width: 100px; height: 100px; background: #f0f0f0; margin-right: 30px; padding:5px 15px; box-sizing:border-box; } .activity-list dl:last-child{ padding-bottom: 0; } .activity-list span{ display:block; font-size: 14px; color: #2c231d; } .activity-list span.day{ font-size: 38px; color: #f3600f; } .activity-list dd{ width: 760px; padding-bottom: 32px; border-bottom: 1px solid #e6e6e6; float: left; } .activity-list dd h3{ margin-bottom: 13px; line-height: 26px; } .activity-list dd h3 a{ color: #2c231d; font-size: 18px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .activity-list dd h3 a:hover{ color:#f3600f; } .activity-list dd p{ font-size: 16px; line-height: 24px; color: #5c5855; } /* ---------- 幸福月刊页面 ---------- */ .monthly .column4 ul{ margin:0 -21px; } .monthly .column4 li{ height:274px; margin:15px 21px; overflow:hidden; } .monthly .column4 li img{ border:1px solid #e3e3e3; } .monthly select { width: 168px; border: 1px solid #D7D7D7; padding-left: 15px; background: none; height: 32px; line-height: 32px; font-size: 14px; color: #666666; outline:none; } /* ---------- 最新活动页面 ---------- */ .newsPic{ position:relative; margin-bottom: 15px; } .newsPic img{ width:850px; height:305px; } .newsPic p{ position:absolute; width:100%; line-height:40px; padding:0 20px; color:#fff; bottom:0; box-sizing:border-box; background: rgba(0, 0, 0, .6); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#99000000, endColorStr=#99000000); } .newslist li{ overflow:hidden; margin-bottom:30px; } .newslist li:last-child{ margin-bottom: 0; } .newslist .pic{ float:left; margin-right:30px; } .newslist .pic img{ width:267px; height:180px; } .newslist h3{ padding:20px 0; } .newslist h3 a{ color:#2c231d; font-size:18px; font-weight:normal; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .newslist .info{ color:#999; font-size:14px; padding-top:35px; } .newslist .info span{ padding-right:30px; } /*热门标签*/ .hot-label ul li{ float:left; width:130px; padding:10px 0; } .hot-label ul li a{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .hot-label ul li a:hover{ color:#f3600f; } /* ---------- 成功案例页面 ----------*/ .case-list{ clear:both; padding-top:20px; } .case-list h3{ padding-bottom:20px; } .case-list .imglist a{ position: relative; } .case-list .imglist .pageviews{ position: absolute; right: 0; bottom: 0; font-weight: normal; padding: 4px 5px; font-size: 14px; color: #999; background: #fdfdfd; opacity:0.8; } /*案例查询*/ .caseSearch{ float:right; width: 500px; height: 40px; } .caseSearch .input{ width: 409px; float: left; height: 38px; line-height:38px; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; border-left: 1px solid #dadada; text-indent: 10px; background-color:transparent; } .caseSearch .submit{ display: inline-block; width: 90px; height: 40px; color: #fff; cursor:pointer; background: #b3b3b3; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .caseSearch .submit:hover{ background:#f3600f; } /*案例列表*/ .search-type h3{ color:#2c231d; font-size:24px; padding-bottom:20px; } .search-type ul li a{ padding-left:0; border-left:none; } .search-type ul li.cur a{ border-left:none; } /* ---------- 成功案例详情页面 ---------- */ /*客户感言*/ .testimonial h3{ text-align:center; padding-top:30px; } .testimonial .text-box{ padding-top:0; } /*案例属性*/ .case-attributes p{ padding-bottom:5px; overflow:hidden; } .case-attributes span{ float:right; width:188px; } .case-attributes .orange{ color:#f3600f; } /*联系*/ .call .phone{ padding:20px 0 40px 0; font-size:16px; color:#5c5855; } .call .phone i{ display:inline-block; width:24px; height:24px; margin-right:10px; background-position:-60px -90px; } .call table th{ color:#5c5855; font-size:16px; font-weight:normal; } .call table .txt{ width: 219px; height: 38px; padding:0 10px; box-sizing:border-box; border: 1px solid #dadada; } .call table th,.call table td{ padding-bottom:10px; } .call table .btn{ width: 90px; text-align: center; border: none; height: 40px; line-height: 40px; color: #fff; background: #f3600f; cursor: pointer; } /* ---------- 合作伙伴页面 ---------- */ .partner h3{ font-size:18px; color:#2c231d; font-weight:normal; padding-bottom:15px; } .partner .img-list ul{ margin:0 -17px; } .partner .img-list li{ height:30px; margin-bottom:30px; } .partner li img{ width:150px; height:30px; border:1px solid #e0e0e0; } /* ---------- 交流咨询页面 ---------- */ .contact-us{ padding:10px 0 82px 0; overflow:hidden; } .contact-us .contact-form{ float:left; font-size:14px; } .contact-us .contact-form th{ text-align:right; color:#3a2d25; font-size:16px; font-weight:normal; padding:0 10px 20px 0; } .contact-us .contact-form th span{ color:#F00; vertical-align:middle; padding-right:5px; } .contact-us .contact-form td{ position:relative; padding-bottom:20px; } .contact-us .contact-form .txt{ width:298px; height:38px; line-height:28px; padding:5px; border:1px solid #ccc; box-sizing:border-box; } .contact-us .contact-form .txt.focus{ border-color:#0e91ec;} .contact-us .contact-form .txt.error{ border-color:#f05928;} .contact-us .contact-form textarea{ width:298px; height:151px; padding:5px; border:1px solid #ccc; box-sizing:border-box; } .contact-us .contact-form textarea.focus{ border-color:#0e91ec; } .contact-us .contact-form .button{ width:90px; height:42px; color:#fff; text-align:center; font:16px/42px "Microsoft YaHei"; cursor:pointer; background:#f05928; } .contact-us .contact-form .hint{ position:absolute; right:10px; top:10px; color:#f05928; } .contact-us .contact-form .hint i{ display:inline-block; width:14px; height:14px; vertical-align:middle; margin:-2px 0 0 5px; background-position:-150px 0px; } .contact-us .type-list{ width:298px; margin-top: -10px; } .contact-us .type-list li{ float:left; cursor:pointer; font-size:16px; color:#3a2d25; margin-right:30px; margin-top: 10px; } .contact-us .type-list li.cur{ color:#f3600f; } .contact-us .details-table{ float:right; font-size:16px; margin:10px 0 0 55px; } .contact-us .details-table th{ color:#888; text-align:right; font-weight:normal; padding:0 10px 20px 0; } .contact-us .details-table td{ color:#666; padding-bottom:20px; } .contact-us .details-table td .time{ color:#888; font-size:14px; } .contact-us .details-table .mail span{ display:inline-block; width:120px; padding-right:20px; } .contact-us .details-table img{ width:88px; height:88px; } /*提交提示*/ .contact-us .operation-tips{ display:none; position:absolute; width:200px; height:70px; line-height:70px; top:50%; left:50%; font-size:14px; color:#fff; text-align:center; border-radius:5px; margin-left:-100px; margin-top:-35px; z-index:50; background:rgba(56, 59, 62, 0.9); filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#1c383b3e', EndColorStr='#1c383b3e'); } .contact-us .operation-tips.success i{ display:inline-block; width:30px; height:22px; vertical-align:middle; margin-right:18px; background-position:-120px -90px; } .contact-us .operation-tips.fail i{ display:inline-block; width:22px; height:22px; vertical-align:middle; margin-right:18px; background-position:-150px -90px; } /* ---------- 销售网络页面 ---------- */ .map { width: 670px; height: 552px; position: relative; margin: 0 auto 30px; background: url("/wwwzhongxi-educom/Resource/Template/1/images/map.jpg") no-repeat; } .map a { position: absolute; display: block; width: 6px; height: 6px; background-position:-147px -18px; } .map a:hover, .map a.on { width:17px; height:19px; margin-top:-6px; margin-left:-6px; background-position:-161px -13px; } .map a span { position: absolute; display: none; top: 18px; left: -10px; height: 18px; padding: 0 7px; min-width: 24px; border: 1px solid #d2d2d2; font: 12px/18px Simsun; color: #666; background-color: #fff; z-index: 2; } .map a:hover span, .map a.on span { display: block; } .map a.a1 { left: 510px; top: 471px; } .map a.a2 { left: 580px; top: 324px; } .map a.a2 span { left: 5px; } .map a.a3 { left: 492px; top: 203px; } .map a.a4 { left: 484px; top: 463px; } .map a.a5 { left: 527px; top: 324px; } .map a.a6 { left: 571px; top: 159px; } .map a.a7 { left: 562px; top: 333px; } .map a.a8 { left: 343px; top: 358px; } .map a.a9 { left: 177px; top: 350px; } .map a.a10 { left: 168px; top: 133px; } .map-address { background-color: #fff; } .map-address dl { display: none; padding-bottom: 10px; text-align: left; background-color: #f8f8f8; } .map-address dl.fir { display: block; } .map-address dl dt { position: relative; margin-bottom: 10px; font-size: 16px; color: #333; line-height: 24px; padding: 10px 60px; background-color: #ebebeb; } .map-address dt .ico-top { position: absolute; left: 90px; top: -12px; width: 20px; height: 12px; background-position: -180px 0; } .map-address dl dd { font-size: 12px; color: #666; line-height: 26px; padding: 0 30px 0 60px; } /* ---------- 搜 索 结 果 页 面 ---------- */ .search-result{ float:right; width:100%; } .search-layout h3{ color:#444; font-size:18px; font-weight:normal; padding-bottom:15px; } .search-layout .search-wrap{ position:relative; height:38px; border:1px solid #ccc; background:#fff; margin-bottom:35px; } .search-layout .search-wrap .txt{ width:680px; height:38px; line-height:38px; padding:0 10px; margin-right:50px; box-sizing:border-box; } .search-layout .search-wrap.focus{ border:1px solid #0e91ec; } .search-layout .search-wrap .btn{ position:absolute; top:10px; right:15px; width:16px; height:16px; cursor: pointer; font-size:0; background-position:-30px -14px; } .search-layout span{ color:#888; font-size:14px; } .search-item h3{ font-size: 18px; font-weight: normal; line-height: 26px; color: #2c231d; padding-bottom:20px; } .search-item h3 a{ font-size: 18px; font-weight: normal; line-height: 26px; color: #2c231d; } .search-item .pic{ float:left; margin-right:15px; } .search-item .pic img{ width:215px; height:125px; } .search-item .search-cont p{ color:##5c5855; line-height:28px; font-size:16px; padding-bottom:10px; } .search-item .search-cont .time{ font-size:14px; color:#888; } .search-item li{ overflow:hidden; padding:22px 0; border-bottom:1px solid #e3e3e3; } .search-item li:last-child{ border-bottom:none; } .search-item li:hover h3 a{ color:#e34920; } /*hover*/ .imglist a, .newslist li a{ overflow:hidden; } .imglist img,.newslist li img{ transition:0.5s; } .imglist li img:hover, .newslist li img:hover, .right-block .pic img:hover { -webkit-transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); transform:scale(1.05,1.05); } .imglist li a span{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .imglist li a:hover,.imglist li a:hover span,.newslist li h3 a:hover { color:#f3600f; } /* ---------- 专题页面 ---------- */ /* ---------- 国泰安教育思想页面 ---------- */ .breadcrumbs.none{ border-bottom: none; } .thought{ padding-bottom: 35px; } .thought h3{ padding-bottom: 22px; } .thought .img-scroll{ position: relative; background: #fff; } .thought .img-scroll .prev{ left: -47px; margin-top: -85px; } .thought .img-scroll .next{ right: -47px; margin-top: -85px; } .thought .img-scrollList ul{ margin:0 -28px; } .thought .img-scrollList li{ width: 190px; margin-top:0; margin:0 28px; } .thought .img-scrollList li img{ width: 190px; height: 240px; } .thought .img-scrollList li a.reading{ margin-top: 15px; display: block; width: 118px; height: 38px; text-align:center; line-height: 38px; border: 1px solid #c3c3c3; } .thought .img-scrollList p{ margin-top: 8px; width: 200px; height:48px; overflow: hidden; text-overflow: ellipsis; } .thought .img-scrollList p a{ line-height: 24px; text-align: left; } .thought .img-scrollList{ width:1180px; overflow:hidden; } .idea-banner{ padding-bottom:35px; } .idea-banner a.book0{ position: absolute; left: 22px; top: 29px; width: 126px; height: 227px; } .idea-banner a.book1{ position: absolute; left: 200px; top: 29px; width: 126px; height: 227px; } .idea-banner a.book2{ position: absolute; left: 383px; top: 35px; width: 126px; height: 227px; } /* ---------- 领导来访页面 ---------- */ .visit-title{ text-align: center; font-size: 24px; line-height: 46px; font-weight: normal;; } .visit-title-tag{ margin-top: 12px; margin-bottom: 23px; text-align: center; font-size: 16px; line-height: 28px; color: #5c5855; } .visit-banner{ position: relative; margin: 0 auto; width: 850px; height: 670px; } .visit-banner span{ position: absolute; top: 50%; height: 65px; margin-top: -80px; font: bold 70px/70px Simsun; color: #ccc; text-align: center; border: none; cursor: pointer; z-index: 3; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .visit-banner .prev{ left: -68px; } .visit-banner .next{ right: -68px; } .visit-banner .img-scrollList{ position: relative; margin: 0 auto; width: 850px; height:670px; overflow: hidden; } .visit-banner .img-scrollList a img{ width: 850px; height: 574px; } .visit-banner .img-scrollList ul{ float: left; left: 0; position: relative; margin:0; } .visit-banner .img-scrollList ul li{ float: left; } .visit-banner p{ position: relative; width: 734px; padding-top: 17px; font-size: 16px; line-height: 24px; padding-left: 116px; color: #5c5855; } .visit-banner p b{ position: absolute; left: 18px; top: 38px; display: block; width: 39px; height: 39px; background: url("/wwwzhongxi-educom/Resource/Template/1/images/slash.png") no-repeat; } .visit-banner p i.total{ position: absolute; right: -10px; bottom: -1px; font-size: 16px; font-weight: normal; color: #999; } .visit-banner p i.numer{ position: absolute; left: -19px; top: -14px; font-size: 36px; font-weight: normal; color: #5c5855; } .visit-column{ margin-top: 89px; margin-bottom: 36px; } .visit-column ul{ margin: 0 -22px; } .visit-column ul li { margin: 0 22px; float: left; } .visit-column ul li p{ width: 364px; margin-top: 10px; line-height: 24px; } .visit-column ul li p a{ display: inline; } .visit-column ul li p span{ margin-right: 10px; color: #2c231d; } .visit-column ul li a img{ width: 364px; height: 245px; } /* ---------- 专家顾问团队页面 ---------- */ .expert{ padding-top: 0; padding-bottom: 57px; } .expert .pub-tit{ padding-bottom: 4px; font-size: 24px; font-weight: normal; line-height: 46px; color: #f3600f; } .expert .pub-tit span{ font-size: 16px; color: #5c5855; } .expert-col{ padding-top:35px; } .expert-col th{ padding: 6px 0; font-weight: normal; color: #2c231d; font-size: 18px; } .expert-col td{ padding: 9px 0; color: #5c5855; } /*产品与解决方案页面*/ .productLay .lay1 { border-bottom: 1px dashed #C7C7C7; padding: 30px 0; } .productLay .lay1:last-child { border-bottom: none; } .productLay .lay1 dl { padding-bottom: 40px; } .productLay .lay1 dt { width: 160px; float: left; margin: 0 40px; } .productLay .lay1 dd { margin-left: 250px; font-size: 16px; line-height: 28px; } .productLay .lay1 .con img { display: block; margin: 30px auto 20px; } .classify .tit { padding: 15px 0 10px; } .classify .tit span { border-left: 6px solid #A6D050; padding-left: 10px; font-size: 18px; } .infant .classify .tit span { border-left-color: #ff9bc6; color: #555; } .classify .tab { border: solid #ddd; border-width: 1px 1px 0; background-color: #ecebeb; } .classify .tab a { height: 20px; padding: 15px 0; display: block; border: solid #ddd; border-width: 0 1px 1px 0; width: 198px; float: left; text-align: center; color: #555555; font-size: 18px; } .classify .tab a.last { border-right: none; float: right; } .classify .tab a.on { background-color: #fff; border-bottom: 1px solid #fff; } .classify .tab a.te { padding: 5px 0 25px; } .classify .con { height: auto; overflow: hidden; background: #fff; border: 1px solid #DEDEDE; border-top: none; font-size: 16px; padding: 20px; color: #777; line-height: 28px; } .classify .con a { color: #FE9E46; } .classify .con a:hover { text-decoration: underline; } /*产品与服务详细页*/ .productDetail .tit span{ display:block; color:#2c231d; font-size:16px; padding-top:18px; } .productDetail img { display: block; margin:10px auto; } .productDetail h4 { font-size: 18px; color: #2c231d; font-weight:normal; line-height: 30px; margin-top: 30px; } .productDetail ul.list{ padding-top:10px; } .productDetail ul.list li { line-height:28px; color:#5c5855; } .service-cont b.line{ padding:0 10px; border-left: 8px solid #ffad42; } /*产品详细页*/ .productDetail .sss { text-align: center; margin: 30px 0; overflow: hidden; } .productDetail .sss li { display:inline-block; position: relative; width: 318px; height: 168px; margin: 0 5px 30px; text-align: center; } .productDetail .sss li h3 { position: absolute; bottom:0px; left: 0px; width: 100%; height: 40px; padding: 5px 0; background: #6289CE; color: #fff; font-size:14px; text-align: center; opacity: 0.85; filter: alpha(Opacity=85); } .productDetail .sss li img { width: 318px; height: 168px; margin:0; } /*小微金融*/ .reform { height: 620px; background: url("/wwwzhongxi-educom/Resource/Template/1/images/service/img27.jpg") 30px 70px no-repeat; } .reform .text-box p{ font-size:14px; padding:0; } .reform table { float:right; width: 290px; border: 1px solid #DFDFDF; text-align: center; font-size: 12px; margin-right:120px; } .reform table th { color: #fff; background: #5D8BE0; height: 40px; font-size: 14px; } .reform table td { border-bottom: 1px solid #DFDFDF; padding: 2px 0; padding-left: 5px; } .productDetail { color: ##555555; font-size: 14px; } .productDetail .colorB { border-left: 8px solid #2D7AEE; } .productDetail .colorO { border-left: 8px solid #FFAD42; } .productDetail .colorG { border-left: 8px solid #70C774; } .productDetail .colorOr { border-left: 8px solid #FF6D2D; } .productDetail img { text-align: center; border: none; display: block; margin-top: 30px; margin-bottom: 10px; } .productDetail h2 { font-size: 14px; font-family: "SongTi"; color: #000; line-height: 30px; margin-top: 30px; margin-bottom: 10px; } .productDetail h3 { font-size: 14px; color: #A2A2A2; margin-top: 5px; font-weight: normal; text-align: center; margin-bottom: 30px; } .productDetail h4 { font-size: 14px; color: #000000; padding-left: 10px; } .productDetail dl { margin-bottom: 30px; } .productDetail dt { margin-right: 30px; margin-top: 5px; } .productDetail dt.dt1 { height: 120px; } .productDetail dt.dt2 { height: 50px; } .productDetail dt.dt3 { height: 60px; } .productDetail dt.dt4 { height: 50px; } .productDetail dt.dt5 { height: 60px; } .productDetail dt.dt6 { height: 60px; } .productDetail dl dd { line-height: 28px; } .productDetail p { line-height: 28px; } .productDetail .ss ul li { width: 308px; float: left; display: inline; margin: 0 10px 10px; } .productDetail .ss ul li img { border: 1px solid #e4e4e4; display: block; padding: 3px; } .productDetail .ss p { padding: 0 20px; } .productDetail .ss span { color: #FF9F47; } .productDetail .serTable { width: 90%; margin: 30px auto; font: 12px "SongTi"; text-align: center; line-height: 25px; color: #252525; border: 1px solid #C6CFDA; } .productDetail .serTable .tr1 { background: #D3DFEE; } .productDetail .serTable .tr2 { background: #EBF1F7; } .productDetail .serTable .cor { color: #567193; } .productDetail .serTable td { padding: 20px; } .productDetail .serTable ul li { text-align: left; padding-left: 20px; } /* --------------- 招聘板块 --------------- */ /*招聘途径*/ .recruit-channel{ padding-bottom:45px; } .recruit-channel img{ margin:0 16px; } .recruit-choose{ background:#f5f5f5; padding:0 22px 25px 22px; overflow:hidden; } .recruit-choose .caseSearch{ margin-bottom:0; } /*职位列表*/ .jobs-list h3.tit{ padding-bottom:30px; } .jobs-item{ padding-bottom:32px; } .jobs-item .jobs-info{ table-layout:fixed; color:#2c231d; } .jobs-item .jobs-info td{ vertical-align:top; text-align:center; } .jobs-item .jobs-info td.first{ text-align:left; } .jobs-item .jobs-info h3 span{ display:block; color:#5c5855; font-size:14px; padding-top:8px; } .jobs-item .jobs-info i.ico{ width:13px; height:7px; margin-left:10px; background-position:-60px -120px; cursor:pointer; } .jobs-info .shrink.cur i.ico,.jobs-info .shrink.cur:hover i.ico{ background-position:-60px -128px; } .jobs-info .shrink.cur{ color:#f3600f; } .jobs-info .shrink:hover{ color:#f3600f; cursor:pointer; } .jobs-info .shrink:hover i.ico{ background-position:-74px -120px; } /*职位详情*/ .jobs-details{ margin-top:18px; padding:22px 20px 0 20px; border:1px solid #ebebeb; display:none; } .jobs-details p{ line-height:inherit; padding-bottom:6px; } .jobs-details th,.jobs-details td{ padding-bottom:28px; font-weight:normal; color:#5c5855; } .jobs-item .jobs-details a.candidate-btn{ display:inline-block; width: 120px; height: 40px; line-height:40px; color: #fff; text-align:center; background: #f3600f; margin-right:100px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .jobs-item .jobs-details a.candidate-btn:hover{ background:#eb5908; } /* --------------- 校园招聘 --------------- */ .campus-recruitment{ height:400px; } .school-recruit{ padding:38px 0; overflow:hidden; } .school-recruit h3{ color:#3a2d25; font-size:24px; text-align:center; padding-bottom:38px; } .preaching-meeting{ table-layout:fixed; } .preaching-meeting th{ background:#f3f3f3; font-weight:normal; } .preaching-meeting th,.preaching-meeting td{ line-height:44px; padding-left:20px; } .preaching-meeting td{ color:#5c5855; } .preaching-meeting tr:hover td{ background:#feefe7; } .imglist.postlist ul{ margin:0 -30px; } .imglist.postlist li{ width:250px; margin:0 30px; text-align:center; } .imglist.postlist li a{ display:block; } .imglist.postlist li p{ line-height:46px; } .imglist.postlist li img{ width:250px; height:180px; } /*主题招聘*/ .theme-recruit li{ padding-bottom:36px; } .theme-recruit h3{ padding-bottom:16px; } .theme-recruit h3 a{ color:#3a2d25; font-size:24px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .theme-recruit h3 a:hover{ color:#f3600f; } .theme-recruit .img-box{ float:right; width:266px; height:180px; margin-left:30px; } /*人才理念*/ .talent-idea .row{ padding-bottom:36px; } .talent-idea .pub-tit{ padding-bottom:10px; } .talent-idea .pt0{ padding-top:0;} /*标语*/ .slogan h3{ line-height:34px;} .slogan h3.orange{ color:#f3600f; } /*福利*/ .welfare-list{ padding-top:20px; } .welfare-list li{ padding-bottom:10px; overflow:hidden; line-height:50px; } .welfare-list li span{ position:relative; color:#5c5855; } .welfare-list li b{ position:relative; float:left; width:48px; height:48px; line-height:48px; text-align:center; font-weight:normal; vertical-align:middle; border-radius:50%; margin-right:30px; border:1px solid #d3d3d3; -webkit-transition:-webkit-transform 1s,background 1s; } .welfare-list li:hover b{ background:#f3600f; border-color:#f3600f; color:#fff; } /*面试流程*/ .interview-process{ padding-top:22px; } .interview-process li{ position:relative; display:inline-block; text-align:center; margin-right:82px; } .interview-process span{ display:inline-block; width:63px; height:63px; line-height:48px; text-align:center; font-weight:normal; vertical-align:middle; border-radius:50%; border:1px solid #d3d3d3; -webkit-transition:-webkit-transform 1s,background 1s; } .interview-process i.ico{ width:30px; height:30px; margin-top:10px; } .interview-process i.ico1{ background-position:2px -240px;} .interview-process i.ico2{ background-position:-29px -240px;} .interview-process i.ico3{ width:15px;background-position:-64px -240px;} .interview-process i.ico4{ width:34px;background-position:-86px -238px;} .interview-process i.ico5{ background-position:-120px -240px;} .interview-process li:hover i.ico1{ background-position:2px -270px;} .interview-process li:hover i.ico2{ background-position:-29px -270px;} .interview-process li:hover i.ico3{ background-position:-64px -270px;} .interview-process li:hover i.ico4{ background-position:-86px -268px;} .interview-process li:hover i.ico5{ background-position:-120px -270px;} .interview-process li:hover span{ background:#f3600f; border-color:#f3600f; color:#fff; } .interview-process li:after{ position:absolute; width:19px; height:19px; content:""; top:25px; left:98px; background:url("/wwwzhongxi-educom/Resource/Template/1/images/sprite.png") no-repeat -90px -120px; } .interview-process li:last-child:after{ display:none; } /*联系方式*/ .contact-info{ padding-top:22px; } .contact-info span{ color:#5c5855; padding-right:88px; line-height:25px; } .contact-info .ico{ width:25px; height:25px; vertical-align:bottom; margin-right:15px; } .contact-info .ico1{ background-position:-120px -120px;} .contact-info .ico2{ background-position:-150px -120px;} /*管理智慧*/ .wisdom-list ul{ margin:0 -5px;} .wisdom-list li{ float:left; width:290px; height:50px; line-height:50px; background:#f5f5f5; margin:5px; } .wisdom-list.small li{ width:276px; } .wisdom-list li a{ display:inline-block; width:100%; padding-left:22px; box-sizing:border-box; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .wisdom-list li span{ padding-left:10px; } .wisdom-list li:hover a{ color:#eb5908; } /*产品中心-列表*/ /* 图片列表3列 */ .case-list .column4 ul{ margin: 0 -20px; } .case-list .column4 li{ float: left; width: 267px; height:256px; margin: 0px 19px 10px 19px; } .case-list .column4 li span{ display: block; color: #5c5855; line-height: 24px; padding: 10px 0; } .case-list .column4 li img{ width:267px; height:180px; } .new-default{ position:absolute; width:32px; height:16px; top:-14px; right:-14px; background:url("/wwwzhongxi-educom/Resource/Template/1/images/newIco.png") no-repeat; } /*体验*/ .experience { width:270px;margin-bottom:30px;} .experience table{ margin-top:30px; } .experience table th{ color:#999; font-size:14px; font-weight:normal; } .experience table .txt,.experience table textarea{ width: 100%; height: 38px; line-height:38px; padding:0 10px; box-sizing:border-box; border: 1px solid #dadada; } .experience table textarea{ height:auto; padding-top:10px;} .experience table th{ text-align:left;} .experience table th,.experience table td{ padding-bottom:10px; } .experience table .btn{ width: 90px; text-align: center; border: none; height: 40px; line-height: 40px; color: #fff; background: #f3600f; cursor: pointer; } /*战略布局*/ .strategy{ overflow:hidden; padding:25px 0; border:1px solid #ebebeb; } .strategy li{ float:left; min-width:215px; margin:5px 32px; } .strategy li span{ display:inline-block; width:48px; height:48px; border-radius:50%; text-align:center; vertical-align:middle; margin-right:12px; border:1px solid #e4e4e4; } .strategy li.cur a,.strategy li a:hover{ color:#f3600f; } .strategy li i.ico{ width:28px; height:26px; margin-top:12px; } .strategy li i.ico1{ background-position:2px -300px;} .strategy li i.ico2{ background-position:-30px -300px;} .strategy li i.ico3{ background-position:-58px -300px;} .strategy li i.ico4{ background-position:-88px -300px;} .strategy li i.ico5{ background-position:-120px -300px;} .strategy li i.ico6{ background-position:-148px -300px;} .strategy li.cur i.ico1{ background-position:2px -330px;} .strategy li.cur i.ico2{ background-position:-30px -330px;} .strategy li.cur i.ico3{ background-position:-58px -330px;} .strategy li.cur i.ico4{ background-position:-88px -330px;} .strategy li.cur i.ico5{ background-position:-120px -330px;} .strategy li.cur i.ico6{ background-position:-148px -330px;} .col-right-sm .fixed{ width:270px; } /*导航定位*/ .nav-location li{ padding-bottom: 20px;} .nav-location li a{padding-left: 10px;} .nav-location li.cur a{ color: #f3600f; padding-left: 10px;} .nav-location li:before{ display: inline-block; width: 6px; height: 6px; content: ""; border-radius: 50%; border: 2px solid #fff; } .nav-location li.cur:before{ border-color: #f3600f; } /*相关产品*/ .imglist.related-products ul{ margin:0 -12px; } .imglist.related-products li{ margin:0 12px; } /*教育模块*/ .education-module .loading{ display:none; } .image-text .img-box{ float:right; width:350px; margin-left:30px; } .image-text .pro-content { padding-bottom: 10px; } .pro-title img{ position: absolute; } .pro-title .pro-theme{ padding-left: 115px; } .pro-title .pro-theme .p-tt{ border-bottom:1px dashed #999; height: 80%; position:relative; } .pro-title .pro-theme .p-tt .p-ps{ display: block; text-align: left; vertical-align: middle; line-height: 50px; margin-bottom: 0px; position: absolute; bottom: 10px; } .pro-title .pro-theme-title{ font-weight:700; display:table-cell; text-align:center; vertical-align:middle; } .pro-img{ } .pro-theme{ height: 90px; margin-left: 15px; } .pro-text-box{ padding: 10px 0; } .pro-text-box p{ line-height: 28px; /* text-indent: 2em; */ padding: 12px 0; } .pro-center{ width:120px; height:40px; line-height:40px; color:#5c5855; text-align:center; background:#f3f3f3; } .pro-center:hover{ color:#f3600f; } .pro-center i.ico{ width:17px; height:17px; margin-right:8px; background-position:-150px -150px; } /* --- 筛选 --- */ .screen{ overflow:hidden; margin-bottom:20px; } .screen.has-bg{ padding:20px; background:#f5f5f5; } .screen-tab{ padding-bottom:10px; overflow:hidden; border-bottom: 1px solid #e9e9e9; } .screen-tab li{ float:left; margin:0 12px; cursor:pointer; } .screen-tab li.cur{ color:#f3600f; } .screen-item { display:inline-block; width:100%; } .screen-item span{ margin:10px 0; } .screen-item li{ position:relative; float:left; cursor:pointer; margin:10px 12px 10px 12px; } .screen-item li.cur{ color:#f3600f; } .screen .screen-loading{ position:relative; display:none; } .screen .btn { width: 53px; height: 26px; font: 12px/26px Simsun; color: #999; cursor:pointer; text-align:center; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-left:20px; border:1px solid #999; } .screen .btn.save{ color:#fff; border:1px solid #f3600f; background: #f3600f; } .screen .btn:hover { color: #fff; border-color: #e55b0e; background: #e55b0e; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .screen .btn.cancel:hover{ color:#fff; background:#b3b3b3; border-color:#b3b3b3; } .screen .morecheck{ position:absolute; right:0; top:10px; } .screen .action{ display:none; float:right; } .screen .del{ display:none; position:absolute; right:0; top:10px; } .screen .del a.btn{ width:20px; height:20px; line-height:20px; font-size:16px; font-weight:bold; } .choose-save .del{ display:inline; } .screen-item .chkItem i.ico, .screen-item .chkItem-ed i.ico, .screen-item .chkAll i.ico, .screen-item .chkAll-ed i.ico{ display:none; width:14px; height:14px; margin-right:6px; vertical-align:middle; margin-top:-3px; } .chkItem i.ico,.chkAll i.ico{ background-position:-90px -90px; } .chkItem-ed i.ico,.chkAll-ed i.ico{ background-position:-106px -90px; } .screen-item i.chkItem-ed, .screen-item i.chkAll-ed{ background-position:-106px -90px; } .screen-loading.open li i.ico{ display:inline-block; } .screen-item .chkItem-ed, .screen-item .chkAll-ed{ color:#f3600f; } .screen-loading.open .morecheck{ display:none;} .screen-loading.open .action{display:inline-block;} .screen-loading.choose-save .morecheck{display:none;} /*错误页面*/ .error{ background:#e2f3fd url("/wwwzhongxi-educom/Resource/Template/1/images/error-bg.jpg") no-repeat center; } .error-word{ position:absolute; top:50%; left:50%; margin-left:-386px; margin-top:-128px; } .error-word .back{ position:absolute; width:140px; height:32px; line-height:32px; color:#ff9702; text-align:center; bottom:0; border-radius:3px; border:1px solid #ff9702; } /*-------------------------2016-08-20------职业教育峰会-----cm--------------------------*/ .meeting-cm .breadcrumbs{border-bottom:0px;} .banner-cm{height:326px;width:100%;overflow:hidden;} .conbox-cm{margin-top:25px;} .conright-cm{width:270px;border-left:1px solid #EBEBEB;padding:0 0 70px 30px;} .title-cm{height:31px;line-height: 31px;background:url("/wwwzhongxi-educom/Resource/Template/1/images/bg-cm.jpg") center no-repeat;color:white;padding-left:5px;font-size:18px;} .tit-cm{font-size:18px;color:#3F3731;padding-left:5px;border-bottom:1px solid #EBEBEB;padding-bottom:3px;} .mt13{margin-top:13px;} .mt15{margin-top:15px;} .ml40{margin-left:40px;} .mt35{margin-top:35px;} .mlr10{margin-left:10px;margin-right:10px;} .font18{font-size:18px;} .font14{font-size:14px;} .orange{color:#F3600F;} .organize-cm li{padding-left:5px;line-height:32px;white-space:nowrap;} .organize-cm li span{font-size:12px;} .nav-cm li{display:inline-block;} .nav-cm span{margin:0 5px;color:#D0D0D0;} .nav-cm li a{display:block;font-size:18px;color:#352C26;} .nav-cm li a:hover,.nav-cm li a.hover{color:#F3600F;} .conleft-cm{width:845px;margin-bottom:50px;} .headline-cm{font-size:25px;color:#000000;border-bottom:1px solid #EBEBEB;width:100%;height:55px;line-height:55px;position:relative;margin-bottom:15px; } .headline-cm .line-cm{position:absolute;bottom:0px;left:0px;} .headline-cm .word-cm{display:inline-block;width:32px;height:32px;vertical-align:middle;background-image:url("/wwwzhongxi-educom/Resource/Template/1/images/meeting-cm.png");margin-top:-5px;} .word-cm.aa{background-position:0 0px;} .word-cm.bb{background-position:0 -32px;} .word-cm.cc{background-position:0 -64px;} .word-cm.dd{background-position:0 -96px;} .headline-cm .line-cm{border:1px solid #EB5E00;width:135px;} .news-cm li{display:block;background:#F8F8F8;position:relative;margin-bottom:30px;} .news-cm li:hover .view-cm{font-size:16px;} .imgbox-cm{width:256px;height:178px;background:url("/wwwzhongxi-educom/Resource/Template/1/images/bg2-cm.png") center no-repeat;position:relative;margin-right:20px;} .imgbox-cm a{margin:4px 0 0 4px;width:246px;height:167px;overflow: hidden;} .imgbox-cm1{width:403px;height:286px;background: url("/wwwzhongxi-educom/Resource/Template/1/images/bg4-cm.png") center no-repeat;position:relative;margin-right:20px;} .imgbox-cm1 a{margin:6px 0 0 6px;width:390px;height:271px;overflow: hidden;} .rightbox-cm{width:565px;} .rightbox-cm1{width:400px;} .rightbox-cm1 p{line-height:25px;} .play-cm{display:block;width:40px;height:40px;background:url("/wwwzhongxi-educom/Resource/Template/1/images/play.png") center no-repeat;position:absolute;bottom:7px;right:7px;} .view-cm{display:block;font-size:14px;text-align: center;width:80px;height:22px;line-height: 21px;background:#EB5E00;color:white;border-radius:5px;position:absolute;bottom:10px;} .picbox-cm{margin-right:-14px;margin-top:27px;margin-bottom:10px;} .picbox-cm li{float:left;margin-right:12px;} .picbox-cm li a{display:block;width:274px;} .picbox-cm li a p{line-height:20px;margin-top:5px;padding:0 5px;text-align:justify;} .picwrap-cm{width:270px;height:190px;background:url("/wwwzhongxi-educom/Resource/Template/1/images/bg3-cm.png") center;padding:5px 0 0 4px;} .wrapper-cm{width:264px;height:183px;overflow:hidden;} .picwrap-cm img{transition:0.5s;} .picbox-cm li a:hover p{color:#F3600F;} .picbox-cm li a:hover .picwrap-cm img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.05,1.05);transform:scale(1.1,1.1);} .imgbox-cm a img,.imgbox-cm1 a img,.imgbox-cm3 img{transition:0.5s;} .news-cm li:hover a img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.05,1.05);transform:scale(1.1,1.1);} .imgbox-cm2{width:269px;height:189px;overflow:hidden;margin-right:18px;} .intro-cm{font-size:14px;color:#9E9E9E;line-height:20px;} .rightbox-cm2{width:555px;} .view-cm1{display: block;font-size:14px;width:78px;height:23px;line-height:23px;color:white;background:url("/wwwzhongxi-educom/Resource/Template/1/images/view.png") center;text-align:center;} .activity-cm:hover .view-cm1{font-size:16px;} .act-list{margin-top:15px;} .act-list li{background:url("/wwwzhongxi-educom/Resource/Template/1/images/list-cm.png") left center no-repeat;padding-left:20px;line-height:30px;} .act-list li:hover a{color:#F3600F;} .newslist-cm li a{display: block;} .newslist-cm li{margin-bottom:10px;} .graybox{background:#f8f8f8;width:650px;padding:0px 10px;} .newscont{font-size:15px;line-height:25px;text-indent:2em;} .imgbox-cm3{border:1px solid #b9b9b9;width:160px;overflow: hidden;} .newslist-cm li a i{position:absolute;display:block;width:11px;height:22px;background:url("/wwwzhongxi-educom/Resource/Template/1/images/icon-cm.png") center;right:0px;top:10px;} .newslist-cm li:hover a .imgbox-cm3 img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.05,1.05);transform:scale(1.1,1.1);} .picwrap-cm1{position: relative;float:left;margin-right:3px;} .icon-box{border:1px solid #E7E7E7;padding:0 0 20px;} .link-tab td{text-align: center;width:25%;} .link-tab1 td{text-align: center;width:20%;} /*-------------------------2016-10-13--------------------------*/ .d_text { border-top:solid 1px #f3600f; margin-top:30px; padding:0 26px;} .d_text h2 { text-align:center; font-size:18px; font-weight:normal; line-height:50px; color:#242525;} .d_text p { font-size:14px; text-indent:2em;} .d_box { padding:3px; width:726px; margin:20px auto; border:solid 1px #CCC; box-shadow:2px 2px 3px #666;} .d_imgbox{width:726px;overflow: hidden; position:relative;} .d_imgbox img{transition:0.5s;} .d_imgbox:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.05,1.05);transform:scale(1.1,1.1);} .d_box1 { padding:3px; width:640px; margin:20px auto; border:solid 1px #CCC;} .d_box1 .d_imgbox {width:640px;overflow: hidden; position:relative;} .d_box2 { padding:3px; width:390px;border:solid 1px #CCC; box-shadow:2px 2px 3px #666;} .d_imgbox2{width:390px;overflow: hidden; position:relative;} .d_imgbox2 img{transition:0.5s;} .d_imgbox2:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.05,1.05);transform:scale(1.1,1.1);} .d_rights { width:385px; margin-left:40px; padding-bottom:30px;} .d_play { width:120px; height:120px; position:absolute; left:50%; top:50%; margin-left:-60px; margin-top:-60px; background:url("/wwwzhongxi-educom/Resource/Template/1/images/pics/d_play1.png") no-repeat;} .d_f14 { font-size:14px;} .mt5 { margin-top:5px;} .d_er { text-align:center;} .d_er p { line-height:50px;} .d_text_1 { background:#F8F8F8; padding:15px; text-align:center;} .d_text_2 { border:solid 1px #CCC;} .d_text_2 ul li { float:left; margin:15px 30px;} .dnews-cm li{display:block;background:#F8F8F8;position:relative;margin-bottom:30px; padding:10px 0; cursor:pointer;} .dnews-cm li:hover .view-cm{font-size:16px;} .d_texts { border:solid 1px #CCC;border-top:solid 1px #f3600f; padding:15px 25px; margin-top:30px;} .d_texts h2 { text-align:center; font-size:18px;line-height:50px; color:#242525;} .d_texts i { text-align:center; margin:50px 0; display:block;} .d_sov { border-top:solid 1px #CCC; padding-top:15px;} .d_sov ul li { background:url("/wwwzhongxi-educom/Resource/Template/1/images/pics/d-dian1.png") no-repeat left center; padding-left:18px;} .d_sov ul li a { line-height:41px; color:#242525; font-weight:bold;} .d_sov ul li span { width:12px; height:12px;background:url("/wwwzhongxi-educom/Resource/Template/1/images/pics/d_up.png") no-repeat; margin-left:10px; display:none;} .d_sov ul li:hover span { display:inline-block;} .d_sov ul li:hover { background-image:url("/wwwzhongxi-educom/Resource/Template/1/images/pics/d-dian2.png");} .d_sov ul li:hover a {color:#f3600f;} .d_pps { border-bottom:solid 1px #CCC;} .d_pps table { margin:0 auto;} .d_pps table td { font-size:24px; font-weight:bold; padding:0 28px; border-bottom:solid 2px #F76308; line-height:60px;} .d_text_3 { background:#f8f8f8; font-size:16px; padding:10px 20px; line-height:30px; color:#444444;} /* 企业内刊特殊样式 弹出面浮空*/ .player-wrap{ position:fixed; width:480px; height:350px; background:#000; top:50%; left:50%; margin-left:-240px; margin-top:-175px; z-index:31; display:none; } .player-wrap .close{ position:absolute; width:28px; height:28px; line-height:28px; color:#fff; font-size:18px; font-weight:normal; font-family:"宋体"; text-align:center; right:0; background:#444; } .player-wrap .close:hover{ background:#eb5831; } .fixedBg{ width: 100%; height: 100%; position: fixed; left:0; top: 0; background: rgba(0, 0, 0, .4); filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#66000000, endColorStr=#66000000); z-index: 30; display:none; }