| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226 |
- @charset "utf-8";
- body {
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- background: #F4F5FA;
- }
- * {
- margin: 0;
- padding: 0;
- font-size: 14px;
- font-family: '微软雅黑', 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
- color: #666;
- font-style: normal;
- list-style: none;
- text-decoration: none;
- box-sizing: border-box;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block;
- }
- img {
- display: block;
- max-width: 100%;
- max-height: 100%;
- border: none;
- }
- input, button, select {
- border: 0;
- outline: none;
- }
- a:hover {
- color: #ee0f15 ;
- }
- input::-webkit-input-placeholder {
- color: #aaa;
- }
- [placeholder]:focus::-webkit-input-placeholder {
- -webkit-transition: opacity 0.5s ease;
- -moz-transition: opacity 0.5s ease;
- -o-transition: opacity 0.5s ease;
- transition: opacity 0.5s ease;
- opacity: 0
- }
- [placeholder]:focus::-moz-input-placeholder {
- -webkit-transition: opacity 0.5s ease;
- -moz-transition: opacity 0.5s ease;
- -o-transition: opacity 0.5s ease;
- transition: opacity 0.5s ease;
- opacity: 0
- }
- a, a img, input {
- -webkit-transition: all 0.18s ease-out;
- -o-transition: all 0.18s ease-out;
- -moz-transition: all 0.18s ease-out;
- transition: all 0.18s ease-out;
- }
- .clearfix:after {
- content: "";
- display: block;
- height: 0;
- visibility: hidden;
- clear: both;
- }
- .clearfix {
- zoom: 1;
- }
- .nowrap {
- overflow: hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .container {
- position: relative;
- width: 1200px;
- margin: 0 auto;
- }
- .mt20 {
- margin-top: 20px;
- }
- .mt10 {
- margin-top: 10px;
- }
- .mt30 {
- margin-top: 30px;
- }
- .ml20 {
- margin-left: 20px;
- }
- .mb30 {
- margin-bottom: 30px;
- }
- .pc_show {
- display: none;
- }
- /* top */
- header {
- background: #fff;
- }
- .t-header {
- height: 36px;
- line-height: 36px;
- background: #e3e4e5;
- }
- .t-header p {
- font-size: 12px;
- color: #999;
- }
- .t-header p i {
- vertical-align: top;
- margin-right: 3px;
- font-size: 18px;
- color: #777;
- line-height: 36px;
- }
- .t-header p a:hover i {
- color: #ee0f15;
- }
- .t-header p a {
- padding: 0 10px;
- font-size: 12px;
- }
- .t-header li {
- position: relative;
- float: left;
- padding: 0 12px;
- font-size: 12px;
- cursor: pointer;
- }
- .t-header li:hover {
- color: #ee0f15;
- }
- .t-header li a {
- font-size: 12px;
- }
- .t-header li b {
- color: #ee0f15;
- }
- .t-header li i {
- vertical-align: middle;
- margin-top: -4px;
- margin-right: 8px;
- font-size: 20px;
- }
- .t-header li i.fa-weixin {
- font-size: 16px;
- }
- .t-header li:hover i {
- color: #ee0f15;
- }
- .t-header li.wx div {
- z-index: 99;
- position: absolute;
- top: 36px;
- left: 50%;
- display: none;
- width: 120px;
- height: 120px;
- margin-left: -60px;
- box-shadow: 0 0 6px rgba(0, 0, 0, .3)
- }
- .t-header li.wx:hover div {
- display: block;
- }
- .t-header li.web-nav i {
- margin-right: 4px;
- font-size: 16px;
- }
- .t-header li.web-nav div {
- z-index: 999;
- position: absolute;
- top: 36px;
- right: 0;
- width: 300px;
- display: none;
- padding: 15px 20px;
- padding-bottom: 0;
- background: #Fff;
- border: 1px solid #e5e5e5;
- }
- .t-header li.web-nav dl {
- display: block;
- padding-bottom: 15px;
- margin-bottom: 15px;
- line-height: 24px;
- overflow: hidden;
- border-bottom: 1px solid #e5e5e5;
- }
- .t-header li.web-nav dl:last-child {
- border-bottom: 0;
- }
- .t-header li.web-nav dt {
- display: block;
- font-size: 12px;
- color: #8a9b42;
- }
- .t-header li.web-nav dl:nth-of-type(2) dt {
- color: #ee0f15;
- }
- .t-header li.web-nav dl:nth-of-type(3) dt {
- color: #ff9326;
- }
- .t-header li.web-nav dd {
- display: block;
- width: 270px;
- }
- .t-header li.web-nav dd a {
- display: inline-block;
- margin-right: 15px;
- }
- .t-header li.web-nav:hover div {
- display: block;
- }
- .m-header {
- padding: 20px 0;
- }
- .m-header .logo {
- max-width: 240px;
- }
- .m-header .logo a {
- display: block;
- }
- .m-header .logo p {
- margin-top: 5px;
- font-size: 12px;
- color: #ee0f15;
- text-align: center;
- letter-spacing: 2px;
- }
- .search-con {
- position: relative;
- width: 520px;
- margin-right: 40px;
- margin-top: 8px;
- font-size: 0;
- }
- .search-con form {
- position: relative;
- display: block;
- width: 100%;
- height: 40px;
- margin-bottom: 8px;
- padding-left: 40px;
- padding-right: 100px;
- line-height: 40px;
- overflow: hidden;
- border: 1px solid #ee0f15;
- }
- .search-con .fa-search {
- position: absolute;
- left: 0;
- top: 0;
- width: 40px;
- height: 40px;
- font-size: 22px;
- color: #bbb;
- line-height: 36px;
- text-align: center;
- -webkit-text-stroke: 1px #fff;
- }
- .search-con .s-input {
- width: 100%;
- height: 100%;
- border: 0;
- color: #666;
- }
- .search-con .s-button {
- position: absolute;
- top: 0;
- right: 0;
- width: 100px;
- height: 38px;
- font-size: 18px;
- color: #fff;
- background: #ee0f15;
- border: 0;
- cursor: pointer;
- }
- .search-con p {
- max-width: 100%;
- margin-top: 6px;
- font-size: 12px;
- color: #ee0f15;
- overflow: hidden;
- }
- .search-con p b {
- font-size: 12px;
- }
- .search-con p a {
- display: inline-block;
- font-size: 12px;
- color: #777;
- margin-right: 10px;
- }
- .m-header-sider {
- margin-top: 8px;
- overflow: hidden;
- }
- .m-header-sider p {
- margin-left: 10px;
- }
- .m-header-sider p a {
- display: block;
- width: 110px;
- height: 38px;
- background: #F4E9C7;
- text-align: center;
- line-height: 38px;
- color: #856F31;
- }
- .m-header-sider p a:last-child {
- margin-top: 8px;
- }
- .m-header-sider p a:hover {
- background: #A0875A;
- color: #fff!important;
- }
- .m-header-sider p i {
- margin-right: 6px;
- font-size: 16px;
- color: #856F31;
- }
- .m-header-sider p a:hover i {
- color: #fff;
- }
- /*导航*/
- .navigation {
- width: 100%;
- height: 40px;
- line-height: 40px;
- background: #3A3A41;
- }
- .fl-nav {
- position: relative;
- width: 240px;
- height: 40px;
- margin-right: 25px;
- background: #4B4B5B;
- text-align: center;
- cursor: pointer;
- }
- .fl-nav span {
- display: block;
- font-size: 16px;
- color: #fff;
- }
- .fl-nav i {
- vertical-align: middle;
- margin-right: 10px;
- margin-top: -3px;
- font-size: 20px;
- color: #fff;
- -webkit-text-stroke: 1px #4B4B5B;
- }
- .nav-list li {
- float: left;
- margin-right: 20px;
- position: relative;
- }
- .nav-list li:nth-of-type(2)::after {
- position: absolute;
- content: url(../images/icon_hot.png);
- top: -4px;
- right: -10px;
- }
- .nav-list li:hover::before, .nav-list li.active::before {
- position: absolute;
- content: '';
- left: 50%;
- bottom: 2px;
- width: 20px;
- height: 4px;
- margin-left: -10px;
- background: #bfaa6e;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- -ms-border-radius: 4px;
- -o-border-radius: 4px;
- }
- .nav-list li.active, .nav-list li:hover {
- background: #23232A;
- }
- .nav-list li a {
- display: block;
- padding: 0 22px;
- font-size: 16px;
- color: #fff!important;
- }
- /* link */
- .linkCon {
- padding: 30px;
- background: #fff;
- }
- .linkCon h2 {
- position: relative;
- height: 35px;
- font-size: 18px;
- font-weight: normal;
- color: #333;
- line-height: 24px;
- border-bottom: 1px solid #dfdfdf;
- }
- .linkCon h2::before {
- position: absolute;
- content: '';
- left: 0;
- bottom: -1px;
- width: 72px;
- border-bottom: 1px solid #333;
- }
- .linkCon ul {
- width: 1200px;
- }
- .linkCon ul li {
- display: inline-block;
- vertical-align: top;
- margin-top: 15px;
- margin-right: 20px;
- }
- /*底部*/
- .online-box {
- padding: 24px 0;
- background: #00704A;
- }
- footer {
- padding-top: 30px;
- background: url(../images/fd_bg.png) center bottom no-repeat;
- background-size: cover;
- }
- .foot-nav {
- line-height: 50px;
- text-align: center;
- }
- .foot-nav li {
- position: relative;
- display: inline-block;
- vertical-align: top;
- margin: 0 15px;
- }
- .foot-nav li a {
- color: #fff;
- }
- .ftlx-box {
- margin-top: 30px;
- }
- .ftlx-box .fl strong {
- font-size: 18px;
- color: #eee;
- font-weight: normal;
- }
- .ftlx-box .fl span {
- display: block;
- margin-top: 15px;
- color: #eee;
- }
- .ftlx-box .fr span {
- display: inline-block;
- vertical-align: top;
- width: 100px;
- margin-left: 15px;
- text-align: center;
- color: #ccc;
- }
- .ftlx-box .fr span img {
- margin-bottom: 5px;
- }
- footer p {
- margin-top: 40px;
- padding: 15px 0;
- font-size: 12px;
- color: #bbb;
- text-align: center;
- line-height: 24px;
- border-top: 1px solid #666;
- }
- footer p a {
- font-size: 12px;
- color: #ccc;
- }
- /* 侧边栏 */
- .siderBar {
- position: fixed;
- top: 300px;
- right: 0;
- -width: 36px;
- z-index: 99;
- }
- .siderBar>div {
- width: 36px;
- padding: 14px 5px;
- text-align: center;
- cursor: pointer;
- line-height: 17px;
- }
- .free-tel {
- background: #fffbef;
- color: #ee0f15;
- border: 1px solid #f73e43;
- }
- .free-tel:hover {
- background: #f4e9c7;
- }
- .siderBar i {
- margin-bottom: 4px;
- font-size: 20px;
- color: #f73e43;
- }
- .online {
- background: #ee0f15;
- }
- .online:hover {
- background: #f73e43
- }
- .online a {
- display: block;
- color: #fff!important;
- }
- .online i {
- color: #fff;
- }
- .side-wx {
- position: relative;
- margin-top: 2px;
- background: #fff;
- border: 1px solid #ccc;
- }
- .side-wx:hover {
- background: #999;
- color: #fff;
- }
- .side-wx span {
- position: absolute;
- right: 50px;
- top: 0;
- display: none;
- width: 85px;
- box-shadow: 0 0 5px rgba(0, 0, 0, .2);
- }
- .side-wx span::after {
- position: absolute;
- content: '';
- top: 50%;
- right: -16px;
- margin-top: -8px;
- border: 8px solid transparent;
- border-left-color: #fff;
- }
- .side-wx i {
- color: #bcbcbc;
- }
- .side-wx:hover i {
- color: #fff;
- }
- .side-wx:hover span {
- display: block;
- }
- .input-select {
- border: 1px solid #e5e5e5;
- width: 140px;
- height: 40px;
- line-height: 40px;
- -webkit-appearance: none;
- }
- .complaint {
- margin-top: 2px;
- background: #999;
- border: 1px solid #ccc;
- }
- .complaint a, .complaint i {
- color: #fff;
- }
- .complaint i {
- color: #fff;
- }
- .complaint:hover {
- background: #fff;
- }
- .complaint:hover a {
- color: #666!important;
- }
- .complaint:hover i {
- color: #bcbcbc;
- }
- .siderBar .go-top {
- display: none;
- padding: 6px 2px;
- margin-top: 2px;
- background: #fff;
- border: 1px solid #ccc;
- }
- .siderBar .go-top:hover {
- border: 1px solid #a0875a;
- color: #a0875a;
- }
- .go-top i {
- margin-bottom: 0;
- color: #999;
- }
- /* */
- .spot-bg {
- z-index: 666;
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, .5);
- }
- .fixed-foot {
- z-index: 667;
- position: fixed;
- left: 0;
- bottom: -170px;
- width: 100%;
- height: 120px;
- background: #222;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .fixed-foot img {
- position: relative;
- top: -56px;
- float: left;
- width: 173px;
- }
- .fixed-foot p {
- width: 260px;
- padding-top: 30px;
- margin-left: 5px;
- }
- .fixed-foot p strong {
- display: block;
- font-size: 26px;
- color: #fff;
- line-height: 35px;
- }
- .fixed-foot p span {
- display: block;
- font-size: 12px;
- color: #70777A;
- margin-top: 6px;
- }
- .fixed-foot form {
- float: right;
- padding-top: 30px;
- margin-right: 40px;
- position: absolute;
- top: 12px;
- right: -20px;
- /*float: right;
- padding-top: 30px;
- margin-right: 40px;*/
- }
- .fixed-foot input {
- height: 44px;
- margin-right: 10px;
- padding-left: 32px;
- background: #fff;
- background-repeat: no-repeat;
- background-position: 10px center;
- background-size: 16px;
- border-radius: 2px;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- -ms-border-radius: 2px;
- -o-border-radius: 2px;
- }
- .fixed-foot .name {
- width: 160px;
- background-image: url(../images/icon_user.png);
- }
- .fixed-foot .xm {
- width: 160px;
- background-image: url(../images/icon_project.png);
- }
- .fixed-foot .phone {
- width: 240px;
- background-image: url(../images/icon_tel.png);
- }
- .fixed-foot .submit {
- width: 140px;
- padding-left: 0;
- background: #ee0f15;
- font-size: 18px;
- color: #fff;
- cursor: pointer;
- }
- .fixed-foot-on {
- bottom: 0;
- }
- .fixed-foot i {
- position: absolute;
- right: 0;
- top: 38px;
- font-size: 30px;
- color: #ddd;
- cursor: pointer;
- -webkit-text-stroke: 5px #222;
- }
- .hb-title {
- padding-top: 30px;
- padding-bottom: 20px;
- font-size: 22px;
- color: #333;
- }
- .hb-title i {
- vertical-align: middle;
- margin-top: -4px;
- margin-right: 8px;
- font-size: 28px;
- }
- .hb-title>a {
- float: right;
- margin-top: 6px;
- color: #999;
- font-weight: normal;
- }
- @media screen and (max-width:768px) {
- .mob_none {
- display: none!important;
- }
- .pc_show {
- display: block;
- }
- .container {
- width: 100%;
- padding: 0;
- }
- .m-header {
- padding: 0 15px;
- height: 50px;
- border-bottom: 1px solid #e4e7e8;
- }
- .m-header .logo {
- height: 30px;
- margin-top: 10px;
- }
- .m-header .logo a {
- height: 100%;
- }
- .m-header .logo img {
- width: auto;
- height: 100%;
- }
- .m-header i {
- position: absolute;
- right: 15px;
- top: 10px;
- height: 30px;
- line-height: 30px;
- font-size: 30px;
- color: #777;
- -webkit-text-stroke: 1px #fff;
- }
- .search-inpbtn {
- display: block !important;
- width: 100%;
- height: 2.5rem;
- margin: 1rem 0;
- padding: 0 1.125rem;
- border-radius: 1rem;
- }
- .search-ib {
- width: 100%;
- height: 2.5rem;
- background: #EBEDF6;
- border-radius: 5rem;
- }
- .search-ib input {
- float: left;
- width: 72%;
- height: 2.5rem;
- align-items: center;
- margin-left: 1.5rem;
- background: #EBEDF6;
- font-size: 1.25rem;
- color: #9195AC;
- font-family: 微软雅黑;
- }
- .search-ib a img {
- width: 1.5rem;
- height: 1.5rem;
- margin: 0.6rem 1.25rem;
- }
- .search-ib a {
- float: right;
- width: 4rem;
- height: 2.5rem;
- display: block;
- background: #DCDFED;
- border-radius: 0 1rem 1rem 0;
- }
- .w-header {
- width: 100%;
- height: 3.429rem;
- background: #fff;
- display: flex;
- border-bottom: 1px solid #D1D4E7;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 100;
- }
- .w-header-left {
- width: 3.435rem;
- height: 3.429rem;
- float: left;
- }
- .w-header-left a{
- width: 3.435rem;
- height:3.429rem;
- display:block;
- background:url(../images/fanhui.png) no-repeat center center;
- background-size: 2rem;
- }
- .w-header-logo{
- flex:1;
- text-align:center;
- line-height: 3.429rem;
- font-size: 1.485rem;
- color: #ee0f15;
- font-weight:bold;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- }
- .w-header-logo img{
- width:4.33rem;
- height:0.4rem;
- margin:.24rem auto;
- display:block;
- }
- .w-header-right{
- width: 3.435rem;
- height:3.429rem;
- float:right;
- }
- .w-header-right a{
- width: 3.435rem;
- height:3.429rem;
- display:block;
- background:url(../images/home.png) no-repeat center center;
- background-size: 2rem;
- }
- .trade-nav {
- width: 100%;
- height: 736px;
- margin-top: 3.429rem;
- background: #fff;
- }
- .trade-nav-l {
- width: 23%;
- height: 100%;
- padding-bottom: 15%;
- box-sizing: border-box;
- background: #F4F5FA;
- float: left;
- overflow-y: scroll;
- }
- .trade-nav-l ul li.on {
- background: #fff;
- }
- .trade-nav-l ul li {
- height: 3.475rem;
- line-height: 3.475rem;
- font-size: 1.25rem;
- color: #333;
- text-align: center;
- position: relative;
- }
- .trade-nav-l ul li.on:after {
- border-left: 0.165rem solid #ee0f15;
- }
- .trade-nav-l ul li:after {
- content: '';
- height: 3.475rem;
- width: 0.165rem;
- background: #F4F5FA;
- position: absolute;
- left: 0;
- top: 0;
- }
- .trade-nav-r {
- width: 75%;
- height: 100%;
- float: right;
- margin: 2% 0 2% 0%;
- overflow-y: scroll;
- padding-bottom: 20%;
- }
- .trade-nav-r .trade-list-box {
- display: none;
- }
- .trade-nav-r .trade-list-box.on {
- display: block;
- }
- .trade-list-box {
- width: 100%;
- height: 100%;
- display: none;
- }
- .trade-list-box .trade-title {
- font-size: 1.25rem;
- color: #333;
- padding: 4% 0 2% 0;
- text-align: left;
- }
- .trade-list a {
- width: 31%;
- height: 2.985rem;
- color: #333;
- text-align: center;
- line-height: 2.985rem;
- border: 0.01rem solid #D4D7E9;
- float: left;
- margin-right: 2%;
- margin-top: 2.5%;
- overflow: hidden;
- }
- .mob-navigation {
- z-index: 9999;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- /* padding: 0 50px;
- padding-top: 90px;*/
- background: #fff;
- opacity: 0;
- transform: scale(0);
- -webkit-transform: scale(0);
- -moz-transform: scale(0);
- -ms-transform: scale(0);
- -o-transform: scale(0);
- text-align: center;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .mob-navigation.on {
- opacity: 1;
- transform: scale(1);
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- }
- .mob-navigation li a {
- display: block;
- line-height: 50px;
- font-size: 16px;
- border-bottom: 1px solid #eee;
- }
- .mob-navigation li:last-child a {
- border-bottom: 0;
- }
- .mob-navigation i {
- position: absolute;
- right: 20px;
- top: 20px;
- font-size: 40px;
- color: #666;
- -webkit-text-stroke: 5px #fff;
- }
- /* 底部悬浮菜单 */
- .fixed-bottom {
- position: fixed;
- bottom: -4px;
- width: 100%;
- height: 4rem;
- background: #fff;
- z-index: 99;
- box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
- }
- .fixed-bl {
- width: 30%;
- height: 4rem;
- float: left;
- }
- .fixed-br {
- width: 70%;
- height: 4rem;
- float: right;
- }
- .fixed-br a.b-zx {
- background: #ee0f15 url(../images/icon14.png) no-repeat 1.25em center;
- background-size: 1.5rem;
- }
- .fixed-br a {
- width: 50%;
- height: 4rem;
- float: left;
- font-size: 1.25rem;
- color: #fff;
- line-height: 4rem;
- padding-left: 3.25rem;
- }
- .fixed-bl ul li {
- width: 100%;
- float: left;
- height: 4rem;
- position: relative;
- }
- .fixed-bl ul li p {
- font-size: 1.25rem;
- color: #ee0f15;
- text-align: center;
- padding-top: 0rem;
- line-height: 4rem;
- }
- .fixed-br a.b-ly {
- background: #ff5e63 url(../images/icon15.png) no-repeat 1.25rem center;
- background-size: 1.5rem;
- text-align: left;
- }
- .fixed-br a {
- width: 50%;
- height: 4rem;
- float: left;
- font-size: 1.25rem;
- color: #fff;
- line-height: 4rem;
- padding-left: 3.25rem;
- }
- .fixed-br a, .fixed-br a:visited, .fixed-br a:focus, .fixed-br a:active, .fixed-br a:hover {
- color: #fff !important;
- }
- /* ./end */
- /* */
- .linkCon {
- padding: 10px;
- }
- .linkCon ul {
- width: 104%;
- }
- /* foot */
- footer {
- margin-top: 30px;
- }
- .foot-nav {
- line-height: 30px;
- }
- .foot-nav ul li {
- padding: 0 4px;
- }
- .ftlx-box {
- padding: 0 20px;
- }
- .ftlx-box .fr {
- width: 100%;
- margin-top: 20px;
- }
- .ftlx-box .fr span {
- margin-left: 0;
- margin-right: 20px;
- }
- footer p {
- margin-top: 30px;
- padding: 20px;
- margin-bottom: 50px;
- }
- .bgf {
- margin-top: 0;
- padding: 0 10px 30px 10px;
- }
- }
|