a, body, div, p, span, html, h1, h2, h3, h4, h5, h6, b, ol, ul, li, dl, dt, dd, em, i, input, img, table, th, tr, td { margin: 0; padding: 0; text-align: left; } html, body { } body { font: normal 12px 'Microsoft YaHei', 'SimSun'; margin: 0 auto; color: #000; text-align: center; } h1, h2 { font-weight: normal; } img { border: none; } ul, li { list-style-type: none; } a { color: #000; text-decoration: none; } a:hover { opacity: .7; } /*common style*/ /*border*/ /*border end*/ .wrapper { position: relative; width: 1000px; height: 100%; margin: 0 auto; } .info-wrapper { position: relative; width: 760px; height: 100%; margin: 0 auto; padding: 0 0 0 45px; } .wrapper > h1 { text-align: center; font-size: 48px; line-height: 2em; padding: 30px 0; } .clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .content-right { float:right; background-color: #ffffff; } .content-left { float:left; } .side-nav { position:relative; width:194px; padding: 35px 0 0 0; border-right:1px #e5e5e5 solid; z-index:0; } .side-nav .nav-on { position: absolute; height: 35px; width: 100%; border: 1px #e5e5e5 solid; border-right: none; background-color: #FFF; top: 0px; transition: top ease 500ms; z-index:-1; } .side-nav h1 { position: relative; font-size: 14px; padding: 1em 0 1em 10px; } .side-nav h1:after{ content: ""; position: absolute; width: 166px; bottom: 2px; height: 1px; background-color: #e5e5e5; left: 6px; } .side-nav a { display:inline-block; width:100%; } .side-nav>ul { font-size:14px; } .side-nav > ul > li > a { position:relative; padding: 1em 0 1em 10px; color:#0064ca; } .side-nav > ul > li > a:after{ content: ''; position: absolute; right: 33px; top: 18px; background: url(/images/down-gray.png); width: 14px; height: 8px; } .side-nav > ul > li.opened > a:after { background: url(/images/up-blue.png); } .side-nav>ul>li>ul { font-size:12px; } .side-nav > ul > li > ul > li > a { padding: 1em 0 1em 12px; } /*header start*/ .header { height: 55px; background: #fcfcfc; } .header .wrapper { background: #fcfcfc; } .header .logo { float: left; } .header .logo > a { display: block; } .header .contact { float: right; padding: 10px 0; } .header .contact a { padding: 0 5px; opacity: 1; } .header .contact .wechat-icon { position: relative; } .header .contact .wechat-icon .wechat-img { position: absolute; display: none; top: 20px; left: -27px; z-index: 999; padding: 5px; border: 1px #e5e5e5 solid; background-color: #FFF; } .header .contact .wechat-icon:hover .wechat-img { display: block; } .backtop { display: none; position: fixed; width: 50px; height: 50px; bottom: 30px; right: 35px; background: url(/images/backtop.png) no-repeat; z-index: 999; } .backtop:hover { display: block; background: url(/images/backtop-hover.png) no-repeat; } /*header end*/ /*menu-bar start*/ .menu-bar { height: 37px; } .menu-bar.fixed { position: fixed; width: 100%; top: 0; z-index: 999; } .menu-bar .wrapper { background-color: #FFF; } .menu-bar ul.main-menu { margin-left: -15px; } .menu-bar ul.main-menu > li { float: left; position: relative; padding: 0 15px; cursor: pointer; } .menu-bar ul.main-menu > li .menu-over { position: absolute; visibility: hidden; opacity: 0; transition: visibility 0s, opacity ease-in-out 500ms; } .menu-bar ul.main-menu > li:hover .menu-over { position: absolute; opacity: 1; visibility: visible; opacity: 1; z-index: 1000; font-size: 14px; line-height: 2.7em; font-weight: bold; left: 0px; top: 0; padding: 0 14px; background-color: #fcfcfc; border: 1px #e6e6e6 solid; border-top: none; border-bottom: none; color:#333333; } .menu-bar ul.main-menu > li:hover > a { color: #004ca1; } .menu-bar ul.main-menu > li > a { font-size: 14px; line-height: 2.7em; font-weight: bold; color:#333333; } .menu-bar ul.main-menu > li > .sub-menu { position: absolute; visibility: hidden; opacity: 0; left: 0px; top: 37px; padding: 20px 10px; background-color: #f7f8f8; border: 1px #e1e1e1 solid; z-index: 999; -webkit-transition: visibility 0s, opacity ease-in-out 500ms ; -moz-transition: visibility 0s, opacity ease-in-out 500ms ; -ms-transition: visibility 0s, opacity ease-in-out 500ms ; -o-transition: visibility 0s, opacity ease-in-out 500ms ; transition: visibility 0s, opacity ease-in-out 500ms ; } .menu-bar ul.main-menu > li:hover .sub-menu { visibility: visible; opacity:1; } .menu-bar ul.main-menu > li > .sub-menu > ul { /*display:none;*/ float: left; width:540px; /*white-space:nowrap;*/ } .menu-bar ul.main-menu > li > .sub-menu > ul > li { display:inline-block; margin: 10px 25px; margin: 10px 5px 10px 6px; vertical-align: top; width: 120px; } .menu-bar ul.main-menu > li > .sub-menu > ul > li:first-child { margin-left:6px; } .menu-bar ul.main-menu > li > .sub-menu > ul > li:last-child { margin-right:6px; } .menu-bar ul.main-menu > li > .sub-menu > ul > li > a { font-weight: bold; color: #ea5404; } .menu-bar ul.main-menu > li > .sub-menu > ul > li a { font-size: 14px; line-height: 1.5em; opacity: .7; } .menu-bar .sub-logo { float: right; margin: 10px 0 0 0; } /*menu-bar end*/ /*footer start*/ .footer { background-color: #343434; } .footer .wrapper { background-color: #343434; color: #FFF; padding: 30px 0; } .footer .links { border: 1px #565656 solid; border-top: none; border-left: none; border-right: none; } .footer .links ul { margin-left: -35px; } .footer .links ul > li { float: left; margin-left: 33px; padding: 20px 0; } .footer ul.menu { margin: 30px 0 0 -10px; } .footer ul.menu li { position: relative; float: left; padding: 0 10px; line-height: 2em; } .footer ul.menu li:before { content: ''; position: absolute; height: 10px; width: 1px; background: #fff; left: 0px; top: 8px; } .footer ul.menu li:first-child:before { width: 0px; } .footer ul li > a { color: #FFF; } .footer .keywords span { line-height: 2em; } .footer .copyright { margin: 30px 0 0 0; line-height: 2em; } /*footer end*/ /*banner start*/ .banner { height: 500px; width: 100%; position: relative; overflow: auto; } .banner .dots { position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; opacity: 0.2; } .banner .dots li { display: inline-block; width: 10px; height: 10px; margin: 0 4px; text-indent: -999em; border: 2px solid #fff; border-radius: 6px; cursor: pointer; opacity: .4; -webkit-transition: background .5s, opacity .5s; -moz-transition: background .5s, opacity .5s; transition: background .5s, opacity .5s; } .banner .dots li.active { background: #fff; opacity: 1; } .banner .arrows { position: absolute; bottom: 20px; right: 20px; color: #fff; } .banner .arrow { display: inline; padding-left: 10px; cursor: pointer; } .banner > ul > li { position:relative; float: left; min-width: 1000px; background-repeat: no-repeat !important; background-size: cover !important; background-position: center !important; min-height: 500px; height: 500px; } .banner > ul > li.active { display: block; } .banner > ul > li > a { display: block; height: 100%; width: 100%; } .banner > ul > li > a:hover { opacity: 1; } /*banner end*/ .menu-bar, .notice, .hard_proc, .example, .sale_service { background-color: #FFF; border: 1px #e5e5e5 solid; } /*notice start*/ .notice { height: 50px; } .notice .noticebody:before { content: ''; position:absolute; background: url(/images/icon-notice.png); width:21px; height:21px; left: 0; top: 15px; } .notice .noticebody { line-height: 50px; opacity: .7; padding: 0 0 0 30px; } /*notice end*/ /*siss_proc start*/ .siss_proc { background-color: #f6f6f6; padding-bottom: 20px; } .siss_proc ul.proc { margin-left: -20px; } .siss_proc ul.proc > li { position: relative; float: left; width: 288px; height: 125px; margin: 20px 0 0 20px; padding: 20px 15px 0 15px; background-color: #FFF; border: 1px #e5e5e5 solid; overflow: hidden; } .siss_proc ul.proc > li .desc { width: 200px; float: right; word-wrap: break-word; line-height: 2em; } .siss_proc ul.proc > li .more { position: absolute; width: 100%; height: 100%; top: 145px; left: 0px; transition: top ease-in-out 300ms; } .siss_proc ul.proc > li:hover .more { top: 0px; transition: top ease-in-out 300ms; } .siss_proc ul.proc > li:hover > img, .siss_proc ul > li:hover > .desc{ -webkit-filter: blur(3px); /* Chrome, Opera */ -moz-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); } .siss_proc ul.proc > li .more > div { position: absolute; width: 100%; height: 100%; } .siss_proc ul.proc > li .more .layer { background-color: #3c3c3c; opacity: .7; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); } .siss_proc ul.proc > li .more .info { color: #FFF; } .siss_proc ul.proc > li .more span { display: block; padding: 10px 10px; text-align: left; min-height:85px; max-height:85px; line-height: 1.5em; } .siss_proc ul.proc > li img { width: 75px; height: 75px; } .siss_proc ul.proc > li h1 { line-height: 1.5em; } .siss_proc ul.list { margin: 5px 0 0 0; } .siss_proc ul.list li { float: left; width: 75px; text-align: center; padding: 2px 2px; } .siss_proc ul.list li a { color:#ffffff; } /*siss_proc end*/ /*hard_proc start*/ .hard_proc { height: 620px; } .hard_proc .slider { height: 275px; background-color: #EEE; } .hard_proc .slider li { float:left; position:relative; height:280px; overflow: hidden; } .hard_proc .slider li img{ height:280px; } .hard_proc .slider li h1 { color: #fff; font-size: 35px; padding: 0.5em 0; margin: 50px 0 0 20px; } .hard_proc .slider li h2 { color:#fff; font-size:18px; margin: 0 0 0 20px; } .hard_proc .slider ~ .unslider-arrow { display: inline-block; font-size: 100px; color: #fff; position: absolute; top: 260px; } .hard_proc .slider + .unslider-arrow.prev { left: 15px; } .hard_proc .slider ~ .unslider-arrow.next { right: 15px; } .hard_proc .proc_extra { margin: 15px 0 0 2px; } .hard_proc .proc_extra img { max-height:87px; } .hard_proc .proc_extra li { float: left; width: 165px; height: 165px; border:1px #dddddd solid; border-right:none; cursor:pointer; } .hard_proc .proc_extra li:last-child { border-right:1px #dddddd solid; } .hard_proc .proc_extra li .img-box { display: table-cell; vertical-align: middle; text-align: center; width: 165px; height: 165px; } .hard_proc .proc_extra li .img-box .img-inner-box { height:87px; width: 165px;display: table-cell; vertical-align: middle; text-align: center; } .hard_proc .proc_extra li h2 { text-align:center; color:#121212; opacity:.8; } .hard_proc .proc_extra li:hover h2 { color: #6ba3dc; } /*hard_proc end*/ /*advance start*/ .advance { height: 610px; background-color:#f6f6f6; } .advance ul { margin-left: -30px; } .advance ul > li { float: left; width: 485px; height: 205px; background-color: #FFF; margin: 20px 0 0 30px; } .advance ul > li .desc { width: 235px; padding: 30px; float: right; word-wrap: break-word; line-height: 2em; } .advance ul > li .desc h1 { line-height: 1.5em; } .advance ul > li .more { width: 63.3%; top: 205px; right: 0px; left: inherit; } /*advance end*/ /*example start*/ .example { height: 500px; } .example .examples { position: relative; width: 486px; height: 310px; background-color: #FFF; } .example .examples > a { display: block; text-align: center; padding: 12px 195px; margin: 20px 0 0 0; font-size: 24px; color: #FFF; background-color: #004ea2; } .example .examples.country > a { background-color:#bebebe; } .example .examples ul { margin-left: -14px; min-height: 237px; } .example .examples ul > li { float: left; width: 233px; height: 66px; margin: 14px 0 0 14px; border: 1px #e5e5e5 solid; } .example .examples ul > li img { width: 108px; height:66px; border:none; } .example .examples ul > li .desc { padding: 0px 15px 0 14px; float: right; word-wrap: break-word; overflow: hidden; line-height: 1.7em; width: 96px; } .example .examples ul > li .more { top: 65px; } .example .examples ul > li .more span { margin-top: 10px; } .example .local { float: left; } .example .country { float: right; } /*example end*/ /*news start*/ .news { height: 330px; background-color: #f6f6f6; } .news > .wrapper > ul { margin-left: -30px; } .news > .wrapper > ul > li { position: relative; float: left; width: 485px; height: 140px; margin: 20px 0 0 30px; } .news > .wrapper > ul > li .more { position: absolute; right: 10px; line-height: 2em; color: #004f83; } .news .lt { float: right; width: 240px; } .news .lt ul > li:before { content:''; position:absolute; height:6px; width:6px; border-radius:6px; background:#000; top:7px; left:-15px; } .news .lt ul > li { position:relative; margin-left: 20px; list-style-type: none; line-height: 1.5em; } .news .lt ul > li a { display:inline-block; text-overflow:ellipsis; white-space:nowrap; width:220px; overflow:hidden; } .news .lt ul > li i { display:none; } .news .lt ul > li .info { padding-left: .5em; display:none; } .news .lt ul > li:first-child .info { display:inline; } /*news end*/ /*sale_service start*/ .sale_service { height: 320px; } .sale_service ul { margin-left: -75px; } .sale_service ul > li { float: left; width: 135px; margin: 0 0 0 185px; text-align: center; cursor:pointer; } .sale_service ul > li > img { width: 89px; height:89px; } .sale_service ul > li span { display: inline-block; font-size: 20px; font-weight: bold; padding: 10px 0; } /*sale_service end*/ /*contact_us start*/ .contact_us { height: 330px; padding: 45px 0; background-color: #f6f6f6; } .contact_us .contact, .contact_us .online_msg { opacity: .7; } .contact_us .contact h2, .contact_us .online_msg h2 { font-size: 20px; margin: 0 0 20px 0; } .contact_us .contact { float: left; width: 510px; } .contact_us .contact .num { color: #004ca1; font-size: 20px; } .contact_us .contact p { font-size: 14px; line-height: 2.4em; } .contact_us .online_msg { float: left; width: 389px; height: 300px; padding: 0 0 0 100px; border: 1px #e5e5e5 solid; border-right: none; border-top: none; border-bottom: none; } .contact_us .online_msg table { width: 100%; } .contact_us .online_msg .require { color: red; margin: 0 0 0 4px; } .contact_us .online_msg table tr td input[type="text"] { width: 96%; font-size: 14px; line-height: 2em; margin: 10px 0 0 0; } .contact_us .online_msg table tr td textarea { width: 96%; height: 80px; margin: 10px 0 0 0; padding: 1px; } .contact_us .online_msg table .submit { display: inline-block; margin: 10px 0 0 0; padding: 10px 50px; background-color: #29d451; color: #FFF; cursor: pointer; border:none; } /*contact_us end*/ /*siss_proc detail start*/ .siss_proc_detail { background-color: #FFF; } .siss_proc_detail .article .nav { font-size: 14px; color: #58595b; line-height: 60px; } .siss_proc_detail .content .info { padding: 0 0 60px 0; font-size: 14px; line-height: 2em; } .siss_proc_detail .content .info .pic { float: left; margin: 0 10px 0 0; } .siss_proc_detail .content .info > p { line-height: 2em; } .siss_proc_detail .content .tabbox { border: 1px #eee solid; border-top: none; border-left: none; border-right: none; } .siss_proc_detail .content .tabbox a { float: left; display: inline-block; padding: 16px 47px; font-size: 14px; font-weight: bold; opacity: .7; border: 1px #dddddd solid; border-right: none; } .siss_proc_detail .content .tabbox a.selected { border: 2px #004ca1 solid; padding: 15px 47px 16px 47px; border-bottom: 1px #00a2ca solid; border-left: 1px #00a2ca solid; border-right: 1px #00a2ca solid; opacity: 1; } .siss_proc_detail .content .tabbox a.selected:before, .siss_proc_detail .content .tabbox a.selected:after { content: ''; position: absolute; left: 0; top: 0; height: 47px; } .siss_proc_detail .content .tabbox #tab_content { padding: 30px 0; font-size: 14px; line-height: 2em; } /*siss_proc detail end*/ /*hard_proc_detail start*/ .hard_proc_detail { background-color: #FFF; } .hard_proc_detail .article .nav { font-size: 45px; height:90px; padding: 0 0 0 40px; margin:40px 0 20px 0; background:url(/images/hp-banner.png) center no-repeat; } .hard_proc_detail .article .nav span { line-height:90px; } .hard_proc_detail .article .thumb { width: 230px; float: left; border: 1px #eee solid; margin: 0 30px 30px 0; height: 230px; } .hard_proc_detail .article .title3 { font-size: 18px; } .hard_proc_detail .article .title3 > span { display: inline-block; position: relative; line-height: 2em; padding: 20px 10px; } .hard_proc_detail .article .title3 > span:before { content: ''; position: absolute; height: 20px; width: 2px; left: 0px; top: 29px; background-color: #ffac12; } /*hard_proc_detail end*/ /*aboutus start*/ .aboutus { background-color: #fff; } .aboutus .article { margin-bottom: 150px; } .aboutus .article .nav { margin: 45px 0 0 0; } .aboutus .article > span { display: inline-block; position: relative; line-height: 2em; padding: 20px 10px; font-size:14px; color:#696969; } .aboutus .article .content { clear:both; padding: 45px 0; font-size: 14px; line-height: 2em; } .aboutus .article .content ul img { width:222px; height:149px; } .aboutus .article .content > p { text-indent: 2em; } /*aboutus end*/ /*Service start*/ .service { background-color: #FFF; } .service .article > span { display: inline-block; position: relative; line-height: 2em; padding: 20px 10px; font-size: 14px; color:#696969; } .service .content { padding: 20px 0 180px 0; } .service ul { margin-left: -28px; } .service ul li { float: left; padding: 40px 67px 20px 66px; margin: 0 0 0 28px; border: 1px #e5e5e5 solid; text-align: center; } .service ul li h2 { margin-top: 20px; } /*Service end*/ /*hard_proc_list start*/ .hard_proc_list .article .nav { font-size: 14px; color: #58595b; line-height: 60px; } .hard_proc_list ul.contentlist { } .hard_proc_list ul.contentlist > li { float: left; width: 218px; height: 350px; background-color: #FFF; border: 1px #e5e5e5 solid; margin: 0 0 20px 10px; padding: 10px 10px 0 10px; } .hard_proc_list ul.contentlist > li > a > span { display: block; text-align: center; line-height: 3em; } .hard_proc_list ul.contentlist > li > a > img { height: 90%; width: 100%; } /*hard_proc_list end*/ /*client-examples start*/ .client-examples { background-color: #FFF; } .client-examples span.title2 { font-size: 14px; color: #58595b; line-height: 60px; } .client-examples ul.list > li { position: relative; margin: 0 0 40px 0; } .client-examples ul.list > li > img { width: 260px; height: 190px; float: left; margin: 0 20px 0 0; border: 1px #e5e5e5 solid; } .client-examples ul.list > li > h2 { margin: 3px 0 10px 0; opacity: .7; } .client-examples ul.list > li > p { line-height: 2.7em; } .client-examples ul.list > li > a { position: absolute; bottom: 0px; display: inline-block; padding: 7px 17px; background-color: #61c746; color: #FFF; border-radius: 5px; } .client-examples .page-nav { height: 36px; margin: 35px 0 35px 280px; } .client-examples .page-nav > a { float: left; margin: 0 0 0 9px; padding: 10px; border: 1px #e5e5e5 solid; color: #0750a3; } .client-examples .page-nav > a.current { color: #797979; border: 1px #FFF solid; } .client-examples .page-nav > span { float: left; margin: 0 0 0 9px; padding: 10px; color: #797979 !important; border: 1px #FFF solid; } /*client-example start*/ .client-example { background-color: #FFF; } .client-example .article { padding: 30px 0; min-height: 600px; } .client-example .article .info { position: relative; margin: 0 0 40px 0; } .client-example .article .info > img { width: 260px; height: 190px; float: left; margin: 0 20px 0 0; border: 1px #e5e5e5 solid; } .client-example .article .info > h2 { margin: 3px 0 10px 0; opacity: .7; } .client-example .article .info > p { line-height: 2.7em; } .client-example .article .info > a { position: absolute; right: 0px; bottom: 0px; padding: 7px 17px; background-color: #61c746; color: #FFF; border-radius: 5px; } .client-example .article .title3 { font-size: 18px; } .client-example .article .title3 > span { display: inline-block; position: relative; line-height: 2em; padding: 20px 10px; } .client-example .article .title3 > span:before { content: ''; position: absolute; height: 20px; width: 2px; left: 0px; top: 29px; background-color: #ffac12; } .client-example .article .content > p { line-height: 2em; } /*client-example end*/ /*news-list start*/ .news-list { background-color: #FFF; min-height: 600px; } .news-list span.title2 { font-size: 14px; color: #58595b; line-height: 60px; } .news-list ul.list { padding:20px; } .news-list ul.list > li { position: relative; height:59px; border: 1px #dbdbdb dashed; border-top: none; border-left: none; border-right: none; } .news-list ul.list > li > a > img { /*width: 260px; height: 190px; float: left; margin: 0 20px 0 0; border: 1px #e5e5e5 solid;*/ display:none; } .news-list ul.list > li > h2 { margin: 3px 0 10px 0; opacity: .7; } .news-list ul.list > li > p { line-height: 2.7em; } .news-list ul.list > li > a { display: block; line-height: 59px; height: 59px; color:#3c3c3c; } .news-list ul.list > li > a > span { float:left; } .news-list ul.list > li > a > span:before{ content:">"; } .news-list ul.list > li > a > i { display: block; float: right; overflow: hidden; font-style: normal; color:#a8a8a8; } .news-list ul.list > li:first-child { position: relative; height:auto; } .news-list ul.list > li:first-child > a { /*height:200px;*/ padding-bottom:30px; } .news-list ul.list > li:first-child > a > span:before{ content:""; } .news-list ul.list > li:first-child > a > span{ width: 580px; line-height: 2em; font-size: 17px; } .news-list ul.list > li:first-child > a > i { float: right; line-height: 2em; } .news-list ul.list > li > a > p { display:none; } .news-list ul.list > li:first-child > a > p { display: inline-block; width: 680px; float: right; line-height: 2em; margin: 10px 0; text-indent: 2em; } .news-list ul.list > li:first-child > a > img { display:block; float:left; width:237px; height:158px; border:3px #dadada solid; margin: 0 35px 10px 0; } .news-list .page-nav { height: 36px; margin: 35px 0 35px 280px; } .news-list .page-nav > a { float: left; margin: 0 0 0 9px; padding: 10px; border: 1px #e5e5e5 solid; color: #0750a3; } .news-list .page-nav > a.current { color: #797979; border: 1px #FFF solid; } .news-list .page-nav > span { float: left; margin: 0 0 0 9px; padding: 10px; color: #797979 !important; border: 1px #FFF solid; } /*news-list end*/ /*siss_proc start*/ .siss-proc-list { background-color: #FFF; } .siss-proc-list .proc { margin: 0 0 35px 0; } .siss-proc-list .proc img { width: 500px; } .siss-proc-list .proc .desc { width: 420px; height: 152px; padding: 30px 50px 0 30px; } .siss-proc-list .proc .desc.right { float: right; background: url(/images/bg-corner.png) no-repeat center; background-position: -2px -2px; } .siss-proc-list .proc .desc.left { float: left; padding: 30px 30px 0 50px; background: url(/images/bg-corner-left.png) no-repeat center; background-position: -4px -2px; } .siss-proc-list .proc .desc > h2 { font-size: 20px; line-height: 2em; } .siss-proc-list .proc .desc > p { line-height: 2em; opacity: .7; } .siss-proc-list .proc .desc > a { float: right; padding: 7px 18px; border-radius: 3px; color: #FFF; background-color: #61c746; } /*siss_proc end*/ /*contact_banner start*/ .contact_banner { border: 1px #e5e5e5 solid; border-left: none; border-right: none; border-bottom: none; padding: 30px 0; background-color: #f6f6f6; } .contact_banner .info { float: left; } .contact_banner .info > h2 { font-size: 20px; margin: 0 0 20px 0; } .contact_banner .info > p > span { position: relative; display: inline-block; width: 250px; } .contact_banner .info > p > span:after { content: ''; position: absolute; width: 1px; height: 20px; background-color: #dbdbdb; top: 6px; right: 0px; } .contact_banner .info > p > span > b { font-size: 20px; color: #004ca1; } .contact_banner p { font-size: 14px; line-height: 1.8em; } .contact_banner .wechat { float: right; } .contact_banner .wechat .qrcode { width: 80px; height: 80px; float: left; margin-right: 10px; } .contact_banner .wechat .desc { float: right; } .contact_banner .wechat /*contact_banner end*/ @media (max-width: 1000px) { .footer .wrapper { padding: 30px 10px; } .header .wrapper { padding: 0 10px; } .menu-bar .wrapper { padding: 0 10px; } } .slider-layer { position: relative; overflow: hidden; } .slider-layer .more { position: absolute; width: 100%; height: 100%; top: 145px; left: 0px; transition: top ease-in-out 300ms; } .slider-layer:hover .more { top: 0px !important; transition: top ease-in-out 300ms; } .slider-layer .more > div { position: absolute; width: 100%; height: 100%; } .slider-layer .more .layer { background-color: #3c3c3c; opacity: .7; } .slider-layer .more .info { color: #FFF; } .slider-layer .more span { text-align: center; display: block; margin-top: 65px; padding: 0 10px; } /* FILE ARCHIVED ON 19:28:47 Feb 03, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 09:13:55 Aug 30, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.707 exclusion.robots: 0.046 exclusion.robots.policy: 0.027 esindex: 0.015 cdx.remote: 6.981 LoadShardBlock: 63.867 (3) PetaboxLoader3.datanode: 88.37 (4) load_resource: 116.008 PetaboxLoader3.resolve: 46.79 */