@charset "utf-8"; /* ====== 常用模块 ====== */ /*分页 风格2*/ .pages-fg1 { text-align: center; font-size: 18px;font-weight: bold; } .pages-fg1 a, .pages-fg1 span { display: inline-block; margin: 0 35px; width: 42px; height: 42px; line-height: 42px; color: #333; font-size: 18px; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s; border: 1px solid #dde2ef; vertical-align: middle; margin-top: -2px;border-radius: 50%; font-family: "Berlin Sans FB Demi Bold";} .pages-fg1 label { font-family: "Berlin Sans FB Demi Bold"; font-size: 18px; } .pages-fg1 .prev, .pages-fg1 .prev_disabled, .pages-fg1 .next, .pages-fg1 .next_disabled { width: 42px;line-height: 40px; background: #fff; border: 1px solid #dde2ef; } .pages-fg1 .pre:hover, .pages-fg1 .next:hover { background-color: #f69507; color: #fff; border-color: #f69507; } .pages-fg1 .current, .pages-fg1 a:hover { background-color: #fc5a20; color: #fff !important; border-color: #fc5a20; } .pages-fg1 a.prev:before, .pages-fg1 a.prev_disabled:before { content: url(../images/icon-page-p.png);} .pages-fg1 a.next:before, .pages-fg1 a.next_disabled:before { content: url(../images/icon-page-n.png);} .pages-fg1 a:hover.prev:before, .pages-fg1 a:hover.prev_disabled:before { content: url(../images/icon-page-p-on.png);} .pages-fg1 a:hover.next:before, .pages-fg1 a:hover.next_disabled:before { content: url(../images/icon-page-n-on.png);} @media (max-width: 980px) { .pages-fg1 {font-size: 12px;} .pages-fg1 .prev, .pages-fg1 .prev_disabled, .pages-fg1 .next, .pages-fg1 .next_disabled {width: 25px;line-height: 25px;margin: 0 10px; font-size: 14px;height: 25px;} .pages-fg1 a.prev:before, .pages-fg1 a.prev_disabled:before,.pages-fg1 a.next:before, .pages-fg1 a.next_disabled:before { width: 8px;} { } } /*面包屑导航*/ .com-bread { margin-top: 35px; padding: 0 30px; height: 60px; line-height: 60px; font-size: 16px; color: #333; background: #f6f6f6; } .com-bread a { color: #333; } .com-bread a:hover { color: #b42e32; } /*弹窗留言*/ .tc-message { padding: 20px; display: none; } .tc-message .form-box h3 { text-align: center; font-size: 38px; margin-bottom: 10px; color: #000; } .tc-message .form-box { padding: 30px; background: #fff; } .tc-message .form-box .form-tit { margin-bottom: 30px; text-align: center; font-size: 16px; } .tc-message .form-box ul li { float: left; margin-bottom: 20px; width: 32.6666%; height: 40px; line-height: 40px; background-color: #f5f5f5; position: relative; } .tc-message .form-box ul li ~ li { margin-left: 1%; } .tc-message .form-box ul li input { line-height: 25px; width: 72%; padding: 0 5px; background-color: #f5f5f5; font-size: 16px; } .tc-message .form-box ul li input:focus, .tc-message .form-box .form-desc .text:focus { background-color: #fff; } .tc-message .form-box .in-tit { float: left; width: 25%; text-align: center; font-size: 14px; color: #666; } .tc-message .form-box .form-desc .in-tit { width: 8%; } .tc-message .form-box .form-desc { margin-bottom: 55px; padding-top: 10px; padding-bottom: 10px; background-color: #f5f5f5; position: relative; } .tc-message .form-box .form-desc .error { bottom: -25px; } .tc-message .form-box .form-desc .text { vertical-align: top; width: 90%; height: 175px; border: none; padding: 0 5px; font-size: 14px; line-height: 22px; background-color: #f5f5f5; } .tc-message .form-box .sub-btn { display: block; margin: 0 auto; width: 220px; height: 50px; line-height: 50px; background-color: #069fb9; color: #fff; font-size: 20px; cursor: pointer; border-radius: 3px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font-family: "微软雅黑"; } .tc-message .form-box .sub-btn:hover { opacity: 0.9; filter: alpha(opacity=90); } .tc-message .com-form-box ul li input { line-height: 54px; } .tc-message .com-form-box { margin-top: 0; } .tc-message h3 { text-align: center; font-size: 28px; margin-bottom: 25px; margin-top: 10px; } /*视频弹窗*/ .vwrap { display: none; z-index: 1040; width: 100%; position: fixed; left: 0; top: 0; } .vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.3; filter: alpha(opacity=30); overflow: hidden; } .vwrap .videobox { z-index: 990; width: 992px; height: 558px; background-color: #fff; position: fixed; left: 50%; top: 50%; margin-top: -279px; margin-left: -500px; } @media (max-width:1440px) { .vwrap .videobox { width: 854px; height: 480px; margin-top: -240px; margin-left: -430px; } } #videobox { height: 100%; width: 100%; } .vwrap .videobox #videobox1, .vwrap .videobox #videobox2 { width: 100%; display: inline-block; height: 100%; background: #000; } #videobox_wrapper { height: 100% !important; } .vwrap .close { z-index: 999; width: 24px; height: 24px; cursor: pointer; position: absolute; top: 0; right: -40px; } .vwrap .close i { display: block; width: 24px; height: 24px; background: url(../images/common/close.png) no-repeat 50% 50%; -webkit-transition: 400ms; transition: 400ms; } .vwrap .close:hover i { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } #videobox_display_button { background: none no-repeat !important; } .jwplayer .jwicon:hover { opacity: 1; filter: alpha(opacity=100); } .jwlogo, .jwclick { display: none !important; } #videobox_controlbar { bottom: 5% !important; } /*KEFU*/ .qqkefu { position: fixed; right: 0; bottom: 40%; z-index: 20; width: 53px; } .qqkefu ul li { position: relative; float: right; margin-bottom: 1px; height: 47px; background: #757575; font-size: 14px; line-height: 47px; opacity: .9; cursor: pointer; } .qqkefu ul li a { display: block; width: 100%; height: 100%; color: #fff; } .qqkefu ul li.qq_cza { overflow: hidden; } .qqkefu ul li:hover { background: #000; } .qqkefu ul li.top { position: relative; width: 53px; background: #000 url(../images/kf/top_icon.png) no-repeat center; color: #1c1c1c; text-align: center; font-weight: 800; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .qqkefu ul li.top:hover { background-color: #907842; } .qqkefu ul li b { float: left; display: block; overflow: hidden; width: 53px; height: 47px; } .qqkefu ul li b.a { background: url(../images/kf/czx4.png) no-repeat center center; } .qqkefu ul li b.b { background: url(../images/kf/czx3.png) no-repeat center center; } .qqkefu ul li b.d { background: url(../images/kf/bdsq.png) no-repeat center center; } .qqkefu ul li b.c { background: url(../images/kf/czx5.png) no-repeat center center; } .qqkefu ul li b.e { background: url(../images/kf/icon_kf_tel.png) no-repeat center center; } .qqkefu ul li b.lxb { background: url(../images/kf/phone0.png) no-repeat center center; } .qqkefu .erweima { position: absolute; top: -103px; left: -134px; float: right; display: none; height: 150px; border: 1px solid #CCC; background: #FFF; cursor: default !important; } .qqkefu .erweima p { float: left; width: 130px; color: #000; text-align: center; font-size: 12px; line-height: 20px; } .qqkefu .erweima p img { margin: 10px 10px 0 10px; width: 110px; height: 110px; } .qqkefu .kf-tel .erweima { top: -23px; left: -153px; height: 70px; text-align: center; } .qqkefu .kf-tel .erweima p { width: 150px; } .qqkefu .kf-tel .erweima em { display: inline-block; margin-top: 12px; margin-bottom: 6px; width: 100%; color: #000; font-weight: 600; font-size: 18px; } /*常见问题*/ .faq-list { margin-top: 30px; } .faq-list li ~ li { margin-top: 10px; } .faq-list .gr-question { font-size: 12px; height: 40px; line-height: 40px; color: #666; cursor: pointer; padding-left: 15px;background: #f5f5f5; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .faq-list li .gr-question.on, .faq-list li .gr-question:hover { color: #fff;background: #fc5920; } .faq-list .gr-question .icon-faq { float: right; margin-top: 12px; margin-right: 15px; width: 15px; height: 15px; background: url(../images/icon-faq-jia.png) no-repeat center; background-size: 15px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .faq-list .gr-question.on .icon-faq {background: url(../images/icon-faq-jia2.png) no-repeat center; background-size: 15px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .faq-list .gr-question:hover .icon-faq { background: url(../images/icon-faq-jia2.png) no-repeat center; background-size: contain; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .faq-list .gr-answer { display: none; padding: 15px; background: #f5f5f5; line-height: 1.7;font-size: 12px; } .faq-list .gr-answer p span {font-size: 12px !important;} /*网站地图*/ .sitemap-list>li { margin-top: 20px; padding: 20px; border-bottom: #f2f2f2 1px solid; } .sitemap-list>li:first-child { margin-top: 0; } .sitemap-list>li>a { display: inline-block; margin-bottom: 15px; font-size: 18px; } .sitemap-list>li>a b { font-weight: normal; } .sitemap-list ul li { display: inline-block; font-size: 14px; margin-right: 50px; } /*hover-shadow效果*/ .hover-shadow { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .hover-shadow:hover { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } /*hover-xiaomi效果*/ .hover-xm { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .hover-xm:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); } /*hover-opacity透明效果*/ .hover-opacity { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .hover-opacity:hover { opacity: .9; } /*按钮*/ .com-btn-140 { position: relative; z-index: 2; display: inline-block; width: 140px; line-height: 40px; text-align: center; font-size: 14px; color: #fff !important; background: #b42e32; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .com-btn-140:hover { opacity: .9; } .com-btn-140.white { background: transparent; border: 1px solid #898989; color: #333 !important; } .com-btn-180 { display: inline-block; width: 180px; line-height: 45px; text-align: center; font-size: 16px; color: #333; border: 1px solid #333; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .com-btn-180:hover, .com-btn-140.white:hover { color: #fff !important; background: #b42e32; border-color: #b42e32; } /*标题装饰条*/ .title-line { position: relative; padding-bottom: 15px; margin-bottom: 10px; } .title-line:before { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -15px; width: 30px; height: 5px; background: #b42e32; } .title-line-yellow:before { background: #f69507; } /*图文模块*/ .pic-word { position: relative; } .pic-word .pic { width: 50%; } .pic-word .cont { position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: #fff; padding: 0 90px; } .pic-word .cont .tit { font-size: 32px; color: #333; } .pic-word .cont .tit.fs-20 { font-size: 20px; } .pic-word .cont .des { margin-top: 20px; margin-bottom: 35px; } .pic-word .cont .des.fs-14 { font-size: 14px; margin-top: 30px; } .pic-word .cont .des-lh-35 { line-height: 35px; } .pic-word .cont .des p ~ p { margin-top: 10px; } /*留言*/ .contact-message { padding-top: 95px; padding-bottom: 100px; } .message-title { text-align: center; } .message-title h3 { font-size: 30px; color: #333; line-height: 1; } .message-title p { font-size: 16px; color: #ccc; text-transform: uppercase; letter-spacing: 2px; } .com-form-box { margin-top: 50px; } .com-form-box ul { margin-left: -8px; margin-right: -8px; } .com-form-box ul li { position: relative; float: left; width: 50%; box-sizing: border-box; margin-bottom: 20px; padding: 0 8px; } .com-form-box ul li input { font-size: 16px; color: #999; width: 100%; line-height: 64px; padding: 0 30px; border: 1px solid #e5e5e5;background: #fff; } .com-form-box ul li input:focus, .com-form-box .textarea:focus, .com-form-box .submit:focus { outline: none; box-sizing: border-box; } .com-form-box .textarea { box-sizing: border-box; padding: 30px; height: 270px; width: 100% !important; border: none; border: 1px solid #e5e5e5; font-size: 16px; color: #999; background: #fff;} .com-form-box .submit { margin-top: 20px; width: 100%; height: 64px; line-height: 64px; text-align: center; background: #fc5a20; color: #fff; font-size: 20px; cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .com-form-box .submit:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) } .message-input::-webkit-input-placeholder { color: #999; } .message-input:-moz-placeholder { color: #999; } .message-input::-moz-placeholder { color: #999; } .message-input:-ms-input-placeholder { color: #999; } .com-form-box ul.row-3 li { width: 33.3333%; } .com-form-box .cont { position: relative; } .com-form-box ul li .error { position: absolute; right: 30px; top: 50%; margin-top: -17px; color: red; font-size: 12px; } .com-form-box .cont .error { color: red; font-size: 12px; } @media (max-width:980px) { .com-form-box { margin-top: 20px; } .com-form-box ul li { width: 100%; font-size: 12px; line-height: 35px; margin-bottom: 10px; } .com-form-box ul li input { font-size: 12px; padding: 0 15px; line-height: 35px; } .com-form-box .textarea { height: 100px; font-size: 12px; padding: 15px; } .com-form-box .submit { margin-top: 5px; height: 35px; line-height: 35px; font-size: 12px; } .com-form-box ul.row-3 li { width: 100%; } } /*面包屑导航*/ .com-breadcrumb { height: 98px; line-height: 98px; color: #999; font-size: 16px; overflow: hidden;} .com-breadcrumb a { color: #999; } .com-breadcrumb a:hover { color: #fc5a20; } .com-breadcrumb .on { color: #fc5a20; } @media (max-width: 980px) { .com-breadcrumb { line-height: 1.75; font-size: 10px; height: auto; padding: 15px 0; } } /*通用按钮1*/ .com-back-btn { display: inline-block; width: 120px; height: 36px; line-height: 36px; font-size: 16px; color: #fff !important; background: #fc5a20; text-align: center; border-radius: 18px; margin-top: 17px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .com-back-btn:hover { opacity: .9; } /*新闻详情页 风格gr02 左右结构 */ .news-location .ep { padding: 0 5px; } .icon-eye { width: 21px; height: 11px; background: url(../images/eye.png) no-repeat center; position: relative; top: -2px; } .news-show-left { float: left;width: 74%; } .news-show-cont { width: 100%; background: #fff; padding-bottom: 60px; } .news-show-left .news-title { padding: 40px 40px; padding-bottom: 30px; text-align: center;} .news-show-left .news-title h2 { font-size: 30px; color: #333; padding-bottom: 15px; font-weight: normal; line-height: 1.5; } .news-show-left .news-title p { font-size: 14px; color: #6b6b6b; padding-bottom: 20px; border-bottom: 1px solid #ddd; } .news-show-left .news-title p a { color: #6b6b6b; } .news-show-left .news-title p a:hover{color: #fc5a20;} .news-show-left .news-views { margin: 60px 40px 0; margin-top: 0; font-size: 16px; min-height: 300px; color: #666; line-height: 1.75; overflow: hidden; } .news-show-left .news-views .share { margin-top: 40px; } .news-show-left .news-views img { max-width: 100% !important; } .news-show-left .news-views p { margin-bottom: 5px; font-size: 16px !important; } .news-show-left .news-views span { font-size: 16px !important; } .news-show-left .news-other { padding: 20px 15px; border-top: 1px #f1f1f1 solid; } .news-show-left .news-other p { display: block; height: 40px; line-height: 40px; padding-left: 3px; } .news-show-left .news-other p a { font-size: 14px; color: #333; } .news-show-left .news-other p a:hover { color: #fc5a20; } .news-show-left .share-bar { padding: 20px 40px; } .news-show-left .share-bar .fl { position: relative; top: -3px; } .news-show-right { float: right; width: 24%; } .news-show-right dl { display: block; margin-top: 0; margin-bottom: 20px; background: #fff; } .news-show-right dl dt { display: block; height: 50px; line-height: 50px; position: relative; border-bottom: 1px #f1f1f1 solid; } .news-show-right dl.tab dt { height: 50px; line-height: 50px; color: #1d1d1d; font-size: 18px; padding-left: 20px; } .news-show-right dl.tab dd { position: relative; } .news-show-right dl.tab dd ul { display: block; padding: 0 20px; } .news-show-right dl.tab dd ul li { display: block; padding: 10px 0 10px; border-bottom: 1px #f1f1f1 solid; } .news-show-right dl.tab dd ul li .pic { margin-right: 20px; width: 60px; height: 60px; overflow: hidden; position: relative; } .news-show-right dl.tab dd ul li h5 { padding-top: 4px; padding-bottom: 10px; font-size: 16px; color: #666; display: block; line-height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .news-show-right dl.tab dd ul li h5 a { color: #666; } .news-show-right dl.tab dd ul li h5 a:hover { color: #fc5a20; } .news-show-right dl.tab dd ul li .news-cate { color: #999; } .news-show-right dl.tab dd ul li i { float: left; font-size: 12px; color: #999; font-style: normal; } .news-show-right dl.tab dd ul li em { float: right; padding-left: 25px; font-size: 12px; color: #999;/* background: url(../images/eye.png) no-repeat left center; */ font-style: normal; } .news-show-right dl.tab dd .more { color: #333; height: 45px; line-height: 45px; border-top: 1px #f1f1f1 solid; position: relative; top: -1px; text-align: center; } .news-show-right dl.tab dd .more a { display: inline-block; position: relative; color: #333; } .news-show-right dl.tab dd .more a b { margin-left: 5px; -webkit-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; } .news-show-right dl.tab dd .more a:hover b { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); } .news-show-right dl.tab dd .more a:hover { color: #fc5a20; } .news-show-right dl.list dt { padding-left: 20px; color: #333; font-size: 18px; } .news-show-right dl.tab dt a { width: 33%; height: 42px; line-height: 42px; text-align: center; display: table-cell; color: #009A62; font-size: 18px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .news-show-right dl.list dt a b { width: 15px; height: 15px; overflow: hidden; display: inline-block; vertical-align: middle; background-position: 0 -64px; margin-left: 2px; position: relative; top: -1px; } .news-show-right dl.list dd ul { display: block; padding: 20px; } .news-show-right dl.list dd ul li { padding-bottom: 12px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .news-show-right dl.list dd ul li a { position: relative;/* padding-left: 10px;*/ display: inline-block; color: #666; font-size: 14px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; } /*.news-show-right dl.list dd ul li:before { content: "·"; color: #666; }*/ .news-show-right dl.list dd ul li a:hover { color: #fc5a20; } .news-page-other { margin-top: 20px; padding: 20px 40px; background: #fff; } .news-page-other p { line-height: 26px; font-size: 14px; color: #949494; } .news-page-other p a { color: #6b6b6b; } .news-page-other p a:hover { color: #fc5a20; } .news-page-other .p-prev { margin-bottom: 10px; } .news-page-other .com-back-btn { margin-top: 14px; } @media (max-width: 1300px) { .news-show-left, .news-show-right { width: 100%; float: none; } .news-show-right { margin-top: 20px; } .news-show-left .news-title h2 { font-size: 28px; } } @media (max-width: 980px) { .news-show-left .news-title { padding: 20px 15px; padding-bottom: 20px; } .news-show-left .news-title h2 { font-size: 20px; padding-bottom: 15px; line-height: 1.3; } .news-show-left .news-title p { font-size: 10px; padding-bottom: 15px; } .news-show-left .news-views { margin: 0 15px; margin-top: 0; font-size: 12px; min-height: auto; color: #666; line-height: 1.75; overflow: hidden; } .news-show-left .news-views p { margin-bottom: 5px; font-size: 12px !important; } .news-show-left .news-views span { font-size: 12px !important; } .news-show-left .news-views img { width: 100% !important; height: auto !important; } .news-show-cont { padding-bottom: 30px; } .news-page-other { margin-top: 10px; padding: 15px; } .news-show-right { margin-top: 10px; } .news-show-right dl { margin-bottom: 10px; } .news-show-right dl.tab dt, .news-show-right dl.list dt { height: 45px; line-height: 45px; color: #1d1d1d; font-size: 16px; padding-left: 15px; } .news-show-right dl.tab dd ul { display: block; padding: 0 15px; } .news-show-right dl.tab dd ul li h5 { font-size: 14px; padding-bottom: 5px; } .news-show-right dl.list dd ul { padding: 15px; } .news-show-right dl.list dd ul li { padding-bottom: 5px; } .news-show-right dl.list dd ul li a { font-size: 12px; } .news-page-other p { line-height: 1.75; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .com-back-btn { width: 80px; height: 30px; line-height: 30px; font-size: 12px; border-radius: 15px; } } /*网站地图*/ #sitemap { border: 1px solid #eee; padding: 10px 15px; margin-top: 30px; width: 1200px; margin: 0 auto; background: #fff; } #sitemap h1 { border-bottom: 1px solid #eee; height: 40px; line-height: 30px; padding: 0 10px } #sitemap h1 label { color: #9c9c9c } #sitemap .cont { padding: 10px } #sitemap .cont ul li b { font-size: 14px; } #sitemap .cont ul li { line-height: 40px; margin-bottom: 10px } #sitemap .cont ul li a { margin: 0 15px } #sitemap .cont ul li ul { border: 1px solid #eee; display: block; padding: 0 0 0 15px } #sitemap .cont ul li ul li { display: inline } /*分享按钮*/ .share { margin-top: -2px; display: inline-block; vertical-align: middle; line-height: 20px; font-size: 12px; } .bdshare-button-style0-32 { float: left; } .bdshare-button-style0-32 a { margin: 0 5px !important; background-size: 20px !important; width: 20px !important; line-height: 20px !important; height: 20px !important; } .bds_weixin { background: url(../images/share/wx.png) no-repeat center !important; } .bds_tsina { background: url(../images/share/sina.png) no-repeat center !important; } .bds_qzone { background: url(../images/share/qzone.png) no-repeat center !important; } .bds_sqq { background: url(../images/share/qq.png) no-repeat center !important; } .bds_more { background: url(../images/share/plus.png) no-repeat center !important; } .bd_weixin_popup { box-sizing: content-box; } /*客服*/ .fixed-right{ display: none; position: fixed; top:50%; margin-top: -142px; right: 0; width: 56px; z-index:60; } .fixed-right li{ height: 56px; margin-left: 0; width: 56px; background:#fff; position: relative; position: relative; margin-bottom: 1px; border:1px solid #e5e5e5; box-shadow: 0 0 10px rgba(0,0,0,.1); } .fixed-right li .lxfx-box{ width: 58px; float: left; height: 56px; text-align: center; } .fixed-right li .lxfx-box p{ line-height: 18px; padding: 10px 0; } .fixed-right li .lxfx-box span{ width: 100%; height: 100%; display: block; transition:all 0.3s; } .fixed-right li .lxfx-box .bg1{ background: url(../images/common/r01.png) no-repeat center; } .fixed-right li .lxfx-box .bg2{ background: url(../images/common/r02.png) no-repeat center; } .fixed-right li .lxfx-box .bg3{ background: url(../images/common/r03.png) no-repeat center; } .fixed-right li .lxfx-box .bg4{ background: url(../images/common/r04.png) no-repeat center; } .fixed-right li .lxfx-box .bg5{ background: url(../images/common/r05.png) no-repeat center; } .fixed-right li.top .lxfx-box{ background: #f57d03; } .fixed-right li img{ position: absolute; top: 0; right: 88px; display: none; max-width: none; } .fixed-right li a{ display: block; width: 100%; } .fixed-right li.top{ background:#f57d03; box-shadow:none; border: none; } .fixed-right li.id{ width: 231px; } .fixed-right li span.tel{ font-size: 16px; color: #f57d03; float: left; height: 56px; line-height: 56px; padding-left: 19px; background: url(../images/common/r06.jpg) no-repeat left center; } .fixed-right li:hover .lxfx-box .bg1{ background: url(../images/common/r01_h.png) no-repeat center; } .fixed-right li:hover .lxfx-box .bg2{ background: url(../images/common/r02_h.png) no-repeat center; } .fixed-right li:hover .lxfx-box .bg3{ background: url(../images/common/r03_h.png) no-repeat center; } .fixed-right li:hover .lxfx-box .bg4{ background: url(../images/common/r04_h.png) no-repeat center; } .scrolltop{ position: relative; top:100px; opacity: 0; filter:alpha(opacity:0); } /* 在线客服样式 */ .kefuBox { position: fixed; top: 15%; right: 0; z-index: 999; width: auto; transition: .5s; } .kefuOpen { position: fixed; right: -150px; top: 15%; width: 150px; height: 160px; background: rgba(255, 255, 255, .95) url(../images/kefu/kefu-logo.png) no-repeat center; z-index: 998; transition: .5s; cursor: pointer; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .kefuBox .kefuLeft { float: left; overflow: hidden; width: 0; height: 160px; cursor: pointer; background: red; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .kefuBox .kefuRight { display: block; float: left; overflow: hidden; width: 220px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; background: #fff; background: rgba(255, 255, 255, .95); } .kefuBox .kefuTop { width: 220px; height: 200px; background: url(../images/kefu/coun-logo2.png) no-repeat center 20px; } .kefuBox .kefuClose { float: right; margin-right: 5px; margin-top: 5px; overflow: hidden; width: 25px; height: 25px; cursor: pointer; background: url(../images/kefu/kf-close.png) no-repeat center; background-size: 25px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .kefuBox .kefuClose:hover { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .kefuBox .kefuContact, .kefuBox .kefuBottom { width: 220px; } .kefuBox .kefuRight .icon-zx-c { margin-left: 8px; display: inline-block; width: 6px; height: 10px; background: url(../images/kefu/zx-jt.png) no-repeat center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .kefuBox .kefuRight .kefuContact a:hover .icon-zx-c { background: url(../images/kefu/zx-jt-on.png) no-repeat center; -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); } .kefuBox .kefuContact { display: inline-block; font-size: 16px; margin-top: 25px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; } .kefuBox .kefuBottom { padding-top: 20px; padding-bottom: 20px; } .kefuBox .kefuBottom h4 { font-size: 12px; color: #666; } .kefuBox .kefuBottom p { font-size: 22px; color: #333; font-weight: bold; font-family: "Arial Black"; } .kefuBox .kefuCont ul { margin: 0; padding: 0; } .kefuBox .kefuCont ul li~li { margin-top: 9px; } .kefuBox .kefuCont ul li a { display: inline-block; width: 166px; line-height: 42px; font-size: 16px; color: #fff; background: #fc5a20; border-radius: 21px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .kefuBox .kefuCont ul li a:hover { opacity: .9; } /*底部表单*/ .asideBanner { z-index: 999; position: fixed; /*bottom: -200px;*/ bottom: 0; left: -2000px; width: 100%; height: 152px; background: rgba(3, 21, 40, .9); opacity: 1; transition: .8s; } .asideBanner .aside-main { height: 100%; position: relative; width: 1400px; margin: 0 auto; } @media (max-width:1600px) { .asideBanner .aside-main { width: 1200px; } } .asideBanner .aside-main .close-btn { position: absolute; top: 50%; right: -88px; margin-top: -20.5px; width: 41px; height: 41px; border-radius: 50%; background: url(../images/kefu/foot-zx-close.png) no-repeat center; cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .asideBanner .aside-main .close-btn:hover { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .asideBanner .aside-main .num { text-align: left; display: inline-block; height: 100%; width: auto; vertical-align: top; } .asideBanner .num-txt { display: table; height: 100%; overflow: hidden; font-size: 28px; } .asideBanner .num-txt h3 { display: table-cell; vertical-align: middle; color: #fff; font-size: 20px; line-height: 30px; } .asideBanner .num-txt span { display: inline-block; padding: 0 5px; background: #fc5a20; height: 23px; line-height: 24px; margin-left: 2px; border-radius: 3px; color: #333; font-size: 16px; } /*.asideBanner .jsq { width: 133px; height: 85px; background: url(../images/kefu/jsq.png) no-repeat center; float: left; box-sizing: border-box; margin-top: 35px; }*/ .asideBanner .inp-main { position: absolute; left: 50%; top: 50%; margin-top: -32px; margin-left: -304px; } .asideBanner .inp-main .inp-box, .asideBanner .inp-main .inp-sub { float: left; } .asideBanner .inp-main .inp-box { width: 262px; margin-left: 9px; font-size: 14px; color: #fff; } .asideBanner .inp-main .inp-box .inp-select { margin-top: 5px; width: 100%; line-height: 38px; height: 38px; color: #666; border: none; outline: none; color: #666; border-radius: 0; background: transparent; appearance: none; -moz-appearance: none; -webkit-appearance: none; padding: 0 10px; background: url(../images/kefu/foot-zx-down.png) no-repeat 95% center #fff; font-size: 14px; } .asideBanner .inp-main .inp-box .foot-sel2 { background: transparent; } .asideBanner .inp-sub { margin-top: 26px; width: 60px; line-height: 38px; background: #fc5a20; color: #333; border-radius: 3px; text-align: center; margin-left: 15px; border: none; font-size: 14px; cursor: pointer; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .asideBanner .inp-sel { background: url(../images/kefu/zt-one/icon_select.png) no-repeat 95% center #fff; } .asideBanner .inp-sub:hover, .asideBanner .know-more:hover { opacity: .9; } .asideBanner .tel-bj { color: #fff; margin-top: 35px; margin-left: 60px; } .asideBanner .tel-bj h4 { font-size: 24px; color: #fff; font-family: Adobe Heiti Std; } .asideBanner .tel-bj p { font-size: 32px; font-family: impact; } .asideBanner .know-more { float: right; margin-top: 49px; width: 218px; line-height: 54px; background: #fc5a20; color: #333; text-align: center; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .foot-zx-more, .foot-zx-up { display: inline-block; vertical-align: middle; margin: 0 15px; margin-top: -1px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .asideBanner .know-more.on .foot-zx-up { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } .foot-zx-more { width: 31px; height: 33px; background: url(../images/kefu/foot-zx-man.png) no-repeat center; } .foot-zx-up { width: 22px; height: 11px; background: url(../images/kefu/foot-zx-up.png) no-repeat center; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .zhankai { position: fixed; z-index: 999; width: 139px; height: 151px; left: 0; bottom: 0; cursor: pointer; background: url(../images/kefu/zhankai.png) no-repeat; transition: .5s; -webkit-animation: leftRight 1s 0.2s linear infinite; animation: leftRight 1s 0.2s linear infinite; } @-webkit-keyframes leftRight { 0% { -webkit-transform: translateX(-10px) } 50% { -webkit-transform: translateX(0) } 100% { -webkit-transform: translateX(-10px) } } @keyframes leftRight { 0% { transform: translateX(-10px) } 50% { transform: translateX(0) } 100% { transform: translateX(-10px) } } .foot-fast { position: absolute; bottom: 152px; left: 0; width: 100%; background: rgba(255, 255, 255, .9); background: #ddd; height: 0; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .foot-fast .item { float: left; width: 50%; padding: 55px 60px; } .foot-fast .item .pic { float: left; width: 50%; overflow: hidden; } .foot-fast .item .cont { overflow: hidden; padding: 0 30px; } .foot-fast .item .cont ul { display: inline-block; padding-top: 10px; vertical-align: top; } .foot-fast .item .cont ul~ul { margin-left: 35px; } .foot-fast .item .cont ul li a { display: inline-block; line-height: 40px; font-size: 16px; } @media (max-width:1600px) { .foot-fast .item .cont ul { padding-top: 5px; } .foot-fast .item .cont ul~ul { margin-left: 30px; } .foot-fast .item .cont ul li a { font-size: 14px; line-height: 36px; } } /*下拉框优化*/ .searchable-select-hide { display: none; } .searchable-select { display: inline-block;width: 100%; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; position: relative; outline: none; } .searchable-select-holder {/* padding: 6px; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; min-height: 30px; box-sizing: border-box; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/ margin-top: 5px; width: 100%; line-height: 38px; height: 38px; color: #666; border: none; outline: none; color: #666; border-radius: 0; background: transparent; appearance: none; -moz-appearance: none; -webkit-appearance: none; padding: 0 10px; background: #fff; font-size: 14px; } /*.searchable-select-caret { position: absolute; width: 0; height: 0; box-sizing: border-box; border-color: black transparent transparent transparent; top: 0; bottom: 0; border-style: solid; border-width: 5px; margin: auto; right: 10px; }*/ .searchable-select-dropdown { position: absolute; z-index: 2; background-color: #fff; border: 1px solid #ccc; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 4px; border-bottom: none; bottom: 38px; left: 0; right: 0; } .searchable-select-input { margin-top: 5px; border: 1px solid #ccc; outline: none; padding: 4px; width: 100%; box-sizing: border-box; width: 100%; } .searchable-scroll { margin-top: 4px; position: relative; } .searchable-scroll.has-privious { padding-top: 16px; } .searchable-scroll.has-next { padding-bottom: 16px; } .searchable-has-privious { top: 0; } .searchable-has-next { bottom: 0; } .searchable-has-privious, .searchable-has-next { height: 16px; left: 0; right: 0; position: absolute; text-align: center; z-index: 10; background-color: white; line-height: 8px; cursor: pointer; } .searchable-select-items { max-height: 400px; overflow-y: scroll; position: relative; } .searchable-select-items::-webkit-scrollbar { display: none; } .searchable-select-item { padding: 5px 5px; cursor: pointer; min-height: 30px; box-sizing: border-box; transition: all .5s; } .searchable-select-item.hover { background: #555; color: white; } .searchable-select-item.selected { background: #fc5a20; color: white; } /*返回顶部*/ #to-top { display: none; width: 36px; height: 36px; background: url(../images/common/scrolltop.png) no-repeat center; text-align: center; text-decoration: none; z-index: 8; right: 20px; opacity: 0.8; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } #to-top:hover { opacity: 1; } /*手机底部咨询*/ .foot-zixun-bar{ width: 100%; height: 40px; position: fixed; bottom: 0; left: 0; z-index: 9999; } .foot-zixun-bar li{ float: left; width: 33.3333%; height: 40px; background: rgba(51, 51, 51, .9); } .foot-zixun-bar li:nth-child(3) { background: #ff8205; background: rgba(255, 130, 5, .9); } .foot-zixun-bar li:nth-child(2) { background: #ad905c; background: rgba(173, 144, 92, .9); } .foot-zixun-bar li a{ width: 100%; height: 100%; display: block; box-sizing: border-box; font-size: 14px; color: #fff; line-height: 40px; text-align: center; position: relative; } .foot-zixun-bar li a:before{ content: ''; position: absolute; top: 0; left: 5px; width: 30px; height: 40px; background: no-repeat center; background-size: 20px; } .foot-zixun-bar .foot-index a:before{ background-image: url(../img/index.png); } .foot-zixun-bar .foot-zixun a:before{ background-image: url(../img/zixun.png); } .foot-zixun-bar .foot-tel a:before{ background-image: url(../img/tel.png); }