diff --git a/app/home/view/szwjs/public/bootstrap/js/bootstrap.min.js b/app/home/view/szwjs/public/bootstrap/js/bootstrap.min.js
new file mode 100644
index 0000000..41835bb
--- /dev/null
+++ b/app/home/view/szwjs/public/bootstrap/js/bootstrap.min.js
@@ -0,0 +1,6 @@
+/*!
+* Bootstrap.js by @fat & @mdo
+* Copyright 2013 Twitter, Inc.
+* http://www.apache.org/licenses/LICENSE-2.0.txt
+*/
+!function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(t){var n=this.getActiveIndex(),r=this;if(t>this.$items.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){r.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",e(this.$items[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle(!0)),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f;this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u](),f=e.Event("slide",{relatedTarget:i[0],direction:o});if(i.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var t=e(a.$indicators.children()[a.getActiveIndex()]);t&&t.addClass("active")}));if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}};var n=e.fn.carousel;e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.pause().cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e.fn.carousel.noConflict=function(){return e.fn.carousel=n,this},e(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=e.extend({},i.data(),n.data()),o;i.carousel(s),(o=n.attr("data-slide-to"))&&i.data("carousel").pause().to(o).cycle(),t.preventDefault()})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition&&this.$element[t](this.$element[0][n])},hide:function(){var t;if(this.transitioning||!this.$element.hasClass("in"))return;t=this.dimension(),this.reset(this.$element[t]()),this.transition("removeClass",e.Event("hide"),"hidden"),this.$element[t](0)},reset:function(e){var t=this.dimension();return this.$element.removeClass("collapse")[t](e||"auto")[0].offsetWidth,this.$element[e!==null?"addClass":"removeClass"]("collapse"),this},transition:function(t,n,r){var i=this,s=function(){n.type=="show"&&i.reset(),i.transitioning=0,i.$element.trigger(r)};this.$element.trigger(n);if(n.isDefaultPrevented())return;this.transitioning=1,this.$element[t]("in"),e.support.transition&&this.$element.hasClass("collapse")?this.$element.one(e.support.transition.end,s):s()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("collapse"),s=e.extend({},e.fn.collapse.defaults,r.data(),typeof n=="object"&&n);i||r.data("collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.defaults={toggle:!0},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.collapse.data-api","[data-toggle=collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i).data("collapse")?"toggle":n.data();n[e(i).hasClass("in")?"addClass":"removeClass"]("collapsed"),e(i).collapse(s)})}(window.jQuery),!function(e){"use strict";function r(){e(".dropdown-backdrop").remove(),e(t).each(function(){i(e(this)).removeClass("open")})}function i(t){var n=t.attr("data-target"),r;n||(n=t.attr("href"),n=n&&/#/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,"")),r=n&&e(n);if(!r||!r.length)r=t.parent();return r}var t="[data-toggle=dropdown]",n=function(t){var n=e(t).on("click.dropdown.data-api",this.toggle);e("html").on("click.dropdown.data-api",function(){n.parent().removeClass("open")})};n.prototype={constructor:n,toggle:function(t){var n=e(this),s,o;if(n.is(".disabled, :disabled"))return;return s=i(n),o=s.hasClass("open"),r(),o||("disable-ontouchstart"in document.documentElement&&e('
').insertBefore(e(this)).on("click",r),s.toggleClass("open")),n.focus(),!1},keydown:function(n){var r,s,o,u,a,f;if(!/(38|40|27)/.test(n.keyCode))return;r=e(this),n.preventDefault(),n.stopPropagation();if(r.is(".disabled, :disabled"))return;u=i(r),a=u.hasClass("open");if(!a||a&&n.keyCode==27)return n.which==27&&u.find(t).focus(),r.click();s=e("[role=menu] li:not(.divider):visible a",u);if(!s.length)return;f=s.index(s.filter(":focus")),n.keyCode==38&&f>0&&f--,n.keyCode==40&&f').appendTo(document.body),this.$backdrop.click(this.options.backdrop=="static"?e.proxy(this.$element[0].focus,this.$element[0]):e.proxy(this.hide,this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(e.support.transition.end,t):t()):t&&t()}};var n=e.fn.modal;e.fn.modal=function(n){return this.each(function(){var r=e(this),i=r.data("modal"),s=e.extend({},e.fn.modal.defaults,r.data(),typeof n=="object"&&n);i||r.data("modal",i=new t(this,s)),typeof n=="string"?i[n]():s.show&&i.show()})},e.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.modal.data-api",'[data-toggle="modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s).one("hide",function(){n.focus()})})}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("tooltip",e,t)};t.prototype={constructor:t,init:function(t,n,r){var i,s,o,u,a;this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.enabled=!0,o=this.options.trigger.split(" ");for(a=o.length;a--;)u=o[a],u=="click"?this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this)):u!="manual"&&(i=u=="hover"?"mouseenter":"focus",s=u=="hover"?"mouseleave":"blur",this.$element.on(i+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.leave,this)));this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(t){return t=e.extend({},e.fn[this.type].defaults,this.$element.data(),t),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t},enter:function(t){var n=e.fn[this.type].defaults,r={},i;this._options&&e.each(this._options,function(e,t){n[e]!=t&&(r[e]=t)},this),i=e(t.currentTarget)[this.type](r).data(this.type);if(!i.options.delay||!i.options.delay.show)return i.show();clearTimeout(this.timeout),i.hoverState="in",this.timeout=setTimeout(function(){i.hoverState=="in"&&i.show()},i.options.delay.show)},leave:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!n.options.delay||!n.options.delay.hide)return n.hide();n.hoverState="out",this.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.options.delay.hide)},show:function(){var t,n,r,i,s,o,u=e.Event("show");if(this.hasContent()&&this.enabled){this.$element.trigger(u);if(u.isDefaultPrevented())return;t=this.tip(),this.setContent(),this.options.animation&&t.addClass("fade"),s=typeof this.options.placement=="function"?this.options.placement.call(this,t[0],this.$element[0]):this.options.placement,t.detach().css({top:0,left:0,display:"block"}),this.options.container?t.appendTo(this.options.container):t.insertAfter(this.$element),n=this.getPosition(),r=t[0].offsetWidth,i=t[0].offsetHeight;switch(s){case"bottom":o={top:n.top+n.height,left:n.left+n.width/2-r/2};break;case"top":o={top:n.top-i,left:n.left+n.width/2-r/2};break;case"left":o={top:n.top+n.height/2-i/2,left:n.left-r};break;case"right":o={top:n.top+n.height/2-i/2,left:n.left+n.width}}this.applyPlacement(o,s),this.$element.trigger("shown")}},applyPlacement:function(e,t){var n=this.tip(),r=n[0].offsetWidth,i=n[0].offsetHeight,s,o,u,a;n.offset(e).addClass(t).addClass("in"),s=n[0].offsetWidth,o=n[0].offsetHeight,t=="top"&&o!=i&&(e.top=e.top+i-o,a=!0),t=="bottom"||t=="top"?(u=0,e.left<0&&(u=e.left*-2,e.left=0,n.offset(e),s=n[0].offsetWidth,o=n[0].offsetHeight),this.replaceArrow(u-r+s,s,"left")):this.replaceArrow(o-i,o,"top"),a&&n.offset(e)},replaceArrow:function(e,t,n){this.arrow().css(n,e?50*(1-e/t)+"%":"")},setContent:function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},hide:function(){function i(){var t=setTimeout(function(){n.off(e.support.transition.end).detach()},500);n.one(e.support.transition.end,function(){clearTimeout(t),n.detach()})}var t=this,n=this.tip(),r=e.Event("hide");this.$element.trigger(r);if(r.isDefaultPrevented())return;return n.removeClass("in"),e.support.transition&&this.$tip.hasClass("fade")?i():n.detach(),this.$element.trigger("hidden"),this},fixTitle:function(){var e=this.$element;(e.attr("title")||typeof e.attr("data-original-title")!="string")&&e.attr("data-original-title",e.attr("title")||"").attr("title","")},hasContent:function(){return this.getTitle()},getPosition:function(){var t=this.$element[0];return e.extend({},typeof t.getBoundingClientRect=="function"?t.getBoundingClientRect():{width:t.offsetWidth,height:t.offsetHeight},this.$element.offset())},getTitle:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title),e},tip:function(){return this.$tip=this.$tip||e(this.options.template)},arrow:function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(t){var n=t?e(t.currentTarget)[this.type](this._options).data(this.type):this;n.tip().hasClass("in")?n.hide():n.show()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}};var n=e.fn.tooltip;e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=typeof n=="object"&&n;i||r.data("tooltip",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.tooltip.Constructor=t,e.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},e.fn.tooltip.noConflict=function(){return e.fn.tooltip=n,this}}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype,{constructor:t,setContent:function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content")[this.options.html?"html":"text"](n),e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var e,t=this.$element,n=this.options;return e=(typeof n.content=="function"?n.content.call(t[0]):n.content)||t.attr("data-content"),e},tip:function(){return this.$tip||(this.$tip=e(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}});var n=e.fn.popover;e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("popover"),s=typeof n=="object"&&n;i||r.data("popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.popover.Constructor=t,e.fn.popover.defaults=e.extend({},e.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:''}),e.fn.popover.noConflict=function(){return e.fn.popover=n,this}}(window.jQuery),!function(e){"use strict";function t(t,n){var r=e.proxy(this.process,this),i=e(t).is("body")?e(window):e(t),s;this.options=e.extend({},e.fn.scrollspy.defaults,n),this.$scrollElement=i.on("scroll.scroll-spy.data-api",r),this.selector=(this.options.target||(s=e(t).attr("href"))&&s.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=e("body"),this.refresh(),this.process()}t.prototype={constructor:t,refresh:function(){var t=this,n;this.offsets=e([]),this.targets=e([]),n=this.$body.find(this.selector).map(function(){var n=e(this),r=n.data("target")||n.attr("href"),i=/^#\w/.test(r)&&e(r);return i&&i.length&&[[i.position().top+(!e.isWindow(t.$scrollElement.get(0))&&t.$scrollElement.scrollTop()),r]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},process:function(){var e=this.$scrollElement.scrollTop()+this.options.offset,t=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,n=t-this.$scrollElement.height(),r=this.offsets,i=this.targets,s=this.activeTarget,o;if(e>=n)return s!=(o=i.last()[0])&&this.activate(o);for(o=r.length;o--;)s!=i[o]&&e>=r[o]&&(!r[o+1]||e<=r[o+1])&&this.activate(i[o])},activate:function(t){var n,r;this.activeTarget=t,e(this.selector).parent(".active").removeClass("active"),r=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',n=e(r).parent("li").addClass("active"),n.parent(".dropdown-menu").length&&(n=n.closest("li.dropdown").addClass("active")),n.trigger("activate")}};var n=e.fn.scrollspy;e.fn.scrollspy=function(n){return this.each(function(){var r=e(this),i=r.data("scrollspy"),s=typeof n=="object"&&n;i||r.data("scrollspy",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.scrollspy.Constructor=t,e.fn.scrollspy.defaults={offset:10},e.fn.scrollspy.noConflict=function(){return e.fn.scrollspy=n,this},e(window).on("load",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);t.scrollspy(t.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t){this.element=e(t)};t.prototype={constructor:t,show:function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.attr("data-target"),i,s,o;r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("active"))return;i=n.find(".active:last a")[0],o=e.Event("show",{relatedTarget:i}),t.trigger(o);if(o.isDefaultPrevented())return;s=e(r),this.activate(t.parent("li"),n),this.activate(s,s.parent(),function(){t.trigger({type:"shown",relatedTarget:i})})},activate:function(t,n,r){function o(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),t.addClass("active"),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu")&&t.closest("li.dropdown").addClass("active"),r&&r()}var i=n.find("> .active"),s=r&&e.support.transition&&i.hasClass("fade");s?i.one(e.support.transition.end,o):o(),i.removeClass("in")}};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("tab");i||r.data("tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(t){t.preventDefault(),e(this).tab("show")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.source=this.options.source,this.$menu=e(this.options.menu),this.shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(e)).change(),this.hide()},updater:function(e){return e},show:function(){var t=e.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});return this.$menu.insertAfter(this.$element).css({top:t.top+t.height,left:t.left}).show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(t){var n;return this.query=this.$element.val(),!this.query||this.query.length"+t+""})},render:function(t){var n=this;return t=e(t).map(function(t,r){return t=e(n.options.item).attr("data-value",r),t.find("a").html(n.highlighter(r)),t[0]}),t.first().addClass("active"),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(".active").removeClass("active"),r=n.next();r.length||(r=e(this.$menu.find("li")[0])),r.addClass("active")},prev:function(e){var t=this.$menu.find(".active").removeClass("active"),n=t.prev();n.length||(n=this.$menu.find("li").last()),n.addClass("active")},listen:function(){this.$element.on("focus",e.proxy(this.focus,this)).on("blur",e.proxy(this.blur,this)).on("keypress",e.proxy(this.keypress,this)).on("keyup",e.proxy(this.keyup,this)),this.eventSupported("keydown")&&this.$element.on("keydown",e.proxy(this.keydown,this)),this.$menu.on("click",e.proxy(this.click,this)).on("mouseenter","li",e.proxy(this.mouseenter,this)).on("mouseleave","li",e.proxy(this.mouseleave,this))},eventSupported:function(e){var t=e in this.$element;return t||(this.$element.setAttribute(e,"return;"),t=typeof this.$element[e]=="function"),t},move:function(e){if(!this.shown)return;switch(e.keyCode){case 9:case 13:case 27:e.preventDefault();break;case 38:e.preventDefault(),this.prev();break;case 40:e.preventDefault(),this.next()}e.stopPropagation()},keydown:function(t){this.suppressKeyPressRepeat=~e.inArray(t.keyCode,[40,38,9,13,27]),this.move(t)},keypress:function(e){if(this.suppressKeyPressRepeat)return;this.move(e)},keyup:function(e){switch(e.keyCode){case 40:case 38:case 16:case 17:case 18:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}e.stopPropagation(),e.preventDefault()},focus:function(e){this.focused=!0},blur:function(e){this.focused=!1,!this.mousedover&&this.shown&&this.hide()},click:function(e){e.stopPropagation(),e.preventDefault(),this.select(),this.$element.focus()},mouseenter:function(t){this.mousedover=!0,this.$menu.find(".active").removeClass("active"),e(t.currentTarget).addClass("active")},mouseleave:function(e){this.mousedover=!1,!this.focused&&this.shown&&this.hide()}};var n=e.fn.typeahead;e.fn.typeahead=function(n){return this.each(function(){var r=e(this),i=r.data("typeahead"),s=typeof n=="object"&&n;i||r.data("typeahead",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.typeahead.defaults={source:[],items:8,menu:'',item:'',minLength:1},e.fn.typeahead.Constructor=t,e.fn.typeahead.noConflict=function(){return e.fn.typeahead=n,this},e(document).on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(t){var n=e(this);if(n.data("typeahead"))return;n.typeahead(n.data())})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=e.extend({},e.fn.affix.defaults,n),this.$window=e(window).on("scroll.affix.data-api",e.proxy(this.checkPosition,this)).on("click.affix.data-api",e.proxy(function(){setTimeout(e.proxy(this.checkPosition,this),1)},this)),this.$element=e(t),this.checkPosition()};t.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var t=e(document).height(),n=this.$window.scrollTop(),r=this.$element.offset(),i=this.options.offset,s=i.bottom,o=i.top,u="affix affix-top affix-bottom",a;typeof i!="object"&&(s=o=i),typeof o=="function"&&(o=i.top()),typeof s=="function"&&(s=i.bottom()),a=this.unpin!=null&&n+this.unpin<=r.top?!1:s!=null&&r.top+this.$element.height()>=t-s?"bottom":o!=null&&n<=o?"top":!1;if(this.affixed===a)return;this.affixed=a,this.unpin=a=="bottom"?r.top-n:null,this.$element.removeClass(u).addClass("affix"+(a?"-"+a:""))};var n=e.fn.affix;e.fn.affix=function(n){return this.each(function(){var r=e(this),i=r.data("affix"),s=typeof n=="object"&&n;i||r.data("affix",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.affix.Constructor=t,e.fn.affix.defaults={offset:0},e.fn.affix.noConflict=function(){return e.fn.affix=n,this},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.affix(n)})})}(window.jQuery);
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/animations.css b/app/home/view/szwjs/public/css/animations.css
new file mode 100644
index 0000000..2332f8a
--- /dev/null
+++ b/app/home/view/szwjs/public/css/animations.css
@@ -0,0 +1 @@
+@keyframes afc{from{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes afc{from{opacity:0;-webkit-transform:scale(.2)}to{opacity:1;-webkit-transform:scale(1)}}.animate_afc{opacity:0}.animate_afc.animate_start{-webkit-animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afc;animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afc;opacity:1}@keyframes afl{from{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes afl{from{opacity:0;-webkit-transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0)}}.animate_afl{opacity:0}.animate_afl.animate_start{-webkit-animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afl;animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afl;opacity:1}@keyframes afr{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes afr{from{opacity:0;-webkit-transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0)}}.animate_afr{opacity:0}.animate_afr.animate_start{-webkit-animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afr;animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afr;opacity:1}@keyframes aft{from{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes aft{from{opacity:0;-webkit-transform:translateY(-100px)}to{opacity:1;-webkit-transform:translateY(0)}}.animate_aft{opacity:0}.animate_aft.animate_start{-webkit-animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 aft;animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 aft;opacity:1}@keyframes afb{from{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes afb{from{opacity:0;-webkit-transform:translateY(100px)}to{opacity:1;-webkit-transform:translateY(0)}}.animate_afb{opacity:0}.animate_afb.animate_start{-webkit-animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afb;animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afb;opacity:1}@keyframes wfc{from{opacity:0;transform:scaleX(.01)}to{opacity:1;transform:scaleX(1)}}@-webkit-keyframes wfc{from{opacity:0;-webkit-transform:scaleX(.01)}to{opacity:1;-webkit-transform:scaleX(1)}}.animate_wfc{opacity:0}.animate_wfc.animate_start{-webkit-animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 wfc;animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 wfc;opacity:1}@keyframes hfc{from{opacity:0;transform:scaleY(.01)}to{opacity:1;transform:scaleY(1)}}@-webkit-keyframes hfc{from{opacity:0;-webkit-transform:scaleY(.01)}to{opacity:1;-webkit-transform:scaleY(1)}}.animate_hfc{opacity:0}.animate_hfc.animate_start{-webkit-animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 hfc;animation:.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 hfc;opacity:1}@keyframes rfc{from{opacity:0;transform:scale(.01) rotate(360deg)}to{opacity:1;transform:scale(1) rotate(0)}}@-webkit-keyframes rfc{from{opacity:0;-webkit-transform:scale(.01) rotate(360deg)}to{opacity:1;-webkit-transform:scale(1) rotate(0)}}.animate_rfc{opacity:0}.animate_rfc.animate_start{-webkit-animation:.8s ease 0s normal backwards 1 rfc;animation:.8s ease 0s normal backwards 1 rfc;opacity:1}@keyframes rfl{from{opacity:0;transform:translateX(-100px) rotate(-180deg)}to{opacity:1;transform:translateX(0) rotate(0)}}@-webkit-keyframes rfl{from{opacity:0;-webkit-transform:translateX(-100px) rotate(-180deg)}to{opacity:1;-webkit-transform:translateX(0) rotate(0)}}.animate_rfl{opacity:0}.animate_rfl.animate_start{-webkit-animation:.8s ease 0s normal backwards 1 rfl;animation:.8s ease 0s normal backwards 1 rfl;opacity:1}@keyframes rfr{from{opacity:0;transform:translateX(100px) rotate(180deg)}to{opacity:1;transform:translateX(0) rotate(0)}}@-webkit-keyframes rfr{from{opacity:0;-webkit-transform:translateX(100px) rotate(180deg)}to{opacity:1;-webkit-transform:translateX(0) rotate(0)}}.animate_rfr{opacity:0}.animate_rfr.animate_start{-webkit-animation:.8s ease 0s normal backwards 1 rfr;animation:.8s ease 0s normal backwards 1 rfr;opacity:1}.d1.animate_start{-webkit-animation-delay:.2s;animation-delay:.2s}.d2.animate_start{-webkit-animation-delay:.4s;animation-delay:.4s}.d3.animate_start{-webkit-animation-delay:.6s;animation-delay:.6s}.d4.animate_start{-webkit-animation-delay:.8s;animation-delay:.8s}.d5.animate_start{-webkit-animation-delay:1s;animation-delay:1s}.d6.animate_start{-webkit-animation-delay:1.2s;animation-delay:1.2s}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/bootstrap.css b/app/home/view/szwjs/public/css/bootstrap.css
new file mode 100644
index 0000000..963a286
--- /dev/null
+++ b/app/home/view/szwjs/public/css/bootstrap.css
@@ -0,0 +1,5297 @@
+article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
+ display: block
+}
+
+audio,canvas,video {
+ display: inline-block
+}
+
+audio:not([controls]) {
+ display: none;
+ height: 0
+}[hidden] {
+ display: none
+ }
+
+html {
+ font-family: sans-serif;
+ -webkit-text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%
+}
+
+body {
+ margin: 0
+}
+
+a:focus {
+ outline: thin dotted
+}
+
+a:active,a:hover {
+ outline: 0
+}
+
+h1 {
+ margin: .67em 0;
+ font-size: 2em
+}
+
+abbr[title] {
+ border-bottom: 1px dotted
+}
+
+b,strong {
+ font-weight: 700
+}
+
+dfn {
+ font-style: italic
+}
+
+hr {
+ height: 0;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box
+}
+
+mark {
+ color: #000;
+ background: #ff0
+}
+
+code,kbd,pre,samp {
+ font-family: monospace,serif;
+ font-size: 1em
+}
+
+pre {
+ white-space: pre-wrap
+}
+
+q {
+ quotes: "\201C" "\201D" "\2018" "\2019"
+}
+
+small {
+ font-size: 80%
+}
+
+sub,sup {
+ position: relative;
+ font-size: 75%;
+ line-height: 0;
+ vertical-align: baseline
+}
+
+sup {
+ top: -.5em
+}
+
+sub {
+ bottom: -.25em
+}
+
+img {
+ border: 0
+}
+
+svg:not(:root) {
+ overflow: hidden
+}
+
+figure {
+ margin: 0
+}
+
+fieldset {
+ padding: .35em .625em .75em;
+ margin: 0 2px;
+ border: 1px solid silver
+}
+
+legend {
+ padding: 0;
+ border: 0
+}
+
+button,input,select,textarea {
+ margin: 0;
+ font-family: inherit;
+ font-size: 100%
+}
+
+button,input {
+ line-height: normal
+}
+
+button,select {
+ text-transform: none
+}
+
+button,html input[type=button],input[type=reset],input[type=submit] {
+ cursor: pointer;
+ -webkit-appearance: button
+}
+
+button[disabled],html input[disabled] {
+ cursor: default
+}
+
+input[type=checkbox],input[type=radio] {
+ padding: 0;
+ box-sizing: border-box
+}
+
+input[type=search] {
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+ -webkit-appearance: textfield
+}
+
+input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
+ -webkit-appearance: none
+}
+
+button::-moz-focus-inner,input::-moz-focus-inner {
+ padding: 0;
+ border: 0
+}
+
+textarea {
+ overflow: auto;
+ vertical-align: top
+}
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0
+}
+
+@media print {
+ * {
+ color: #000!important;
+ text-shadow: none!important;
+ background: 0 0!important;
+ box-shadow: none!important
+ }
+
+ a,a:visited {
+ text-decoration: underline
+ }
+
+ a[href]:after {
+ content: " (" attr(href) ")"
+ }
+
+ abbr[title]:after {
+ content: " (" attr(title) ")"
+ }
+
+ .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
+ content: ""
+ }
+
+ blockquote,pre {
+ border: 1px solid #999;
+ page-break-inside: avoid
+ }
+
+ thead {
+ display: table-header-group
+ }
+
+ img,tr {
+ page-break-inside: avoid
+ }
+
+ img {
+ max-width: 100%!important
+ }@ page {
+ margin: 2cm .5cm
+ }
+
+ h2,h3,p {
+ orphans: 3;
+ widows: 3
+ }
+
+ h2,h3 {
+ page-break-after: avoid
+ }
+
+ .navbar {
+ display: none
+ }
+
+ .table td,.table th {
+ background-color: #fff!important
+ }
+
+ .btn>.caret,.dropup>.btn>.caret {
+ border-top-color: #000!important
+ }
+
+ .label {
+ border: 1px solid #000
+ }
+
+ .table {
+ border-collapse: collapse!important
+ }
+
+ .table-bordered td,.table-bordered th {
+ border: 1px solid #ddd!important
+ }
+}
+
+*,:after,:before {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box
+}
+
+html {
+ font-size: 62.5%;
+ -webkit-tap-highlight-color: transparent
+}
+
+body {
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ line-height: 1.428571429;
+ color: #333;
+ background-color: #fff
+}
+
+button,input,select,textarea {
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit
+}
+
+button,input,select[multiple],textarea {
+ background-image: none
+}
+
+a {
+ color: #d43f3a;
+ text-decoration: none
+}
+
+a:focus,a:hover {
+ color: #d43f3a;
+ text-decoration: underline
+}
+
+a:focus {
+ outline: thin dotted #333;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px
+}
+
+img {
+ vertical-align: middle
+}
+
+.img-responsive {
+ display: block;
+ height: auto;
+ max-width: 100%;
+ height: 412px;
+}
+
+.img-rounded {
+ border-radius: 6px
+}
+
+.img-circle {
+ border-radius: 50%
+}
+
+hr {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ border: 0;
+ border-top: 1px solid #eee
+}
+
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0 0 0 0);
+ border: 0
+}
+
+p {
+ margin: 0 0 10px
+}
+
+.lead {
+ margin-bottom: 20px;
+ font-size: 16.1px;
+ font-weight: 200;
+ line-height: 1.4
+}
+
+@media (min-width:768px) {
+ .lead {
+ font-size: 21px
+ }
+}
+
+small {
+ font-size: 85%
+}
+
+cite {
+ font-style: normal
+}
+
+.text-muted {
+ color: #999
+}
+
+.text-primary {
+ color: #428bca
+}
+
+.text-warning {
+ color: #c09853
+}
+
+.text-danger {
+ color: #b94a48
+}
+
+.text-success {
+ color: #468847
+}
+
+.text-info {
+ color: #3a87ad
+}
+
+.text-left {
+ text-align: left
+}
+
+.text-right {
+ text-align: right
+}
+
+.text-center {
+ text-align: center
+}
+
+.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-weight: 500;
+ line-height: 1.1
+}
+
+.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
+ font-weight: 400;
+ line-height: 1;
+ color: #999
+}
+
+h1,h2,h3 {
+ margin-top: 20px;
+ margin-bottom: 10px
+}
+
+h4,h5,h6 {
+ margin-top: 10px;
+ margin-bottom: 10px
+}
+
+.h1,h1 {
+ font-size: 38px
+}
+
+.h2,h2 {
+ font-size: 32px
+}
+
+.h3,h3 {
+ font-size: 24px
+}
+
+.h4,h4 {
+ font-size: 18px
+}
+
+.h5,h5 {
+ font-size: 14px
+}
+
+.h6,h6 {
+ font-size: 12px
+}
+
+.h1 small,h1 small {
+ font-size: 24px
+}
+
+.h2 small,h2 small {
+ font-size: 18px
+}
+
+.h3 small,.h4 small,h3 small,h4 small {
+ font-size: 14px
+}
+
+.page-header {
+ padding-bottom: 9px;
+ margin: 40px 0 20px;
+ border-bottom: 1px solid #eee
+}
+
+ol,ul {
+ margin-top: 0;
+ margin-bottom: 10px
+}
+
+ol ol,ol ul,ul ol,ul ul {
+ margin-bottom: 0
+}
+
+.list-unstyled {
+ padding-left: 0;
+ list-style: none
+}
+
+.list-inline {
+ padding-left: 0;
+ list-style: none
+}
+
+.list-inline>li {
+ display: inline-block;
+ padding-right: 5px;
+ padding-left: 5px
+}
+
+dl {
+ margin-bottom: 20px
+}
+
+dd,dt {
+ line-height: 1.428571429
+}
+
+dt {
+ font-weight: 700
+}
+
+dd {
+ margin-left: 0
+}
+
+@media (min-width:768px) {
+ .dl-horizontal dt {
+ float: left;
+ width: 160px;
+ overflow: hidden;
+ clear: left;
+ text-align: right;
+ text-overflow: ellipsis;
+ white-space: nowrap
+ }
+
+ .dl-horizontal dd {
+ margin-left: 180px
+ }
+
+ .dl-horizontal dd:after,.dl-horizontal dd:before {
+ display: table;
+ content: " "
+ }
+
+ .dl-horizontal dd:after {
+ clear: both
+ }
+
+ .dl-horizontal dd:after,.dl-horizontal dd:before {
+ display: table;
+ content: " "
+ }
+
+ .dl-horizontal dd:after {
+ clear: both
+ }
+}
+
+abbr[data-original-title],abbr[title] {
+ cursor: help;
+ border-bottom: 1px dotted #999
+}
+
+abbr.initialism {
+ font-size: 90%;
+ text-transform: uppercase
+}
+
+blockquote {
+ padding: 10px 20px;
+ margin: 0 0 20px;
+ border-left: 5px solid #eee
+}
+
+blockquote p {
+ font-size: 17.5px;
+ font-weight: 300;
+ line-height: 1.25
+}
+
+blockquote p:last-child {
+ margin-bottom: 0
+}
+
+blockquote small {
+ display: block;
+ line-height: 1.428571429;
+ color: #999
+}
+
+blockquote small:before {
+ content: '\2014 \00A0'
+}
+
+blockquote.pull-right {
+ padding-right: 15px;
+ padding-left: 0;
+ border-right: 5px solid #eee;
+ border-left: 0
+}
+
+blockquote.pull-right p,blockquote.pull-right small {
+ text-align: right
+}
+
+blockquote.pull-right small:before {
+ content: ''
+}
+
+blockquote.pull-right small:after {
+ content: '\00A0 \2014'
+}
+
+blockquote:after,blockquote:before,q:after,q:before {
+ content: ""
+}
+
+address {
+ display: block;
+ margin-bottom: 20px;
+ font-style: normal;
+ line-height: 1.428571429
+}
+
+code,pre {
+ font-family: Monaco,Menlo,Consolas,"Courier New",monospace
+}
+
+code {
+ padding: 2px 4px;
+ font-size: 90%;
+ color: #c7254e;
+ white-space: nowrap;
+ background-color: #f9f2f4;
+ border-radius: 4px
+}
+
+pre {
+ display: block;
+ padding: 9.5px;
+ margin: 0 0 10px;
+ font-size: 13px;
+ line-height: 1.428571429;
+ color: #333;
+ word-break: break-all;
+ word-wrap: break-word;
+ background-color: #f5f5f5;
+ border: 1px solid #ccc;
+ border-radius: 4px
+}
+
+pre.prettyprint {
+ margin-bottom: 20px
+}
+
+pre code {
+ padding: 0;
+ font-size: inherit;
+ color: inherit;
+ white-space: pre-wrap;
+ background-color: transparent;
+ border: 0
+}
+
+.pre-scrollable {
+ max-height: 340px;
+ overflow-y: scroll
+}
+
+.container {
+ margin-right: auto;
+ margin-left: auto
+}
+
+.container:after,.container:before {
+ display: table;
+ content: " "
+}
+
+.container:after {
+ clear: both
+}
+
+.container:after,.container:before {
+ display: table;
+ content: " "
+}
+
+.container:after {
+ clear: both
+}
+
+.row:after,.row:before {
+ display: table;
+ content: " "
+}
+
+.row:after {
+ clear: both
+}
+
+.row:after,.row:before {
+ display: table;
+ content: " "
+}
+
+.row:after {
+ clear: both
+}
+
+@media (min-width:768px) {
+ .container .row {
+ margin-right: -15px;
+ margin-left: -15px
+ }
+}
+
+.row .row {
+ margin-right: -15px;
+ margin-left: -15px
+}
+
+.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
+ position: relative;
+ min-height: 1px;
+ padding-right: 15px;
+ padding-left: 15px
+}
+
+.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
+ float: left
+}
+
+.col-xs-1 {
+ width: 8.333333333333332%
+}
+
+.col-xs-2 {
+ width: 16.666666666666664%
+}
+
+.col-xs-3 {
+ width: 25%
+}
+
+.col-xs-4 {
+ width: 33.33333333333333%
+}
+
+.col-xs-5 {
+ width: 41.66666666666667%
+}
+
+.col-xs-6 {
+ width: 50%
+}
+
+.col-xs-7 {
+ width: 58.333333333333336%
+}
+
+.col-xs-8 {
+ width: 66.66666666666666%
+}
+
+.col-xs-9 {
+ width: 75%
+}
+
+.col-xs-10 {
+ width: 83.33333333333334%
+}
+
+.col-xs-11 {
+ width: 91.66666666666666%
+}
+
+.col-xs-12 {
+ width: 100%
+}
+
+.col-xs-offset-1 {
+ margin-left: 8.333333333333332%
+}
+
+.col-xs-offset-2 {
+ margin-left: 16.666666666666664%
+}
+
+.col-xs-offset-3 {
+ margin-left: 25%
+}
+
+.col-xs-offset-4 {
+ margin-left: 33.33333333333333%
+}
+
+.col-xs-offset-5 {
+ margin-left: 41.66666666666667%
+}
+
+.col-xs-offset-6 {
+ margin-left: 50%
+}
+
+.col-xs-offset-7 {
+ margin-left: 58.333333333333336%
+}
+
+.col-xs-offset-8 {
+ margin-left: 66.66666666666666%
+}
+
+.col-xs-offset-9 {
+ margin-left: 75%
+}
+
+.col-xs-offset-10 {
+ margin-left: 83.33333333333334%
+}
+
+.col-xs-offset-11 {
+ margin-left: 91.66666666666666%
+}
+
+@media (min-width:768px) {
+ .container {
+ max-width: 720px
+ }
+
+ .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
+ float: left
+ }
+
+ .col-sm-1 {
+ width: 8.333333333333332%
+ }
+
+ .col-sm-2 {
+ width: 16.666666666666664%
+ }
+
+ .col-sm-3 {
+ width: 25%
+ }
+
+ .col-sm-4 {
+ width: 33.33333333333333%
+ }
+
+ .col-sm-5 {
+ width: 41.66666666666667%
+ }
+
+ .col-sm-6 {
+ width: 50%
+ }
+
+ .col-sm-7 {
+ width: 58.333333333333336%
+ }
+
+ .col-sm-8 {
+ width: 66.66666666666666%
+ }
+
+ .col-sm-9 {
+ width: 75%
+ }
+
+ .col-sm-10 {
+ width: 83.33333333333334%
+ }
+
+ .col-sm-11 {
+ width: 91.66666666666666%
+ }
+
+ .col-sm-12 {
+ width: 100%
+ }
+
+ .col-sm-push-1 {
+ left: 8.333333333333332%
+ }
+
+ .col-sm-push-2 {
+ left: 16.666666666666664%
+ }
+
+ .col-sm-push-3 {
+ left: 25%
+ }
+
+ .col-sm-push-4 {
+ left: 33.33333333333333%
+ }
+
+ .col-sm-push-5 {
+ left: 41.66666666666667%
+ }
+
+ .col-sm-push-6 {
+ left: 50%
+ }
+
+ .col-sm-push-7 {
+ left: 58.333333333333336%
+ }
+
+ .col-sm-push-8 {
+ left: 66.66666666666666%
+ }
+
+ .col-sm-push-9 {
+ left: 75%
+ }
+
+ .col-sm-push-10 {
+ left: 83.33333333333334%
+ }
+
+ .col-sm-push-11 {
+ left: 91.66666666666666%
+ }
+
+ .col-sm-pull-1 {
+ right: 8.333333333333332%
+ }
+
+ .col-sm-pull-2 {
+ right: 16.666666666666664%
+ }
+
+ .col-sm-pull-3 {
+ right: 25%
+ }
+
+ .col-sm-pull-4 {
+ right: 33.33333333333333%
+ }
+
+ .col-sm-pull-5 {
+ right: 41.66666666666667%
+ }
+
+ .col-sm-pull-6 {
+ right: 50%
+ }
+
+ .col-sm-pull-7 {
+ right: 58.333333333333336%
+ }
+
+ .col-sm-pull-8 {
+ right: 66.66666666666666%
+ }
+
+ .col-sm-pull-9 {
+ right: 75%
+ }
+
+ .col-sm-pull-10 {
+ right: 83.33333333333334%
+ }
+
+ .col-sm-pull-11 {
+ right: 91.66666666666666%
+ }
+
+ .col-sm-offset-1 {
+ margin-left: 8.333333333333332%
+ }
+
+ .col-sm-offset-2 {
+ margin-left: 16.666666666666664%
+ }
+
+ .col-sm-offset-3 {
+ margin-left: 25%
+ }
+
+ .col-sm-offset-4 {
+ margin-left: 33.33333333333333%
+ }
+
+ .col-sm-offset-5 {
+ margin-left: 41.66666666666667%
+ }
+
+ .col-sm-offset-6 {
+ margin-left: 50%
+ }
+
+ .col-sm-offset-7 {
+ margin-left: 58.333333333333336%
+ }
+
+ .col-sm-offset-8 {
+ margin-left: 66.66666666666666%
+ }
+
+ .col-sm-offset-9 {
+ margin-left: 75%
+ }
+
+ .col-sm-offset-10 {
+ margin-left: 83.33333333333334%
+ }
+
+ .col-sm-offset-11 {
+ margin-left: 91.66666666666666%
+ }
+}
+
+@media (min-width:992px) {
+ .container {
+ max-width: 940px
+ }
+
+ .col-md-1,.col-md-10,.col-md-11,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
+ float: left
+ }
+
+ .col-md-1 {
+ width: 8.333333333333332%
+ }
+
+ .col-md-2 {
+ width: 16.666666666666664%
+ }
+
+ .col-md-3 {
+ width: 25%
+ }
+
+ .col-md-4 {
+ width: 33.33333333333333%
+ }
+
+ .col-md-5 {
+ width: 41.66666666666667%
+ }
+
+ .col-md-6 {
+ width: 50%
+ }
+
+ .col-md-7 {
+ width: 58.333333333333336%
+ }
+
+ .col-md-8 {
+ width: 66.66666666666666%
+ }
+
+ .col-md-9 {
+ width: 75%
+ }
+
+ .col-md-10 {
+ width: 83.33333333333334%
+ }
+
+ .col-md-11 {
+ width: 91.66666666666666%
+ }
+
+ .col-md-12 {
+ width: 100%
+ }
+
+ .col-md-push-0 {
+ left: auto
+ }
+
+ .col-md-push-1 {
+ left: 8.333333333333332%
+ }
+
+ .col-md-push-2 {
+ left: 16.666666666666664%
+ }
+
+ .col-md-push-3 {
+ left: 25%
+ }
+
+ .col-md-push-4 {
+ left: 33.33333333333333%
+ }
+
+ .col-md-push-5 {
+ left: 41.66666666666667%
+ }
+
+ .col-md-push-6 {
+ left: 50%
+ }
+
+ .col-md-push-7 {
+ left: 58.333333333333336%
+ }
+
+ .col-md-push-8 {
+ left: 66.66666666666666%
+ }
+
+ .col-md-push-9 {
+ left: 75%
+ }
+
+ .col-md-push-10 {
+ left: 83.33333333333334%
+ }
+
+ .col-md-push-11 {
+ left: 91.66666666666666%
+ }
+
+ .col-md-pull-0 {
+ right: auto
+ }
+
+ .col-md-pull-1 {
+ right: 8.333333333333332%
+ }
+
+ .col-md-pull-2 {
+ right: 16.666666666666664%
+ }
+
+ .col-md-pull-3 {
+ right: 25%
+ }
+
+ .col-md-pull-4 {
+ right: 33.33333333333333%
+ }
+
+ .col-md-pull-5 {
+ right: 41.66666666666667%
+ }
+
+ .col-md-pull-6 {
+ right: 50%
+ }
+
+ .col-md-pull-7 {
+ right: 58.333333333333336%
+ }
+
+ .col-md-pull-8 {
+ right: 66.66666666666666%
+ }
+
+ .col-md-pull-9 {
+ right: 75%
+ }
+
+ .col-md-pull-10 {
+ right: 83.33333333333334%
+ }
+
+ .col-md-pull-11 {
+ right: 91.66666666666666%
+ }
+
+ .col-md-offset-0 {
+ margin-left: 0
+ }
+
+ .col-md-offset-1 {
+ margin-left: 8.333333333333332%
+ }
+
+ .col-md-offset-2 {
+ margin-left: 16.666666666666664%
+ }
+
+ .col-md-offset-3 {
+ margin-left: 25%
+ }
+
+ .col-md-offset-4 {
+ margin-left: 33.33333333333333%
+ }
+
+ .col-md-offset-5 {
+ margin-left: 41.66666666666667%
+ }
+
+ .col-md-offset-6 {
+ margin-left: 50%
+ }
+
+ .col-md-offset-7 {
+ margin-left: 58.333333333333336%
+ }
+
+ .col-md-offset-8 {
+ margin-left: 66.66666666666666%
+ }
+
+ .col-md-offset-9 {
+ margin-left: 75%
+ }
+
+ .col-md-offset-10 {
+ margin-left: 83.33333333333334%
+ }
+
+ .col-md-offset-11 {
+ margin-left: 91.66666666666666%
+ }
+}
+
+@media (min-width:1200px) {
+ .container {
+ max-width: 1140px
+ }
+
+ .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
+ float: left
+ }
+
+ .col-lg-1 {
+ width: 8.333333333333332%
+ }
+
+ .col-lg-2 {
+ width: 16.666666666666664%
+ }
+
+ .col-lg-3 {
+ width: 25%
+ }
+
+ .col-lg-4 {
+ width: 33.33333333333333%
+ }
+
+ .col-lg-5 {
+ width: 41.66666666666667%
+ }
+
+ .col-lg-6 {
+ width: 50%
+ }
+
+ .col-lg-7 {
+ width: 58.333333333333336%
+ }
+
+ .col-lg-8 {
+ width: 66.66666666666666%
+ }
+
+ .col-lg-9 {
+ width: 75%
+ }
+
+ .col-lg-10 {
+ width: 83.33333333333334%
+ }
+
+ .col-lg-11 {
+ width: 91.66666666666666%
+ }
+
+ .col-lg-12 {
+ width: 100%
+ }
+
+ .col-lg-push-0 {
+ left: auto
+ }
+
+ .col-lg-push-1 {
+ left: 8.333333333333332%
+ }
+
+ .col-lg-push-2 {
+ left: 16.666666666666664%
+ }
+
+ .col-lg-push-3 {
+ left: 25%
+ }
+
+ .col-lg-push-4 {
+ left: 33.33333333333333%
+ }
+
+ .col-lg-push-5 {
+ left: 41.66666666666667%
+ }
+
+ .col-lg-push-6 {
+ left: 50%
+ }
+
+ .col-lg-push-7 {
+ left: 58.333333333333336%
+ }
+
+ .col-lg-push-8 {
+ left: 66.66666666666666%
+ }
+
+ .col-lg-push-9 {
+ left: 75%
+ }
+
+ .col-lg-push-10 {
+ left: 83.33333333333334%
+ }
+
+ .col-lg-push-11 {
+ left: 91.66666666666666%
+ }
+
+ .col-lg-pull-0 {
+ right: auto
+ }
+
+ .col-lg-pull-1 {
+ right: 8.333333333333332%
+ }
+
+ .col-lg-pull-2 {
+ right: 16.666666666666664%
+ }
+
+ .col-lg-pull-3 {
+ right: 25%
+ }
+
+ .col-lg-pull-4 {
+ right: 33.33333333333333%
+ }
+
+ .col-lg-pull-5 {
+ right: 41.66666666666667%
+ }
+
+ .col-lg-pull-6 {
+ right: 50%
+ }
+
+ .col-lg-pull-7 {
+ right: 58.333333333333336%
+ }
+
+ .col-lg-pull-8 {
+ right: 66.66666666666666%
+ }
+
+ .col-lg-pull-9 {
+ right: 75%
+ }
+
+ .col-lg-pull-10 {
+ right: 83.33333333333334%
+ }
+
+ .col-lg-pull-11 {
+ right: 91.66666666666666%
+ }
+
+ .col-lg-offset-0 {
+ margin-left: 0
+ }
+
+ .col-lg-offset-1 {
+ margin-left: 8.333333333333332%
+ }
+
+ .col-lg-offset-2 {
+ margin-left: 16.666666666666664%
+ }
+
+ .col-lg-offset-3 {
+ margin-left: 25%
+ }
+
+ .col-lg-offset-4 {
+ margin-left: 33.33333333333333%
+ }
+
+ .col-lg-offset-5 {
+ margin-left: 41.66666666666667%
+ }
+
+ .col-lg-offset-6 {
+ margin-left: 50%
+ }
+
+ .col-lg-offset-7 {
+ margin-left: 58.333333333333336%
+ }
+
+ .col-lg-offset-8 {
+ margin-left: 66.66666666666666%
+ }
+
+ .col-lg-offset-9 {
+ margin-left: 75%
+ }
+
+ .col-lg-offset-10 {
+ margin-left: 83.33333333333334%
+ }
+
+ .col-lg-offset-11 {
+ margin-left: 91.66666666666666%
+ }
+}
+
+table {
+ max-width: 100%;
+ background-color: transparent
+}
+
+th {
+ text-align: left
+}
+
+.table {
+ width: 100%;
+ margin-bottom: 20px
+}
+
+.table tbody>tr>td,.table tbody>tr>th,.table tfoot>tr>td,.table tfoot>tr>th,.table thead>tr>td,.table thead>tr>th {
+ padding: 8px;
+ line-height: 1.428571429;
+ vertical-align: top;
+ border-top: 1px solid #ddd
+}
+
+.table thead>tr>th {
+ vertical-align: bottom
+}
+
+.table caption+thead tr:first-child td,.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child td,.table thead:first-child tr:first-child th {
+ border-top: 0
+}
+
+.table tbody+tbody {
+ border-top: 2px solid #ddd
+}
+
+.table .table {
+ background-color: #fff
+}
+
+.table-condensed tbody>tr>td,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>td,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed thead>tr>th {
+ padding: 5px
+}
+
+.table-bordered {
+ border: 1px solid #ddd
+}
+
+.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
+ border: 1px solid #ddd
+}
+
+.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
+ background-color: #f9f9f9
+}
+
+.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
+ background-color: #f5f5f5
+}
+
+table col[class^=col-] {
+ display: table-column;
+ float: none
+}
+
+table td[class^=col-],table th[class^=col-] {
+ display: table-cell;
+ float: none
+}
+
+.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
+ background-color: #f5f5f5
+}
+
+.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
+ background-color: #dff0d8;
+ border-color: #d6e9c6
+}
+
+.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
+ background-color: #d0e9c6;
+ border-color: #c9e2b3
+}
+
+.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
+ background-color: #f2dede;
+ border-color: #eed3d7
+}
+
+.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
+ background-color: #ebcccc;
+ border-color: #e6c1c7
+}
+
+.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
+ background-color: #fcf8e3;
+ border-color: #fbeed5
+}
+
+.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
+ background-color: #faf2cc;
+ border-color: #f8e5be
+}
+
+fieldset {
+ padding: 0;
+ margin: 0;
+ border: 0
+}
+
+legend {
+ display: block;
+ width: 100%;
+ padding: 0;
+ margin-bottom: 20px;
+ font-size: 21px;
+ line-height: inherit;
+ color: #333;
+ border: 0;
+ border-bottom: 1px solid #e5e5e5
+}
+
+label {
+ display: inline-block;
+ margin-bottom: 5px;
+ font-weight: 700
+}
+
+input[type=search] {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box
+}
+
+input[type=checkbox],input[type=radio] {
+ margin: 4px 0 0;
+ margin-top: 1px \9;
+ line-height: normal
+}
+
+input[type=file] {
+ display: block
+}
+
+select[multiple],select[size] {
+ height: auto
+}
+
+select optgroup {
+ font-family: inherit;
+ font-size: inherit;
+ font-style: inherit
+}
+
+input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
+ outline: thin dotted #333;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px
+}
+
+input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
+ height: auto
+}
+
+.form-control:-moz-placeholder {
+ color: #999
+}
+
+.form-control::-moz-placeholder {
+ color: #999
+}
+
+.form-control:-ms-input-placeholder {
+ color: #999
+}
+
+.form-control::-webkit-input-placeholder {
+ color: #999
+}
+
+.form-control {
+ display: block;
+ width: 100%;
+ height: 34px;
+ padding: 6px 12px;
+ font-size: 14px;
+ line-height: 1.428571429;
+ color: #555;
+ vertical-align: middle;
+ background-color: #fff;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
+ box-shadow: inset 0 1px 1px rgba(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
+}
+
+.form-control:focus {
+ border-color: #d43f3a;
+ outline: 0;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212, 63, 58, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(157, 0, 0, 0.6)
+}
+
+.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
+ cursor: not-allowed;
+ background-color: #eee
+}
+
+textarea.form-control {
+ height: auto
+}
+
+.form-group {
+ margin-bottom: 15px
+}
+
+.checkbox,.radio {
+ display: block;
+ min-height: 20px;
+ padding-left: 20px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ vertical-align: middle
+}
+
+.checkbox label,.radio label {
+ display: inline;
+ margin-bottom: 0;
+ font-weight: 400;
+ cursor: pointer
+}
+
+.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
+ float: left;
+ margin-left: -20px
+}
+
+.checkbox+.checkbox,.radio+.radio {
+ margin-top: -5px
+}
+
+.checkbox-inline,.radio-inline {
+ display: inline-block;
+ padding-left: 20px;
+ margin-bottom: 0;
+ font-weight: 400;
+ vertical-align: middle;
+ cursor: pointer
+}
+
+.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
+ margin-top: 0;
+ margin-left: 10px
+}
+
+.checkbox-inline[disabled],.checkbox[disabled],.radio-inline[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=radio][disabled] {
+ cursor: not-allowed
+}
+
+.input-sm {
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px
+}
+
+select.input-sm {
+ height: 30px;
+ line-height: 30px
+}
+
+textarea.input-sm {
+ height: auto
+}
+
+.input-lg {
+ height: 45px;
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px
+}
+
+select.input-lg {
+ height: 45px;
+ line-height: 45px
+}
+
+textarea.input-lg {
+ height: auto
+}
+
+.has-warning .control-label,.has-warning .help-block {
+ color: #c09853
+}
+
+.has-warning .form-control {
+ border-color: #c09853;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
+}
+
+.has-warning .form-control:focus {
+ border-color: #a47e3c;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
+}
+
+.has-warning .input-group-addon {
+ color: #c09853;
+ background-color: #fcf8e3;
+ border-color: #c09853
+}
+
+.has-error .control-label,.has-error .help-block {
+ color: #b94a48
+}
+
+.has-error .form-control {
+ border-color: #b94a48;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
+}
+
+.has-error .form-control:focus {
+ border-color: #953b39;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
+}
+
+.has-error .input-group-addon {
+ color: #b94a48;
+ background-color: #f2dede;
+ border-color: #b94a48
+}
+
+.has-success .control-label,.has-success .help-block {
+ color: #468847
+}
+
+.has-success .form-control {
+ border-color: #468847;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
+}
+
+.has-success .form-control:focus {
+ border-color: #356635;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
+}
+
+.has-success .input-group-addon {
+ color: #468847;
+ background-color: #dff0d8;
+ border-color: #468847
+}
+
+.form-control-static {
+ padding-top: 6px;
+ margin-bottom: 0
+}
+
+.help-block {
+ display: block;
+ margin-top: 5px;
+ margin-bottom: 10px;
+ color: #737373
+}
+
+@media (min-width:768px) {
+ .form-inline .form-group {
+ display: inline-block;
+ margin-bottom: 0;
+ vertical-align: middle
+ }
+
+ .form-inline .form-control {
+ display: inline-block
+ }
+
+ .form-inline .checkbox,.form-inline .radio {
+ display: inline-block;
+ padding-left: 0;
+ margin-top: 0;
+ margin-bottom: 0
+ }
+
+ .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
+ float: none;
+ margin-left: 0
+ }
+}
+
+.form-horizontal .checkbox-inline,.form-horizontal .control-label,.form-horizontal .radio-inline {
+ padding-top: 6px
+}
+
+.form-horizontal .form-group:after,.form-horizontal .form-group:before {
+ display: table;
+ content: " "
+}
+
+.form-horizontal .form-group:after {
+ clear: both
+}
+
+.form-horizontal .form-group:after,.form-horizontal .form-group:before {
+ display: table;
+ content: " "
+}
+
+.form-horizontal .form-group:after {
+ clear: both
+}
+
+@media (min-width:768px) {
+ .container .form-horizontal .form-group {
+ margin-right: -15px;
+ margin-left: -15px
+ }
+}
+
+.form-horizontal .form-group .row {
+ margin-right: -15px;
+ margin-left: -15px
+}
+
+@media (min-width:768px) {
+ .form-horizontal .control-label {
+ text-align: right
+ }
+}
+
+.btn {
+ display: inline-block;
+ padding: 6px 12px;
+ margin-bottom: 0;
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 1.428571429;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ cursor: pointer;
+ border: 1px solid transparent;
+ border-radius: 4px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none
+}
+
+.btn:focus {
+ outline: thin dotted #333;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px
+}
+
+.btn:focus,.btn:hover {
+ color: #333;
+ text-decoration: none
+}
+
+.btn.active,.btn:active {
+ background-image: none;
+ outline: 0;
+ -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
+ box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
+}
+
+.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
+ pointer-events: none;
+ cursor: not-allowed;
+ opacity: .65;
+ filter: alpha(opacity=65);
+ -webkit-box-shadow: none;
+ box-shadow: none
+}
+
+.btn-default {
+ color: #333;
+ background-color: #fff;
+ border-color: #ccc
+}
+
+.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default {
+ color: #333;
+ background-color: #ebebeb;
+ border-color: #adadad
+}
+
+.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default {
+ background-image: none
+}
+
+.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
+ background-color: #fff;
+ border-color: #ccc
+}
+
+.btn-primary {
+ color: #fff;
+ background-color: #d9534f;
+ border-color: #d43f3a
+}
+
+.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary {
+ color: #fff;
+ background-color: #d9534f;
+ border-color: #d43f3a
+}
+
+.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary {
+ background-image: none
+}
+
+.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
+ background-color: #d9534f;
+ border-color: #d43f3a
+}
+
+.btn-warning {
+ color: #fff;
+ background-color: #f0ad4e;
+ border-color: #eea236
+}
+
+.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning {
+ color: #fff;
+ background-color: #ed9c28;
+ border-color: #d58512
+}
+
+.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning {
+ background-image: none
+}
+
+.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
+ background-color: #f0ad4e;
+ border-color: #eea236
+}
+
+.btn-danger {
+ color: #fff;
+ background-color: #d9534f;
+ border-color: #d43f3a
+}
+
+.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger {
+ color: #fff;
+ background-color: #d2322d;
+ border-color: #ac2925
+}
+
+.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger {
+ background-image: none
+}
+
+.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
+ background-color: #d9534f;
+ border-color: #d43f3a
+}
+
+.btn-success {
+ color: #fff;
+ background-color: #5cb85c;
+ border-color: #4cae4c
+}
+
+.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success {
+ color: #fff;
+ background-color: #47a447;
+ border-color: #398439
+}
+
+.btn-success.active,.btn-success:active,.open .dropdown-toggle.btn-success {
+ background-image: none
+}
+
+.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
+ background-color: #5cb85c;
+ border-color: #4cae4c
+}
+
+.btn-info {
+ color: #fff;
+ background-color: #5bc0de;
+ border-color: #46b8da
+}
+
+.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info {
+ color: #fff;
+ background-color: #39b3d7;
+ border-color: #269abc
+}
+
+.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info {
+ background-image: none
+}
+
+.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
+ background-color: #5bc0de;
+ border-color: #46b8da
+}
+
+.btn-link {
+ font-weight: 400;
+ color: #428bca;
+ cursor: pointer;
+ border-radius: 0
+}
+
+.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
+ background-color: transparent;
+ -webkit-box-shadow: none;
+ box-shadow: none
+}
+
+.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
+ border-color: transparent
+}
+
+.btn-link:focus,.btn-link:hover {
+ color: #2a6496;
+ text-decoration: underline;
+ background-color: transparent
+}
+
+.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
+ color: #999;
+ text-decoration: none
+}
+
+.btn-lg {
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px
+}
+
+.btn-sm,.btn-xs {
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px
+}
+
+.btn-xs {
+ padding: 1px 5px
+}
+
+.btn-block {
+ display: block;
+ width: 100%;
+ padding-right: 0;
+ padding-left: 0
+}
+
+.btn-block+.btn-block {
+ margin-top: 5px
+}
+
+input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
+ width: 100%
+}
+
+.fade {
+ opacity: 0;
+ -webkit-transition: opacity .15s linear;
+ transition: opacity .15s linear
+}
+
+.fade.in {
+ opacity: 1
+}
+
+.collapse {
+ display: none
+}
+
+.collapse.in {
+ display: block
+}
+
+.collapsing {
+ position: relative;
+ height: 0;
+ overflow: hidden;
+ -webkit-transition: height .35s ease;
+ transition: height .35s ease
+}
+
+.input-group {
+ position: relative;
+ display: table;
+ border-collapse: separate
+}
+
+.input-group.col {
+ float: none;
+ padding-right: 0;
+ padding-left: 0
+}
+
+.input-group .form-control {
+ width: 100%;
+ margin-bottom: 0
+}
+
+.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
+ height: 45px;
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px
+}
+
+select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
+ height: 45px;
+ line-height: 45px
+}
+
+textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
+ height: auto
+}
+
+.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px
+}
+
+select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
+ height: 30px;
+ line-height: 30px
+}
+
+textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
+ height: auto
+}
+
+.input-group .form-control,.input-group-addon,.input-group-btn {
+ display: table-cell
+}
+
+.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
+ border-radius: 0
+}
+
+.input-group-addon,.input-group-btn {
+ width: 1%;
+ white-space: nowrap;
+ vertical-align: middle
+}
+
+.input-group-addon {
+ padding: 6px 12px;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 1;
+ text-align: center;
+ background-color: #eee;
+ border: 1px solid #ccc;
+ border-radius: 4px
+}
+
+.input-group-addon.input-sm {
+ padding: 5px 10px;
+ font-size: 12px;
+ border-radius: 3px
+}
+
+.input-group-addon.input-lg {
+ padding: 10px 16px;
+ font-size: 18px;
+ border-radius: 6px
+}
+
+.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
+ margin-top: 0
+}
+
+.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0
+}
+
+.input-group-addon:first-child {
+ border-right: 0
+}
+
+.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0
+}
+
+.input-group-addon:last-child {
+ border-left: 0
+}
+
+.input-group-btn {
+ position: relative;
+ white-space: nowrap
+}
+
+.input-group-btn>.btn {
+ position: relative
+}
+
+.input-group-btn>.btn+.btn {
+ margin-left: -4px
+}
+
+.input-group-btn>.btn:active,.input-group-btn>.btn:hover {
+ z-index: 2
+}
+
+.caret {
+ display: inline-block;
+ width: 0;
+ height: 0;
+ margin-left: 2px;
+ vertical-align: middle;
+ border-top: 4px solid #000;
+ border-right: 4px solid transparent;
+ border-left: 4px solid transparent;
+ content: ""
+}
+
+.dropdown {
+ position: relative
+}
+
+.dropdown-toggle:focus {
+ outline: 0
+}
+
+.dropdown-menu {
+ position: absolute;
+ top: 100%;
+ left: 0;
+ z-index: 1000;
+ display: none;
+ float: left;
+ min-width: 160px;
+ padding: 5px 0;
+ margin: 2px 0 0;
+ font-size: 14px;
+ list-style: none;
+ background-color: #fff;
+ border: 1px solid #ccc;
+ border: 1px solid rgba(0,0,0,.15);
+ border-radius: 4px;
+ -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
+ box-shadow: 0 6px 12px rgba(0,0,0,.175);
+ background-clip: padding-box
+}
+
+.dropdown-menu.pull-right {
+ right: 0;
+ left: auto
+}
+
+.dropdown-menu .divider {
+ height: 1px;
+ margin: 9px 0;
+ overflow: hidden;
+ background-color: #e5e5e5
+}
+
+.dropdown-menu>li>a {
+ display: block;
+ padding: 3px 20px;
+ clear: both;
+ font-weight: 400;
+ line-height: 1.428571429;
+ color: #333;
+ white-space: nowrap
+}
+
+.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
+ color: #fff;
+ text-decoration: none;
+ background-color: #d43f3a
+}
+
+.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
+ color: #fff;
+ text-decoration: none;
+ background-color: #d43f3a;
+ outline: 0
+}
+
+.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
+ color: #999
+}
+
+.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
+ text-decoration: none;
+ cursor: not-allowed;
+ background-color: transparent;
+ background-image: none;
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
+}
+
+.open>.dropdown-menu {
+ display: block
+}
+
+.open>a {
+ outline: 0
+}
+
+.dropdown-header {
+ display: block;
+ padding: 3px 20px;
+ font-size: 12px;
+ line-height: 1.428571429;
+ color: #999
+}
+
+.dropdown-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 990
+}
+
+.pull-right>.dropdown-menu {
+ right: 0;
+ left: auto
+}
+
+.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
+ border-top: 0;
+ border-bottom: 4px solid #000;
+ content: ""
+}
+
+.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
+ top: auto;
+ bottom: 100%;
+ margin-bottom: 1px
+}
+
+.list-group {
+ padding-left: 0;
+ margin-bottom: 20px
+}
+
+.list-group-item {
+ position: relative;
+ display: block;
+ padding: 10px 15px;
+ margin-bottom: -1px;
+ background-color: #fff;
+ border: 1px solid #ddd
+}
+
+.list-group-item:first-child {
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px
+}
+
+.list-group-item:last-child {
+ margin-bottom: 0;
+ border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px
+}
+
+.list-group-item>.badge {
+ float: right
+}
+
+.list-group-item>.badge+.badge {
+ margin-right: 5px
+}
+
+a.list-group-item {
+ color: #555
+}
+
+a.list-group-item .list-group-item-heading {
+ color: #333
+}
+
+a.list-group-item:focus,a.list-group-item:hover {
+ text-decoration: none;
+ background-color: #f5f5f5
+}
+
+.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
+ z-index: 2;
+ color: #fff;
+ background-color: #d43f3a;
+ border-color: #d43f3a
+}
+
+.list-group-item.active .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading {
+ color: inherit
+}
+
+.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
+ color: #e1edf7
+}
+
+.list-group-item-heading {
+ margin-top: 0;
+ margin-bottom: 5px
+}
+
+.list-group-item-text {
+ margin-bottom: 0;
+ line-height: 1.3
+}
+
+.panel {
+ margin-bottom: 20px;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: 4px;
+ -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
+ box-shadow: 0 1px 1px rgba(0,0,0,.05)
+}
+
+.panel-body {
+ padding: 15px
+}
+
+.panel>.list-group {
+ margin-bottom: 0
+}
+
+.panel>.list-group .list-group-item {
+ border-width: 1px 0
+}
+
+.panel>.list-group .list-group-item:first-child {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0
+}
+
+.panel>.list-group .list-group-item:last-child {
+ border-bottom: 0
+}
+
+.panel-heading+.list-group .list-group-item:first-child {
+ border-top-width: 0
+}
+
+.panel-heading {
+ padding: 10px 15px;
+ background-color: #f5f5f5;
+ border-bottom: 1px solid #ddd;
+ border-top-right-radius: 3px;
+ border-top-left-radius: 3px
+}
+
+.panel-title {
+ margin-top: 0;
+ margin-bottom: 0;
+ font-size: 17.5px
+}
+
+.panel-title>a {
+ color: inherit
+}
+
+.panel-footer {
+ padding: 10px 15px;
+ background-color: #f5f5f5;
+ border-top: 1px solid #ddd;
+ border-bottom-right-radius: 3px;
+ border-bottom-left-radius: 3px
+}
+
+.panel-group .panel {
+ margin-bottom: 0;
+ overflow: hidden;
+ border-radius: 4px
+}
+
+.panel-group .panel+.panel {
+ margin-top: 5px
+}
+
+.panel-group .panel-heading {
+ border-bottom: 0
+}
+
+.panel-group .panel-heading+.panel-collapse .panel-body {
+ border-top: 1px solid #ddd
+}
+
+.panel-group .panel-footer {
+ border-top: 0
+}
+
+.panel-group .panel-footer+.panel-collapse .panel-body {
+ border-bottom: 1px solid #ddd
+}
+
+.panel-primary {
+ border-color: #d43f3a
+}
+
+.panel-primary>.panel-heading {
+ color: #fff;
+ background-color: #d43f3a;
+ border-color: #d43f3a
+}
+
+.panel-primary>.panel-heading+.panel-collapse .panel-body {
+ border-top-color: #d43f3a
+}
+
+.panel-primary>.panel-footer+.panel-collapse .panel-body {
+ border-bottom-color: #d43f3a
+}
+
+.panel-success {
+ border-color: #d6e9c6
+}
+
+.panel-success>.panel-heading {
+ color: #468847;
+ background-color: #dff0d8;
+ border-color: #d6e9c6
+}
+
+.panel-success>.panel-heading+.panel-collapse .panel-body {
+ border-top-color: #d6e9c6
+}
+
+.panel-success>.panel-footer+.panel-collapse .panel-body {
+ border-bottom-color: #d6e9c6
+}
+
+.panel-warning {
+ border-color: #fbeed5
+}
+
+.panel-warning>.panel-heading {
+ color: #c09853;
+ background-color: #fcf8e3;
+ border-color: #fbeed5
+}
+
+.panel-warning>.panel-heading+.panel-collapse .panel-body {
+ border-top-color: #fbeed5
+}
+
+.panel-warning>.panel-footer+.panel-collapse .panel-body {
+ border-bottom-color: #fbeed5
+}
+
+.panel-danger {
+ border-color: #eed3d7
+}
+
+.panel-danger>.panel-heading {
+ color: #b94a48;
+ background-color: #f2dede;
+ border-color: #eed3d7
+}
+
+.panel-danger>.panel-heading+.panel-collapse .panel-body {
+ border-top-color: #eed3d7
+}
+
+.panel-danger>.panel-footer+.panel-collapse .panel-body {
+ border-bottom-color: #eed3d7
+}
+
+.panel-info {
+ border-color: #bce8f1
+}
+
+.panel-info>.panel-heading {
+ color: #3a87ad;
+ background-color: #d9edf7;
+ border-color: #bce8f1
+}
+
+.panel-info>.panel-heading+.panel-collapse .panel-body {
+ border-top-color: #bce8f1
+}
+
+.panel-info>.panel-footer+.panel-collapse .panel-body {
+ border-bottom-color: #bce8f1
+}
+
+.well {
+ min-height: 20px;
+ padding: 19px;
+ margin-bottom: 20px;
+ background-color: #f5f5f5;
+ border: 1px solid #e3e3e3;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
+}
+
+.well blockquote {
+ border-color: #ddd;
+ border-color: rgba(0,0,0,.15)
+}
+
+.well-lg {
+ padding: 24px;
+ border-radius: 6px
+}
+
+.well-sm {
+ padding: 9px;
+ border-radius: 3px
+}
+
+.close {
+ float: right;
+ font-size: 21px;
+ font-weight: 700;
+ line-height: 1;
+ color: #000;
+ text-shadow: 0 1px 0 #fff;
+ opacity: .2;
+ filter: alpha(opacity=20)
+}
+
+.close:focus,.close:hover {
+ color: #000;
+ text-decoration: none;
+ cursor: pointer;
+ opacity: .5;
+ filter: alpha(opacity=50)
+}
+
+button.close {
+ padding: 0;
+ cursor: pointer;
+ background: 0 0;
+ border: 0;
+ -webkit-appearance: none
+}
+
+.nav {
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none
+}
+
+.nav:after,.nav:before {
+ display: table;
+ content: " "
+}
+
+.nav:after {
+ clear: both
+}
+
+.nav:after,.nav:before {
+ display: table;
+ content: " "
+}
+
+.nav:after {
+ clear: both
+}
+
+.nav>li {
+ position: relative;
+ display: block
+}
+
+.nav>li>a {
+ position: relative;
+ display: block;
+ padding: 10px 15px
+}
+
+.nav>li>a:focus,.nav>li>a:hover {
+ text-decoration: none;
+ background-color: #eee
+}
+
+.nav>li.disabled>a {
+ color: #999
+}
+
+.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
+ color: #999;
+ text-decoration: none;
+ cursor: not-allowed;
+ background-color: transparent
+}
+
+.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
+ background-color: #eee;
+ border-color: #d43f3a
+}
+
+.nav .nav-divider {
+ height: 1px;
+ margin: 9px 0;
+ overflow: hidden;
+ background-color: #e5e5e5
+}
+
+.nav>li>a>img {
+ max-width: none
+}
+
+.nav-tabs {
+ border-bottom: 1px solid #ddd
+}
+
+.nav-tabs>li {
+ float: left;
+ margin-bottom: -1px
+}
+
+.nav-tabs>li>a {
+ margin-right: 2px;
+ line-height: 1.428571429;
+ border: 1px solid transparent;
+ border-radius: 4px 4px 0 0
+}
+
+.nav-tabs>li>a:hover {
+ border-color: #eee #eee #ddd
+}
+
+.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
+ /*color:#555;*/
+ color: #db0000;
+ cursor: default;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ /*border-bottom-color: transparent;*/
+ border-left-color: transparent;
+}
+
+.nav-tabs.nav-justified {
+ width: 100%;
+ border-bottom: 0
+}
+
+.nav-tabs.nav-justified>li {
+ display: table-cell;
+ float: none;
+ width: 1%
+}
+
+.nav-tabs.nav-justified>li>a {
+ text-align: center
+}
+
+.nav-tabs.nav-justified>li>a {
+ margin-right: 0;
+ border-bottom: 1px solid #ddd
+}
+
+.nav-tabs.nav-justified>.active>a {
+ border-bottom-color: #fff
+}
+
+.nav-pills>li {
+ float: left
+}
+
+.nav-pills>li>a {
+ border-radius: 5px
+}
+
+.nav-pills>li+li {
+ margin-left: 2px
+}
+
+.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
+ color: #fff;
+ background-color: #d43f3a
+}
+
+.nav-stacked>li {
+ float: none
+}
+
+.nav-stacked>li+li {
+ margin-top: 2px;
+ margin-left: 0
+}
+
+.nav-justified {
+ width: 100%
+}
+
+.nav-justified>li {
+ display: table-cell;
+ float: none;
+ width: 1%
+}
+
+.nav-justified>li>a {
+ text-align: center
+}
+
+.nav-tabs-justified {
+ border-bottom: 0
+}
+
+.nav-tabs-justified>li>a {
+ margin-right: 0;
+ border-bottom: 1px solid #ddd
+}
+
+.nav-tabs-justified>.active>a {
+ border-bottom-color: #fff
+}
+
+.tabbable:after,.tabbable:before {
+ display: table;
+ content: " "
+}
+
+.tabbable:after {
+ clear: both
+}
+
+.tabbable:after,.tabbable:before {
+ display: table;
+ content: " "
+}
+
+.tabbable:after {
+ clear: both
+}
+
+.pill-content>.pill-pane,.tab-content>.tab-pane {
+ display: none
+}
+
+.pill-content>.active,.tab-content>.active {
+ display: block
+}
+
+.nav .caret {
+ border-top-color: #d43f3a;
+ border-bottom-color: #d43f3a
+}
+
+.nav a:hover .caret {
+ border-top-color: #9d0000;
+ border-bottom-color: #9d0000
+}
+
+.nav-tabs .dropdown-menu {
+ margin-top: -1px;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0
+}
+
+.navbar {
+ position: relative;
+ min-height: 50px;
+ margin-bottom: 20px;
+ background-color: #f8f8f8;
+ border: 1px solid #e7e7e7
+}
+
+.navbar:after,.navbar:before {
+ display: table;
+ content: " "
+}
+
+.navbar:after {
+ clear: both
+}
+
+.navbar:after,.navbar:before {
+ display: table;
+ content: " "
+}
+
+.navbar:after {
+ clear: both
+}
+
+@media (min-width:768px) {
+ .navbar {
+ border-radius: 4px
+ }
+}
+
+.navbar-header {
+ padding-right: 15px;
+ padding-left: 15px
+}
+
+.navbar-header:after,.navbar-header:before {
+ display: table;
+ content: " "
+}
+
+.navbar-header:after {
+ clear: both
+}
+
+.navbar-header:after,.navbar-header:before {
+ display: table;
+ content: " "
+}
+
+.navbar-header:after {
+ clear: both
+}
+
+@media (min-width:768px) {
+ .navbar-header {
+ float: left
+ }
+}
+
+.navbar-collapse {
+ max-height: 340px;
+ padding-right: 15px;
+ padding-left: 15px;
+ overflow-x: visible;
+ overflow-y: auto;
+ border-top: 1px solid #e6e6e6;
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
+ -webkit-overflow-scrolling: touch
+}
+
+.navbar-collapse:after,.navbar-collapse:before {
+ display: table;
+ content: " "
+}
+
+.navbar-collapse:after {
+ clear: both
+}
+
+.navbar-collapse:after,.navbar-collapse:before {
+ display: table;
+ content: " "
+}
+
+.navbar-collapse:after {
+ clear: both
+}
+
+@media (min-width:768px) {
+ .navbar-collapse {
+ width: auto;
+ padding-right: 0;
+ padding-left: 0;
+ border-top: 0;
+ box-shadow: none
+ }
+
+ .navbar-collapse.collapse {
+ display: block!important;
+ height: auto!important;
+ padding-bottom: 0;
+ overflow: visible!important
+ }
+
+ .navbar-collapse.in {
+ overflow-y: visible
+ }
+}
+
+.navbar-static-top {
+ border-width: 0 0 1px
+}
+
+@media (min-width:768px) {
+ .navbar-static-top {
+ border-radius: 0
+ }
+}
+
+.navbar-fixed-bottom,.navbar-fixed-top {
+ position: fixed;
+ right: 0;
+ left: 0;
+ z-index: 1030;
+ border-width: 0 0 1px
+}
+
+@media (min-width:768px) {
+ .navbar-fixed-bottom,.navbar-fixed-top {
+ border-radius: 0
+ }
+}
+
+.navbar-fixed-top {
+ top: 0
+}
+
+.navbar-fixed-bottom {
+ bottom: 0;
+ margin-bottom: 0
+}
+
+.navbar-brand {
+ float: left;
+ padding-top: 15px;
+ padding-bottom: 15px;
+ font-size: 18px;
+ line-height: 20px;
+ color: #777
+}
+
+.navbar-brand:focus,.navbar-brand:hover {
+ color: #5e5e5e;
+ text-decoration: none;
+ background-color: transparent
+}
+
+.navbar-toggle {
+ position: relative;
+ float: right;
+ padding: 9px 10px;
+ margin-top: 8px;
+ margin-bottom: 8px;
+ background-color: transparent;
+ border: 1px solid #ddd;
+ border-radius: 4px
+}
+
+.navbar-toggle:focus,.navbar-toggle:hover {
+ background-color: #ddd
+}
+
+.navbar-toggle .icon-bar {
+ display: block;
+ width: 22px;
+ height: 2px;
+ background-color: #ccc;
+ border-radius: 1px
+}
+
+.navbar-toggle .icon-bar+.icon-bar {
+ margin-top: 4px
+}
+
+@media (min-width:768px) {
+ .navbar-toggle {
+ position: relative;
+ top: auto;
+ left: auto;
+ display: none
+ }
+}
+
+.navbar-nav {
+ padding-top: 7.5px;
+ padding-bottom: 7.5px;
+ margin-right: -15px;
+ margin-left: -15px
+}
+
+.navbar-nav>li>a {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ line-height: 20px;
+ color: #777
+}
+
+.navbar-nav>li>a:focus,.navbar-nav>li>a:hover {
+ color: #333;
+ background-color: transparent
+}
+
+.navbar-nav>.active>a,.navbar-nav>.active>a:focus,.navbar-nav>.active>a:hover {
+ color: #555;
+ background-color: #e7e7e7
+}
+
+.navbar-nav>.disabled>a,.navbar-nav>.disabled>a:focus,.navbar-nav>.disabled>a:hover {
+ color: #ccc;
+ background-color: transparent
+}
+
+@media (max-width:767px) {
+ .navbar-nav .open .dropdown-menu {
+ position: static;
+ float: none;
+ width: auto;
+ margin-top: 0;
+ background-color: transparent;
+ border: 0;
+ box-shadow: none
+ }
+
+ .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
+ padding: 5px 15px 5px 25px
+ }
+
+ .navbar-nav .open .dropdown-menu>li>a {
+ line-height: 20px;
+ color: #777
+ }
+
+ .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
+ color: #333;
+ background-color: transparent;
+ background-image: none
+ }
+
+ .navbar-nav .open .dropdown-menu>.active>a,.navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-nav .open .dropdown-menu>.active>a:hover {
+ color: #555;
+ background-color: #e7e7e7
+ }
+
+ .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-nav .open .dropdown-menu>.disabled>a:hover {
+ color: #ccc;
+ background-color: transparent
+ }
+}
+
+@media (min-width:768px) {
+ .navbar-nav {
+ float: left;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin: 0
+ }
+
+ .navbar-nav>li {
+ float: left
+ }
+
+ .navbar-nav>li>a {
+ padding-top: 15px;
+ padding-bottom: 15px
+ }
+}
+
+@media (min-width:768px) {
+ .navbar-left {
+ float: left!important
+ }
+
+ .navbar-right {
+ float: right!important
+ }
+
+ .navbar-right .dropdown-menu {
+ right: 0;
+ left: auto
+ }
+}
+
+.navbar-form {
+ padding: 10px 15px;
+ margin-top: 8px;
+ margin-right: -15px;
+ margin-bottom: 8px;
+ margin-left: -15px;
+ border-top: 1px solid #e6e6e6;
+ border-bottom: 1px solid #e6e6e6;
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
+}
+
+@media (min-width:768px) {
+ .navbar-form .form-group {
+ display: inline-block;
+ margin-bottom: 0;
+ vertical-align: middle
+ }
+
+ .navbar-form .form-control {
+ display: inline-block
+ }
+
+ .navbar-form .checkbox,.navbar-form .radio {
+ display: inline-block;
+ padding-left: 0;
+ margin-top: 0;
+ margin-bottom: 0
+ }
+
+ .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
+ float: none;
+ margin-left: 0
+ }
+}
+
+@media (max-width:767px) {
+ .navbar-form .form-group {
+ margin-bottom: 5px
+ }
+}
+
+@media (min-width:768px) {
+ .navbar-form {
+ width: auto;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin-right: 0;
+ margin-left: 0;
+ border: 0;
+ -webkit-box-shadow: none;
+ box-shadow: none
+ }
+}
+
+.navbar-nav>li>.dropdown-menu {
+ margin-top: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0
+}
+
+.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0
+}
+
+.navbar-nav>.dropdown>a:focus .caret,.navbar-nav>.dropdown>a:hover .caret {
+ border-top-color: #333;
+ border-bottom-color: #333
+}
+
+.navbar-nav>.open>a,.navbar-nav>.open>a:focus,.navbar-nav>.open>a:hover {
+ color: #555;
+ background-color: #e7e7e7
+}
+
+.navbar-nav>.open>a .caret,.navbar-nav>.open>a:focus .caret,.navbar-nav>.open>a:hover .caret {
+ border-top-color: #555;
+ border-bottom-color: #555
+}
+
+.navbar-nav>.dropdown>a .caret {
+ border-top-color: #777;
+ border-bottom-color: #777
+}
+
+.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right {
+ right: 0;
+ left: auto
+}
+
+.navbar-btn {
+ margin-top: 8px;
+ margin-bottom: 8px
+}
+
+.navbar-text {
+ float: left;
+ margin-top: 15px;
+ margin-bottom: 15px;
+ color: #777
+}
+
+@media (min-width:768px) {
+ .navbar-text {
+ margin-right: 15px;
+ margin-left: 15px
+ }
+}
+
+.navbar-link {
+ color: #777
+}
+
+.navbar-link:hover {
+ color: #333
+}
+
+.navbar-inverse {
+ background-color: #222;
+ border-color: #080808
+}
+
+.navbar-inverse .navbar-brand {
+ color: #999
+}
+
+.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
+ color: #fff;
+ background-color: transparent
+}
+
+.navbar-inverse .navbar-text {
+ color: #999
+}
+
+.navbar-inverse .navbar-nav>li>a {
+ color: #999
+}
+
+.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
+ color: #fff;
+ background-color: transparent
+}
+
+.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
+ color: #fff;
+ background-color: #080808
+}
+
+.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
+ color: #444;
+ background-color: transparent
+}
+
+.navbar-inverse .navbar-toggle {
+ border-color: #333
+}
+
+.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
+ background-color: #333
+}
+
+.navbar-inverse .navbar-toggle .icon-bar {
+ background-color: #fff
+}
+
+.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
+ border-color: #101010
+}
+
+.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
+ color: #fff;
+ background-color: #080808
+}
+
+.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
+ border-top-color: #fff;
+ border-bottom-color: #fff
+}
+
+.navbar-inverse .navbar-nav>.dropdown>a .caret {
+ border-top-color: #999;
+ border-bottom-color: #999
+}
+
+.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret {
+ border-top-color: #fff;
+ border-bottom-color: #fff
+}
+
+@media (max-width:767px) {
+ .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
+ border-color: #080808
+ }
+
+ .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
+ color: #999
+ }
+
+ .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
+ color: #fff;
+ background-color: transparent
+ }
+
+ .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
+ color: #fff;
+ background-color: #080808
+ }
+
+ .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
+ color: #444;
+ background-color: transparent
+ }
+}
+
+.navbar-inverse .navbar-link {
+ color: #999
+}
+
+.navbar-inverse .navbar-link:hover {
+ color: #fff
+}
+
+.btn-default .caret {
+ border-top-color: #333
+}
+
+.btn-danger .caret,.btn-info .caret,.btn-primary .caret,.btn-success .caret,.btn-warning .caret {
+ border-top-color: #fff
+}
+
+.dropup .btn-default .caret {
+ border-bottom-color: #333
+}
+
+.dropup .btn-danger .caret,.dropup .btn-info .caret,.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret {
+ border-bottom-color: #fff
+}
+
+.btn-group,.btn-group-vertical {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle
+}
+
+.btn-group-vertical>.btn,.btn-group>.btn {
+ position: relative;
+ float: left
+}
+
+.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
+ z-index: 2
+}
+
+.btn-group-vertical>.btn:focus,.btn-group>.btn:focus {
+ outline: 0
+}
+
+.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
+ margin-left: -1px
+}
+
+.btn-toolbar:after,.btn-toolbar:before {
+ display: table;
+ content: " "
+}
+
+.btn-toolbar:after {
+ clear: both
+}
+
+.btn-toolbar:after,.btn-toolbar:before {
+ display: table;
+ content: " "
+}
+
+.btn-toolbar:after {
+ clear: both
+}
+
+.btn-toolbar .btn-group {
+ float: left
+}
+
+.btn-toolbar>.btn+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn-group+.btn-group {
+ margin-left: 5px
+}
+
+.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+ border-radius: 0
+}
+
+.btn-group>.btn:first-child {
+ margin-left: 0
+}
+
+.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0
+}
+
+.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0
+}
+
+.btn-group>.btn-group {
+ float: left
+}
+
+.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
+ border-radius: 0
+}
+
+.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0
+}
+
+.btn-group>.btn-group:last-child>.btn:first-child {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0
+}
+
+.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
+ outline: 0
+}
+
+.btn-group-xs>.btn {
+ padding: 5px 10px;
+ padding: 1px 5px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px
+}
+
+.btn-group-sm>.btn {
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px
+}
+
+.btn-group-lg>.btn {
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px
+}
+
+.btn-group>.btn+.dropdown-toggle {
+ padding-right: 8px;
+ padding-left: 8px
+}
+
+.btn-group>.btn-lg+.dropdown-toggle {
+ padding-right: 12px;
+ padding-left: 12px
+}
+
+.btn-group.open .dropdown-toggle {
+ -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
+ box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
+}
+
+.btn .caret {
+ margin-left: 0
+}
+
+.btn-lg .caret {
+ border-width: 5px
+}
+
+.dropup .btn-lg .caret {
+ border-bottom-width: 5px
+}
+
+.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
+ display: block;
+ float: none;
+ width: 100%;
+ max-width: 100%
+}
+
+.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
+ display: table;
+ content: " "
+}
+
+.btn-group-vertical>.btn-group:after {
+ clear: both
+}
+
+.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
+ display: table;
+ content: " "
+}
+
+.btn-group-vertical>.btn-group:after {
+ clear: both
+}
+
+.btn-group-vertical>.btn-group>.btn {
+ float: none
+}
+
+.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
+ margin-top: -1px;
+ margin-left: 0
+}
+
+.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
+ border-radius: 0
+}
+
+.btn-group-vertical>.btn:first-child:not(:last-child) {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0
+}
+
+.btn-group-vertical>.btn:last-child:not(:first-child) {
+ border-top-right-radius: 0;
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 0
+}
+
+.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
+ border-radius: 0
+}
+
+.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0
+}
+
+.btn-group-vertical>.btn-group:last-child>.btn:first-child {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0
+}
+
+.btn-group-justified {
+ display: table;
+ width: 100%;
+ border-collapse: separate;
+ table-layout: fixed
+}
+
+.btn-group-justified .btn {
+ display: table-cell;
+ float: none;
+ width: 1%
+}[data-toggle=buttons]>.btn>input[type=checkbox],[data-toggle=buttons]>.btn>input[type=radio] {
+ display: none
+ }
+
+.breadcrumb {
+ padding: 8px 15px;
+ margin-bottom: 20px;
+ list-style: none;
+ background-color: #f5f5f5;
+ border-radius: 4px
+}
+
+.breadcrumb>li {
+ display: inline-block
+}
+
+.breadcrumb>li+li:before {
+ padding: 0 5px;
+ color: #ccc;
+ content: "/\00a0"
+}
+
+.breadcrumb>.active {
+ color: #999
+}
+
+.pagination {
+ display: inline-block;
+ padding-left: 0;
+ margin: 20px 0;
+ border-radius: 4px
+}
+
+.pagination>li {
+ display: inline
+}
+
+.pagination>li>a,.pagination>li>span {
+ position: relative;
+ float: left;
+ padding: 6px 12px;
+ margin-left: -1px;
+ line-height: 1.428571429;
+ text-decoration: none;
+ background-color: #fff;
+ border: 1px solid #ddd
+}
+
+.pagination>li:first-child>a,.pagination>li:first-child>span {
+ margin-left: 0;
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 4px
+}
+
+.pagination>li:last-child>a,.pagination>li:last-child>span {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px
+}
+
+.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
+ background-color: #eee
+}
+
+.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #d43f3a;
+ border-color: #d43f3a
+}
+
+.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span {
+ color: #999;
+ cursor: not-allowed;
+ background-color: #fff;
+ border-color: #ddd
+}
+
+.pagination-lg>li>a,.pagination-lg>li>span {
+ padding: 10px 16px;
+ font-size: 18px
+}
+
+.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
+ border-bottom-left-radius: 6px;
+ border-top-left-radius: 6px
+}
+
+.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
+ border-top-right-radius: 6px;
+ border-bottom-right-radius: 6px
+}
+
+.pagination-sm>li>a,.pagination-sm>li>span {
+ padding: 5px 10px;
+ font-size: 12px
+}
+
+.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
+ border-bottom-left-radius: 3px;
+ border-top-left-radius: 3px
+}
+
+.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px
+}
+
+.pager {
+ padding-left: 0;
+ margin: 20px 0;
+ text-align: center;
+ list-style: none
+}
+
+.pager:after,.pager:before {
+ display: table;
+ content: " "
+}
+
+.pager:after {
+ clear: both
+}
+
+.pager:after,.pager:before {
+ display: table;
+ content: " "
+}
+
+.pager:after {
+ clear: both
+}
+
+.pager li {
+ display: inline
+}
+
+.pager li>a,.pager li>span {
+ display: inline-block;
+ padding: 5px 14px;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: 15px
+}
+
+.pager li>a:focus,.pager li>a:hover {
+ text-decoration: none;
+ background-color: #d43f3a
+}
+
+.pager .next>a,.pager .next>span {
+ float: right
+}
+
+.pager .previous>a,.pager .previous>span {
+ float: left
+}
+
+.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
+ color: #999;
+ cursor: not-allowed;
+ background-color: #fff
+}
+
+.modal-open {
+ overflow: hidden
+}
+
+.modal {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1040;
+ display: none;
+ overflow: auto;
+ overflow-y: scroll
+}
+
+.modal.fade .modal-dialog {
+ -webkit-transform: translate(0,-25%);
+ -ms-transform: translate(0,-25%);
+ transform: translate(0,-25%);
+ -webkit-transition: -webkit-transform .3s ease-out;
+ -moz-transition: -moz-transform .3s ease-out;
+ -o-transition: -o-transform .3s ease-out;
+ transition: transform .3s ease-out
+}
+
+.modal.in .modal-dialog {
+ -webkit-transform: translate(0,0);
+ -ms-transform: translate(0,0);
+ transform: translate(0,0)
+}
+
+.modal-dialog {
+ z-index: 1050;
+ width: auto;
+ padding: 10px;
+ margin-right: auto;
+ margin-left: auto
+}
+
+.modal-content {
+ position: relative;
+ background-color: #fff;
+ border: 1px solid #999;
+ border: 1px solid rgba(0,0,0,.2);
+ border-radius: 6px;
+ outline: 0;
+ -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
+ box-shadow: 0 3px 9px rgba(0,0,0,.5);
+ background-clip: padding-box
+}
+
+.modal-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1030;
+ background-color: #000
+}
+
+.modal-backdrop.fade {
+ opacity: 0;
+ filter: alpha(opacity=0)
+}
+
+.modal-backdrop.in {
+ opacity: .5;
+ filter: alpha(opacity=50)
+}
+
+.modal-header {
+ min-height: 16.43px;
+ padding: 15px;
+ border-bottom: 1px solid #e5e5e5
+}
+
+.modal-header .close {
+ margin-top: -2px
+}
+
+.modal-title {
+ margin: 0;
+ line-height: 1.428571429
+}
+
+.modal-body {
+ position: relative;
+ padding: 20px
+}
+
+.modal-footer {
+ padding: 19px 20px 20px;
+ margin-top: 15px;
+ text-align: right;
+ border-top: 1px solid #e5e5e5
+}
+
+.modal-footer:after,.modal-footer:before {
+ display: table;
+ content: " "
+}
+
+.modal-footer:after {
+ clear: both
+}
+
+.modal-footer:after,.modal-footer:before {
+ display: table;
+ content: " "
+}
+
+.modal-footer:after {
+ clear: both
+}
+
+.modal-footer .btn+.btn {
+ margin-bottom: 0;
+ margin-left: 5px
+}
+
+.modal-footer .btn-group .btn+.btn {
+ margin-left: -1px
+}
+
+.modal-footer .btn-block+.btn-block {
+ margin-left: 0
+}
+
+@media screen and (min-width:768px) {
+ .modal-dialog {
+ right: auto;
+ left: 50%;
+ width: 600px;
+ padding-top: 30px;
+ padding-bottom: 30px
+ }
+
+ .modal-content {
+ -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
+ box-shadow: 0 5px 15px rgba(0,0,0,.5)
+ }
+}
+
+.tooltip {
+ position: absolute;
+ z-index: 1030;
+ display: block;
+ font-size: 12px;
+ line-height: 1.4;
+ opacity: 0;
+ filter: alpha(opacity=0);
+ visibility: visible
+}
+
+.tooltip.in {
+ opacity: .9;
+ filter: alpha(opacity=90)
+}
+
+.tooltip.top {
+ padding: 5px 0;
+ margin-top: -3px
+}
+
+.tooltip.right {
+ padding: 0 5px;
+ margin-left: 3px
+}
+
+.tooltip.bottom {
+ padding: 5px 0;
+ margin-top: 3px
+}
+
+.tooltip.left {
+ padding: 0 5px;
+ margin-left: -3px
+}
+
+.tooltip-inner {
+ max-width: 200px;
+ padding: 3px 8px;
+ color: #fff;
+ text-align: center;
+ text-decoration: none;
+ background-color: #000;
+ border-radius: 4px
+}
+
+.tooltip-arrow {
+ position: absolute;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid
+}
+
+.tooltip.top .tooltip-arrow {
+ bottom: 0;
+ left: 50%;
+ margin-left: -5px;
+ border-top-color: #000;
+ border-width: 5px 5px 0
+}
+
+.tooltip.top-left .tooltip-arrow {
+ bottom: 0;
+ left: 5px;
+ border-top-color: #000;
+ border-width: 5px 5px 0
+}
+
+.tooltip.top-right .tooltip-arrow {
+ right: 5px;
+ bottom: 0;
+ border-top-color: #000;
+ border-width: 5px 5px 0
+}
+
+.tooltip.right .tooltip-arrow {
+ top: 50%;
+ left: 0;
+ margin-top: -5px;
+ border-right-color: #000;
+ border-width: 5px 5px 5px 0
+}
+
+.tooltip.left .tooltip-arrow {
+ top: 50%;
+ right: 0;
+ margin-top: -5px;
+ border-left-color: #000;
+ border-width: 5px 0 5px 5px
+}
+
+.tooltip.bottom .tooltip-arrow {
+ top: 0;
+ left: 50%;
+ margin-left: -5px;
+ border-bottom-color: #000;
+ border-width: 0 5px 5px
+}
+
+.tooltip.bottom-left .tooltip-arrow {
+ top: 0;
+ left: 5px;
+ border-bottom-color: #000;
+ border-width: 0 5px 5px
+}
+
+.tooltip.bottom-right .tooltip-arrow {
+ top: 0;
+ right: 5px;
+ border-bottom-color: #000;
+ border-width: 0 5px 5px
+}
+
+.popover {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1010;
+ display: none;
+ max-width: 276px;
+ padding: 1px;
+ text-align: left;
+ white-space: normal;
+ background-color: #fff;
+ border: 1px solid #ccc;
+ border: 1px solid rgba(0,0,0,.2);
+ border-radius: 6px;
+ -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
+ box-shadow: 0 5px 10px rgba(0,0,0,.2);
+ background-clip: padding-box
+}
+
+.popover.top {
+ margin-top: -10px
+}
+
+.popover.right {
+ margin-left: 10px
+}
+
+.popover.bottom {
+ margin-top: 10px
+}
+
+.popover.left {
+ margin-left: -10px
+}
+
+.popover-title {
+ padding: 8px 14px;
+ margin: 0;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 18px;
+ background-color: #f7f7f7;
+ border-bottom: 1px solid #ebebeb;
+ border-radius: 5px 5px 0 0
+}
+
+.popover-content {
+ padding: 9px 14px
+}
+
+.popover .arrow,.popover .arrow:after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid
+}
+
+.popover .arrow {
+ border-width: 11px
+}
+
+.popover .arrow:after {
+ border-width: 10px;
+ content: ""
+}
+
+.popover.top .arrow {
+ bottom: -11px;
+ left: 50%;
+ margin-left: -11px;
+ border-top-color: #999;
+ border-top-color: rgba(0,0,0,.25);
+ border-bottom-width: 0
+}
+
+.popover.top .arrow:after {
+ bottom: 1px;
+ margin-left: -10px;
+ border-top-color: #fff;
+ border-bottom-width: 0;
+ content: " "
+}
+
+.popover.right .arrow {
+ top: 50%;
+ left: -11px;
+ margin-top: -11px;
+ border-right-color: #999;
+ border-right-color: rgba(0,0,0,.25);
+ border-left-width: 0
+}
+
+.popover.right .arrow:after {
+ bottom: -10px;
+ left: 1px;
+ border-right-color: #fff;
+ border-left-width: 0;
+ content: " "
+}
+
+.popover.bottom .arrow {
+ top: -11px;
+ left: 50%;
+ margin-left: -11px;
+ border-bottom-color: #999;
+ border-bottom-color: rgba(0,0,0,.25);
+ border-top-width: 0
+}
+
+.popover.bottom .arrow:after {
+ top: 1px;
+ margin-left: -10px;
+ border-bottom-color: #fff;
+ border-top-width: 0;
+ content: " "
+}
+
+.popover.left .arrow {
+ top: 50%;
+ right: -11px;
+ margin-top: -11px;
+ border-left-color: #999;
+ border-left-color: rgba(0,0,0,.25);
+ border-right-width: 0
+}
+
+.popover.left .arrow:after {
+ right: 1px;
+ bottom: -10px;
+ border-left-color: #fff;
+ border-right-width: 0;
+ content: " "
+}
+
+.alert {
+ padding: 15px;
+ margin-bottom: 20px;
+ color: #c09853;
+ background-color: #fcf8e3;
+ border: 1px solid #fbeed5;
+ border-radius: 4px
+}
+
+.alert h4 {
+ margin-top: 0;
+ color: inherit
+}
+
+.alert hr {
+ border-top-color: #f8e5be
+}
+
+.alert .alert-link {
+ font-weight: 700;
+ color: #a47e3c
+}
+
+.alert>p,.alert>ul {
+ margin-bottom: 0
+}
+
+.alert>p+p {
+ margin-top: 5px
+}
+
+.alert-dismissable {
+ padding-right: 35px
+}
+
+.alert-dismissable .close {
+ position: relative;
+ top: -2px;
+ right: -21px;
+ color: inherit
+}
+
+.alert-success {
+ color: #468847;
+ background-color: #dff0d8;
+ border-color: #d6e9c6
+}
+
+.alert-success hr {
+ border-top-color: #c9e2b3
+}
+
+.alert-success .alert-link {
+ color: #356635
+}
+
+.alert-danger {
+ color: #b94a48;
+ background-color: #f2dede;
+ border-color: #eed3d7
+}
+
+.alert-danger hr {
+ border-top-color: #e6c1c7
+}
+
+.alert-danger .alert-link {
+ color: #953b39
+}
+
+.alert-info {
+ color: #3a87ad;
+ background-color: #d9edf7;
+ border-color: #bce8f1
+}
+
+.alert-info hr {
+ border-top-color: #a6e1ec
+}
+
+.alert-info .alert-link {
+ color: #2d6987
+}
+
+.img-thumbnail,.thumbnail {
+ padding: 4px;
+ line-height: 1.428571429;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: 4px;
+ -webkit-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out
+}
+
+.thumbnail {
+ display: block
+}
+
+.thumbnail>img {
+ display: block;
+ height: auto;
+ max-width: 100%
+}
+
+.img-thumbnail {
+ display: inline-block;
+ height: auto;
+ max-width: 100%
+}
+
+a.thumbnail:focus,a.thumbnail:hover {
+ border-color: #d43f3a
+}
+
+.thumbnail>img {
+ margin-right: auto;
+ margin-left: auto
+}
+
+.thumbnail .caption {
+ padding: 9px;
+ color: #333
+}
+
+.media,.media-body {
+ overflow: hidden;
+ zoom: 1
+}
+
+.media,.media .media {
+ margin-top: 15px
+}
+
+.media:first-child {
+ margin-top: 0
+}
+
+.media-object {
+ display: block
+}
+
+.media-heading {
+ margin: 0 0 5px
+}
+
+.media>.pull-left {
+ margin-right: 10px
+}
+
+.media>.pull-right {
+ margin-left: 10px
+}
+
+.media-list {
+ padding-left: 0;
+ list-style: none
+}
+
+.label {
+ display: inline;
+ padding: .25em .6em;
+ font-size: 75%;
+ font-weight: 700;
+ line-height: 1;
+ color: #fff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: .25em
+}
+
+.label[href]:focus,.label[href]:hover {
+ color: #fff;
+ text-decoration: none;
+ cursor: pointer
+}
+
+.label:empty {
+ display: none
+}
+
+.label-default {
+ background-color: #999
+}
+
+.label-default[href]:focus,.label-default[href]:hover {
+ background-color: grey
+}
+
+.label-primary {
+ background-color: #d43f3a
+}
+
+.label-primary[href]:focus,.label-primary[href]:hover {
+ background-color: #d43f3a
+}
+
+.label-success {
+ background-color: #5cb85c
+}
+
+.label-success[href]:focus,.label-success[href]:hover {
+ background-color: #449d44
+}
+
+.label-info {
+ background-color: #5bc0de
+}
+
+.label-info[href]:focus,.label-info[href]:hover {
+ background-color: #31b0d5
+}
+
+.label-warning {
+ background-color: #f0ad4e
+}
+
+.label-warning[href]:focus,.label-warning[href]:hover {
+ background-color: #ec971f
+}
+
+.label-danger {
+ background-color: #d9534f
+}
+
+.label-danger[href]:focus,.label-danger[href]:hover {
+ background-color: #c9302c
+}
+
+.badge {
+ display: inline-block;
+ min-width: 10px;
+ padding: 3px 7px;
+ font-size: 12px;
+ font-weight: 700;
+ line-height: 1;
+ color: #fff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ background-color: #999;
+ border-radius: 10px
+}
+
+.badge:empty {
+ display: none
+}
+
+a.badge:focus,a.badge:hover {
+ color: #fff;
+ text-decoration: none;
+ cursor: pointer
+}
+
+.btn .badge {
+ position: relative;
+ top: -1px
+}
+
+.nav-pills>.active>a>.badge,a.list-group-item.active>.badge {
+ color: #d43f3a;
+ background-color: #fff
+}
+
+.nav-pills>li>a>.badge {
+ margin-left: 3px
+}
+
+@-webkit-keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0
+ }
+
+ to {
+ background-position: 0 0
+ }
+}
+
+@-moz-keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0
+ }
+
+ to {
+ background-position: 0 0
+ }
+}
+
+@-o-keyframes progress-bar-stripes {
+ from {
+ background-position: 0 0
+ }
+
+ to {
+ background-position: 40px 0
+ }
+}
+
+@keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0
+ }
+
+ to {
+ background-position: 0 0
+ }
+}
+
+.progress {
+ height: 20px;
+ margin-bottom: 20px;
+ overflow: hidden;
+ background-color: #f5f5f5;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
+ box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
+}
+
+.progress-bar {
+ float: left;
+ width: 0;
+ height: 100%;
+ font-size: 12px;
+ color: #fff;
+ text-align: center;
+ background-color: #d43f3a;
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
+ -webkit-transition: width .6s ease;
+ transition: width .6s ease
+}
+
+.progress-striped .progress-bar {
+ background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
+ background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-size: 40px 40px
+}
+
+.progress.active .progress-bar {
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ -moz-animation: progress-bar-stripes 2s linear infinite;
+ -ms-animation: progress-bar-stripes 2s linear infinite;
+ -o-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite
+}
+
+.progress-bar-success {
+ background-color: #5cb85c
+}
+
+.progress-striped .progress-bar-success {
+ background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
+ background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
+}
+
+.progress-bar-info {
+ background-color: #5bc0de
+}
+
+.progress-striped .progress-bar-info {
+ background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
+ background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
+}
+
+.progress-bar-warning {
+ background-color: #f0ad4e
+}
+
+.progress-striped .progress-bar-warning {
+ background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
+ background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
+}
+
+.progress-bar-danger {
+ background-color: #d9534f
+}
+
+.progress-striped .progress-bar-danger {
+ background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
+ background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
+ background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
+}
+
+.carousel {
+ position: relative
+}
+
+.carousel-inner {
+ position: relative;
+ width: 100%;
+ overflow: hidden
+}
+
+.carousel-inner>.item {
+ position: relative;
+ display: none;
+ -webkit-transition: .6s ease-in-out left;
+ transition: .6s ease-in-out left
+}
+
+.carousel-inner>.item>a>img,.carousel-inner>.item>img {
+ display: block;
+ height: auto;
+ max-width: 100%;
+ line-height: 1
+}
+
+.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
+ display: block
+}
+
+.carousel-inner>.active {
+ left: 0
+}
+
+.carousel-inner>.next,.carousel-inner>.prev {
+ position: absolute;
+ top: 0;
+ width: 100%
+}
+
+.carousel-inner>.next {
+ left: 100%
+}
+
+.carousel-inner>.prev {
+ left: -100%
+}
+
+.carousel-inner>.next.left,.carousel-inner>.prev.right {
+ left: 0
+}
+
+.carousel-inner>.active.left {
+ left: -100%
+}
+
+.carousel-inner>.active.right {
+ left: 100%
+}
+
+.carousel-control {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ width: 15%;
+ font-size: 20px;
+ color: #fff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0,0,0,.6);
+ opacity: .5;
+ filter: alpha(opacity=50)
+}
+
+.carousel-control.left {
+ background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
+ background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
+ background-image: -moz-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
+ background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
+}
+
+.carousel-control.right {
+ right: 0;
+ left: auto;
+ background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
+ background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
+ background-image: -moz-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
+ background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
+}
+
+.carousel-control:focus,.carousel-control:hover {
+ color: #fff;
+ text-decoration: none;
+ opacity: .9;
+ filter: alpha(opacity=90)
+}
+
+.carousel-control .icon-next,.carousel-control .icon-prev {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ z-index: 5;
+ display: inline-block;
+ width: 20px;
+ height: 20px;
+ margin-top: -10px;
+ margin-left: -10px;
+ font-family: serif
+}
+
+.carousel-control .icon-prev:before {
+ content: '\2039'
+}
+
+.carousel-control .icon-next:before {
+ content: '\203a'
+}
+
+.carousel-indicators {
+ position: absolute;
+ bottom: 10px;
+ left: 50%;
+ z-index: 15;
+ width: 60%;
+ padding-left: 0;
+ margin-left: -30%;
+ text-align: center;
+ list-style: none
+}
+
+.carousel-indicators li {
+ display: inline-block;
+ width: 10px;
+ height: 10px;
+ margin: 1px;
+ text-indent: -999px;
+ cursor: pointer;
+ border: 1px solid #fff;
+ border-radius: 10px
+}
+
+.carousel-indicators .active {
+ width: 12px;
+ height: 12px;
+ margin: 0;
+ background-color: #fff
+}
+
+.carousel-caption {
+ position: absolute;
+ right: 15%;
+ bottom: 20px;
+ left: 15%;
+ z-index: 10;
+ padding-top: 20px;
+ padding-bottom: 20px;
+ color: #fff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0,0,0,.6)
+}
+
+.carousel-caption .btn {
+ text-shadow: none
+}
+
+@media screen and (min-width:768px) {
+ .carousel-control .icon-next,.carousel-control .icon-prev {
+ width: 30px;
+ height: 30px;
+ margin-top: -15px;
+ margin-left: -15px;
+ font-size: 30px
+ }
+
+ .carousel-caption {
+ right: 20%;
+ left: 20%;
+ padding-bottom: 30px
+ }
+
+ .carousel-indicators {
+ bottom: 20px
+ }
+}
+
+.jumbotron {
+ padding: 30px;
+ margin-bottom: 30px;
+ font-size: 21px;
+ font-weight: 200;
+ line-height: 2.1428571435;
+ color: inherit;
+ background-color: #eee
+}
+
+.jumbotron h1 {
+ line-height: 1;
+ color: inherit
+}
+
+.jumbotron p {
+ line-height: 1.4
+}
+
+@media screen and (min-width:768px) {
+ .jumbotron {
+ padding: 50px 60px;
+ border-radius: 6px
+ }
+
+ .jumbotron h1 {
+ font-size: 63px
+ }
+}
+
+.clearfix:after,.clearfix:before {
+ display: table;
+ content: " "
+}
+
+.clearfix:after {
+ clear: both
+}
+
+.pull-right {
+ float: right!important
+}
+
+.pull-left {
+ float: left!important
+}
+
+.hide {
+ display: none!important
+}
+
+.show {
+ display: block!important
+}
+
+.invisible {
+ visibility: hidden
+}
+
+.text-hide {
+ font: 0/0 a;
+ color: transparent;
+ text-shadow: none;
+ background-color: transparent;
+ border: 0
+}
+
+.affix {
+ position: fixed
+}
+
+@-ms-viewport {
+ width:device-width
+}
+
+@media screen and (max-width:400px) {
+@ -ms-viewport {
+ width: 320px
+}
+}
+
+.hidden {
+ display: none!important;
+ visibility: hidden!important
+}
+
+.visible-xs {
+ display: block!important
+}
+
+tr.visible-xs {
+ display: table-row!important
+}
+
+td.visible-xs,th.visible-xs {
+ display: table-cell!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .visible-xs {
+ display: none!important
+ }
+
+ tr.visible-xs {
+ display: none!important
+ }
+
+ td.visible-xs,th.visible-xs {
+ display: none!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .visible-xs {
+ display: none!important
+ }
+
+ tr.visible-xs {
+ display: none!important
+ }
+
+ td.visible-xs,th.visible-xs {
+ display: none!important
+ }
+}
+
+@media (min-width:1200px) {
+ .visible-xs {
+ display: none!important
+ }
+
+ tr.visible-xs {
+ display: none!important
+ }
+
+ td.visible-xs,th.visible-xs {
+ display: none!important
+ }
+}
+
+.visible-sm {
+ display: none!important
+}
+
+tr.visible-sm {
+ display: none!important
+}
+
+td.visible-sm,th.visible-sm {
+ display: none!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .visible-sm {
+ display: block!important
+ }
+
+ tr.visible-sm {
+ display: table-row!important
+ }
+
+ td.visible-sm,th.visible-sm {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .visible-sm {
+ display: none!important
+ }
+
+ tr.visible-sm {
+ display: none!important
+ }
+
+ td.visible-sm,th.visible-sm {
+ display: none!important
+ }
+}
+
+@media (min-width:1200px) {
+ .visible-sm {
+ display: none!important
+ }
+
+ tr.visible-sm {
+ display: none!important
+ }
+
+ td.visible-sm,th.visible-sm {
+ display: none!important
+ }
+}
+
+.visible-md {
+ display: none!important
+}
+
+tr.visible-md {
+ display: none!important
+}
+
+td.visible-md,th.visible-md {
+ display: none!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .visible-md {
+ display: none!important
+ }
+
+ tr.visible-md {
+ display: none!important
+ }
+
+ td.visible-md,th.visible-md {
+ display: none!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .visible-md {
+ display: block!important
+ }
+
+ tr.visible-md {
+ display: table-row!important
+ }
+
+ td.visible-md,th.visible-md {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:1200px) {
+ .visible-md {
+ display: none!important
+ }
+
+ tr.visible-md {
+ display: none!important
+ }
+
+ td.visible-md,th.visible-md {
+ display: none!important
+ }
+}
+
+.visible-lg {
+ display: none!important
+}
+
+tr.visible-lg {
+ display: none!important
+}
+
+td.visible-lg,th.visible-lg {
+ display: none!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .visible-lg {
+ display: none!important
+ }
+
+ tr.visible-lg {
+ display: none!important
+ }
+
+ td.visible-lg,th.visible-lg {
+ display: none!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .visible-lg {
+ display: none!important
+ }
+
+ tr.visible-lg {
+ display: none!important
+ }
+
+ td.visible-lg,th.visible-lg {
+ display: none!important
+ }
+}
+
+@media (min-width:1200px) {
+ .visible-lg {
+ display: block!important
+ }
+
+ tr.visible-lg {
+ display: table-row!important
+ }
+
+ td.visible-lg,th.visible-lg {
+ display: table-cell!important
+ }
+}
+
+.hidden-xs {
+ display: none!important
+}
+
+tr.hidden-xs {
+ display: none!important
+}
+
+td.hidden-xs,th.hidden-xs {
+ display: none!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .hidden-xs {
+ display: block!important
+ }
+
+ tr.hidden-xs {
+ display: table-row!important
+ }
+
+ td.hidden-xs,th.hidden-xs {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .hidden-xs {
+ display: block!important
+ }
+
+ tr.hidden-xs {
+ display: table-row!important
+ }
+
+ td.hidden-xs,th.hidden-xs {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:1200px) {
+ .hidden-xs {
+ display: block!important
+ }
+
+ tr.hidden-xs {
+ display: table-row!important
+ }
+
+ td.hidden-xs,th.hidden-xs {
+ display: table-cell!important
+ }
+}
+
+.hidden-sm {
+ display: none!important
+}
+
+tr.hidden-sm {
+ display: table-row!important
+}
+
+td.hidden-sm,th.hidden-sm {
+ display: table-cell!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .hidden-sm {
+ display: none!important
+ }
+
+ tr.hidden-sm {
+ display: none!important
+ }
+
+ td.hidden-sm,th.hidden-sm {
+ display: none!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .hidden-sm {
+ display: block!important
+ }
+
+ tr.hidden-sm {
+ display: table-row!important
+ }
+
+ td.hidden-sm,th.hidden-sm {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:1200px) {
+ .hidden-sm {
+ display: block!important
+ }
+
+ tr.hidden-sm {
+ display: table-row!important
+ }
+
+ td.hidden-sm,th.hidden-sm {
+ display: table-cell!important
+ }
+}
+
+.hidden-md {
+ display: block!important
+}
+
+tr.hidden-md {
+ display: table-row!important
+}
+
+td.hidden-md,th.hidden-md {
+ display: table-cell!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .hidden-md {
+ display: block!important
+ }
+
+ tr.hidden-md {
+ display: table-row!important
+ }
+
+ td.hidden-md,th.hidden-md {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .hidden-md {
+ display: none!important
+ }
+
+ tr.hidden-md {
+ display: none!important
+ }
+
+ td.hidden-md,th.hidden-md {
+ display: none!important
+ }
+}
+
+@media (min-width:1200px) {
+ .hidden-md {
+ display: block!important
+ }
+
+ tr.hidden-md {
+ display: table-row!important
+ }
+
+ td.hidden-md,th.hidden-md {
+ display: table-cell!important
+ }
+}
+
+.hidden-lg {
+ display: block!important
+}
+
+tr.hidden-lg {
+ display: table-row!important
+}
+
+td.hidden-lg,th.hidden-lg {
+ display: table-cell!important
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .hidden-lg {
+ display: block!important
+ }
+
+ tr.hidden-lg {
+ display: table-row!important
+ }
+
+ td.hidden-lg,th.hidden-lg {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ .hidden-lg {
+ display: block!important
+ }
+
+ tr.hidden-lg {
+ display: table-row!important
+ }
+
+ td.hidden-lg,th.hidden-lg {
+ display: table-cell!important
+ }
+}
+
+@media (min-width:1200px) {
+ .hidden-lg {
+ display: none!important
+ }
+
+ tr.hidden-lg {
+ display: none!important
+ }
+
+ td.hidden-lg,th.hidden-lg {
+ display: none!important
+ }
+}
+
+.visible-print {
+ display: none!important
+}
+
+tr.visible-print {
+ display: none!important
+}
+
+td.visible-print,th.visible-print {
+ display: none!important
+}
+
+@media print {
+ .visible-print {
+ display: block!important
+ }
+
+ tr.visible-print {
+ display: table-row!important
+ }
+
+ td.visible-print,th.visible-print {
+ display: table-cell!important
+ }
+
+ .hidden-print {
+ display: none!important
+ }
+
+ tr.hidden-print {
+ display: none!important
+ }
+
+ td.hidden-print,th.hidden-print {
+ display: none!important
+ }
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/colors/blue.css b/app/home/view/szwjs/public/css/colors/blue.css
new file mode 100644
index 0000000..90d139e
--- /dev/null
+++ b/app/home/view/szwjs/public/css/colors/blue.css
@@ -0,0 +1,71 @@
+#current:after,#options li a.selected,.accordionMod .panel-heading .current,.btn:focus,.ch-info .ch-info-back,.contact-box:hover,.nivo-nextNav:hover,.nivo-prevNav:hover,.progress .progress-bar,.subscribe-btn {
+ background: #8e2609
+}
+.cn-wrapper li a,.cn-wrapper:after,.navbar-toggle i,.pager li>a:focus,.pager li>a:hover,.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
+ background-color: #930;
+ color: #fff
+}
+
+#options li a.selected {
+ border: 1px solid #0488cd
+}
+
+.ie8 .btn-color,.ie9 .btn-color {
+ background: #0488cd!important
+}
+
+.ie8 .btn-color:hover,.ie9 .btn-color:hover {
+ background: #2eaef0!important
+}
+
+.btn-color:hover,.subscribe-btn:hover {
+ background: -webkit-linear-gradient(#0488cd,#2eaef0);
+ background: -moz-linear-gradient(#0488cd,#2eaef0);
+ background: -o-linear-gradient(#0488cd,#2eaef0);
+ background: -ms-linear-gradient(#0488cd,#2eaef0);
+ background: linear-gradient(#0488cd,#2eaef0)
+}
+
+.btn-color,.subscribe-btn {
+ background: -webkit-linear-gradient(#2eaef0,#0488cd);
+ background: -moz-linear-gradient(#2eaef0,#0488cd);
+ background: -o-linear-gradient(#2eaef0,#0488cd);
+ background: -ms-linear-gradient(#2eaef0,#0488cd);
+ background: linear-gradient(#2eaef0,#0488cd);
+ border: 1px solid #2f7295;
+ -webkit-box-shadow: inset 0 1px 1px 0 #9fcee7,0 2px 0 -1px rgba(0,0,0,.2);
+ box-shadow: inset 0 1px 1px 0 #9fcee7,0 2px 0 -1px rgba(0,0,0,.2);
+ cursor: pointer
+}
+
+#current,.menu ul li a:hover,.menu ul>li:hover>a {
+ border-bottom: 3px solid #fff
+}
+
+ul.why li:before {
+ background: #0488cd
+}
+
+.menu ul ul {
+ border-top: 3px solid #e5e5e5!important
+}
+
+#horizontal-tabs ul.tabs li.current {
+ border-top: 2px solid #930
+}
+
+#vertical-tabs ul.tabs li.current {
+ border-left: 2px solid #0488cd
+}
+
+#cn-tabs .service,.author-content,.comment-des,.contact-box,div.content-box.big {
+ border-bottom-color: #0488cd
+}
+
+.cn-wrapper li a.active,.cn-wrapper li a:hover,.post-item h4 a:hover,a {
+ color: #666
+}
+#horizontal-tabs ul.tabs li.current {
+ border-top: 2px solid #930;
+ color:#930;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/common.css b/app/home/view/szwjs/public/css/common.css
new file mode 100644
index 0000000..d40ba34
--- /dev/null
+++ b/app/home/view/szwjs/public/css/common.css
@@ -0,0 +1,646 @@
+@charset "UTF-8";
+/* CSS Document */
+body{margin:0;padding:0;font-family:"Microsoft YaHei","微软雅黑",Arial;font-size:15px;color:#666;}
+div,p,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea{padding:0; margin:0}
+img{vertical-align:middle;border:0;max-width: 100%;}
+table{width:100%}
+ul,li{list-style:none;text-transform:capitalize;}
+h1,h2,h3,h4,h5,h6{font-weight:normal;}
+a{text-decoration:none; color:#666;outline: none;}
+a:hover{text-decoration:none}
+.pull-left{float:left;}
+.pull-right{float:right;}
+ul.list-block>li{float:none}
+li{float:left;}
+input,textarea{outline: none;line-height: 24px;font-size: 14px;color:#333;padding-left: 5px;}
+a,span,i,b,img{display:inline-block;}
+.h4{color:#8e2609;padding-bottom: 8px;font-size:16px;}
+.relative{position:relative}
+.text-center{text-align: center;}
+.text-left{text-align:left;}
+.text-right{text-align:right;}
+.v-m{vertical-align: middle;}
+.clearfix{clear:both;}
+.clear {clear:both; *display:inline;/*IE only*/}
+/*----------*/
+.pad_T10{padding-top:10px}.mar_R10{margin-right:10px}.mar_R5{margin-right:5px}.mar_l10{margin-left:10px;}.mar_T10{margin-top:10px}.mar_t5{margin-top:5px}
+.fl{float:left}.fr{float:right}.clear{clear:both}.mcent{margin:0 auto;}
+hr{ height:1px; margin:0; margin-bottom:10px; color:#ccc;border:0;border-bottom:1px dotted #cccccc;}
+/*----*/
+.qiehuan A IMG {FILTER:gray;} .qiehuan A:hover IMG {FILTER:}
+.c_p{clear:both; line-height:0px; height:5px; font-size:0; text-indent:-9999px}
+.c_0{clear:both; line-height:0px; height:0px; font-size:0; text-indent:-9999px}
+.c_x{clear:both; line-height:0px; height:0px; font-size:0; text-indent:-9999px; border-bottom:1px solid #dfeaf5}
+.wrap,.container{ width:1200px; margin:0 auto;clear:both;overflow:hidden;}
+
+/*top*/
+.header_top{ background:#510303; height:43px; line-height:43px;width:100%}
+.header_top .lang{ float:left; color:#d5cccc; font-size:14px;}
+.header_top .lang a{ color:#d5cccc; padding-left:12px;}
+.header_top i{font-size:14px;color:#ff6600; line-height:43px;float:left;}
+.header_top .lf{display:inline; }
+.header_top .lf a{ color: #ed145b; margin-left:5px;}
+.header_top .rt{ float:right; font-size:14px;}
+.header_top .rt li{float: left;height: 27px;padding: 0 10px;color: #d5cccc;}
+.header_top .rt li a{color:#d5cccc;}
+.header_top .rt li a:hover{color:#fff;}
+.header_top .rt li.spacer{width: 1px;height: 12px;margin-top:15px;padding: 0;background: #ddd;overflow: hidden;}
+.shoucang{margin-right:10px;}
+.shoucang img{vertical-align:sub}
+
+/*nav*/
+.nav_wrap{overflow:visible;}
+.header_nav{ height:94px; border-bottom:1px solid #e5e5e5;}
+.header_nav .logo{ float:left; margin-top:20px;}
+.header_nav .menu{ float:right; margin-top:35px;}
+.header_nav .menu li{ float:left; text-align:center;padding-bottom: 35px }
+.header_nav .menu a{ font-size:16px; color:#313131; height:27px; display:inline-block; font-size:16px;width:109px; line-height:27px; }
+.header_nav .menu a:hover{ background:url(../images/menu.png) no-repeat; color:#fff;}
+.header_nav .menu a:hover, a.hover{ background:url(../images/menu.png) no-repeat; color:#fff !important;}
+.header_nav .menu li{position:relative}
+.sub_nav{position:absolute;top:60px;left:-20px;z-index:999;display:none;border:1px solid #e5e5e5;background:#FFF;border-top:0}
+.menu .sub_nav li a{width:150px;}
+.menu .sub_nav li{border-bottom:1px solid #e5e5e5;padding:0}
+.menu .sub_nav li a{font-size: 14px;height:30px;line-height: 30px}
+.menu .sub_nav li a:hover{background:#8e2609}
+/*navs*/
+.navs ul.navs-list>li{cursor:pointer;}
+.navs div.content_box{overflow: hidden;clear:both;position:relative;height:96px;}
+.gushi .navs div.content_box{height:248px;}
+.gushi .pull-left .navs div.content_box{height:270px;width:741px;}
+.navs ul.navs-list>li.active{border: 1px solid #ddd;height: 11px;border-bottom-color: #fff;color: #8e2609;}
+.navs div.content_box>.content{opacity:0;position:absolute;top:0;left:0;z-index: -1;}
+.navs div.content_box>.content.show{opacity:1;z-index: 999}
+.container.gushi .navs .navs-list{background-color:#f7f7f7;border:1px solid #ddd;height:46px;}
+.container.gushi>div.pull-right .navs .navs-list{border:none;background:none;}
+.container.gushi>div.pull-right .navs .navs-list li.active{border:1px solid #ddd;border-bottom-color:#fff;}
+.container.gushi .navs .navs-list>li {font-size: 16px;line-height: 45px;width: 95px;text-align: center;position:relative;height:45px;border:0;}
+.container.gushi .navs .navs-list>li.active{color:#8e2609;}
+.container.gushi .navs .navs-list>li.active:before{content:'';display:block;height:3px;background-color:#8e2609;width:100%;left:0;top:-2px;position:absolute;}
+/*banner*/
+.index_focus {position: relative;width: 100%;height:479px;margin: 0 auto;overflow: hidden;}
+.index_focus .bd li { display: none;position: absolute;left: 0;top: 0;width:1920px;}
+.index_focus_post {z-index: 10;}
+.index_focus .pic {height: auto;display: block;margin:0 auto}
+.index_focus .pic:hover {text-decoration: none;}
+.index_focus .slide_nav {position: absolute;left:47%;bottom:-10px;}
+.index_focus .slide_nav a {cursor:pointer;float:left;font-size:32px;color: #7f7f7f;text-decoration: none;}
+.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{color: #b72e22;}
+.index_focus_pre,.index_focus_next {display: none;position: absolute;top: 50%;margin-top: -36px;width: 72px;height: 72px;text-indent: 100%;white-space: nowrap;overflow: hidden;z-index: 10;background: url(../images/ico_sliding.png) no-repeat;}
+.index_focus_pre {left: 30px;background-position: 0 0;}
+.index_focus_pre:hover {background-position: 0 -144px;}
+.index_focus_next {right: 30px;background-position: 0 -72px;}
+.index_focus_next:hover {background-position: 0 -216px;}
+.container.gushi>div.pull-right {width: 446px; border: 1px solid #ddd; padding-bottom: 10px;box-sizing: border-box;height:318px;}
+div.tit {margin-bottom: 15px;overflow: hidden;}
+.container.news div.navs div.content>ul {line-height: 2;}
+.container.news div.navs div.content li{clear:both;}
+.container.news div.navs div.content li>a { float: left;color:#666;}
+.container.news div.navs div.content li>span.date { float: right;}
+.container.news .info>ul>li>div.clearfix>div.img { width: 157px;}
+.container.news .info>ul>li>div.clearfix>div.pull-right{width:240px;height:110px;}
+.container.news div.navs div.content {padding-left: 15px;}
+.navs>.navs-tit>ul.navs-list>li {padding: 10px 15px; margin-right: 10px;}
+.search_box>ul.pull-left>li {width: 130px;line-height:50px;}
+.container.gushi>div.pull-right div.tit {margin-bottom: 11px;border-bottom: 1px solid #ddd;height:46px;overflow:visible;}
+.container.gushi>div.pull-right table>thead {background-color: #f4f0ed;}
+.container.gushi>.pull-left .navs>.content_box>.content {border: 1px solid #ddd;height:268px;}
+.container.gushi table {width: 100%;line-height: 29px;}
+.search_a input {width: 378px; height:30px; line-height: 28px; text-indent:1em;float:left;}
+.container.gushi table td { border: none; text-indent: 15px;color:#999;}
+.search_a select{height:32px;color:#666;float:left;margin:0 5px;}
+.container.vip ul>li>span { line-height: 30px;}
+
+.search_box .search a {background: #8e2609 url(../images/search-icons_06.jpg) no-repeat 8px center; line-height: 32px; height: 32px; padding: 0 15px 0 40px; color: #fff; font-size: 16px; }
+.container.yewu-bt>ul>li ul {padding: 0 15px 15px; line-height: 2;}
+.container.yewu-bt>ul>li ul>li>a:before{content:'';display: inline-block;margin-right: 8px;line-height: 24px; position: relative;width: 4px; height: 4px; background-color: #878787; top: -2px;}
+.navs.navs-n>.navs-tit a.pull-right {margin-top: 11px;}
+.container.yewu-bt>ul>li {width: 388px; margin-right: 15px;border:1px solid #ddd; }
+.container.yewu-bt>ul>li>div.tit { padding: 0 15px; line-height: 40px; border-bottom: 1px solid #ddd; }
+.container.yewu-bt>ul>li ul { padding: 0 15px 15px; }
+.container.ans {border: 1px solid #ddd; line-height: 38px; padding: 0 15px; box-sizing: border-box;background:#f5f5f5;margin:20px auto 7px}
+.container.ans>h6{font-size:16px;color:#8e2609;}
+.container.hezuo>ul>li {width:123px;margin-right:55px;}
+.hezuo_ul{padding-bottom: 25px;}
+.container>div.tit{overflow:hidden;border-bottom:1px solid #ddd;padding-top: 22px;}
+.container>div.tit>h2.t {font-size: 16px;position:relative;line-height: 37px;}
+.container .tit a{line-height: 37px;}
+.info .tit a{line-height: 22px;}
+.container>div.tit>h2.t:before {content:'';display:block;position:absolute;left:0;bottom:0;width:60px;height:3px;background-color:#8e2609;}
+.container>div.tit>h2.t.vip_h2:before{width:176px}
+table{border-collapse:collapse;}
+.container.hezuo>ul>li.r-l{margin-right:0;}
+.container.yewu-bt>ul>li.last{margin-right:0;}
+.container.yewu>ul>li.last {width: 278px;margin-right: 0;padding:0;}
+.container.yewu>ul>li ul {line-height: 31px;padding:0 18px;padding-top: 18px;}
+.container.yewu>ul>li { width: 446px;margin-right: 15px; border: 1px solid #ddd;box-sizing: border-box;padding: 0 0 25px 0;}
+.container.vip ul>li { width: 220px;margin-right:24px;height:220px;}
+.container.vip ul>li a {width: 220px;height:220px;overflow: hidden;}
+.container.vip ul>li a img {width:100%;}
+.container.vip ul>li:last-child{margin-right:0;}
+.wrap.search-wrap { margin: 15px auto;}
+.container.yewu>ul>li ul a {color: #666;}
+.container.bank-box>div.bank li{width: 162px;margin-right: 10px;height:90px;text-align: center;}
+.container.bank-box>div.bank li a{height:100%;}
+.container.bank-box>div.bank li a img{max-height:100%;max-width: 100%}
+
+.container.bank-box>div.bank li.last{margin-right:0; text-align: right;}
+.bank{padding-top: 15px}
+.bank ul{height:90px;overflow: hidden;}
+.container.bank-box>div.bank li:nth-child(7){margin-right:0;}
+.navs.navs-n>.navs-tit {border-bottom: 1px solid #ddd;margin-bottom:15px;height:32px;padding-top:26px;}
+.search_box ul li a {width: 100%; height: 100%; padding-left: 34px; color: #fff; font-size: 15px; border: 1px solid #ddd; border-left:0; box-sizing: border-box;}
+.container.gushi>div.pull-right .navs .navs-list li:first-child.active{border-left:0;}
+.container.yewu-bt>ul>li>div.tit>span.pull-left {font-size: 16px;}
+.search_box>ul.pull-left>li:nth-child(1)>a{ background: #8e2609 url(../images/search-icons_08.jpg) no-repeat 10px center;}
+.search_box .sl1 a{ background: #8e2609 url(../images/search-icons_08.jpg) no-repeat 10px center;}
+.container.yewu>ul>li>div.tit { line-height: 38px; color: #fff;background-color: #8e2609; font-size: 16px;padding:0 18px;}
+.container.yewu>ul>li>div.tit>h5{font-size:16px;}
+.container.yewu>ul>li>div.tit>a{color:#fff;}
+.search_box>ul.pull-left>li:nth-child(2)>a{background: #8e2609 url(../images/search-icons_03.jpg) no-repeat 10px center;}
+.search_box .sl2 a{background: #8e2609 url(../images/search-icons_03.jpg) no-repeat 10px center;}
+.container.yewu>ul>li ul>li {padding-left: 30px;background: url(../images/pdf-icon_03.jpg) no-repeat left center;}
+.search_box>ul.pull-left>li:nth-child(3)>a{ background: #fff url(../images/search-icons_11.jpg) no-repeat 10px center; color:#666; }
+.search_box .sl3 a{ background: #fff url(../images/search-icons_11.jpg) no-repeat 10px center; color:#666; }
+/**/
+.kuaijie{ background:#ebebeb; height:125px;width:100%}
+.box{ float:left;}
+.box li{ float:left; font-size:15px;}
+.box li .ico1{ background:url(../images/gq.png) center no-repeat;}
+.newlist{ height:45px; border-top:1px solid #f7f7f7;}
+
+.adscroll { overflow: hidden; font-size:14px;}
+.newlist i{ float:left; font-style:normal; padding-right:12px; color:#4f0302; line-height:45px; font-size:14px;}
+.newlist img{ margin-right:10px;}
+.adscroll span { display: block; }
+.adscroll .row { line-height:45px; }
+.adscroll a{ color:#333}
+.adscroll a:hover{ color:#4f0302}
+.riqi{ float:right; color:#999}
+#myTab{height:125px;padding-bottom:3px; float:left;}
+#myTab li{text-align:center;float:left;width:132px;font-size:14px;border-right:1px solid #fff; height:125px; overflow:hidden;}
+#myTab>li:last-child{border-right:0;}
+#myTab li a{width:100%;}
+#myTab li a:hover{color:#fff;}
+.container.gushi>div.pull-right div.tit>a.pull-right {margin-top: 7px; margin-right: 15px;}
+.iconfont1{ background:url(../images/nav_icon_01.png) center 30px no-repeat;}
+.iconfont1:hover{background:url(../images/nav_icon2_01.png) center 30px no-repeat;}
+.iconfont2{ background:url(../images/nav_icon_02.png) center 30px no-repeat;}
+.iconfont2:hover{background:url(../images/nav_icon2_02.png) center 30px no-repeat;}
+.iconfont3{ background:url(../images/nav_icon_03.png) center 30px no-repeat;}
+.iconfont3:hover{ background:url(../images/nav_icon2_03.png) center 30px no-repeat;}
+.iconfont4{ background:url(../images/nav_icon_04.png) center 30px no-repeat; }
+.iconfont4:hover{background:url(../images/nav_icon2_04.png) center 30px no-repeat }
+.iconfont5{ background:url(../images/nav_icon_05.png) center 30px no-repeat; }
+.iconfont5:hover{background:url(../images/nav_icon2_05.png) center 30px no-repeat;}
+.iconfont6{ background:url(../images/nav_icon_06.png) center 30px no-repeat; }
+.iconfont6:hover{background:url(../images/nav_icon2_06.png) center 30px no-repeat;}
+.iconfont7{ background:url(../images/nav_icon_07.png) center 30px no-repeat; }
+.iconfont7:hover{background:url(../images/nav_icon2_07.png) center 30px no-repeat;}
+.iconfont8{ background:url(../images/nav_icon_08.png) center 30px no-repeat; }
+.iconfont8:hover{background:url(../images/nav_icon2_08.png) center 30px no-repeat;}
+.iconfont9{ background:url(../images/nav_icon_09.png) center 30px no-repeat; }
+.iconfont9:hover{background:url(../images/nav_icon2_09.png) center 30px no-repeat;}
+#myTab li i:hover{background-color:#930;}
+#close{width: 15px; height: 15px; position: absolute; z-index: 10;top: 4px; left: 108px;}
+#myTab li span{display:block; padding-top:30px;}
+#myTab li i{display:block; line-height:125px; font-style:normal;}
+#myTab li.active{color:#fff;background:url(../images/tabs.png) center bottom no-repeat;padding-bottom:7px;}
+#myTab li.active span{background:#ff6600;border:1px solid #ff6600;}
+.container.news.relative {overflow: visible;height:352px;}
+div#aside-left {position: absolute;left: -132px;top:-5px;}
+.search_a{ height:50px; line-height:50px; border:1px solid #e4e4e4; border-radius: 3px;width:798px;background-color:#f7f7f7;}
+.search_box>ul.pull-left{width:400px;}
+.container.news .info li>div.tit>h3.t {font-size: 16px; color: #4d4d4d; padding-left: 10px;position:relative;}
+.container.news .info li>div.tit>h3.t:before{content:'';display:block;position:absolute;width:3px;height:100%;background:#e3e3e3;left:0;}
+.container.news .info>ul>li.last{width:288px;margin-right:0;border: 0; padding-left: 0;padding-top:0;float:right;}
+.container.news .info>ul>li {width: 446px; border: 1px solid #ddd;padding: 15px; margin-right: 10px;box-sizing:border-box;height:352px;}
+.search {float: left;padding:10px; font-size:14px; color:#666; line-height:32px;}
+.container.news .info>ul>li.last>div.tit li {line-height: 17px; font-size: 16px;margin-right:10px;padding-left:10px;position:relative;}
+.container.news .info>ul>li.last>div.tit li a{line-height: 17px;}
+.container.news .info>ul>li.last>div.tit li.active:before{content:'';display:block;width:3px;height:100%;position:absolute;left:0;background-color:#ddd;}
+.container.news .info>ul>li.last>div.tit li.b{padding-left:10px;}
+.container.news .info>ul>li p { line-height: 21px;}
+.container.news .info>ul>li a.move {margin-top: 14px;padding: 6px 12px;background-color: #8e2609;color: #fff;}
+.search_txt { float: left; margin-right: 4px; }
+.container.vip .bd ul.picList>li>div.title {line-height: 35px;}
+.search_input { float: left; width:325px; border: 1px solid #e8e8e8; }
+.search_input input {padding-left:5px; background: #fff; border: none; height: 28px; }
+.search_input_word { width:320px; float: left; }
+.search_input_btn { width: 22px; float: right; background:#8e2609; }
+.adjj{ float:left; margin-top:12px; margin-bottom:12px;}
+.shipin{ float:right; margin-top:10px;}
+.shipin h2{ border-left:3px solid #e3e3e3; font-size:16px; margin-bottom:10px; padding-left:10px;}
+.xiala{ float:left;}
+.vip-main{margin-bottom: 15px;}
+.gushi{margin-top: 15px;}
+.bd_content{overflow: hidden;position:relative;width:444px;z-index: -1}
+.bd_title{background:#f4f0ed;margin-bottom: 8px;}
+.bd_content span{display:inline-block;width:107px;text-align: center;line-height: 30px;font-size: 14px;color:#999;}
+.bd_content .bd{height:210px;overflow:hidden;}
+.bd_content .bd span{width:111px;}
+.bd_content ul li{float:none;height:30px;line-height: 30px;}
+.bd_content:first-child{z-index:999}
+.bd_content:first-child ul{z-index:999}
+/**/
+#footer{ background:#e8e8e8; font-size:14px;overflow:hidden;width:100%}
+.foot_top{ padding-top:46px;width:100%}
+.foot_lt{ float:left; width:82%;}
+.foot_sm_lt{ width:78%; float:left;}
+.foot_lt dl{ float:left; width:20%;}
+.foot_lt dt{line-height:38px; font-size:16px; color:#171717; margin-bottom:10px;}
+.foot_lt dd a{ line-height:32px; font-size:14px; color:#666;}
+.foot_lt dd a:hover{ color:#8e2609;}
+.foot_sm_rt{ float:right; width:22%;}
+.foot_sm_rt dl{ width:100%;}
+.foot_rt{ float:right;}
+.big_wx{ margin-top:35px; text-align:center;}
+.foot_bot{ height:52px; line-height:52px; background:#323232;width:100%}
+.bot_lt{ float:left; color:#fff;}
+.bot_lt span{padding:0 6px;}
+.bot_rt{ float:right;}
+.bot_rt a{ color:#fff;}
+.bot_rt span{ padding:0 12px; color:#fff;}
+.youqing {border-top: 1px solid #d3d3d3;
+height: 30px;
+line-height: 30px;
+padding-top: 12px;
+padding-bottom: 12px; margin-top:15px;}
+.youqing_left{ float:left;}
+.youqing_left a{ font-size:16px; color:#333; padding-right:12px;}
+.youqing_left a:hover{ color:#666; text-decoration:none}
+.youqing_right{ float:left; width:850px;margin-bottom: 15px;}
+.youqing_right li{ float:left;height:28px; line-height:32px; margin-right:15px;}
+.youqing_right li a{ color:#666666;}
+.youqing_right li a:hover{ color:#666666; text-decoration:underline;}
+.foot_rt p{ font-size:16px;}
+
+/* about */
+.banner_i{height:213px;width:100%;background:url(../images/about_banner_02.jpg) no-repeat 50%;}
+.nav_i{background:#f3f3f3;width:100%;height:43px;line-height: 43px;font-size: 14px;color:#a4a4a4;}
+.nav_i a{display:inline-block;padding-left:28px;background:url(../images/home_03.png) no-repeat left center;color:#a4a4a4;}
+.about{padding:33px 0 160px;}
+.about_aside{width:285px;float:left;margin-right:75px;border:1px solid #f1f1f1;}
+.about_main{width:810px;float:left;}
+.about_aside h3{line-height: 54px;font-size: 24px;color:#FFF;background:url(../images/title_bg_03.png);margin-bottom: 16px;text-align: center}
+.about_aside ul li{line-height: 37px;width:285px;}
+.about_aside ul li a{display:inline-block;padding-left:58px;width:227px;color:#000;font-size: 14px;background:url(../images/sj_07.png) no-repeat 39px center;}
+.about_aside ul li.on a,.about_aside ul li:hover a{background-color:#f1f1f1}
+.about_main h4{font-size: 18px;color:#b72e22;}
+.about_main .p{font-size: 14px;color:#666;line-height: 57px;}
+.about_m_title{color:#9e0404;font-size: 15px;line-height: 69px;height:69px;border-top:1px solid #f3bcbf;border-bottom:1px solid #f3bcbf;margin-bottom:23px;}
+.about_m_title span{display:inline-block;width:36px;height:36px;margin:-4px 25px 0 10px;vertical-align:middle;background:url(../images/about_m_bg_03.png) no-repeat left bottom}
+.about_m_title p{display:inline-block;width:258px;padding-left: 13px;}
+.about_m_title a{float:right;width:21px;height:27px;margin:24px 23px 0 0;background:url(../images/about_bo_19.png) no-repeat center;}
+.about_m_txt{padding:20px 0 30px;display:none;}
+.state_3_txt{display:block;}
+.about_m_txt p{font-size: 14px;color:#666;line-height: 22px;margin-bottom: 20px;}
+.about_z_main{padding-top:25px}
+.about_v_main{width:800px;}
+.about_v_main a{display:inline-block;width:247px;margin:0 8px 40px;text-align: center;}
+.about_v_main a div{width:247px;height:162px;position:relative;overflow: hidden;}
+.about_v_main a div img{width:100%;height:100%;}
+.about_v_main a div span{position:absolute;top:50%;left:50%;width:39px;height:39px;background:url(../images/about_v_14.png);margin-left:-19px;margin-top: -19px;}
+.about_v_main a p{font-size: 14px;line-height: 28px;color:#FFF;background:#666;}
+.about_v_main a:hover p{background:#b72e22}
+.msk{background:rgba(0,0,0,0.5);width:100%;position:absolute;left:0;top:0;z-index: 1;}
+.about_v_msk{width:790px;height:490px;position:fixed;top:50%;left:50%;margin-top: -250px;margin-left:-400px;background:#666;z-index: 2;padding:25px 25px 10px;display:none;}
+.about_v_msk video{width:100%;height:100%;}
+.about_v_msk a{position:absolute;top:0;right:10px;border-radius: 50%;color:#FFF;font-size: 30px;}
+.about_v_msk a:hover{color:#b72e22}
+.about_x_main{width:796px;}
+.about_x_main h2{font-size: 18px;color:#4c4b4b;line-height: 50px;font-weight: bold;background:#e1e1e1;position:relative;padding-left: 26px;}
+.about_x_main h2 span{position: absolute;left:0;bottom:-20px;}
+.about_x_list{margin-left:16px;border:1px solid #e1e1e1;padding:47px 0 24px;}
+.about_x_item{height:50px; color:#1d1d1d;padding:25px 40px 23px 147px;background:url(../images/dl_07.png) no-repeat 40px center;}
+.about_x_item h4{font-size: 15px;line-height: 26px;display:inline-block;color:#1d1d1d}
+.about_x_item h4 p{font-size: 13px;}
+.dl{float:right;width:70px;height:24px;font-size: 13px;color:#FFF;line-height: 24px;background:#b72e22;text-align: center;border-radius: 4px;margin-top: 14px;}
+.about_x_item:hover{background-color:#ededed}
+.page{text-align: center;margin-top: 50px}
+.page ul{display:inline-block}
+.page ul li{display:inline-block;margin:0 5px;color:#1d1d1d;line-height: 30px;}
+.page ul li a{display:block;width:30px;height:30px;border:1px solid #e1e1e1;color:#1d1d1d;}
+.page ul li.first a,.page ul li.last a{width:50px;height:30px;}
+.page ul li a:hover,.page ul li.on a{background:#df392d;color:#FFF;}
+
+/* team */
+.team{width:1076px;padding:65px 0 100px;text-align: center;}
+.line{display:block;height:1px;background:#ececec;}
+.team_title{margin-bottom:48px}
+.team_title h2{font-size: 18px;color:#313131;line-height: 33px;font-weight: bold;position:relative}
+.team_title h2:before{content:'';width:431px;height:1px;background:#ececec;position:absolute;left:0;top:15px;}
+.team_title h2:after{content:'';width:431px;height:1px;background:#ececec;position:absolute;right:0;top:15px;}
+.team_title p{font-size: 14px;color:#8d8d8d;line-height: 22px;}
+.team ul li{float:left;width:243px;margin-right: 32px;border:1px solid #eee;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s}
+.team ul li:last-of-type{margin-right:0;}
+.team ul li.last_li{margin-right: 0}
+.team_img{width:243px;height:253px;overflow: hidden;}
+.team_img img{width:100%;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s}
+.team ul li h4{font-size: 16px;color:#000;line-height: 31px;margin-top: 9px;}
+.team ul li p{font-size: 12px;color:#333;line-height: 22px;margin-bottom: 9px;}
+.team ul li:hover{background:#b72f23;}
+.team ul li:hover h4,.team ul li:hover p{color:#FFF}
+.team ul li:hover img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}
+.team_i_l{float:left;width:244px;border:1px solid #eee;margin-right: 55px;}
+.team_i_img{width:244px;height:251px;overflow: hidden;}
+.team_i_img img{width:100%;}
+.team_i_l p{font-size: 16px;color:#666;line-height: 46px;}
+.team_i_txt{float:left;width:773px;text-align: left}
+.team_i_txt h4{font-size: 18px;line-height: 26px;color:#b72f23;margin-bottom:34px }
+.team_i_txt p{font-size: 14px;line-height: 27px;color:#666;text-indent: 2em}
+.team_n{margin-top: 28px;}
+.team_n h5{font-size: 16px;line-height: 39px;border-bottom:1px dashed #eee;position:relative;text-align: left}
+.team_n h5:after{content:'';width:63px;height:1px;background:#b72f23;position:absolute;left:0;bottom:0;}
+.team_n ul{float:left;padding-top: 20px;line-height: 30px;}
+.team_n ul li{float:none;border:none;font-size: 15px;width:auto;text-align:left;}
+.team_n ul li:hover{background:none;}
+.team_n ul li:hover a{color:#b72f23;}
+.team_n .back{float:right;width:128px;height:38px;background:#b72f23;border-radius: 5px;line-height: 38px;color:#FFF;font-size: 15px;margin-top: 35px;}
+
+/* entry */
+.entry{padding-top: 53px;padding-bottom: 300px}
+.entry_in{padding-bottom: 30px}
+.entry h3{font-size: 18px;line-height: 45px;color:#313131;border-bottom:1px solid #f8f8f8;font-weight: normal;}
+.entry h2{font-size: 18px;line-height: 38px;color:#510303;padding-top: 29px;font-weight: bold;}
+.entry p{font-size: 13px;line-height: 21px;color:#666;font-weight: bold;}
+.entry_link{display:block;width:120px;height:36px;line-height: 36px;border-radius: 5px;background:#510303;text-align: center;color:#FFF;margin-top:50px;font-size: 16px;}
+.entry_link:hover{background:#b72f23}
+.entry_i{width:1100px;margin:0 auto;}
+.entry_i h2{font-size: 22px;color:#510303;line-height: 63px;text-align: center;padding:0}
+.entry_i table{width:100%;border:1px solid #eaeaea;text-align: center;height:1030px;color:#333;font-size: 14px;}
+.entry_i table td{}
+.entry_i table tr td:first-child{width:200px;}
+.entry_i table input[type="text"],.entry_i table textarea{width:-webkit-calc(100% - 5px);width:-moz-calc(100% - 5px);width:calc(100% - 5px);border:none;height:100%;}
+.entry_i table input[type="radio"],.entry_i table input[type="checkbox"]{margin:-2px 9px 0 13px;vertical-align: middle}
+.entry_i table label{cursor:pointer}
+.entry_i form p{font-size: 14px;line-height: 38px;padding-top: 17px;border-bottom:1px solid #eaeaea}
+.entry_i form .p2{border:none;padding-top: 2px}
+.entry_i form p span{float:right;color:#510303}
+.file{width:142px;height:127px;background:#d4d4d4;position: relative;overflow: hidden;}
+.file_img{width:142px;height:97px;}
+.file_img img{width:100%;}
+.file span{width:100%;height:30px;line-height:30px;background:#510303;position: absolute;left:0;bottom:0;z-index: 1;color:#FFF;text-align: center;cursor: pointer;}
+.file input{width:100%;height:30px;line-height:30px;position: absolute;left:0;bottom:0;z-index: 2;opacity:0;cursor:pointer;padding:0}
+.file:hover span{background:#b72f23}
+.entry_i form ul{margin:30px 0 0 0}
+.entry_i form ul li{font-size: 14px;color:#333;margin:0 64px 0 14px;line-height: 30px;text-align: center;}
+.entry_i form ul .last{margin:0 0 0 14px;}
+.entry_i form ul li a{color:#fff;width:64px;height:30px;background:#510303;float:right;margin-left: 14px;}
+.entry_i form ul li a:hover{background:#b72f23}
+
+/* login */
+.login_header{height:90px;line-height: 90px;border-bottom:1px solid #f8f8f8 }
+.login_header span,.login_header img{vertical-align: middle;margin-top: -10px;}
+.login_header span{display:inline-block;height:34px;width:1px;margin:-10px 25px 0;background:#eaeaea;vertical-align: middle;}
+.login_header h2{display:inline-block;font-size: 24px;color:#505050;}
+.login_header p{font-size: 16px;color:#313131;float:right;}
+.login_header p a{color:#8e2609;}
+.login{padding:123px 0;background:url(../images/login_bg_02.jpg) no-repeat 50%;}
+.login_wrap{width:440px;height:421px;margin:0 auto;border:1px solid #eaeaea;border-radius: 8px;padding:0 43px 43px;background:#FFF;}
+.login_wrap h2{font-size: 28px;line-height: 110px;color:#8e2609;text-align: center;background:url(../images/login_03.png) no-repeat 110px center;}
+.login_wrap .name,.login_wrap .password{width:413px;padding-left:27px;border:1px solid #eaeaea;height:55px;line-height: 55px;border-radius: 5px;margin-bottom: 25px;}
+.login_wrap .password{margin-bottom: 0}
+.ts{height:55px;line-height: 55px;margin-bottom: 12px;}
+.login_wrap div input{vertical-align: middle;margin-right: 5px;}
+.login_wrap div a{float:right;}
+.l_btn{width:100%;text-align: center;height:55px;line-height: 55px;background:#8e2609;font-size: 26px;color:#FFF;margin-top: 30px}
+.login_wrap .name:focus,.login_wrap .password:focus{border-color:#b72f23}
+#footer.login_footer{height:33px;padding:31px 0 34px;background:#FFF;text-align: center;font-size: 12px;color:#666;}
+#footer.login_footer ul{display:inline-block;margin-bottom: 10px;}
+#footer.login_footer ul li{padding:0 8px;border-right:1px solid #666;line-height: 12px}
+#footer.login_footer ul li:last-child{border-right:none;}
+
+/* sign */
+.sign{padding:140px 0 145px;background:url(../images/sign_bg_02.jpg) no-repeat bottom center;}
+.sign_wrap{width:532px;margin:0 auto;padding-left:32px;}
+.sign_t{border-bottom:1px solid #ececec;text-align: center;margin-bottom: 47px;}
+.sign_t h2{display:inline-block;font-size: 24px;line-height: 45px;color:#666;padding:0 15px;cursor: pointer}
+.sign_t h2.on{color:#8e2609;border-bottom:3px solid #8e2609;}
+.sign_t span{display:inline-block;margin:0 19px;width:1px;height:22px;background:#ececec}
+.sign span{font-size: 15px;line-height: 36px;color:#666;}
+.sign_item input{width:450px;height:36px;border:1px solid #ececec;border-radius: 5px ;margin-bottom:18px;}
+.sign input.yz{width:322px;margin-right: 10px;height:42px;}
+.sign .sign_item2{margin-left: -31px;}
+.sign .sign_item2 i{border:1px solid #ececec;display:inline-block;margin-top: -2px;}
+.sign_c{margin-top: 22px; margin-left: 74px;font-size: 14px;}
+.sign_c input{margin:0 5px 0 0;vertical-align: middle}
+.sign_c a{color:#8e2609}
+.sign .l_btn{width:458px;float:right;}
+
+/* culture */
+.culture{padding:33px 0 50px;position:relative}
+.culture .about_m_title{border-top:0;border-bottom:1px solid #9e0404}
+.culture .about_m_title span{width:8px;height:8px;margin:-4px 13px 0 3px;background:url(../images/about_m_bg1_03.png) no-repeat left center;}
+.culture .about_m_title p{background:url(../images/about_bg_07.png) no-repeat left 8px;color:#FFF;}
+.culture .about_m_txt{display:block;padding:0 0 30px;}
+.culture .about_m_txt p{margin:0;text-indent:2em;line-height: 24px;}
+.culture_txt2_item{/*height:110px;overflow: hidden*/;margin-bottom: 20px;padding:0 10px 0 20px}
+.culture_txt2_item p{padding-top:10px;}
+.culture_txt2_img{float:left;width:130px;height:110px;text-align: center;margin-right: 30px;position:relative}
+.culture_txt2_img img,.culture_txt3_img img{position:absolute;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);max-width:100%;max-height: 100%}
+.culture_txt3_item{padding:15px 20px 0 30px;border:1px solid #ececec;margin-bottom: 20px;}
+.culture_txt3_img{float:left;width:160px;height:129px;text-align: center;margin-right: 30px;position:relative;}
+.culture_txt3_m{float:left;width:440px;}
+.culture_txt3_m h3{font-size: 16px;line-height: 40px;color:#000;}
+.culture_txt3 .culture_txt3_m p{text-indent: 0;color:#666;line-height: 24px;max-height: 50px;overflow: hidden;}
+.culture_txt3_m a{display:block;font-size: 16px;color:#000;margin-top:10px}
+.culture_txt3_item:hover h3,.culture_txt3_item:hover a{color:#9e0404}
+.l_entry{display:block;width:187px;height:55px;line-height: 55px;font-size: 22px;color:#FFF;background:#9d0000;border-radius: 5px;text-align: center;margin:80px auto 0}
+.to_en{width:150px;padding-left:50px;height:50px;border:1px solid #9d0000;color:#FFF;line-height: 50px;font-size: 16px;margin-top: 30px;position:absolute;top:480px;left:0;background:#9d0000 url(../images/2.png) no-repeat 15px center;}
+/* state */
+.state_nav{width:100%;padding:20px 0;background:#fafafa;}
+.state_nav ul{width:1200px;margin:0 auto;height:53px;}
+.state_nav ul li{height:53px;}
+.state_nav ul li.l2{width:153px}
+.state_nav ul li.l3{width:155px}
+.state_nav ul li.l4{width:135px}
+.state_nav ul li.l5{width:135px}
+.state_nav ul li.l6{width:170px}
+.state_nav ul li.l7{width:180px}
+.state_nav ul li.l1{width:135px}
+.state_nav ul li.l8{width:137px}
+.state_nav ul li a{display:block;padding-left:52px;border-right:1px solid #ddd;height:43px;padding-top:10px;}
+.state_nav ul li:last-child a{border-right:0}
+.state_nav ul li.l8 a{padding-left:60px;}
+.state_nav ul .l1 a{background:url(../images/state_nav_08.png) no-repeat 14px center}
+.state_nav ul .l2 a{background:url(../images/state_nav_20.png) no-repeat 14px center}
+.state_nav ul .l3 a{background:url(../images/state_nav_14.png) no-repeat 14px center}
+.state_nav ul .l4 a{background:url(../images/state_nav_03.png) no-repeat 14px center}
+.state_nav ul .l5 a{background:url(../images/state_nav_05.png) no-repeat 14px center}
+.state_nav ul .l6 a{background:url(../images/state_nav_23.png) no-repeat 14px center}
+.state_nav ul .l7 a{background:url(../images/state_nav_17.png) no-repeat 14px center}
+.state_nav ul .l8 a{background:url(../images/state_nav_11.png) no-repeat 14px center}
+.state.team h2{font-size: 26px;}
+.state.team p.p{font-size: 16px;color:#333;line-height: 33px;text-indent: 2em;text-align: left;padding:0 40px;}
+.logo span{display:inline-block;width:1px; height:24px;margin:-4px 20px 0;background:#ddd;vertical-align: middle}
+.logo p{display:inline-block;font-size: 16px;color:#313131;}
+.nav_i .back{float:right;padding-right:26px;background:url(../images/back_03.png) no-repeat right center;color:#df392d;margin-right: 10px;}
+.state_1 .about_m_txt h4{font-size: 16px;color:#373737;font-weight: bold;line-height: 32px;}
+.state_1 .about_m_txt p{margin-bottom: 10px;}
+.state_1 .about_m_txt{padding:0 0 40px;}
+.state_7_list{padding:7px 27px;}
+.state_7_list dl{margin-bottom: 40px;}
+.state_7_list dt{line-height: 56px;font-size: 16px;color:#df392d;font-weight: bold;}
+.state_7_list dd{line-height: 26px;font-size: 15px;color:#686868}
+.state_7_list .page{margin-bottom: 30px;}
+.state_6_main{width:835px;}
+.about_aside ul .state_6_nav{display:none;}
+.about_aside .state_l6.on .state_6_nav{display:block}
+.about_aside ul .state_6_nav li a{border-bottom:1px solid #f1f1f1;background:url(../images/enter_06.png) no-repeat 236px center;font-size: 13px;}
+.about_aside ul .state_6_nav .active a,.about_aside ul .state_6_nav li:hover a{background:url(../images/enter_03.png) no-repeat 236px center;color:#9d0000;}
+.about_aside .state_l6.on>a{background:#f1f1f1 url(../images/xsj_03.png) no-repeat 39px center;}
+.state_6_item{display:block;border-bottom:1px solid #f1f1f1;padding:26px 20px 36px 20px}
+.state_6_time{float:left;margin-right:25px;width:80px;height:90px;border:1px solid #9d9d9d;text-align: center;}
+.state_6_time h3{font-size: 36px;color:#9d9d9d;line-height: 64px;font-weight: bold;}
+.state_6_time p{background:#9d9d9d;font-size: 15px;color:#FFF;line-height: 26px;}
+.state_6_txt{float:left;max-width: 680px}
+.state_6_txt h4{font-size: 16px;line-height: 28px;color:#343434;margin-bottom: 9px;height:28px;overflow: hidden;text-overflow: ellipsis;}
+.state_6_txt p{font-size: 14px;line-height: 25px;color:#727272;max-height: 75px;overflow: hidden;}
+.state_6_item:hover .state_6_time{border:1px solid #df392d;}
+.state_6_item:hover .state_6_time h3,.state_6_item:hover .state_6_txt h4{color:#df392d;}
+.state_6_item:hover .state_6_time p{background:#df392d;}
+.nav_i a.a2{background:none;padding:0;}
+.nav_i a:hover{color:#df392d}
+.state_in p{font-size: 15px;line-height: 23px;color:#808080;margin-bottom: 18px;}
+.state_in_title{text-align: center;padding:0 0 15px 0;border-bottom:1px dashed #ddd;margin-bottom: 50px;}
+.state_in_title h2{font-size: 22px;color:#df392d;padding-top: 75px;line-height: 62px;}
+.state_in_title p{font-size: 14px;color:#a5a5a5;line-height: 50px;display:inline-block;}
+.state_in_title span{margin:0 8px;}
+.state_in_title .share{display: inline-block;margin:-5px 0 0 25px;}
+
+/* stock */
+.stock{text-align: center}
+.stock_nav ul{width:900px;}
+.state_nav.stock_nav ul li{width:223px;}
+.stock_nav ul .l5 a{background:url(../images/problem_03.png) no-repeat left center;}
+.stock_nav ul .l8 a{background:url(../images/download_03.png) no-repeat left center;}
+.state_nav.stock_nav ul li a{padding-left: 100px;background-position-x:60px }
+.state_nav.stock_nav ul li.l1 a{border-left:1px solid #ddd;}
+.state_nav.stock_nav ul li.l8 a{border-right:1px solid #ddd;background-position-x:55px}
+
+.stock_img{margin-bottom: 50px;}
+.stock .team_title h2:before,.stock .team_title h2:after{width:460px;}
+.stock .team_title p{font-size: 12px}
+.stock .team_title span{color:#df392d}
+.stock h4{font-size: 16px;color:#333;line-height: 36px;}
+.stock.state p.p{font-size: 16px;color:#333;line-height: 36px;text-indent: 0}
+
+/* trust */
+.header_trust_nav .menu li{margin:0 5px;}
+.header_trust_nav .menu li a{width:auto;padding:0 30px;}
+.header_trust_nav .menu li a:hover,.header_trust_nav .menu li a.hover{background:url(../images/trust_nav_bg_03.jpg) no-repeat left center;color:#ba392d!important;}
+.trust_title{margin-bottom:20px;}
+.trust_nav{margin-bottom:65px;}
+.trust_nav ul{display:inline-block}
+.trust_nav ul li{margin:0 18px;float:left;width:auto;border:none;}
+.trust_nav ul li a{display:inline-block;padding:0 14px;line-height: 26px;color:#333;border:1px solid #ddd;border-radius: 14px;font-size: 16px}
+.trust_nav ul li:hover{background:none;}
+.trust_nav ul li a:hover,.trust_nav ul li.on a{color:#df392d;border-color:#df392d}
+.team.trust_f p.p{padding:0;text-align: center;margin-top: 20px;}
+.trust_y{margin:0 auto;width:640px;}
+ul.trust_y li{float:left;width:250px;padding:0 25px;height:296px;margin:0 10px;background:#f5f5f5 url(../images/trust_y_06.png) no-repeat center 38px;border:none;border-top:4px solid #df392d;position:relative}
+.trust_y li.r{background:#f5f5f5 url(../images/trust_y_03.png) no-repeat center 38px;border-top-color:#ffae00;}
+ul.trust_y li h3{font-size: 16px;line-height: 79px;padding-top: 84px;color:#313131;position:relative}
+ul.trust_y li h3:after{content:"";position: absolute;bottom:20px;left:109px;width:31px;height:2px;background:#df392d;}
+ul.trust_y li.r h3:after{background:#ffae00}
+ul.trust_y li p{font-size: 13px;color:#999;line-height: 20px;text-align: left;max-height: 100px;overflow: hidden;text-overflow: ellipsis}
+ul.trust_y li.l:hover{background:#f5f5f5 url(../images/trust_y_06.png) no-repeat center 38px;}
+ul.trust_y li.r:hover{background:#f5f5f5 url(../images/trust_y_03.png) no-repeat center 38px;}
+ul.trust_y li:hover p{color:#999}
+ul.trust_y li span{position: absolute;bottom:-14px;left:0;width:300px;height:14px;background:url(../images/yy_03.png) no-repeat top center;}
+ul.trust_y li:before{content: "";position: absolute;bottom:-13px;left:0;width:15px;height:13px;background:#df392d}
+ul.trust_y li:after{content: "";position: absolute;bottom:-13px;right:0;width:15px;height:13px;background:#df392d}
+ul.trust_y li.r:before,ul.trust_y li.r:after{background:#ffae00}
+.trust_2{padding-top:45px;}
+.trust_2 h4{font-size:18px;color:#323232;line-height: 52px;text-align: center;}
+.trust_2 .h4_2{line-height: 106px;}
+.trust_2 p{font-size:15px;color:#505050;line-height: 31px;text-indent: 2em;}
+.trust_2 p:last-child,.trust_2 p:nth-last-of-type(2){text-align: right;}
+.trust_2 p:nth-last-of-type(2){margin:20px 0 0 0 ;}
+.h2_title{border-bottom: 1px solid #e1e1e1;margin-bottom: 20px;}
+.h2_title h2{display:inline-block;font-size: 18px;color:#4c4b4b;line-height: 50px;border-bottom:2px solid #df392d}
+
+/* news */
+.news_t{padding:20px;border-bottom:1px solid #f1f1f1}
+.news_img{width:157px;height:113px;float:left;margin-right: 50px;}
+.news_txt{}
+.news_txt h3{font-size:16px;line-height: 28px;color:#343434;}
+.news_txt p{font-size:14px;line-height: 25px;color:#727272;height:50px;overflow: hidden;text-overflow: ellipsis;margin-bottom: 5px;}
+.news_txt a{font-size:14px;color:#FFF;background:#8e2609;padding:6px 13px}
+.news_txt a:hover{background:#9d0000}
+
+/* ques */
+.ques_main dl{border-bottom:1px dashed #f1f1f1;margin:0;}
+.ques_main dl dt{line-height: 48px;}
+.ques_main dl dd{padding-bottom: 50px;display:none;}
+.ques_main dl dt .ques_btn{float:right;color:#df392d;font-size: 24px;}
+
+/* entry_c */
+.entry_c{padding-top:50px;}
+.entry_ci{width:100%;}
+.entry_img{width:400px;height:350px;position:relative;overflow: hidden;}
+.entry_img ul{width:auto;height:350px;;position: absolute;top:0;left:0}
+.entry_img ul li{width:400px;margin:0;float:left;border:none;}
+.entry_img ul img{width:100%;}
+.entry_ci ul li:hover img{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
+.entry_img a{position:absolute;top:155px;left:0;font-size: 40px;color:#FFF;opacity:0.1;-webkit-transition: .3s;-moz-transition: .3s;transition: .3s}
+.entry_img a.r{left:371px;}
+.lx{font-size:16px;color:#fff;background:#df392d;padding:7px 15px;float:left;margin:20px 0 0 153px; }
+.entry_img:hover a{opacity:0.5;}
+.entry_img a:hover{opacity:1;}
+.entry_txt{width:740px;}
+.entry_c h2{font-size:18px;line-height: 28px;color:#343434;text-align: center;}
+.entry_c h3{font-size:17px;line-height: 28px;color:#343434;display:inline-block;float:left;margin-bottom: 10px}
+.entry_c p{font-size:15px;line-height: 28px;color:#343434;text-align: center;}
+.entry_c .team_i_txt p:first-of-type{text-align: center;text-indent: 0;margin-bottom: 20px;}
+.entry_c .team_i_txt p{text-align: left; text-indent:0;font-size: 16px}
+.entry_c p.p2{font-size:16px;margin-top: 20px;text-indent: 0}
+
+/* share */
+.share_main .search{width:100%;float:none;padding:20px 0}
+.share_main .search input{width:742px;margin-right: 10px;height:29px;border:1px solid #ddd}
+.share_main .search a{width:50px;height:31px;line-height: 31px;color:#FFF;text-align: center;font-size: 14px;background:#b72e22}
+.share_main ul{margin:20px 0 0 0;border:1px solid #ddd}
+.share_main .page ul{margin:0;border:0}
+.share_main ul li{float:none;}
+.share_main ul li:first-child{background:#f2f2f2}
+.share_main ul li span{font-size: 14px;color:#666;line-height: 39px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align: center;}
+.share_main ul li span:last-child{border-right:none;}
+.share_main ul li:last-child span{border-bottom:none;}
+.share_main ul li span:nth-child(1){width:140px;}
+.share_main ul li span:nth-child(2){width:330px;}
+.share_main ul li span:nth-child(3){width:180px;}
+.share_main ul li span:nth-child(4){width:180px;}
+.share_main ul li:first-child span{font-size: 16px;}
+.share_in table{border:1px solid #ddd;font-size: 15px;}
+.share_in table tr{height: 38px;}
+.share_in table tr td{padding-left:10px;}
+.share_in table tr td:first-child{width:75px;padding-left: 65px;background:#f2f2f2;font-weight:bold;}
+.share_in table tr:nth-child(5) td{height:56px;}
+
+/* entry_cc */
+.entry_cc{padding:11px 0 11px 30px;background:#f1f1f1;}
+.entry_cc p{font-size: 14px;color:#b72e22;line-height: 37px;}
+.entry_cc p a{color:#666;margin:0 8px;padding:0 9px;line-height: 23px;}
+.entry_cc p a:hover,.entry_cc p a.on{background:#b72e22;color:#FFF;}
+
+/* .entry_ci_1 */
+.entry_ci_1.team{margin:0 auto;padding:0 0 100px;}
+.entry_ci_1 p{text-align: left;margin-top: 20px;}
+.entry_ci_1 table{width:100%;text-align: left;border:1px solid #ddd;}
+.entry_ci_1 table tr{background:#ddd}
+.entry_ci_1 table tr:nth-child(2n){background:#fff}
+.entry_ci_1 table td{padding-left:20px;height:40px;font-size: 15px;}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/home/view/szwjs/public/css/experts.css b/app/home/view/szwjs/public/css/experts.css
new file mode 100644
index 0000000..b3efd33
--- /dev/null
+++ b/app/home/view/szwjs/public/css/experts.css
@@ -0,0 +1,16 @@
+.swiper-button-next{
+ margin-left: 60px;
+}
+.swiper-button-prev{
+ margin-right: 60px;
+}
+.swiper-button-next, .swiper-button-prev{
+ position: relative;
+ top: 0;
+ width:32px !important;
+ height:32px !important;
+ background:rgba(245,165,136,1);
+ border:1px solid rgba(235, 76, 18, 1);
+ border-radius: 3px;
+ margin-top: 0 !important;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/financedetail4.html b/app/home/view/szwjs/public/css/financedetail4.html
new file mode 100644
index 0000000..6031491
--- /dev/null
+++ b/app/home/view/szwjs/public/css/financedetail4.html
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+ {$menu.menu_seo_title|default=$site_seo_title} {$site_name}
+
+
+
+ {include file="public:head" /}
+
+
+
+
+ {include file="public:nav" /}
+
+
+
+
+
+
+
/
+ {if condition="isset($state)"}
+
+ {else}
+
+ {/if}
+
+
+
+
+
+ {if condition="count($list['photos'])"}
+
+
+ {if condition="$list['c_video']"}
+
+
+
+
+
+ {/if}
+ {foreach name="list['photos']" item="vo"}
+
+
+
;?>)
+
+
+ {/foreach}
+
+
+
+ {else}
+ {notempty name="list.c_logo"}
+

+ {/notempty}
+ {/if}
+
+ {if condition="isset($list['detect']) and !is_null($list['detect'])"}
{$list.detect==1?'检测未通过':($list.detect==2?'检测通过':'未检测')}
{/if}
+
+
+
+
+
+
+
托管资产名称:{$list.c_name}{if condition="$list['c_tag'] eq 1"} {/if}
+
资产托管代码:{$list.c_code}
+
数量:{$list.c_num|default="--"}
+
卖家报价:{$list.c_price|default="--"}
+
本所指导价:{$list.c_gprice|default="--"}
+ {if condition="!empty($list['c_tprice']) and $list['c_tprice']!='/'"}
+
第三方评估价:{$list.c_tprice|default="--"}
+ {/if}
+
买家应价:
+
托管类别:
+
+
+
+
+
+
+
+ {if condition="$list['c_notice'] and file_exists('.'.$list['c_notice'])"}
+
+
卖家承诺书:
+ {if condition="pathinfo($list['c_notice'],PATHINFO_EXTENSION ) eq 'pdf'"}
+
+ {/if}
+
+
尺寸:{$list.c_size|default="-"}
+
材质:{$list.c_material|default="-"}
+
风格:{$list.c_class|default="-"}
+
托管日期:{$list.c_gptime|date='Y-m-d',###}
+
+
+ {$list.c_content|default="-"}
+
+
+ {$list.c_evaluation|default="-"}
+
+
+ {$list.c_transaction|default="-"}
+
+
+
+
+
+
+
+
+
+{include file="public:footer"/}
+{include file="public:scripts"/}
+
+
+
+
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/font/iconfont.css b/app/home/view/szwjs/public/css/font/iconfont.css
new file mode 100644
index 0000000..8c5f98a
--- /dev/null
+++ b/app/home/view/szwjs/public/css/font/iconfont.css
@@ -0,0 +1,109 @@
+
+@font-face {font-family: "iconfont";
+ src: url('iconfont.eot?t=1523615213972'); /* IE9*/
+ src: url('iconfont.eot?t=1523615213972#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAB/gAAsAAAAAL/AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZXBkmEY21hcAAAAYAAAAGdAAAEbGxsZoxnbHlmAAADIAAAGMgAACN0yJ8wPGhlYWQAABvoAAAAMQAAADYwpZHOaGhlYQAAHBwAAAAgAAAAJCd4I6dobXR4AAAcPAAAAD8AAADA4z7/uWxvY2EAABx8AAAAYgAAAGLCNLhKbWF4cAAAHOAAAAAfAAAAIAFKANtuYW1lAAAdAAAAAUUAAAJtPlT+fXBvc3QAAB5IAAABlwAAAqZPLCPGeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk2cM4gYGVgYOpk+kMAwNDP4RmfM1gxMjBwMDEwMrMgBUEpLmmMDgwVDw7ztzwv4EhhrmfYQZQmBEkBwAgfg0feJzF1DluU1EYxfH/sx1nnidDYgabwUBI+iglRZpIKRCiQDRpkg0ErynZR7KTswTacD4fNygSVIhn/az3ru7zHc53DcwAbTuwDrRGNL6jGbi1mbS3WZi0d/jp5wEvfNdirJ76GmqkAx3rRKc607kudKWxbnX/8OC+YzXa0+BRn0td60Z3kz5/vhqPN+Ccz3x59PnKN75P+jxlj3367PCM557fS78z5BWvecNbRrzng9fxkVmvdpkjeuyyyiZbbHglHVaY44lXuc4iS6zxjnm6Xvc2h/757l9n+c+u5v8N/fu1VF+tT9OnIxtPeYqacg6oFU4EtcPZoE44JTQTzgt1w8mh2XCGaC6cJpoP54oWwgmjxXDWaCmcOloO549WwpWAVsM1gdbC1YHWw3WCNsIVgzajzoa2wlWEtoOa707UOdJuUOP3ovZKe0G17QfVtx/UvAZBjTkMasxRUPM6CGqPj6POrE6CWutpUPt3Fq5tdB51lnUR1Lovg9rLq6i0dR3UPv0Inws0DiqTm6AyvI36L9FdUPt0Hxz+Ap+unzsAAAB4nK1aCZQcxXnuv6rPOXpmevqYnZmd3bn30uzsziWxp87V6l4JhLRIQhIghIREJFsSEIFWQgIFdGWFwQIUlgUENjhcFiKADcEkoJhgJ5FkbHiOgxM7ISa2g/1y7fTmr5ldoRiS55fnmZ2q6qrq6u6q//v+769eTuC48b+jr9IA5+cauDZuFreE40BshphKaiGazmdIMxhRwbB0labj6agUj2VoF1gxUTfbi/mUJUqiB1SIQC7aXkxnSBoK+W7SAe1mLUBNKLhMS4Y1egwcgXTkgD2PjIJRFw97uqfY/S09enu9X97l0rQaTTski4IgE8J7VNhimYqgOET7McETNF6tayR14KpJBxesdNeHtHUH81trk5YCMDQE/lC9+kSPL+jDv91B06/VSF63HAi64wkddv29M+B31aZ+zOEH8Fn/hL5NWzgDD0xRioDVDSULS2KKI6VusOAore2Akfv4BeY/i8ldt43ZYzOTjZsEkiXT484fzBUWwPX8DYWWB6EAyuK5ILBxeZbQo2SYUzgvF+SiHOcv4mxYIMbSQrHgy6dBYkUTK0sgGj7dSo46HORhp2L/TaArAGdk3v5JTWIwaf/M4SIPu5xlg1fAIId53v4H0/zA7YXHXQ773wKRyLuCAD93uOyrvO7vTDzTPmLS2zkPxwk6W7gUXrDI5t8gpkPCbyXZLDscMr3AUna74vj4+D/wQKdwtdwUrpsb4FZxm3G4XAbiMRUMPQJ1IJVMy8y1l9IZKKTz3ZBuj4CuYocMwSWW8EpYmWuPUEOXRL+OXXvASuM8FvKpeEwShXyx3dRF7A9pVjTQhtgBeduj/+XBa59cn+htofH9PJna6VB5SmHliSE14HYHVIdflWXV/yszogZU2etyCBHnydND7VnhploybfrpoTtXLYMdNYlgUHPpzu9hQZAdqoRl0nTTvUsPL8uumh8mN80C8IKmaA5twd55N7qtkOWW3X5dc8vX1Bpuyy0oLo9cr/L2Dzff7ybTVpPEjV2bv7x0vlsLBOI1Tt2JuSa5nDLv1Ctzjev8n2QlR3CFo+CgP7cVssJWsNpVaXudvIs24OB0tLA6rh7x1M7NRExdwS3HM6qAiYlGG/206Pu0CLooRXGq2/LFUjQCxjTwfV5NPIoTjzVoTCbW9EUz9fWZqFTNqindEzbKrxrhsEFmsfTzy+Q+q9Lfsv95svBPVmUQi7RaEYCIZbLUtD+q5tU6+yMrErHYDx+ZVJ77DfINtL96nKKoCpKvygUlXwYkAe0+mQGElpAsRkCkd479qiYGEKuhrkq+z/5E8kr2rxRe0WQQQJA1hSevQjRo02AsFoRyMHrhQUF4UPD5BOH++wXM2SUr1x2iJhfhmrkWvDIiGc0ML6+bFqa5buiBopVDjKNNtwK2YQ88wrY2ck/bVKD3bNx4N5mW3bqfzKIP7QoFwnTHfWQO3b/l0OLrCbl+8aKNhGxcBGuiG3o2/AGlBzd0X1/f8vItt3zFC0C0J2+++eVmjWxYuHADqabslsj4x+NH6a/pAWTTGXhXKVHCC4qJdEorFSMEZxBhlKGSSCyTt9oRK6ViCvEVj5aYFXhAtMw6YCbRCtFuoO/odbw58sWv2D/NNjx+askfHVlnCNG0XwjueuZb69/5dlsWnE/19B59M0zNNyGo26/fpYZT6ns+njreU1Nh9S7o1YNwLTX9u56uxxGehGBWN5YNLdb9znp93ckNoZpO+9R3njpLfelzw3pdUg8dZOd9zx9wO99zh5OeuyDITdr+CFnLIeUppKQAHbHX2mt7YS2sJfX2WhjpsUdgLXdJ3yHWF3tKCnYagZFee8Qe+RHgeT2w1h6pcNdr9E9pL64h8rGO/TBBg1EYcabyeGoKCQZ5vthOv+b326dg0O/Xsx77lH1Kb/X6/TBon/Knsx4YhEFvjk75TBvrzRr11jqqVc7HW5PwukP0F3SIMzkLWW83dxu3l9vHccmJ9ZCYR4gj7lIiLliuDWLxqmnhn4EmhLZdcR3tFlanimhnJfZtt1g1ntsm6nVofThWxRQZpaK3ZKdhFf4V8DSpOmJqwirxJJgK04AIkpyc5iJOHhqn+rzplKBQbVoMTgAkP3zokZ/U1yYApsT89c7Q9bMBfYF/sZdviX13RkgWQeIpsS6TlVAHocjtPYOmPxp+5YAcN+saGuoCCenEhZAVAmiNzWv8k1tueamJF4JvHLzrjaBAbd8KEFoT6IFJnYOABrwshKPwvXtfpvTNB4SWyAjytlftuzECMrhvWp7qkhpdXWqTCDzU7Zy76OYSkYAAiW2ZHZJ3HnLpgXRHGkKG+sQhpSE4iidnbjxAyP7NPL//CUpP7RMlu7mK4/GT/EK6A1fFzfyyEPWVfFFfHSgQV0jcH/enfVH6ztj5PPlWvtueYsdmknpi2Vvz8BjkwXENvF+043C+NBN+bTvJ3PJL9qNwmf0WwI3cRX5aRz7knJyKVoZTXvX6GaA+i3Bfepvn3/5SJf3gHPkQy/e9xfNv3felt20euh9m548/Rn9I1yLDB5gy4iQ0miJXSnFpo8omFWYB+6z9iSiC++w7oIqi/a/vjF7g+QujD5/n+fN0rWD/69lv27/E9fJ8+yyowrX8uZHRC5ReGB05V7nGG/Q07eZquCRaITOJDEUBpkdIDo3GYnQAF9kL7/zJ0dY2gI7tx0aObe/AbMmMW/OPuWM1Yx/R5w8ceI7nnztw4HnHaGl//5Jj2zs7q/0a048zyn3hwPN0sldVPwzRZAULiOs2dNexdBswB1NqA+azReq098J+valLt/tNE87oXU1Axu299m69u1GHF436egNe1Bvr4pPY5znyOBvPr0AbUwBo22K8rTIuui1zL+zB8fBcex47157HziX3fPYqVW2F94dfXD0Lvels5mNiYi1UVxGFBmP2QtRQAdqLXROzZDCn2gVViOGBv+oWJqpRn+Acri33qhr//UdHvy9o9vDB05QM0dP2l1WNbBkY2EI0Jlq3bDlGtX8JJUBT8VjVIEE4Tf270e/z/HujH6pa+XV6+uDrrx88TW7T1KaFzGssbFI1LG+8h6J/wfI4B4mQVivfwKpvkGu1UGJSi+6hMboXrZ5jfDdBd8V2i8Zsp5oMq/CcvVgNpVTYZ7sYqcNz8IyarHVX55hsgY+Z5mPcUpmNXHU6yMCo0wce16jLAz742OdkBXbsZG6TmxCs5Aeo9xPoo1q4LLO4ig+KIevpjPCYzSUZteWRrdpRA+rIfBA1oj72yxlxnnthvrS0ZfO2zS3Llzdtviy/vvEF+0j7YKK/PzF4XTUrr4FO+034wE588snMFwZ/uLwZP4MfDTa1xBMv3A/JxIK3FiaSycTCtxYkkiTYUh5pgZtaJudmiEfvzoWqq41LF0VRwSRFlImldNTHFJMET9lPJdqySbgCsnOzAFewA/up9j4sn2ep/VQyy5orNZVWNr48Mf4+ZB8ZtVqKK3JzUKOt5LgaiPooPqYPHziWSscrF0U5W2TRTK6Qx0lSoRakizWVWTOShco8GZPHfmy/tBmnjedmjO2nu58uHX7ocGl576vvvdpr7/KH/TODrYVszSlWIlMvn4rCAtDUYAawg0eiUaxdNpWU/xqO2NuR3f6FaHYbHLa3z5ja0TF1+dVXLyfaOY+mec6dC2fC+HduxjnV71fPnWsqlZrORc+7Nc19/nxjqdR43h7Y59d1/759rGnfP86YnOsD9L/orQyvyXTJkqxSWiEmmdQsvEWcz+5vmTFj/7P2vyPhfm3GkedetJ9csWTHU8/C2uvef3Z/Cdtesf/dfgfOnbGfHujf+8zzsHrNlRufnLA3xO+zuJYexO/UifhyQiVaqHAqKtGXZtLHVxHA1fglF/VhCIKutRKAIGJ9qOQMiKuAxoCmnk9Jl5Tp9PLtrUjC3a1kXyV/IuAMO9HTGZ7y7R7T9MBVLt2Qe7sdHllyuDIew37mE4/f72HJtmMeXfewhA6RnuzYh9kegjmNZHvm2z8OOBw1EBn7ptcA00sjXtO+26k5eLmjw0F5vxN2guG1C8SIGIQlr10scRgLTtpxkmvCKKvIXYaR1mJuGXcLdzsqjru5I9wwN8qdYihGU2mGNJsYI85sJgIdMDFF+OwTosGIF1rBiqM9iWYpZ0TRWqOlaAFzxmsMGOx8bENCjP6ux8Qh6XfXQEh/KWtfawThahSWKDmzWEN+rIda9RDQ4CNrslf09dlXwzbwOLbbAvl6uZb8eM3YtfSh8hNIzKGQYf8T9oRaHTDcICt/1wNufBnPhKDxjyH9aj1kC6wppMM4Jmv81isv350156zZ5vDA1eV+GG9dYx8K6dlqp6xeC4NZ2PnbjLDdoX7uCOHBVg7GPxzfyG+nR7k0rqwFloRe9BJASalEVf+XihpizZLSpTRs+iYRZx006YdnXrL/fP7sjQ+chPV3de60zx68o79/EcROPvhwjb3ffgEi3zza19cKh14jYunQnHmv2B83RJ94+o/his3Xxfd1fiG45hr7u/f+4Q4McFyP2rtgIUS+fXRuXyeL+Ss+50H0OWu4Pdyj3Fe4Z7l3EaKxOJJ/KVVRp4g4MYN6NpdqhRSLmkrosOuYkDUt1LgWy80S079s08cDrLYb3Y8kSqZVlc00XdlZwTo8piKGNFJFOlsiCyCZLK66m1aSSqf8zEhb2SaMVaiGaIWSgReU0qmKvkJGMAoGw/hEaEdZeMRuxqrobhH7IU/jhaU4lkg4ltl1ap5EPOG6jXN4Qt264HYTLeioF4lMJIdHd/BKKBSNh2vi6WzC4zX8btUwJVHOxQSvy+ciZshLJPNylapunndpfDqnWg07omEPkeadGidOIjt7rq6tcQNfvPXO7dmWW4s8uGsSe4IOR1CY72qpK+pi2hFIxboJKTb1tsWkBsUXiHSRfKPL41mgonP2HZNUpySHfFdc6dCiCcM0LN2MUMufaCSppDlEHIeag5cvXnGim/IyUYMmH69TmwqOWlNxE58IqPsJoBoR650KkQWAhN8faAvxvNOjqx7eUCNWpEsN8ABqIOzShaaHly++oqb5iELOhgK8yzH10JK+fiO1FEcB4Jc2GP19Kx+tUZyBmFJ+JkNrA3LBHXGsk1vamy7jM9DmSMo5p65cLmUKTZ1i6yvzeDPof5zqqtMjEkc45FGUcFJ1Gp5QrR+nx2sIxOEHEFG8OS5yoAcVRy0iIsf1cPO59dyN3GFUiKg1kO5TzcxPIjX5UVwkkZkqFUju7WgpyPPo/ytkH60Qf0UR5CpKQLqknikWHCp+yRYE03rIZywCx04VSYNGbFrM26AFqlAHzCKLadPSVXLvG26fz/2Gywfgm3LHHdD4VR9+/mci2Njuc0E36/q/lEmUDq3TXOX6ykgu8iOXtn7PWA95bPUuHrZdVb6BvDtzvers6u6+NaVYjodmKKafl5bLAeW0mw9AbX4WPOpzA6kMW8ZByFvfhNpIpHZfpBZ5LvIN8NWwkWt8e6vbnnsvVixZf6cCb7k0vOxYp9unuWqUg2TMXu7au3rVQW8Rls6YsS0YSE1VlD9YphCP5bjRAfKIS2tsTc7Mhyf9NY+ekNPQV83llnKr2C5GTMKpi7H5MlEPFfNpioKbbUSlfd1spk2ros8KPraTUV3KyhZQgek05klSrLqyUJOlyTreqRiKve64bHpBPuUwFXhOlv6KNNeXj9c3E8zJFsxBNT10brF8vNBPaX+BbCnOpR5TLd8Lz3lU1WMvZun/KM9WPR7VfgXL8ANJsnfdLamGfFLG8PUByZDsA+vrGhvqqKuuobHO/onT43FCsDBndmHsV4XZcwrrnapKHMGamuAw1ODnOCtOasc9fBfOj5eLc81cHjVNJ9eLuobzR33xNDInqseoaUlRHws2sVCy2DddiTosMZWOEGZvyGAZkjSihckfutdCiRf+0GkI5thJeEIwneUPyE+7lhCI5vryqZZ832VejQzoDStSjuZSZmUyGFUccqyt/CPyNftJuNL+ClxZvgKADo2N1iabyf7ybc3JCF1T/joMdBUa7uJz1+zI8V/WW4NdA6/pNBCsI6GvOcP1UwJtKfeJjo5DHR33dHaeO8eJ42V8xjvwGRswOtjIfZEb4r6OVoBCDdk8g6yPTCtOpkjsfgaiimNARs6AULSQjlNpPz5sMoVIYzvrkUoH5hLi6VTFkDqguvmVqrRLahWK2Ct5cSsPCeGSGLvyzqEDJqK4HMN/MxQqArAZR0Kt7WFWyjZfqhsuLFJZHZgWEcVganWL063VdoSvrNG3/5H4juoQb5ZC6qZftxYa6uFVL4ButxpmSqAet1vv8tr/4fGsWPm0sGUAbrnDKUkE/MkHt/pS1LdLcX51ZolQl1sUu3xJbbpb8oTdD9SYPLUdmw8TemTT5sOUHt204DpCr1uAKdmALlASe2WX3CPKsthTTfM8yE5hSoZ3yXx+ogEaNLcE1FPvsESP7KCuqW5jpeq4Wgy77XG3Q8xuCRAIQtSpW41umZiUB2L/QFXlHZLU8NqAKPUqCyhITjcJ8vOdvibXgCj31hiNXpFPyFRMyOGQJF3Ju3hxlB7ZvOlI5W6PwNNkA94oEHa7b+Bt5tnd5LFg4i3KRcEp89kpvOzic3gI5sUYav0EDlq4AjeN6+Kms/j8szhIMQb/DRzEY/8XEKbxjfc7TQTCELwomK7yX1CuuS/lChfmFdKZwrxOn0YuN5LNbU3OlqmtVyXDMcXpSGbL75I/sx+Ca+yTcE25C5TPQULz4qXRSST4s8Hugdf9wYtAqMklnRNA6OhAIEzsT+2hFyr7I3UsVvbjDbLtZWS4UtSsbnIjq/kLuWoQQ3MscOlhBo+NOAkv0/DY33cNECCWlw56TUJM79ifuZJvjm2VNGnrz77h9ssH9st+FX459m+0ewZZ2jX2dS+6T7+XLvDqoFv2oz+zD68QhBXwBXuV7AJx8yYRXAo8NvafE1jdSe++BKvP/7ZYLfwOsNreDRlShWp7BFSSgcL/itRK7B7/DFIZUPmBwLSwJAaTq5udbl+4I7Q8qP/eSfEs4nQn4vSGTzJ5xOkZL/jtHMKUp6rq1ju99pjHc+WKrwo3LoGb91ZhmnhgC8JU26k4n5xRAupUBbHTl9B63ZIadp8ImAK1PYt2d4a3Dh9bBvTwptLKZn3xxg2d5FrCrL5bcV6K0u4cotTFt2TQTSFKZfx0XwJSyaNUQKoPIkiloPp/glTZIYqNry9hTLCQILBchAlGrcm5FEEaNBq8ohBXCANpUJauFNy88Miyo8NbIx27F206Ak91bLhhkdG0svQbELUYJAuXQFR1I0JpBZ8E7bYRcTmb7asyeYSrGK0wKkbZmWpoeDEOZ1saFmolf7QqxKOVHY7qK79kVXIVaKb82MpdhOxaSVZhDsGGEJneVn6sbTrBnKzCPNQQBLJrXnlFsY+QviKR/eFtbtPtNsvz2RYYfH9o8mzM9VBIb5sO8OkY8C1WZ3dh+7Uwt4iDhP3bXGbQdI9oYf90biKOGaLvYBzj44JcgsugD2bvWtKpT7UHi3DzNOmLog2WclI02wXZtmhbLUSzbYVPS/m2aC2ZbDTo64+4vOWVFYz6aJ/PzI19l1zrll/8sk3AvvRHfnrUoXvG+n0GQ3XCO3YB6Im7FCecgPb2B3K5E+0A7Q9gmfvNPdGkAm2V3b42KOba2q02YG9IU3TP522o7oA9WNnUpcMZ07T7J/ZESWVtP8a1ldmOuZ+tqIIAlejkUoKYvp3+otBHyneX7yZ9cwHmFugvin1QPuHx0CGYk7dHYXVhzs/K26bOB5g/lRyzH1aUif2gW+lZHLsX7zXPXk+kiySN4arI3mWwfQCzm5SKTDhb1bAOSTAXmXiNla6+dYvQklmkLzU3UmdMuemjj25SYk7a2OxrcIi6Q6WUUG0KjTWCTDZ+4U4IwJ1f2EhkaIzRKRq2UdWhi46GsrCzBP0dBsQMw/6h0dEPpZ3CNb0EDF+Egqzkp4MaA2FAUxp5vlHRBgS2OTc9r8hAIz4DSC97nvFfjm/jHciPUcSAyt69TcQAJgamGJBSq0plEaC2fvqW2/72zO11oVnd3i+urtEWmY0CtM/tI3Qwu7O28aEOd9fsUN3tZ/729ptP687LTjbW7swOUpzfdhAazUVacNUXJ/fUzsbP0BJ3B85hgTnCHPq0/2duoDtFnxj3/b/zQmz4g7H+YZsbHjs+XD7z/lj/cVYePl5+sVp/fGy4Uj9vuFpvvw9nhkn/ME0Mk+H36ZZKOXmcHP+AbsXycZq8pL7SB85c9QHhbO6D3z4dJliyud8+Hb64Nzz5vqKEWKpsmSOIjLbKawbkteKvP4sa+LxXDhPvh9C/z8bxdGYh7N9eDFOzKvu+Ra2UzxAqZiBfdYoqwM9n716XoyPbHbGGmGP7CM2tu21W65Jsdknr3DWErKFD+XW7Z/2+/eZ3fLru+w50/v6s3evyNgdTBq5a2gJ0bd/ctf8N9kr2/3icY2BkYGAA4tMZa67E89t8ZeBmYQCBa9+WvYXR/x/9z1DeztwP5HIwMIFEAaliD+AAAAB4nGNgZGBgbvjfwBCjwvD/0f9vytsZgCIowAAAsMUHZXicY2FgYGB+ycDAwoCM//9H5YPF3mKIeaOrIQEX/n8EZwsDsQ0QN/3/y5IIFSsDspHVv4G746MKkjgAWeMQzAAAAAAAAHYAogDgAPwBlgGkAiACXAKoAxQDKgM+A3oEQARwBJAEwgUABSgFUAW8BdoF+AZKBnoHAAcwB64Iqgj2CjALCAuYDAoNHA2QDeAO7A9aD7IP2hAIEHAQqhFYEYARugAAeJxjYGRgYDBgOM8gwAACTEDMBYQMDP/BfAYAIwECJgB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxtUdly2zAM1LqOmNiWXddpet/34dZyM532M/IFGVamJCQqmUhmZenrC1LyU8IZkCCwu8AAwSDozii4/awwwB0McYAQAoc4wghjTBBhihnuYo57WOAY93GCB3iIR3iMJ3iKZ3iOF3iJV3iNN3iLd3iPD/iIT/iML/iKJb7hO1aIA+zEhqTOrRz8+B39U+WWElmcF6SVqBXtSK9nFwzYGivL0tSnv36GqdKFItEY6zJHlBi9tJUqw9QJ0bzHLxNz1fjr5EbEXwdJYSo1vFSpHebmrxpKWp1OGyv1ju2SLYvDytjKmsNeId476+mGdLaRzogBoo/PuYFKuc6Z3uZGZ6JTiBeMcKDWd82WSxMxo2RMS6mt7aLNWS+zVCs3kAvSqZ12/jU1irN03OZU5ZQw8Np6FdO44A1eHPniSW6skxaOfCUp7BhhZiX/xNYa9vS4No00XWzWibgKjfoj9cTneuBtldajzBreRaNqG+2n4+cbuc2cc2rH0Uz439nZxL/90kW1ZKmC9sTYE8dutjxDhwyC/8uR08cA') format('woff'),
+ url('iconfont.ttf?t=1523615213972') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('iconfont.svg?t=1523615213972#iconfont') format('svg'); /* iOS 4.1- */
+}
+
+.iconfont {
+ font-family:"iconfont" !important;
+ font-size:16px;
+ font-style:normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-dianhua:before { content: "\e62c"; }
+
+.icon-39:before { content: "\e6ab"; }
+
+.icon-vertical_line:before { content: "\e63a"; }
+
+.icon-weixin2:before { content: "\e616"; }
+
+.icon-jiantouarrow486:before { content: "\e6aa"; }
+
+.icon-fenlei:before { content: "\e615"; }
+
+.icon-youjian:before { content: "\e648"; }
+
+.icon-icon-user:before { content: "\e678"; }
+
+.icon-fanhui:before { content: "\e650"; }
+
+.icon-jiantou-copy-copy:before { content: "\e668"; }
+
+.icon-jiantou-copy-copy-copy:before { content: "\e669"; }
+
+.icon-close:before { content: "\e617"; }
+
+.icon-kefu:before { content: "\e63c"; }
+
+.icon-home:before { content: "\e61d"; }
+
+.icon-ai04:before { content: "\e676"; }
+
+.icon-yuanxuankuang1:before { content: "\e663"; }
+
+.icon-sousuo:before { content: "\e628"; }
+
+.icon-jiantou1:before { content: "\e622"; }
+
+.icon-jiantou2:before { content: "\e623"; }
+
+.icon-dingdangdaisuo:before { content: "\e6c6"; }
+
+.icon-jiantou:before { content: "\e605"; }
+
+.icon-huiseweixuanzhong:before { content: "\e61c"; }
+
+.icon-sousuo1:before { content: "\e61b"; }
+
+.icon-jiajianzujianjiahao:before { content: "\e64d"; }
+
+.icon-tourongzifuwu:before { content: "\e601"; }
+
+.icon-zhangguiwenhuajinfu:before { content: "\e602"; }
+
+.icon-wenhuaqiyezhai:before { content: "\e603"; }
+
+.icon-zhishichanquanjiaoyi:before { content: "\e604"; }
+
+.icon-zhangguiwenhuajinfu1:before { content: "\e606"; }
+
+.icon-zhongchoufuwu:before { content: "\e607"; }
+
+.icon-zhaipai:before { content: "\e608"; }
+
+.icon-jiaoyi:before { content: "\e609"; }
+
+.icon-guapai:before { content: "\e60a"; }
+
+.icon-tuoguan:before { content: "\e60b"; }
+
+.icon-woyaoguapai:before { content: "\e60c"; }
+
+.icon-wenhuachanyeban:before { content: "\e60d"; }
+
+.icon-woyaotuoguan:before { content: "\e60e"; }
+
+.icon-zhangguiwenhuajinfu2:before { content: "\e60f"; }
+
+.icon-guoyouyewu:before { content: "\e610"; }
+
+.icon-jiantou2-copy:before { content: "\e677"; }
+
+.icon-icon_youxiang:before { content: "\e611"; }
+
+.icon-icon_QQ:before { content: "\e612"; }
+
+.icon-icon_dianhua:before { content: "\e613"; }
+
+.icon-s-wenli:before { content: "\e614"; }
+
+.icon-jiantou1-copy:before { content: "\e6c7"; }
+
+.icon-dingweiicon:before { content: "\e618"; }
+
diff --git a/app/home/view/szwjs/public/css/font/iconfont.svg b/app/home/view/szwjs/public/css/font/iconfont.svg
new file mode 100644
index 0000000..4d94642
--- /dev/null
+++ b/app/home/view/szwjs/public/css/font/iconfont.svg
@@ -0,0 +1,171 @@
+
+
+
+
diff --git a/app/home/view/szwjs/public/css/font/iconfont.ttf b/app/home/view/szwjs/public/css/font/iconfont.ttf
new file mode 100644
index 0000000..fc7f425
Binary files /dev/null and b/app/home/view/szwjs/public/css/font/iconfont.ttf differ
diff --git a/app/home/view/szwjs/public/css/font/iconfont.woff b/app/home/view/szwjs/public/css/font/iconfont.woff
new file mode 100644
index 0000000..be24532
Binary files /dev/null and b/app/home/view/szwjs/public/css/font/iconfont.woff differ
diff --git a/app/home/view/szwjs/public/css/ie.css b/app/home/view/szwjs/public/css/ie.css
new file mode 100644
index 0000000..84fc520
--- /dev/null
+++ b/app/home/view/szwjs/public/css/ie.css
@@ -0,0 +1,532 @@
+.detailsbg{
+ overflow-x: hidden;
+}
+.menuleft{
+ float: right;
+ right: 0;
+ position: absolute;
+}
+.logosearch{
+ float: right;
+ right: 0;
+ position: absolute;
+}
+.fivetitle{
+ width: 100%;
+}
+.marketsearch{
+ float: right;
+ right: 0;
+ position: absolute;
+}
+.marketsearchIcon{
+ margin-top: 7px;
+}
+.ietitle{
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+ width: 100%;
+ text-align: center;
+}
+.iedes{
+ position: absolute;
+ top: 69%;
+ transform: translateY(-50%);
+ width: 100%;
+ text-align: center;
+}
+.iedes2{
+ top: 60%
+}
+.ieicon{
+ position: absolute;
+ top: 40%;
+ transform: translateY(-50%);
+ width: 100%;
+ text-align: center;
+}
+.businessright table tbody{
+ height: 50px;
+}
+.iezhanlicon{
+ position: absolute;
+ top: 40%;
+ transform: translateY(-50%);
+ left: 40%;
+ text-align: center;
+}
+.iezhanl{
+ position: absolute;
+ top: 60%;
+ transform: translateY(-50%);
+ width: 100%;
+ text-align: center;
+}
+.ieshangshi{
+ width: 100%;
+ position: relative;
+ text-align: center;
+ top: 25%;
+ left: 20%;
+}
+.shangshides{
+ width: 100%;
+ text-align: center;
+ top: 55%;
+ left:-30%;
+}
+.modethreepadding{
+ padding-left: 0;
+}
+.iswidth{
+ width: 100%
+}
+.ielineleft{
+ margin-top: 74px;
+}
+.iedes3{
+ top: 59%;
+}
+.ieleftimg{
+ top: 30%;
+ left: 30%;
+ position:absolute;
+}
+.ieleftfriedn{
+ top: 40%;
+ left: 30%;
+ position:absolute;
+}
+.ieright{
+ top: 30%;
+}
+.menufriendname{
+ margin-top: 20px;
+}
+.gongguan{
+ margin-top: 170px;
+ margin-left:170px;
+}
+.residencemenuboxtitle{
+ float: left;
+}
+.residencemenu{
+ padding-bottom: 80px;
+}
+.gomorepage{
+ width: 100%;
+ text-align: center;
+ line-height: 48px;
+}
+.gongguan2{
+ margin-top: 70px;
+ margin-left:70px;
+}
+.residencemenued{
+ position: absolute;
+ top: 300px;
+ width: 100%;
+ left: 70px;
+}
+.gongguan3{
+ left: 40%;
+}
+.ietitle3{
+ position: absolute;
+ top: 40%;
+ transform: translateY(-50%);
+ width: 100%;
+ text-align: center;
+}
+.iedes3{
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
+ width: 100%;
+ text-align: center;
+}
+.footertopleft{
+ float: left;
+}
+.footertopright{
+ float: right;
+}
+.weixfont{
+ float: left;
+}
+.saoguan{
+ float: right;
+}
+.loginbutton{
+ text-align: center;
+ line-height: 56px;
+ width: 100%;
+ padding-left: 40%
+}
+.loginname{
+ top: 10px;
+}
+.numberrighticon{
+ background-size: 100% 100%;
+}
+.authcode{
+ top:4px;
+}
+.centerbutton{
+ padding-top: 13px;
+}
+.centerbutton2{
+ padding-top: 6px;
+}
+.buttonleft{
+ margin-left: 40%
+}
+.modeleft{
+ float: left;
+}
+.moderight{
+ float: right;
+ width: 924px;
+}
+.modelefttop{
+ position: absolute;
+}
+.modeleftmenu{
+ position: absolute;
+ margin-top: 50px;
+}
+.lefttutitle{
+ position: absolute;
+ margin-top: 30px;
+ text-align: center;
+ width: 100%;
+}
+.leften{
+ position: absolute;
+ margin-top: 60px;
+ text-align: center;
+ width: 100%;
+}
+.leftmenu{
+ line-height: 67px;
+ text-align: center;
+ width: 100%;
+}
+.jiesh{
+ width: 180px;
+ text-align: right;
+}
+.tagtitle{
+ line-height: 60px;
+}
+.tagline{
+ line-height: 60px;
+}
+.tagtitleen{
+ line-height: 60px;
+}
+.hometabs{
+ line-height: 64px;
+}
+.tabstitle {
+ line-height: 64px;
+}
+.marketsegment {
+ line-height: 64px;
+}
+.backcolor{
+ position: absolute;
+ right: 60px;
+ line-height: 64px;
+
+}
+.tabslastfont {
+ float: right;
+ position: absolute;
+ right: 0;
+ line-height: 64px;
+}
+.detailstitle{
+ width: 1200px;
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+}
+.sharecon{
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+}
+.sharetitle{
+ float: left;
+ line-height: 42px;
+}
+.jiathis_style{
+ float: right;
+ line-height: 42px;
+}
+.jiathis_style{
+ margin-top: 15px;
+}
+.comefont{
+ left: 20%
+}
+.upname,.uptitle{
+ line-height: 42px;
+}
+.detailsdown{
+position: absolute;
+right: 0;
+}
+.headerightbun{
+ line-height: 32px;
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+
+}
+.expertsmr{
+ float: left;
+}
+.expertsmrright{
+ width: 840px;
+ float: left;
+}
+.expertsmt{
+ position: absolute;
+ top: 230px;
+ width: 100%;
+ left: 30px;
+}
+.jiancolor{
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+ line-height: 32px;
+}
+.swiper-button-next, .swiper-button-prev{
+ margin-top: 40px !important;
+}
+.liastedimgwh{
+ width: 100%;
+}
+.basictitle{
+ line-height: 60px;
+}
+.linecolor{
+ margin-top: 15px;
+}
+.numberinputwh{
+ margin-top: 3px;
+}
+.numberlogoleft{
+ line-height: 52px;
+}
+.bankdelete{
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+ line-height: 48px;
+ top: 40%;
+}
+.textareacenter textarea{
+ margin-top: 3px;
+}
+.jiahao{
+ position: absolute;
+ top: 30%;
+ width: 100%;
+ text-align: center;
+}
+.uoimg{
+ position: absolute;
+ top: 50%;
+ width: 100%;
+ text-align: center;
+}
+.moderightname{
+ width: 900px;
+ line-height: 38px;
+}
+.linkorangewh{
+ margin-top: 12px;
+}
+.jianf{
+ line-height: 24px;
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+ margin-top: 5px;
+}
+.jiesh{
+width: 140px;
+float: left;
+}
+.modekuai{
+ float: right;
+}
+.lastedbutton{
+ position: absolute;
+ right: 0;
+ line-height: 32px;
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+}
+.lastedsearchinput{
+ width: 836px;
+}
+.policiescontitle{
+ line-height: 96px;
+}
+.policiescontime{
+ position: absolute;
+ right: 0;
+ line-height: 96px;
+}
+.basicconicon,.basiclogo{
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ text-align: center;
+ display: inline-block;
+ *display: inline;
+}
+.basiclogo{
+ margin-top: 20px;
+}
+.basicname{
+ position: absolute;
+ right: 0;
+ line-height: 32px;
+ display: inline-block;
+ *display: inline;
+ text-align: center;
+}
+.basicright{
+ width: 648px;
+}
+.logintime{
+ position: absolute;
+ right: 0;
+ margin-top: 60px;
+}
+.sicon{
+ margin-top: 9px;
+}
+.liststyle{
+ width: 1034px
+}
+.centerbutton2{
+ background-repeat: repeat-x;
+}
+.xuzhi{
+ line-height: 32px;
+}
+.liststu{
+ line-height: 32px;
+}
+.informslistime{
+ position: absolute;
+ right: 0;
+}
+.ietimecon{
+ position: absolute;
+ right: 0;
+}
+.yomi li{
+ line-height: 60px;
+}
+.liststyle2{
+ width: 200px;
+}
+.liststu{
+ width:350px
+}
+.irnamegua,.listedtitle{
+ width:350px
+}
+.centerinput{
+ margin-top: 3px;
+}
+.inputleft{
+ background-size: 100% 100%;
+}
+.centerbutton3{
+ padding-top: 7px;
+}
+.headertitle{
+ padding-top: 15px;
+}
+.fubiaoie{
+ width: 650px;
+ float: left;
+}
+.policycenter{
+ width: 600px;
+}
+.policyyear{
+ position: absolute;
+ right: 0;
+ display: inline-block;
+ *display: inline;
+ text-align: center;
+ line-height: 32px;
+}
+.policymd{
+ margin-top: 30px
+}
+.recruitlisttime{
+ position: absolute;
+ right: 0;
+ line-height: 24px;
+}
+.mapbg{
+ margin-top: 250px;
+ margin-left: 50px;
+}
+.numbercon{
+ margin-left: 20px;
+}
+
+a img{border:0 none}
+
+.fivecircle .fiveimg{margin:25px auto;}
+.fivecircle .fiveimg div{margin:25px auto;width:36px;height:37px;padding-top:25px;}
+.dataleft .datajiantou{width:12px;height:21px;margin-top:40px;float:left;}
+.dataleft .titlecenter{float:left;margin-top:40px;}
+.dataservice .titlecenter{float:left;margin-top:75px;}
+.dataservice .datajiantou{width:12px;height:21px;margin-top:75px;float:left;}
+.news .newsbody .iconfont{padding-top:6px;padding-right:3px;}
+.businessheadline{padding-top:30px;}
+.culturetitle{height:30px;width:100%;text-align:center;}
+.culturedes{height:27px;width:100%;text-align:center;margin-left:-282px;margin-top:40px;}
+.threetitle{text-align:center;margin-top:50px;}
+.modethreepadding{margin-top:40px;margin-left:25px;}
+.menufriendname{width:20px;}
+.artfilmtime {height:40px;}
+.yomibox{margin-top:-20px;}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/iefix.css b/app/home/view/szwjs/public/css/iefix.css
new file mode 100644
index 0000000..c29ae0e
--- /dev/null
+++ b/app/home/view/szwjs/public/css/iefix.css
@@ -0,0 +1,9 @@
+#box, input.field, input[type="submit"]
+{
+ behavior:url('css/PIE.htc');
+}
+
+#box {
+ padding:30px 30px 0 30px;
+ height:120px!important;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/jplayer.css b/app/home/view/szwjs/public/css/jplayer.css
new file mode 100644
index 0000000..81e48e8
--- /dev/null
+++ b/app/home/view/szwjs/public/css/jplayer.css
@@ -0,0 +1,285 @@
+.jp-video {
+ font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
+ position:relative;
+
+ -webkit-box-shadow:0px 0px 20px rgba(0,0,0,.3);
+ -moz-box-shadow:0px 0px 20px rgba(0,0,0,.3);
+ box-shadow:0px 0px 20px rgba(0,0,0,.3);
+ background:#000;
+}
+.jp-video-360p {
+ /*width:570px;*/
+ /*margin: 100px auto;*/
+}
+.jp-video-full {
+ /*width:480px;*/
+ height:270px;
+ position:static !important;
+ position:relative;
+}
+.jp-video-full .jp-jplayer {
+ top: 0;
+ left: 0;
+ position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
+ overflow: hidden;
+ z-index:1000;
+}
+
+.jp-video-full .jp-gui {
+ position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
+ top: 0;
+ left: 0;
+ width:100%;
+ height:100%;
+ z-index:1000;
+}
+
+.jp-video-full .jp-interface {
+ position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
+ bottom: 0;
+ left: 0;
+ z-index:1000;
+}
+
+
+.jp-interface {
+ position: relative;
+ width:100%;
+ height: 35px;
+
+ background-image: -webkit-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
+ background-image: -moz-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
+ background-image: -o-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
+ background-image: -ms-linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
+ background-image: linear-gradient(top, rgb(242, 242, 242), rgb(209, 209, 209));
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f2f2f2', EndColorStr='#d1d1d1');
+
+ -webkit-box-shadow:
+ inset 0px 1px 0px #f7f7f7,
+ inset 0px -1px 0px #e2e2e2;
+ -moz-box-shadow:
+ inset 0px 1px 0px #f7f7f7,
+ inset 0px -1px 0px #e2e2e2;
+ box-shadow:
+ inset 0px 1px 0px #f7f7f7,
+ inset 0px -1px 0px #e2e2e2;
+}
+
+div.jp-controls-holder {
+ clear: both;
+ /*width:570px;*/
+ margin: 0 auto;
+
+ position: relative;
+ overflow:hidden;
+}
+
+a.jp-play,
+a.jp-pause {
+ width:40px;
+ height:35px;
+ float:left;
+ text-indent:-9999px;
+ outline:none;
+}
+
+a.jp-play {
+ background: url(../images/sprite.png) 0 0 no-repeat;
+}
+
+a.jp-pause {
+ background: url(../images/sprite.png) -40px 0 no-repeat;
+ display: none;
+}
+
+#separator {
+ background-image:url(../images/separator.png);
+ background-repeat:no-repeat;
+ width: 2px;
+ height: 35px;
+ float:left;
+ margin-top: 7px;
+ margin-right: 10px;
+}
+
+.jp-progress {
+ background: #706d6d;
+
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+ border-radius:5px;
+
+ -webkit-box-shadow:
+ inset 0px 1px 4px rgba(0,0,0,.4),
+ 0px 1px 0px rgba(255,255,255,.4);
+ -moz-box-shadow:
+ inset 0px 1px 4px rgba(0,0,0,.4),
+ 0px 1px 0px rgba(255,255,255,.4);
+ box-shadow:
+ inset 0px 1px 4px rgba(0,0,0,.4),
+ 0px 1px 0px rgba(255,255,255,.4);
+
+ width:100px;
+ height:10px;
+ float:left;
+ margin-top: 13px;
+}
+
+.jp-seek-bar {
+ width:0px;
+ height:100%;
+ cursor: pointer;
+}
+
+.jp-seeking-bg {
+ background:#575555;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+ border-radius:5px;
+}
+
+.jp-play-bar {
+ background: url(../images/play-bar.png) left repeat-x;
+ width:0px;
+ height:10px;
+ position:relative;
+ /*z-index: 9999;*/
+
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+ border-radius:5px;
+}
+
+.jp-play-bar span {
+ position:absolute;
+ top: -3px;
+ right: -12px;
+
+ background:url(../images/handle.png) no-repeat center;
+ width: 16px;
+ height: 17px;
+}
+
+.jp-current-time,
+.jp-duration {
+ font-size:11px;
+ font-family:Arial;
+ color:#444444;
+ margin-top: 12px;
+ float:left;
+}
+.jp-current-time {
+ float: left;
+ display:inline;
+}
+.jp-duration {
+ float: left;
+ display:inline;
+ text-align: right;
+}
+.jp-video .jp-current-time {
+ margin-left:10px;
+ line-height: 15px;
+}
+.jp-video .jp-duration {
+ margin-right:10px;
+ line-height: 15px;
+}
+.time-sep {
+ float:left;
+ margin: 7px 3px 0 3px;
+
+ font-size:11px;
+ font-family:Arial;
+ color:#444444;
+}
+
+
+.jp-video a.jp-mute,
+.jp-video a.jp-unmute {
+ text-indent:-9999px;
+ float:left;
+
+ height: 35px;
+ outline:none;
+}
+
+.jp-mute {
+ float:left;
+ background: url(../images/sprite.png) -80px 0 no-repeat;
+ margin-top: 1px;
+ margin-left: -10px;
+ width: 35px;
+}
+
+a.jp-unmute {
+ background: url(../images/sprite.png) -115px 0 no-repeat;
+ margin-top: 1px;
+ margin-left: -13px;
+ display: none;
+ width: 38px;
+}
+
+.jp-volume-bar {
+ float:left;
+ margin-top: 13px;
+ margin-right: 10px;
+ overflow:hidden;
+ width:70px;
+ height:10px;
+ cursor: pointer;
+
+ background: #706d6d;
+
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+ border-radius:5px;
+
+ -webkit-box-shadow:
+ inset 0px 1px 4px rgba(0,0,0,.4),
+ 0px 1px 0px rgba(255,255,255,.4);
+ -moz-box-shadow:
+ inset 0px 1px 4px rgba(0,0,0,.4),
+ 0px 1px 0px rgba(255,255,255,.4);
+ box-shadow:
+ inset 0px 1px 4px rgba(0,0,0,.4),
+ 0px 1px 0px rgba(255,255,255,.4);
+}
+
+.jp-volume-bar-value {
+ background: rgba(112,109,109.01);
+ width:0px;
+ height:10px;
+ position: relative;
+}
+
+.jp-volume-bar-value span {
+ position:absolute;
+ top: 0px;
+ right: 0px;
+
+ background:url(../images/volume.png) no-repeat center;
+ width: 11px;
+ height: 10px;
+}
+
+.jp-full-screen {
+ background: url(../images/sprite.png) -150px 0 no-repeat;
+ float:left;
+ width: 40px;
+ height: 35px;
+ text-indent:-9999px;
+ margin-left: -15px;
+ outline:none;
+}
+
+.jp-restore-screen {
+ background: url(../images/sprite.png) -150px 0 no-repeat;
+ float:left;
+ width: 40px;
+ height: 35px;
+ text-indent:-9999px;
+ margin-left: -15px;
+ outline:none;
+
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/jquery.bxslider.css b/app/home/view/szwjs/public/css/jquery.bxslider.css
new file mode 100644
index 0000000..f78b48e
--- /dev/null
+++ b/app/home/view/szwjs/public/css/jquery.bxslider.css
@@ -0,0 +1,205 @@
+/**
+ * BxSlider v4.1.2 - Fully loaded, responsive content slider
+ * http://bxslider.com
+ *
+ * Written by: Steven Wanderski, 2014
+ * http://stevenwanderski.com
+ * (while drinking Belgian ales and listening to jazz)
+ *
+ * CEO and founder of bxCreative, LTD
+ * http://bxcreative.com
+ */
+
+
+/** RESET AND LAYOUT
+===================================*/
+
+.bx-wrapper {
+ position: relative;
+ padding: 0;
+ *zoom: 1;
+}
+
+.bx-wrapper img {
+ max-width: 100%;
+ display: block;
+}
+
+/** THEME
+===================================*/
+
+.bx-wrapper .bx-viewport {
+ border: 0px solid #fff;
+ left: 0px;
+ background: #fff;
+
+ /*fix other elements on the page moving (on Chrome)*/
+ -webkit-transform: translatez(0);
+ -moz-transform: translatez(0);
+ -ms-transform: translatez(0);
+ -o-transform: translatez(0);
+ transform: translatez(0);
+}
+
+.bx-wrapper .bx-pager,
+.bx-wrapper .bx-controls-auto {
+ position: absolute;
+ bottom: -5px;
+ width: 100%;
+}
+
+/* LOADER */
+
+.bx-wrapper .bx-loading {
+ min-height: 50px;
+ background: url(../images/bx_loader.gif) center center no-repeat #fff;
+ height: 100%;
+ width: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 2000;
+}
+
+/* PAGER */
+
+.bx-wrapper .bx-pager {
+ text-align: center;
+ font-size: .85em;
+ font-family: Arial;
+ font-weight: bold;
+ color: #666;
+ padding-top: 20px;
+}
+
+.bx-wrapper .bx-pager .bx-pager-item,
+.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
+ display: inline-block;
+ *zoom: 1;
+ *display: inline;
+ margin-top: -20px;
+}
+
+.bx-wrapper .bx-pager.bx-default-pager a {
+ background: #666;
+ text-indent: -9999px;
+ display: block;
+ width: 10px;
+ height: 10px;
+ margin: 0 5px;
+ outline: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+}
+
+.bx-wrapper .bx-pager.bx-default-pager a:hover,
+.bx-wrapper .bx-pager.bx-default-pager a.active {
+ background: #930;
+}
+
+/* DIRECTION CONTROLS (NEXT / PREV) */
+
+.bx-wrapper .bx-prev {
+ left: 30px;
+ background: url(../images/controls.png) no-repeat 0 -32px;
+}
+
+.bx-wrapper .bx-next {
+ right: 30px;
+ background: url(../images/controls.png) no-repeat -43px -32px;
+}
+
+.bx-wrapper .bx-prev:hover {
+ background-position: 0 0;
+}
+
+.bx-wrapper .bx-next:hover {
+ background-position: -43px 0;
+}
+
+.bx-wrapper .bx-controls-direction a {
+ position: absolute;
+ top: 50%;
+ margin-top: -16px;
+ outline: 0;
+ width: 32px;
+ height: 32px;
+ text-indent: -9999px;
+ z-index: 9999;
+ opacity: 0;
+}
+.bx-wrapper .bx-controls-direction a:hover {
+ opacity: 0.6;
+}
+.bx-wrapper .bx-controls-direction a.disabled {
+ display: none;
+}
+
+/* AUTO CONTROLS (START / STOP) */
+
+.bx-wrapper .bx-controls-auto {
+ text-align: center;
+}
+
+.bx-wrapper .bx-controls-auto .bx-start {
+ display: block;
+ text-indent: -9999px;
+ width: 10px;
+ height: 11px;
+ outline: 0;
+ background: url(../images/controls.png) -86px -11px no-repeat;
+ margin: 0 3px;
+}
+
+.bx-wrapper .bx-controls-auto .bx-start:hover,
+.bx-wrapper .bx-controls-auto .bx-start.active {
+ background-position: -86px 0;
+}
+
+.bx-wrapper .bx-controls-auto .bx-stop {
+ display: block;
+ text-indent: -9999px;
+ width: 9px;
+ height: 11px;
+ outline: 0;
+ background: url(../images/controls.png) -86px -44px no-repeat;
+ margin: 0 3px;
+}
+
+.bx-wrapper .bx-controls-auto .bx-stop:hover,
+.bx-wrapper .bx-controls-auto .bx-stop.active {
+ background-position: -86px -33px;
+}
+
+/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
+
+.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
+ text-align: left;
+ width: 80%;
+}
+
+.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
+ right: 0;
+ width: 35px;
+}
+
+/* IMAGE CAPTIONS */
+
+.bx-wrapper .bx-caption {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ background: #666\9;
+ background: rgba(80, 80, 80, 0.75);
+ width: 100%;
+}
+
+.bx-wrapper .bx-caption span {
+ color: #fff;
+ font-family: Arial;
+ display: block;
+ text-align: center;
+ font-size: 16px;
+ padding: 5px 0 20px 0;
+}
diff --git a/app/home/view/szwjs/public/css/kefu.css b/app/home/view/szwjs/public/css/kefu.css
new file mode 100644
index 0000000..0ce1712
--- /dev/null
+++ b/app/home/view/szwjs/public/css/kefu.css
@@ -0,0 +1,36 @@
+/*reset*/
+/**{margin:0;padding:0;list-style-type:none;}*/
+/*a,img{border:0;}*/
+/*a{text-decoration:none;}*/
+/*a:hover{text-decoration:underline;}*/
+/*body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";color:#333333;}*/
+/*main css*/
+.main-im{position:fixed;right:10px;top:150px;z-index:10000;width:130px;height:272px;}
+.main-im .qq-a{display:block;width:126px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
+.main-im .qq-a span{bottom:3px;position:absolute;width:120px;left:5px;font-size: 12px}
+.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:28px;top:10px;overflow:hidden;z-index:9;}
+.main-im .qq-container{z-index:99;position:absolute;width:129px;height:116px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../images/qq-icon-bg.png) no-repeat center 8px;}
+.main-im .img-qq{max-width:60px;display:block;position:absolute;left:8px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
+.main-im .im-qq:hover .img-qq{max-width:70px;left:3px;top:8px;position:absolute;}
+.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;}
+.main-im .im_main .im-tel{color:#000000;text-align:center;width:129px;height:65px;border-bottom:1px solid #dddddd;}
+.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;}
+.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;line-height:20px;text-align:left;padding-left:8px;}
+.main-im .im_main .im-tel .qqpop{font-family:Arial;font-weight:bold;color:#e66d15;line-height:20px;text-align:left;}
+.main-im .im_main .im-tel .tel-num i{height:12px;width:12px;}
+.main-im .im_main .im-tel:hover{background:#fafafa;}
+.main-im .im_main .weixing-container{width:65px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../images/weixing-icon.png) no-repeat center center;float:left;}
+.main-im .im_main .weixing-show,.main-im .im_main .weixing-show2{width:112px;height:142px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-92px;}
+.main-im .im_main .weixing-show .weixing-sanjiao,.main-im .im_main .weixing-show2 .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:107px;position:absolute;z-index:2;}
+.main-im .im_main .weixing-show .weixing-sanjiao-big,.main-im .im_main .weixing-show2 .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:105px;position:absolute;}
+.main-im .im_main .weixing-show .weixing-ma,.main-im .im_main .weixing-show2 .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
+.main-im .im_main .weixing-show .weixing-txt,.main-im .im_main .weixing-show2 .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
+.main-im .im_main .weixing-container2{width:62px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../images/weixing-icon.png) no-repeat center center;float:right;}
+/*.main-im .im_main .go-top a{display:block;width:52px;height:47px;}*/
+.main-im .close-im{position:absolute;right:6px;top:6px;z-index:100;width:24px;height:24px;}
+.main-im .close-im a{display:block;width:24px;height:24px;background:url(../images/close_im.png) no-repeat left top;}
+.main-im .close-im a:hover{text-decoration:none;}
+.main-im .open-im{cursor:pointer;margin-left:85px;width:40px;height:133px;background:url(../images/open_im.png) no-repeat left top;}
+.im_main .im-foot{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px}
+.im-title .im-gp{height: 30px;line-height: 36px;font-size: 16px;/*background: #930;*/color: #fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;text-align:center}
+.im-title .im-gp a,.im-title .im-gp a:hover,.im-title .im-gp a:focus,.im-title .im-gp a:visited{color: #e66d15;}
diff --git a/app/home/view/szwjs/public/css/lightbox.css b/app/home/view/szwjs/public/css/lightbox.css
new file mode 100644
index 0000000..a95d45a
--- /dev/null
+++ b/app/home/view/szwjs/public/css/lightbox.css
@@ -0,0 +1,207 @@
+html.lb-disable-scrolling {
+ overflow: hidden;
+ /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
+ position: fixed;
+ height: 100vh;
+ width: 100vw;
+}
+
+.lightboxOverlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 9999;
+ background-color: black;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
+ opacity: 0.8;
+ display: none;
+}
+
+.lightbox {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ z-index: 10000;
+ text-align: center;
+ line-height: 0;
+ font-weight: normal;
+}
+
+.lightbox .lb-image {
+ display: block;
+ height: auto;
+ max-width: inherit;
+ max-height: none;
+ border-radius: 3px;
+
+ /* Image border */
+ border: 4px solid white;
+}
+
+.lightbox a img {
+ border: none;
+}
+
+.lb-outerContainer {
+ position: relative;
+ *zoom: 1;
+ width: 250px;
+ height: 250px;
+ margin: 0 auto;
+ border-radius: 4px;
+
+ /* Background color behind image.
+ This is visible during transitions. */
+ background-color: white;
+}
+
+.lb-outerContainer:after {
+ content: "";
+ display: table;
+ clear: both;
+}
+
+.lb-loader {
+ position: absolute;
+ top: 43%;
+ left: 0;
+ height: 25%;
+ width: 100%;
+ text-align: center;
+ line-height: 0;
+}
+
+.lb-cancel {
+ display: block;
+ width: 32px;
+ height: 32px;
+ margin: 0 auto;
+ background: url(../images/loading.gif) no-repeat;
+}
+
+.lb-nav {
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ z-index: 10;
+}
+
+.lb-container > .nav {
+ left: 0;
+}
+
+.lb-nav a {
+ outline: none;
+ background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
+}
+
+.lb-prev, .lb-next {
+ height: 100%;
+ cursor: pointer;
+ display: block;
+}
+
+.lb-nav a.lb-prev {
+ width: 34%;
+ left: 0;
+ float: left;
+ background: url(../images/prev.png) left 48% no-repeat;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+ opacity: 0;
+ -webkit-transition: opacity 0.6s;
+ -moz-transition: opacity 0.6s;
+ -o-transition: opacity 0.6s;
+ transition: opacity 0.6s;
+}
+
+.lb-nav a.lb-prev:hover {
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity: 1;
+}
+
+.lb-nav a.lb-next {
+ width: 64%;
+ right: 0;
+ float: right;
+ background: url(../images/next.png) right 48% no-repeat;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+ opacity: 0;
+ -webkit-transition: opacity 0.6s;
+ -moz-transition: opacity 0.6s;
+ -o-transition: opacity 0.6s;
+ transition: opacity 0.6s;
+}
+
+.lb-nav a.lb-next:hover {
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity: 1;
+}
+
+.lb-dataContainer {
+ margin: 0 auto;
+ padding-top: 5px;
+ *zoom: 1;
+ width: 100%;
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+}
+
+.lb-dataContainer:after {
+ content: "";
+ display: table;
+ clear: both;
+}
+
+.lb-data {
+ padding: 0 4px;
+ color: #ccc;
+}
+
+.lb-data .lb-details {
+ width: 85%;
+ float: left;
+ text-align: left;
+ line-height: 1.1em;
+}
+
+.lb-data .lb-caption {
+ font-size: 13px;
+ font-weight: bold;
+ line-height: 1em;
+}
+
+.lb-data .lb-caption a {
+ color: #4ae;
+}
+
+.lb-data .lb-number {
+ display: block;
+ clear: left;
+ padding-bottom: 1em;
+ font-size: 12px;
+ color: #999999;
+}
+
+.lb-data .lb-close {
+ display: block;
+ float: right;
+ width: 30px;
+ height: 30px;
+ background: url(../images/close.png) top right no-repeat;
+ text-align: right;
+ outline: none;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
+ opacity: 0.7;
+ -webkit-transition: opacity 0.2s;
+ -moz-transition: opacity 0.2s;
+ -o-transition: opacity 0.2s;
+ transition: opacity 0.2s;
+}
+
+.lb-data .lb-close:hover {
+ cursor: pointer;
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity: 1;
+}
diff --git a/app/home/view/szwjs/public/css/phone/phone.css b/app/home/view/szwjs/public/css/phone/phone.css
new file mode 100644
index 0000000..027bcbc
--- /dev/null
+++ b/app/home/view/szwjs/public/css/phone/phone.css
@@ -0,0 +1,1354 @@
+@media screen and (max-width: 750px) {
+ html{
+ min-width: 0;
+ }
+ a{
+ color: rgb(247,244,248);
+ text-decoration: none;
+ }
+ .content{
+ max-width: 100%;
+ }
+ .phonebg{
+ background-color: rgba(255,255,255,1);
+ }
+ .phonediv{
+ display: block;
+ }
+ .guidehg{
+ height: auto;
+ }
+ .guidebg{
+ background:rgba(235,96,11,1);
+ }
+ .pcdiv{
+ display:none !important;
+ }
+ .phonelogo{
+ width: 10em;
+ height: 2.6em;
+ }
+ .phoneimg{
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ }
+ .phonemenu{
+ font-size: 2.1em !important;
+ color: rgba(102,102,102,1);
+ border-radius: 3px
+ }
+ .banner{
+ height: 12em;
+ }
+ .bannerimg{
+ height: 12em;
+ background-size: cover;
+ }
+ .fivemr{
+ margin-right: 0;
+ }
+ .fivediv{
+ width: auto;
+ height: auto;
+ }
+ .servicebg{
+ background-image: none;
+ }
+ .fivecircle{
+ width: 3.6em;
+ height: 3.6em;
+ -webkit-border-radius: 3.6em;
+ -moz-border-radius: 3.6em;
+ -ms-border-radius: 3.6em;
+ -o-border-radius: 3.6em;
+ border-radius: 3.6em;
+ margin:0;
+ }
+ .texture{
+ width: 2.5em;
+ height: 2.5em;
+ }
+ .fiveservice{
+ padding-top:0;
+ }
+ .fiveiconone{
+ font-size: 1.1em !important;
+ }
+ .fiveicontow{
+ font-size: 1.1em !important;
+ }
+ .fiveiconthree{
+ font-size: 1.1em !important;
+ }
+ .fiveiconfour{
+ font-size: 1.1em !important;
+ }
+ .fiveiconfive{
+ font-size: 1.1em !important;
+ }
+ .fivetitle{
+ font-size: 0.75em !important;
+ margin-top: 0.8em;
+ }
+ .phoneptb{
+ padding: 1.5em 0;
+ }
+ .phonemarket{
+ margin-top: 0.5em !important;
+ }
+ .phoneborderb{
+ border-bottom:1px solid rgba(230,230,230,1);
+ }
+ .phoneline{
+ width: 0.3em;
+ background-color: rgba(227,48,29,1);
+ height: 1.2em;
+ }
+ .phonesmailmenu{
+ color: rgba(113,113,113,1);
+ border-bottom: 2px solid rgba(255,255,255,1);
+ padding-bottom: .4em;
+ }
+ .phonemenuactive{
+ border-bottom: 2px solid rgba(15,124,205,1);
+ color: rgba(15,124,205,1)
+ }
+ .menuborderright{
+ border-right: 1px solid rgba(230,230,230,1);
+ width: 1px;
+ height: 1em;
+ }
+ .phonewidth{
+ width: 50%;
+ margin-bottom: 1em;
+ margin-top: 1em;
+ }
+ .dataprice{
+ font-size: 1.2em;
+ }
+ .databodydes{
+ font-size: 0.85em;
+ }
+ .phonexie{
+ margin: 0 .2em;
+ }
+ .servicemenutitle{
+ font-size: 0.8em;
+ padding: .6em 1.8em;
+ margin-right: .9em;
+ margin-bottom: 0.9em;
+ }
+ .activemenutitle{
+ font-size: 0.8em;
+ }
+ .tabletitle{
+ font-size: 0.8em;
+ }
+ .phonebordert{
+ border-top:1px solid rgba(230,230,230,1);
+ }
+ .tabledes{
+ font-size: 0.8em;
+ }
+ .adcon{
+ padding-top: 0;
+ }
+ .contentwhile{
+ margin-top: .5em;
+ background-color: none;
+ }
+ .adleft{
+ width: 33.33%;
+ height:auto;
+ }
+ .adlefttop{
+ width: 100%;
+ height: 6em;
+ }
+ .adcenter{
+ width: 33.33%;
+ height: auto;
+ margin-right: .2em;
+ margin-left: .2em;
+ }
+ .adleftbottom{
+ margin-top: .2em;
+ }
+ .adcentercenter{
+ width: 100%;
+ height: 12.2em;
+ background-size: 150% 150%;
+ }
+ .adright{
+ width: 33.33%;
+ height: auto;
+ }
+ .adright2{
+ width: 100%;
+ height: 12.2em;
+ }
+ .adtitle{
+ font-size: 0.8em;
+ }
+ .adcon{
+ padding: 0;
+ }
+ .newsrighttitle{
+ font-size: 1em;
+ }
+ .phonenewsmenu{
+ width: 1.5em;
+ height: 1.5em;
+ background:rgba(244,75,37,1);
+ -webkit-border-radius: 1.5em;
+ -moz-border-radius: 1.5em;
+ -ms-border-radius: 1.5em;
+ -o-border-radius: 1.5em;
+ border-radius: 1.5em;
+ margin-left: 0.5em;
+ }
+ .phonemore{
+ color: rgba(255,255,255,1);
+ font-size: 0.75em;
+ }
+ .phonemr{
+ padding-right: 0.5em;
+ }
+ .phoneml{
+ padding-left: 0.5em;
+ }
+ .phonept{
+ padding-top: 0.5em;
+ }
+ .phonepb{
+ padding-bottom: 0.5em;
+ }
+ .newsleft{
+ width: 8em;
+ height: 6em;
+ margin-right: 0.5em;
+ }
+ .newstime{
+ font-size: 0.75em;
+ }
+ .newscon{
+ font-size: 0.8em;
+ color: rgba(102,102,102,1);
+ line-height: 24px;
+ margin:1em 0 0 0;
+ padding-bottom: 0;
+ border-bottom: none;
+ }
+ .businessimg{
+ height: 8em;
+ }
+ .businessbottom{
+ height: auto;
+ margin-top: -1em;
+ padding: 1.5em 0.5em 0.5em 0.5em;
+ }
+ .businessheadline{
+ font-size: 0.7em;
+ }
+ .businessdes{
+ line-height: normal;
+ font-size: 0.45em;
+ margin-top: 0.5em;
+
+ }
+ .lianghang {
+ text-overflow: -o-ellipsis-lastline;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ display: box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ -moz-line-clamp: 2;
+ -moz-box-orient: vertical;
+ -ms-line-clamp: 2;
+ -ms-box-orient: vertical;
+ -o-line-clamp: 2;
+ -o-box-orient: vertical;
+ }
+ .businesbg{
+ background: rgba(26,26,52,1);
+ }
+ .tablemenutitle{
+ font-size: 1em;
+ color: rgba(144,144,154,1);
+ }
+ .tablemenulist{
+ font-size: .8em;
+ color: rgba(102,102,102,1);
+ }
+ .phoneyy{
+ -moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
+ -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
+ -ms-box-shadow: 0 0 6px rgba(0,0,0,.4);
+ -o-box-shadow: 0 0 6px rgba(0,0,0,.4);
+ box-shadow: 0 0 6px rgba(0,0,0,.4);
+ }
+ .modemarginright{
+ margin-right: 0.5em;
+ }
+ .modemargintop {
+ margin-top: 0;
+ }
+ .mode {
+ width: 100%;
+ height: auto;
+ background: rgba(255,255,255,1);
+ opacity: 0.88;
+ }
+ .modeborder01 {
+ border-top: 0.3em solid rgba(255,175,63,1);
+ }
+ .modeicon01,.modeicon02,.modeicon03,.modeicon04,.modeicon05,.modeicon06,.modeicon07,.modeicon08{
+ width: 3em;
+ height: 3em;
+ margin-top: 1em;
+
+ }
+ .modetitle {
+ font-size: 0.8em;
+ margin-top: 1em;
+ padding: 0 0.5em .5em 0.5em;
+ }
+ .ubf1wh{
+ width: 25%
+ }
+ .listmt{
+ margin-top: 1em;
+ padding-bottom: 1em;
+ }
+ .culturepargin{
+ margin-right: 0.5em;
+ }
+ .cultureleft {
+ width: 100%;
+ height: 8em;
+ }
+ .culturecon {
+ background: rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ position: static;
+ height: auto;
+ width: 100%;
+ margin-top: 0;
+ }
+ .culturetitle {
+ font-size: 1em;
+ }
+ .culturedes {
+ font-size: 0.65em;
+ margin-top: 0.2em;
+ }
+ .threemodeleft {
+ width: 100%;
+ height: 6em;
+ }
+ .phone33{
+ width: 33.33%
+ }
+ .threetitle {
+ font-size: 0.8em;
+ color: rgba(255,255,255,1);
+ }
+ .modethreeleft {
+ width: 100%;
+ height: 6em;
+ }
+ .modethreepadding {
+ padding-left: 0;
+ }
+ .modethreetitle {
+ font-size: 0.8em;
+
+ }
+ .fourmode {
+ width: 100%;
+ height: 8em;
+ }
+ .fourmodetitle {
+ font-size: 0.8em;
+ padding-right: 2em;
+ }
+ .fourmodedes {
+ font-size: 0.35em;
+ margin-top: 0.3em;
+ padding-right: 2em;
+ }
+ .enwith{
+
+ }
+ .renimg{
+ background-position:left center;
+ background-size: 185% 100%;
+ }
+ .fivemodelineleft {
+ width: auto;
+ -webkit-border-top-left-radius: 0;
+ -moz-border-top-left-radius: 0;
+ -ms-border-top-left-radius: 0;
+ -o-border-top-left-radius: 0;
+ border-top-left-radius: 0;
+ -webkit-border-bottom-left-radius: 0;
+ -moz-border-bottom-left-radius: 0;
+ -ms-border-bottom-left-radius: 0;
+ -o-border-bottom-left-radius: 0;
+ border-bottom-left-radius: 0;
+ height: 0.4em;
+ background: rgba(245,109,79,1);
+ opacity: 0.4;
+ }
+ .fivemodeicon {
+ width: 4em;
+ height: 4em;
+ }
+ .guafontsize {
+ font-size: 1em !important;
+ }
+ .fivemodetitle {
+ font-size: 0.8em;
+ margin-top: 0.5em;
+ }
+ .fivemodelinelefttow {
+ width: auto;
+ height: 0.4em;
+ background: rgba(245,109,79,1);
+ opacity: 0.4;
+ }
+ .fivemodecircle {
+ width: 4em;
+ height: 4em;
+ -webkit-border-radius: 4em;
+ -moz-border-radius: 4em;
+ -ms-border-radius: 4em;
+ -o-border-radius: 4em;
+ border-radius: 4em;
+ }
+ .fivemodelineright {
+ -webkit-border-top-right-radius:0;
+ -moz-border-top-right-radius:0;
+ -ms-border-top-right-radius:0;
+ -o-border-top-right-radius:0;
+ border-top-right-radius: 0;
+ -webkit-border-bottom-right-radius: 0;
+ -moz-border-bottom-right-radius: 0;
+ -ms-border-bottom-right-radius: 0;
+ -o-border-bottom-right-radius: 0;
+ border-bottom-right-radius: 0;
+ width: auto;
+ height: 0.4em;
+ background: rgba(245,109,79,1);
+ opacity: 0.4;
+ }
+ .ublist{
+ padding-bottom: 1em;
+ }
+ .bannerbody {
+ margin-top: 0.5em;
+ height: 9em;
+ }
+ .bannerservice {
+ height: 9em;
+ }
+ .logofriend {
+ width: 12em;
+ height: 9em;
+ }
+ .logofriendmenu {
+ height: 9em;
+ width: auto;
+ }
+ .menufriend {
+ width: 1.2em;
+ height: 6em;
+ margin-right: 0.85em;
+ cursor: pointer;
+ background-size: 100% 100%;
+ }
+ .menufriendname {
+ font-size: 0.8em;
+ }
+ .servicelogo {
+ width: 8em;
+ height: 1.8em;
+ }
+ .servicefriend {
+ width: 9.5em;
+ height: 1.3em;
+ margin-top: 1em;
+ }
+ .residencerighttitle {
+ font-size: 1em;
+ text-align: left;
+ }
+ .residencerighdes {
+ font-size: 0.55em;
+ text-align: left;
+ }
+ .gongguan {
+ width: 7em;
+ height: 7em;
+ z-index: 100;
+ margin-right: 1em;
+ }
+ .gongguanname {
+ font-size: 1.3em;
+ }
+ .gongguanen {
+ font-size: 0.6em;
+ margin-top: 0.5em;
+ }
+ .residenceleftimg {
+ height: 10em;
+ margin-top: -3.5em;
+ background-size: 143% 183%;
+ }
+ .residencemenumr {
+ margin-right: 1.5em;
+ }
+ .residencemenuboxtitle {
+ font-size: .75em;
+ }
+ .phonemargintop{
+ margin-top: 1em;
+ }
+ .residencedes {
+ font-size: 0.85em;
+ line-height: auto;
+ margin-top: 1em;
+ }
+ .phoneiconk{
+ width: 3em;
+ height: 3em;
+ background:rgba(247,244,248,1);
+ border:2px solid rgba(213, 221, 235, 1);
+ }
+ .telphonecolor{
+ font-size: 1.5em !important;
+ }
+ .emailcolor{
+ font-size: 1.2em !important;
+ }
+ .residennumber {
+ font-size: 0.87em;
+ }
+ .gghao{
+ width: 6em;
+ height: 6em;
+
+ }
+ .ggtitle{
+ font-size:1em;
+ color:rgba(49,56,69,1);
+ }
+ .residencebodyleft {
+ width: 100%;
+ height: 11em;
+ }
+ .residenceticonimg {
+ width: 100%;
+ height: 11em;
+ }
+ .noprice {
+ width: 3em;
+ height: 3em;
+ }
+ .residencebodyautor {
+ height: 3em;
+ margin-top: 5em;
+ }
+ .price {
+ width: 6em;
+ height: 2.5em;
+ margin-top: 0;
+ margin-left: -0.5em;
+ font-size: 0.75em;
+ line-height: normal;
+ padding-bottom: 0.6em;
+ }
+ .phonemarginright{
+ margin-right: 1em;
+ }
+ .residencebodyautor2 {
+ height: 3em;
+ margin-top: 5.7em;
+ }
+ .residencebodyautor2icon{
+ padding-top: 0.5em;
+ }
+ .residencebodymore {
+ margin-top: 1em;
+ width: 100%;
+ height: auto;
+ background: rgba(235,236,243,1);
+ margin-bottom: 1em;
+ }
+ .gomorepage {
+ font-size: 1em;
+ }
+ .gongttou{
+ background:rgba(17,0,0,0.6);
+ }
+ .banksleft {
+ width: 100%;
+ height: 10em;
+ margin-top: -3.5em;
+ background-size: 143% 183%;
+ margin-right: 0;
+ }
+ .qqlcolor {
+ font-size: 1.4em !important;
+ }
+ .banksmr {
+ margin-right: 0.5em;
+ }
+ .banksbodyleft {
+ width: 100%;
+ height: auto;
+ }
+ .banksbodylefticon {
+ height: 11em;
+ }
+ .banksbodyleftcon{
+ height: auto;
+ background:rgba(247,244,248,1);
+ }
+ .banksleftcon{
+ padding: 0.5em;
+ }
+ .banksleftcontitle {
+ font-size: 1em;
+ }
+ .banksbar {
+ margin-top: 0.75em;
+ height: 0.6em;
+ }
+ .banksprice {
+ font-size: 1.1em;
+ margin-top: 0.5em;
+ }
+ .bankschoub {
+ font-size: 0.85em;
+ margin-top: 0.5em;
+ }
+ .yippai{
+ background:rgba(37,62,101,0.6);
+ }
+ .camerimg {
+ height: 10em;
+ margin-top: -3.5em;
+ background-size: 143% 138%;
+ }
+ .newsrightwt {
+ margin-left: 0;
+ }
+ .newsrighttitle2 {
+ border-bottom: 1px solid rgba(255,255,255,1);
+ padding-bottom: 0.5em;
+ }
+ .newsrightactive{
+
+ }
+ .artfilmleft {
+ width: 100%;
+ height: auto;
+ }
+ .artfilmname {
+ height: 4em;
+ padding-top: 1.7em;
+ text-align: center;
+ position: relative;
+ line-height: 20px;
+ }
+ .artfilmpricemtbody {
+ padding: 0.5em;
+ }
+ .artfilmtime {
+ font-size: 0.65em;
+
+ }
+ .yomi li {
+ margin: 0 0.1em !important;
+ font-size: 0.75em !important;
+ }
+ .artfilmpricemt {
+ margin-top: 1em;
+ }
+ .artfilmprice {
+ width: 100%;
+ }
+ .qipai {
+ font-size: 0.65em;
+
+ }
+ .qipaiprice {
+ font-size: 0.75em;
+ margin-top: 1em;
+ padding-bottom: 1em;
+ }
+ .shoppingimg {
+ height: 11em;
+ background-size: 244% 119%;
+ }
+ .shopingtitle {
+ width: 11em;
+ height: 11em;
+ }
+ .shoppingname {
+ font-size: 1.5em;
+ }
+ .shoppingnameen {
+ font-size: 0.85em;
+ margin-top: 1em;
+ }
+ .phonelvice{
+ margin-top: 2em;
+ }
+ .refertitle {
+ font-size: 1.1em;
+ }
+ .refertel {
+ margin-top: .8em;
+ }
+ .refertelleft {
+ font-size: 0.95em;
+ line-height: 32px;
+ }
+ .refertelnumber {
+ font-size: 0.95em;
+ line-height: 32px;
+ margin-left: 0.7em;
+ }
+ .codeimg {
+ width: 5em;
+ height: 5em;
+ }
+ .honoricon {
+ width: auto;
+ height: 8em;
+ }
+ .qscodeimg {
+ width: 5em;
+ height: 5em;
+ }
+ .phonecodebg{
+ background:rgba(247,244,248,1);
+ padding: 0.5em;
+ }
+ .phoneabout{
+ font-size:1em;
+ font-family:PingFangSC-Light;
+ color:rgba(82,82,97,1);
+ }
+ .aboutline{
+ color: rgba(112, 112, 151, 1);
+ text-decoration: underline;
+ }
+ .aboutaddress{
+ font-size:0.75em;
+ color:rgba(102,102,102,1);
+ }
+ .shenzhenfont{
+ font-size:2em;
+ color:rgba(51,51,51,1);
+ }
+ .footerbb{
+ background-color: rgba(248,246,249,1);
+ font-size: 0.85em;
+ color: rgba(165,165,165,1);
+ padding: 1em 5em;
+ text-align: center;
+ }
+ .shenglvh{
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ }
+ .detailsbanner {
+ height: 4em;
+ }
+ .phonelistedbg{
+ background-color: rgba(240,242,245,1);
+ }
+ .phonelistedtitle{
+ font-size:1em;
+ color:rgba(27,26,53,1);
+ }
+ .phonelistedtime{
+ font-size:0.85em;
+ color:rgba(128,128,128,1);
+ }
+ .phonelisystedstyle{
+ font-size:0.9em;
+ color:rgba(76,76,76,1);
+ }
+ .phonelisybutton{
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ font-size:0.75em;
+ color:rgba(255,255,255,1);
+ padding: 0.45em 0.95em;
+ }
+ .phonelistedborderbt{
+ border-bottom: 1px solid rgba(227,227,227,1);
+ padding-bottom: 1em;
+ }
+ .emailicon{
+ width: 1em;
+ height: 1em;
+ }
+ .butg {
+ font-size: 0.78em !important;
+ width: 1em;
+ }
+ .iconstatus {
+ font-size: 1em;
+ margin-left: 0;
+ }
+ .phoneemailborder{
+ border-radius: 4px ;
+ border:1px solid rgba(224, 224, 224, 1);
+ }
+ .emailedestitle {
+ font-size: 1.5em;
+
+ }
+ .filenumber {
+ font-size: 0.85em;
+ margin-top: 1em;
+ }
+ .opinion {
+ font-size: 1em;
+ margin-top: 1.2em;
+ }
+ .opiniondes{
+ font-size:1em;
+ margin-top: 1.1em;
+ }
+ .updatatitle {
+ font-size: 1em;
+ }
+ .basicname {
+ width: auto;
+ height: auto;
+ font-size: 1em;
+ padding: 0.3em 1.5em;
+ }
+ .opinionbtright {
+ font-size: 1em;
+ }
+ .qscode2 {
+ width: 8em;
+ height: 8em;
+ margin-top: 1.2em;
+ }
+ .opinionaddress {
+ margin-top: 1.2em;
+ width: 14em;
+ }
+ .leftlistimg {
+ height: 8em;
+ }
+ .phonelistwh{
+ width: 49%;
+ margin-bottom: 0.8em;
+ }
+ .leftlisttitle {
+ font-size: 1em;
+ margin-top: 0.5em;
+ }
+ .leftlisttime {
+ font-size: 0.8em;
+ margin-top: 0.5em;
+ }
+ .righttagdes {
+ margin-top: 0;
+ font-size: 0.85em;
+ margin-bottom: 0;
+ }
+ .moderightcheck {
+ width: 1.3em;
+ height: 1.3em;
+ }
+ .arrowup {
+ width: 0.9em;
+ height: 0.9em;
+ }
+ .linkorangewh {
+ width: 0.4em;
+ height: 0.7em;
+ }
+ .moderighttitle {
+ height: auto;
+ margin-left: 1.5em;
+ padding: 0.5em 0;
+ border-bottom: 1px solid rgba(227,227,227,1);
+ border-top: 1px solid rgba(227,227,227,1);
+ }
+ .moderightnameactive .moderighttitle{
+ border-bottom: 1px solid rgba(235,76,18,1);
+ border-top: 1px solid rgba(235,76,18,1);
+ }
+ .arrow_box {
+ position: relative;
+ background: rgba(255,255,255,1);
+ border: none;
+ width: 100%;
+ height: 100%;
+ margin: 0.5em 0 0 0;
+ }
+ .miaoshu {
+ padding: 0.75em 0.5em;
+ font-size: 1em;
+
+ }
+ .detailsbg{
+ background-color: rgb(247,244,248) !important;
+ }
+ .policyimg {
+ width: 100%;
+ height: 11em;
+ }
+ .phonepolicy{
+ background:rgba(0,0,0,0.4);
+ padding: 0.5em 0.85em
+ }
+ .phonezc{
+ background:rgba(193,160,80,1);
+ border-radius: 4px ;
+ font-size:1em;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ padding: 0.3em 0.75em;
+ }
+ .phonezctime{
+ font-size:1em;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ }
+ .centettitle{
+ font-size: 1em;
+ margin-left: 0;
+ }
+ .centerdes{
+ font-size: 0.75em;
+ margin-top: 0;
+ }
+ .nor {
+ width: 1.1em;
+ height: 1.1em;
+ }
+ .recruitlisttitle {
+ font-size: 1em;
+ margin-left: 0.5em;
+ }
+ .recruitlisttime {
+ font-size: 0.75em;
+
+ }
+ .phonerecuit{
+ padding-bottom: 1em;
+ }
+ .icondown {
+ width: 1.3em;
+ height: 1.3em;
+ margin-left: 1em;
+ }
+ .detailsdes {
+ font-size: 1em;
+ margin-top: 1em;
+ }
+ .detailstitle {
+ font-size: 1.1em;
+ margin-top: 1em;
+ line-height: 1.3em;
+ }
+ .tabstitle {
+ font-size: 1em;
+ margin-left: 1em;
+ }
+ .marketsegment {
+ font-size: 1em;
+ }
+ .tabslast {
+ margin-left: 0em;
+ }
+ .segment {
+ margin: 0 0.5em;
+ }
+ .comefont {
+ font-size: 0.75em;
+ line-height: 22px;
+ }
+ .phonepage{
+ background:rgba(245,245,245,1);
+ border-radius: 8px ;
+ font-size: 0.85em;
+ padding: 0.75em 0.5em;
+ border:1px solid rgba(224, 224, 224, 1);
+ }
+ .upname {
+ padding-left: 0;
+ }
+ .uptitle {
+ margin-left: 0.5em;
+ width: auto;
+ }
+ .phonedetailes{
+ color:rgba(184,55,32,1);
+ }
+ .basicconicon {
+ width: 6em;
+ height: 6em;
+ -webkit-border-radius: 6em;
+ -moz-border-radius: 6em;
+ -ms-border-radius: 6em;
+ -o-border-radius: 6em;
+ border-radius: 6em;
+ }
+ .basiclogo {
+ width: 2em;
+ height: 3em;
+ }
+ .nickleft {
+ font-size: 1em;
+ }
+ .nicktitle {
+ font-size: 1em;
+ }
+ .logintime {
+ margin-top: 0;
+ font-size: 0.85em;
+ }
+ .headertitle {
+ font-size: 1em;
+ margin-right: 0.5em;
+ width: 5em;
+ }
+ .headerightbun {
+ width: auto;
+ height: auto;
+ font-size: 1em;
+ margin-top: 0;
+ padding: 0.35em 0.75em;
+ }
+ .headerightdes {
+ width: 100%;
+ height: auto;
+ font-size: 1em;
+ }
+ .phoneleftbutton {
+ width: 0.8em;
+ height: 2.7em;
+ background-size: 0.8em 2.7em;
+ }
+ .phonecenterbutton {
+ background-size: auto 2.7em;
+ font-size: 1em;
+ }
+ .centerinput {
+ width: auto;
+ height: auto;
+ border: none;
+ padding: 0.7em 0;
+ background: none
+ }
+ .phonerightbutton {
+ width: 0.8em;
+ height: 2.7em;
+ background-size: 0.8em 2.7em;
+ }
+ .selectbg {
+ background-size: 12px 8px;
+ background-position: right center;
+ width: auto;
+ }
+ .selectbg select {
+ height: auto;
+ border: none;
+ width: auto;
+ }
+ .textarealeft {
+ width: 0.8em;
+ height: 7em;
+ background-size: 0.8em 7em;
+ }
+ .textareacenter {
+ height: 7em;
+ background-size: auto 7em;
+ }
+ .textarearight {
+ width: 0.8em;
+ height: 7em;
+ background-size: 0.8em 7em;
+ }
+ .textareacenter textarea {
+ width: auto;
+ border: none;
+ height: 7em;
+ background:none;
+ }
+ .leftbutton {
+ width: 0.6em;
+ height: 2em;
+ background-size: 0.6em 2em;
+ }
+ .centerbutton {
+ background-size: auto 2em;
+ font-size: 1em;
+ }
+ .rightbutton {
+ width: 0.6em;
+ height: 2em;
+ background-size: 0.6em 2em;
+ }
+ .leftbutton2 {
+ width: 0.6em;
+ height: 2em;
+ background-size: 0.6em 2em;
+ }
+ .centerbutton2 {
+ height: 2em;
+ background-size: auto 2em;
+ font-size: 1em;
+ }
+ .rightbutton2 {
+ width: 0.6em;
+ height: 2em;
+ background-size: 0.6em 2em;
+ }
+ .numbericon {
+ width: 6em;
+ height: 6em;
+ -webkit-border-radius: 6em;
+ -moz-border-radius: 6em;
+ -ms-border-radius: 6em;
+ -o-border-radius: 6em;
+ border-radius: 6em;
+ margin-left: 0;
+ }
+ .numberno {
+ width: 1.6em;
+ font-size: 1.5em;
+ text-align: center;
+ }
+ .phonechange{
+ font-size:1.1em;
+ color:rgba(235,76,18,1);
+ }
+ .filename {
+ font-size: 1.2em;
+ margin-right: 2em;
+ margin-left: 2em;
+ }
+ .bankimg {
+ width: 100%;
+ height: 9em;
+ }
+ .bankdelete {
+ width: auto;
+ height: auto;
+ font-size: 1em;
+ padding: 0.5em 1.2em;
+ }
+ .jiahao {
+ font-size: 2.5em !important;
+ }
+ .uoimg {
+ font-size: 1em;
+ margin-top: 1em;
+ }
+ .phonesearch{
+ background:rgba(245,245,245,1);
+ border-radius: 32px ;
+ border:1px solid rgba(224, 224, 224, 1);
+ padding: 0.35em 0.5em;
+ }
+ .phonesearch input{
+ width: 82%;
+ border: none;
+ padding: 0.5em;
+ background: none;
+ }
+ .phoneserbutton{
+ font-size: 1.2em !important;
+ margin: 0 .5em;
+ }
+ .phonexx{
+ font-size:0.85em;
+ color:rgba(144,129,95,1);
+ }
+ .phonedeimg{
+ height: 12em;
+ }
+ .otherimg {
+ width: auto;
+ height: 6em;
+ border-radius: 3px;
+ }
+ .swiper-button-next, .swiper-button-prev {
+ position: absolute !important;
+ top: 2em;
+ width: 1.5em !important;
+ height: 1.5em !important;
+ background-image: none;
+ }
+ .experts {
+ width: 12em;
+ height: 12em;
+ }
+ .phoneatour{
+ font-size:1.2em;
+ color:rgba(235,76,18,1);
+ }
+ .phoneloginbg{
+ background:rgba(235,76,18,1);
+ padding: 1em 0
+ }
+ .phonesicon{
+ width: 1em;
+ height: 0.5em;
+
+ }
+ .phoneloginname{
+ font-size:1em;
+ color:rgba(255,255,255,1);
+ margin: 0 2em;
+ }
+ .loginname {
+ font-size: 1.4em !important;
+ margin-right: 0.5em;
+ }
+ .numberinputwh2 {
+ width: auto;
+ }
+ .numberinputwh {
+ width: auto;
+ height: auto;
+ border: none;
+ }
+ .authcode {
+ width: 6em;
+ height: 1.8em;
+ background-color: #dedede;
+ }
+ .radio .radio-bg {
+ height: 1.25em;
+ width: 1.25em;
+ margin-right: 5px;
+ }
+ .fillecode {
+ font-size: 1em;
+ font-family: PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ }
+ .havename {
+ font-size: 1.1em;
+
+ }
+ .cooperationbg {
+ width: auto;
+ height: auto;
+ background: rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px;
+ left: 0;
+ padding: 0 0;
+ }
+ .reveal-modal {
+ visibility: hidden;
+ top: 10% !important;
+ left: 0.5em;
+ right: 0;
+ margin-left: 0;
+ width: 96%;
+ position: fixed;
+ z-index: 9999;
+ padding: 0 0 0;
+ }
+ .cooperationtitle {
+ height: auto;
+ text-align: center;
+ }
+ .cooperationname {
+ font-size: 1.3em;
+ line-height: 0;
+ padding: 1em;
+ }
+ .reveal-modal .close-reveal-modal {
+ font-size: 1.5em;
+ line-height: 0.5;
+ position: absolute;
+ top: -0.5em !important;
+ right: 1em;
+ }
+ .phonemllist{
+
+ }
+ .itemtitle {
+ font-size: 1.3em;
+ margin-top: 2em;
+ }
+ .itemtitledes {
+ font-size: 1em;
+ margin-top: 1em;
+ }
+ .itemsamilltitle {
+ font-size: 1em;
+ margin-top: 1.5em;
+ }
+ .itembody {
+ font-size: 0.75em;
+ margin-top: 2em;
+ padding: 0 1em 3em 1em;
+ }
+ .yiyue {
+ height: 2.5em;
+ background: rgba(244,242,245,1);
+ font-size: 1em;
+ padding-left: 26px;
+ margin-top: -2.5em;
+ margin-left: 1px;
+ }
+ .radio {
+ margin-right: 0.85em;
+ }
+ .guaipailess {
+ margin-top: 1em;
+ padding: 0 20px;
+ margin-bottom: 0;
+ }
+ .lesstbmt {
+ position: relative;
+ z-index: 100;
+ top: 0;
+ width: 100%;
+ margin-top: 2em;
+ margin-bottom: 2em;
+ }
+ .container{
+ height: 28em;
+ width: auto;
+ }
+ .phonemapbg{
+ padding: 0.5em;
+ background-size: 100% 100%;
+ }
+ .dingweiadress {
+ font-size: 0.85em;
+ margin: 0 0.3em;
+ }
+ .loginbutton {
+ height: auto;
+ border-radius: 0.2em;
+ font-size: 1.1em;
+ margin: 1em 0;
+ padding: 1.1em 0;
+ line-height: 0
+ }
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/phone/ui-base.css b/app/home/view/szwjs/public/css/phone/ui-base.css
new file mode 100644
index 0000000..ae81b8c
--- /dev/null
+++ b/app/home/view/szwjs/public/css/phone/ui-base.css
@@ -0,0 +1,570 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+
+/**
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ * and `video` controls.
+ * 2. Correct inability to style clickable `input` types in iOS.
+ * 3. Improve usability and consistency of cursor style between image-type
+ * `input` and others.
+ */
+
+button, html input[type="button"], /* 1 */
+input[type="reset"], input[type="submit"] {
+ -webkit-appearance: button; /* 2 */
+ -moz-appearance:button;
+ -ms-appearance:button;
+ -o-appearance:button;
+ cursor: pointer
+}
+
+div {
+ outline: 0 !important;
+ -webkit-text-size-adjust: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+ -moz-text-size-adjust: none;
+ -moz-tap-highlight-color: rgba(0, 0, 0, 0);
+ -ms-text-size-adjust: none;
+ -ms-tap-highlight-color: rgba(0, 0, 0, 0);
+ -o-text-size-adjust: none;
+ -o-tap-highlight-color: rgba(0, 0, 0, 0);
+ position: relative;
+}
+
+ul, li {
+ list-style: none;
+}
+
+.uc-tl {
+ -webkit-border-top-left-radius: .6em;
+ -moz-border-top-left-radius: .6em;
+ -ms-border-top-left-radius: .6em;
+ -o-border-top-left-radius: .6em;
+ border-top-left-radius: .6em
+}
+
+.uc-tr {
+ -webkit-border-top-right-radius: .6em;
+ -moz-border-top-right-radius: .6em;
+ -ms-border-top-right-radius: .6em;
+ -o-border-top-right-radius: .6em;
+ border-top-right-radius: .6em
+}
+
+.uc-bl {
+ -webkit-border-bottom-left-radius: .6em;
+ -moz-border-bottom-left-radius: .6em;
+ -ms-border-bottom-left-radius: .6em;
+ -o-border-bottom-left-radius: .6em;
+ border-bottom-left-radius: .6em
+}
+
+.uc-br {
+ -webkit-border-bottom-right-radius: .6em;
+ -moz-border-bottom-right-radius: .6em;
+ -ms-border-bottom-right-radius: .6em;
+ -o-border-bottom-right-radius: .6em;
+ border-bottom-right-radius: .6em
+}
+
+.uc-t {
+ -webkit-border-top-left-radius: .6em;
+ -moz-border-top-left-radius: .6em;
+ -ms-border-top-left-radius: .6em;
+ -o-border-top-left-radius: .6em;
+ border-top-left-radius: .6em;
+ -webkit-border-top-right-radius: .6em;
+ -moz-border-top-right-radius: .6em;
+ -ms-border-top-right-radius: .6em;
+ -o-border-top-right-radius: .6em;
+ border-top-right-radius: .6em
+}
+
+.uc-b {
+ -webkit-border-bottom-left-radius: .6em;
+ -moz-border-bottom-left-radius: .6em;
+ -ms-border-bottom-left-radius: .6em;
+ -o-border-bottom-left-radius: .6em;
+ border-bottom-left-radius: .6em;
+ -webkit-border-bottom-right-radius: .6em;
+ -moz-border-bottom-right-radius: .6em;
+ -ms-border-bottom-right-radius: .6em;
+ -o-border-bottom-right-radius: .6em;
+ border-bottom-right-radius: .6em
+}
+
+.uc-r {
+ -webkit-border-top-right-radius: .6em;
+ -moz-border-top-right-radius: .6em;
+ -ms-border-top-right-radius: .6em;
+ -o-border-top-right-radius: .6em;
+ border-top-right-radius: .6em;
+ -webkit-border-bottom-right-radius: .6em;
+ -moz-border-bottom-right-radius: .6em;
+ -ms-border-bottom-right-radius: .6em;
+ -o-border-bottom-right-radius: .6em;
+ border-bottom-right-radius: .6em
+}
+
+.uc-l {
+ -webkit-border-top-left-radius: .6em;
+ -moz-border-top-left-radius: .6em;
+ -ms-border-top-left-radius: .6em;
+ -o-border-top-left-radius: .6em;
+ border-top-left-radius: .6em;
+ -webkit-border-bottom-left-radius: .6em;
+ -moz-border-bottom-left-radius: .6em;
+ -ms-border-bottom-left-radius: .6em;
+ -o-border-bottom-left-radius: .6em;
+ border-bottom-left-radius: .6em
+}
+
+.uc-a {
+ -webkit-border-radius: .6em;
+ -moz-border-radius: .6em;
+ -ms-border-radius: .6em;
+ -o-border-radius: .6em;
+ border-radius: .6em
+}
+
+.uc-n {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ -ms-border-radius: 0;
+ -o-border-radius: 0;
+ border-radius: 0
+}
+
+.uc-tl1 {
+ -webkit-border-top-left-radius: 0.3em;
+ -moz-border-top-left-radius: 0.3em;
+ -ms-border-top-left-radius: 0.3em;
+ -o-border-top-left-radius: 0.3em;
+ border-top-left-radius: 0.3em
+}
+
+.uc-tr1 {
+ -webkit-border-top-right-radius: 0.3em;
+ -moz-border-top-right-radius: 0.3em;
+ -ms-border-top-right-radius: 0.3em;
+ -o-border-top-right-radius: 0.3em;
+ border-top-right-radius: 0.3em
+}
+
+.uc-bl1 {
+ -webkit-border-bottom-left-radius: 0.3em;
+ -moz-border-bottom-left-radius: 0.3em;
+ -ms-border-bottom-left-radius: 0.3em;
+ -o-border-bottom-left-radius: 0.3em;
+ border-bottom-left-radius: 0.3em
+}
+
+.uc-br1 {
+ -webkit-border-bottom-right-radius: 0.3em;
+ -moz-border-bottom-right-radius: 0.3em;
+ -ms-border-bottom-right-radius: 0.3em;
+ -o-border-bottom-right-radius: 0.3em;
+ border-bottom-right-radius: 0.3em
+}
+
+.uc-t1 {
+ -webkit-border-top-left-radius: 0.3em;
+ border-top-left-radius: 0.3em;
+ -webkit-border-top-right-radius: 0.3em;
+ border-top-right-radius: 0.3em
+}
+
+.uc-b1 {
+ -webkit-border-bottom-left-radius: 0.3em;
+ -moz-border-bottom-left-radius: 0.3em;
+ -ms-border-bottom-left-radius: 0.3em;
+ -o-border-bottom-left-radius: 0.3em;
+ border-bottom-left-radius: 0.3em;
+ -webkit-border-bottom-right-radius: 0.3em;
+ -moz-border-bottom-right-radius: 0.3em;
+ -ms-border-bottom-right-radius: 0.3em;
+ -o-border-bottom-right-radius: 0.3em;
+ border-bottom-right-radius: 0.3em
+}
+
+.uc-r1 {
+ -webkit-border-top-right-radius: 0.3em;
+ -moz-border-top-right-radius: 0.3em;
+ -ms-border-top-right-radius: 0.3em;
+ -o-border-top-right-radius: 0.3em;
+ border-top-right-radius: 0.3em;
+ -webkit-border-bottom-right-radius: 0.3em;
+ -moz-border-bottom-right-radius: 0.3em;
+ -ms-border-bottom-right-radius: 0.3em;
+ -o-border-bottom-right-radius: 0.3em;
+ border-bottom-right-radius: 0.3em
+}
+
+.uc-l1 {
+ -webkit-border-top-left-radius: 0.3em;
+ -moz-border-top-left-radius: 0.3em;
+ -ms-border-top-left-radius: 0.3em;
+ -o-border-top-left-radius: 0.3em;
+ border-top-left-radius: 0.3em;
+ -webkit-border-bottom-left-radius: 0.3em;
+ -moz-border-bottom-left-radius: 0.3em;
+ -ms-border-bottom-left-radius: 0.3em;
+ -o-border-bottom-left-radius: 0.3em;
+ border-bottom-left-radius: 0.3em
+}
+
+.uc-a1 {
+ -webkit-border-radius: 0.3em;
+ -moz-border-radius: 0.3em;
+ -ms-border-radius: 0.3em;
+ -o-border-radius: 0.3em;
+ border-radius: 0.3em
+}
+.uc-a3 {
+ -webkit-border-radius: 0.4em;
+ -moz-border-radius: 0.4em;
+ -ms-border-radius: 0.4em;
+ -o-border-radius: 0.4em;
+ border-radius: 0.4em
+}
+.uc-a2 {
+ -webkit-border-radius: 1.2em;
+ -moz-border-radius: 1.2em;
+ -ms-border-radius: 1.2em;
+ -o-border-radius: 1.2em;
+ border-radius: 1.2em
+}
+.uc-tl, .uc-tr, .uc-bl, .uc-br, .uc-t, .uc-b, .uc-r, .uc-l, .uc-a, .uc-n, .uc-tl1, .uc-tr1, .uc-bl1, .uc-br1, .uc-t1, .uc-b1, .uc-r1, .uc-l1, .uc-a1, .uc-a2, , .uc-a3 {
+ -webkit-background-clip: padding-box;
+ -moz-background-clip: padding-box;
+ -ms-background-clip: padding-box;
+ -o-background-clip: padding-box;
+ background-clip: padding-box
+}
+
+.us {
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
+ -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
+ -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
+ box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
+}
+.us1 {
+ -webkit-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
+ -moz-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
+ -ms-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
+ -o-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
+ box-shadow: 0 1px 4px rgba(120, 120, 120, .3)
+}
+.us-i {
+ -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4);
+ -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4);
+ -ms-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4);
+ -o-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4);
+ box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4)
+}
+
+.uts {
+ text-shadow: 0px 2px 2px #000;
+}
+
+.um, .um body {
+ height: 100%;
+ padding: 0px;
+ margin: 0px;
+ font-family: "Helvetica Neue", Helvetica;
+}
+
+.um-vp {
+ margin: 0;
+ padding: 0;
+ overflow-x: hidden;
+ -webkit-text-size-adjust: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+ -webkit-user-select: none;
+ -moz-text-size-adjust: none;
+ -moz-tap-highlight-color: rgba(0, 0, 0, 0);
+ -moz-user-select: none;
+ -ms-text-size-adjust: none;
+ -ms-tap-highlight-color: rgba(0, 0, 0, 0);
+ -ms-user-select: none;
+ -o-text-size-adjust: none;
+ -o-tap-highlight-color: rgba(0, 0, 0, 0);
+ -o-user-select: none;
+}
+
+.um-vp .up {
+ top: 0;
+ left: 0;
+ width: 100%;
+ min-height: 100%;
+ max-height: 100%;
+ position: absolute;
+ border: 0
+}
+
+.uh, .uf {
+ display: block;
+ width: 100%;
+ font-size: 1em;
+}
+
+.up .uh, .up .uf, .pos_re {
+ position: relative
+}
+
+.uh .ut, .uf .ut {
+ padding: .72em 1em .72em;
+ margin: 0;
+}
+
+.ufl {
+ float: left !important;
+}
+.ufr {
+ float: right !important;
+}
+
+.ulev2 {
+ font-size: 1.5em !important;
+}
+
+.ulev1 {
+ font-size: 1.2em !important;
+}
+
+.ulev0 {
+ font-size: 1.0em !important;
+}
+
+.ulev-1 {
+ font-size: 0.8125em !important;
+}
+
+.ulev-2 {
+ font-size: 0.625em !important;
+}
+.ulev-3 {
+ font-size: 1.0625em !important;
+}
+.ulev-4 {
+ font-size: 0.75em !important;
+}
+.ulim {
+ max-width: 5em;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+
+.uinl {
+ display: inline-block;
+ position: relative;
+}
+
+.uinn {
+ padding: 0.5em;
+ margin: 0;
+}
+.uinn1 {
+ padding: 0 0.5em;
+ margin: 0;
+}
+.uinn2 {
+ padding: 0.5em 1em;
+ margin: 0;
+}
+.uinn3 {
+ padding: 0.2em;
+ margin: 0;
+}
+.uinn4 {
+ padding: 0 0.2em;
+ margin: 0;
+}
+.uinn5 {
+ padding: 0.75em 0.5em;
+ margin: 0;
+}
+.uinn7 {
+ padding: 0.66em 0.375em;
+ margin: 0;
+}
+.umh1 {
+ min-height: 1em;
+}
+
+.umh2 {
+ min-height: 1.2em;
+}
+
+.umh3 {
+ min-height: 1.5em;
+}
+
+.umh4 {
+ min-height: 2em;
+}
+.umh5 {
+ min-height: 3em;
+}
+.umh6 {
+ min-height: 4em;
+}
+.umh7 {
+ min-height: 1.8em;
+}
+.umw1 {
+ min-width: 1em;
+}
+.umw1-5 {
+ min-width: 1.5em;
+}
+
+.umw2 {
+ min-width: 2em;
+}
+
+.umw3 {
+ min-width: 3em;
+}
+
+.umw4 {
+ min-width: 4em;
+}
+
+.tx-l {
+ text-align: left;
+}
+.tx-r {
+ text-align: right;
+}
+.tx-c {
+ text-align: center;
+}
+
+.ut-s {
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap !important;
+ outline: 0 !important
+}
+
+.ut-m {
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: normal !important;
+ outline: 0 !important
+}
+
+.uba {
+ border: 1px solid;
+}
+.uba1 {
+ border: 2px solid;
+}
+.uba2 {
+ border: 3px solid;
+}
+
+.ubt {
+ border-top: 1px solid;
+}
+.ubb {
+ border-bottom: 1px solid;
+}
+
+.ubl {
+ border-left: 1px solid;
+}
+
+.ubr {
+ border-right: 1px solid;
+}
+
+.uhide {
+ display: none !important;
+}
+
+.umar-b {
+ margin-bottom: 0.4em;
+}
+.umar-t {
+ margin-top: 0.4em;
+}
+.umar-l {
+ margin-left: 0.4em;
+}
+.umar-r {
+ margin-right: 0.4em;
+}
+.umar-a {
+ margin: 0.4em;
+}
+
+.uof {
+ overflow: hidden;
+}
+.uof-x {
+ overflow-x: hidden;
+}
+.uof-y {
+ overflow-y: hidden;
+}
+
+.uabs {
+ position: absolute;
+ left: 0;
+ top: 0;
+}
+
+.uabs-r {
+ position: absolute;
+ right: 0;
+ top: 0;
+}
+
+.utra {
+ -webkit-transition: all 300ms ease-in 100ms;
+ -moz-transition: all 300ms ease-in 100ms;
+ -ms-transition: all 300ms ease-in 100ms;
+ -o-transition: all 300ms ease-in 100ms
+}
+.line1 {
+ -webkit-line-clamp: 1;
+ -moz-line-clamp: 1;
+ -ms-line-clamp: 1;
+ -o-line-clamp: 1;
+}
+.line2 {
+ -webkit-line-clamp: 2;
+ -moz-line-clamp: 2;
+ -ms-line-clamp: 2;
+ -o-line-clamp: 2;
+}
+
+.line3 {
+ -webkit-line-clamp: 3;
+ -moz-line-clamp: 3;
+ -ms-line-clamp: 3;
+ -o-line-clamp: 3;
+}
+
+.ani-act {
+ transform: scale(0.95,0.97);
+ -webkit-transform: scale(0.95,0.97);
+ -webkit-transition-duration: 300ms;
+ -moz-transform: scale(0.95,0.97);
+ -moz-transition-duration: 300ms;
+ -ms-transform: scale(0.95,0.97);
+ -ms-transition-duration: 300ms;
+ -o-transform: scale(0.95,0.97);
+ -o-transition-duration: 300ms;
+ opacity: .7;
+}
+
+.uh_ios7 .uh {
+ padding: 1em 0 0;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/phone/ui-box.css b/app/home/view/szwjs/public/css/phone/ui-box.css
new file mode 100644
index 0000000..894e8ec
--- /dev/null
+++ b/app/home/view/szwjs/public/css/phone/ui-box.css
@@ -0,0 +1,197 @@
+.ub
+{
+ display: -webkit-box;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: flex;
+ position:relative;
+}
+
+.ub-rev
+{
+ -webkit-box-direction:reverse;
+ -moz-box-direction:reverse;
+ -ms-box-direction:reverse;
+ -o-box-direction:reverse;
+ box-direction:reverse;
+}
+
+.ub-fh
+{
+ width:100%;
+}
+
+.ub-fv
+{
+ height:100%;
+}
+
+.ub-con
+{
+ position:absolute;
+ width:100%;
+ height:100%;
+}
+
+.ub-ac
+{
+ -webkit-box-align:center;
+ -moz-box-align:center;
+ -ms-box-align:center;
+ -o-box-align:center;
+ box-align:center;
+}
+.ub-ae
+{
+ -webkit-box-align:end;
+ -moz-box-align:end;
+ -ms-box-align:end;
+ -o-box-align:end;
+ box-align:end;
+}
+
+.ub-pc
+{
+ -webkit-box-pack:center;
+ -moz-box-pack:center;
+ -ms-box-pack:center;
+ -o-box-pack:center;
+ box-pack:center;
+}
+.ub-pe
+{
+ -webkit-box-pack:end;
+ -moz-box-pack:end;
+ -ms-box-pack:end;
+ -o-box-pack:end;
+ box-pack:end;
+}
+.ub-pj
+{
+ -webkit-box-pack:justify;
+ -moz-box-pack:justify;
+ -ms-box-pack:justify;
+ -o-box-pack:justify;
+ box-pack:justify;
+}
+
+.ub-ver
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+
+.ub-f1
+{
+ position:relative;
+ -webkit-box-flex: 1;
+ -moz-box-flex: 1;
+ -ms-box-flex: 1;
+ -o-box-flex: 1;
+ box-flex: 1;
+}
+
+.ub-f2
+{
+ position:relative;
+ -webkit-box-flex: 2;
+ -moz-box-flex: 2;
+ -ms-box-flex: 2;
+ -o-box-flex: 2;
+ box-flex: 2;
+}
+
+.ub-f3
+{
+ position:relative;
+ -webkit-box-flex: 3;
+ -moz-box-flex: 3;
+ -ms-box-flex: 3;
+ -o-box-flex: 3;
+ box-flex: 3;
+}
+
+.ub-f4
+{
+ position:relative;
+ -webkit-box-flex: 4;
+ -moz-box-flex: 4;
+ -ms-box-flex: 4;
+ -o-box-flex: 4;
+ box-flex: 4;
+}
+
+.ub-img
+{
+ -webkit-background-size:contain;
+ -moz-background-size:contain;
+ -ms-background-size:contain;
+ -o-background-size:contain;
+ background-size:contain;
+ background-repeat:no-repeat;
+ background-position:center;
+}
+
+.ub-img1
+{
+ -webkit-background-size:cover;
+ -moz-background-size:cover;
+ -ms-background-size:cover;
+ -o-background-size:cover;
+ background-size:cover;
+ background-repeat:no-repeat;
+ background-position:center;
+}
+.ub-img2
+{
+ background-repeat:repeat-x;
+ background-size:auto 100%
+}
+.ub-img3
+{
+ background-repeat:repeat-y;
+ background-size:100% auto
+}
+
+.ub-img4
+{
+ -webkit-background-size:100% auto;
+ -moz-background-size:100% auto;
+ -ms-background-size:100% auto;
+ -o-background-size:100% auto;
+ background-size:100% auto;
+ background-repeat:no-repeat;
+ background-position:center;
+}
+.ub-img5
+{
+ -webkit-background-size:auto 100%;
+ -moz-background-size:auto 100%;
+ -ms-background-size:auto 100%;
+ -o-background-size:auto 100%;
+ background-size:auto 100%;
+ background-repeat:no-repeat;
+ background-position:center;
+}
+
+.ub-img6
+{
+ background-repeat:no-repeat;
+ background-position:center;
+}
+.ub-img7
+{
+ -webkit-background-size:100% 100%;
+ -moz-background-size:100% 100%;
+ -ms-background-size:100% 100%;
+ -o-background-size:100% 100%;
+ background-size:100% 100%;
+ background-repeat:no-repeat;
+ background-position:center;
+}
+
diff --git a/app/home/view/szwjs/public/css/prettyPhoto.css b/app/home/view/szwjs/public/css/prettyPhoto.css
new file mode 100644
index 0000000..ad16d91
--- /dev/null
+++ b/app/home/view/szwjs/public/css/prettyPhoto.css
@@ -0,0 +1 @@
+div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right,div.pp_default .pp_top,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_content{background-color:#fff}div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#fff}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_next,div.pp_default .pp_gallery a.pp_arrow_previous{position:static;left:auto}div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default .pp_details{position:relative}div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0 0;width:20px}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover,div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_nav .pp_play:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content .ppt{color:#000}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_details{position:relative}div.light_rounded .pp_description{margin-right:85px}div.light_rounded #pp_full_res .pp_inline{color:#000}div.light_rounded .pp_gallery a.pp_arrow_next,div.light_rounded .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_details{position:relative}div.dark_rounded .pp_description{margin-right:85px}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded #pp_full_res .pp_inline{color:#fff}div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content,div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right{background:#000}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_details{position:relative}div.dark_square .pp_description{margin:0 85px 0 0}div.dark_square #pp_full_res .pp_inline{color:#fff}div.dark_square .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_content,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right{background:#fff}div.light_square .pp_content .ppt{color:#000}div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_details{position:relative}div.light_square .pp_description{margin-right:85px}div.light_square #pp_full_res .pp_inline{color:#000}div.light_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content .ppt{color:#000}div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_content{background:#fff}div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_details{position:relative}div.facebook .pp_description{margin:0 37px 0 0}div.facebook #pp_full_res .pp_inline{color:#000}div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px 0}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px 0}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/public.css b/app/home/view/szwjs/public/css/public.css
new file mode 100644
index 0000000..bf3cb64
--- /dev/null
+++ b/app/home/view/szwjs/public/css/public.css
@@ -0,0 +1,5125 @@
+body{
+ margin: 0;
+ padding: 0;
+ /*font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;*/
+ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","PingFang SC","PingFang SC Light",tahoma,"Hiragino Sans GB",Arial,Helvetica,sans-serif,"微软雅黑";
+ background-color: rgb(247,244,248);
+ -webkit-font-smoothing: antialiased;
+}
+/* 变灰样式
+html{
+filter: grayscale(84%);
+-webkit-filter: grayscale(84%);
+-moz-filter: grayscale(84%);
+-ms-filter: grayscale(84%);
+-o-filter: grayscale(84%);
+filter: url("data:image/svg+xml;utf8,#grayscale");
+filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
+-webkit-filter: grayscale(1);
+}
+#header{background-color:rgba(37,45,75,0.8) !important;}
+.footertop{background-color:rgba(26,26,52,0.8) !important;}
+.footerbottom{background-color:rgba(14,14,42,0.8) !important;}
+.tab .item:nth-child(1){background-color:rgba(236,93,101,0.6) !important;background-image:none !important;}
+.tab .item:nth-child(2){background-color:rgba(218,190,164,0.6) !important;background-image:none !important;}
+.tab .item:nth-child(3){background-color:rgba(165,194,218,0.6) !important;background-image:none !important;}
+.jc_box .red{border:5px solid #363636 !important;}
+.right_fixd .item:hover, .right_fixd .item.active{background-color:rgba(191,54,40,0.6) !important;}
+.right_fixd .r_menu{background-color:rgba(255,255,255,0.8) !important;}
+.artpart_2 .iconemail,.artpart_2 .icontel,.jc_icon_list .item .item_ct,#header .shortcut .iconweixin{color:#363636 !important;}
+.jc_icon_list .red_line{background-color:rgba(54,54,54,0.4) !important;}
+.jc_icon_list .item:not(.active):hover{border:5px solid rgba(54,54,54,0.4) !important}
+.jc_icon_list .item{border:5px solid rgba(54,54,54,0.4) !important;}
+.jc_icon_list .item.active{border:none !important;}
+.artpartleft .btnbox a{background:#363636 !important;}
+.timebox .timetip,.listcon:before,.hxfw_list .icon_list .item .b_icon{background-color:#363636 !important;}
+body{
+ filter:gray
+}
+*/
+.agreeshow{display:none;}
+input, textarea,select,option{
+ outline: none;
+ resize: none;
+}
+ul,li{
+ padding: 0;
+ margin: 0;
+}
+.hide{display:none;}
+div{
+ text-transform:uppercase;
+}
+
+.content div{
+ text-transform:none !important;
+}
+.lowercase{
+ text-transform:lowercase;
+}
+.fistcase{
+ text-transform:capitalize;
+}
+select,option {
+ -webkit-appearance:none;
+ -moz-appearance:none;
+ appearance:none;
+ background:transparent;
+ border:none;
+}
+option::-ms-expand{ display: none; }
+option{
+ -moz-appearance:none; /* Firefox */
+ -webkit-appearance:none; /* Safari 和 Chrome */
+ appearance:none;
+ border:1px solid rgba(255,255,255,1);
+}
+.phonediv{
+ display: none;
+}
+/* --背景色字体颜色--*/
+option:hover{
+ color:#fff;
+ background-color:#1E90FF;
+}
+/**css3弹性盒子布局**/
+.modeub
+{
+ display: -webkit-box !important;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: box !important;
+ position:relative;
+}
+.modeac
+{
+ -webkit-box-align:center;
+ -moz-box-align:center;
+ -ms-box-align:center;
+ -o-box-align:center;
+ box-align:center;
+}
+
+.modepc
+{
+ -webkit-box-pack:center;
+ -moz-box-pack:center;
+ -ms-box-pack:center;
+ -o-box-pack:center;
+ box-pack:center;
+}
+
+.modever
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.modef1{
+ position:relative;
+ -webkit-box-flex: 1;
+ -moz-box-flex: 1;
+ -ms-box-flex: 1;
+ -o-box-flex: 1;
+ box-flex: 1;
+}
+.modef2
+{
+ position:relative;
+ -webkit-box-flex: 2;
+ -moz-box-flex: 2;
+ -ms-box-flex: 2;
+ -o-box-flex: 2;
+ box-flex: 2;
+}
+.modef3
+{
+ position:relative;
+ -webkit-box-flex: 3;
+ -moz-box-flex: 3;
+ -ms-box-flex: 3;
+ -o-box-flex: 3;
+ box-flex: 3;
+}
+.modef4
+{
+ position:relative;
+ -webkit-box-flex: 4;
+ -moz-box-flex: 4;
+ -ms-box-flex: 4;
+ -o-box-flex: 4;
+ box-flex: 4;
+}
+.modeae
+{
+ -webkit-box-align:end;
+ box-align:end;
+}
+.modepe
+{
+ -webkit-box-align:end;
+ -moz-box-align:end;
+ -ms-box-align:end;
+ -o-box-align:end;
+ box-align:end;
+}
+.modepj
+{
+ -webkit-box-pack:justify;
+ -moz-box-pack:justify;
+ -ms-box-pack:justify;
+ -o-box-pack:justify;
+ box-pack:justify;
+}
+.divhidden{
+ overflow: hidden;
+}
+.contenter{
+ margin: 0;
+ padding: 0;
+}
+.content{
+ max-width: 1200px;
+ margin: 0 auto;
+}
+/*********首页*********/
+.guidebg{
+ /* background-color: #eb600b; */
+ background-color: rgb(224,224,224);
+}
+.guidehg{
+ height:34px;
+}
+.guideclor{
+ /* color: rgb(247,244,248); */
+ color: rgb(71,71,71);
+}
+.guideleft{
+ float: left;
+}
+.guideright{
+ float: right;
+}
+.guidemenu{
+ font-size: 12px;
+}
+.guideline {
+ line-height: 34px;
+}
+.guidecursor{
+ cursor: pointer;
+}
+.guidecursor a{
+ color: rgb(71,71,71);
+ text-decoration: none;
+}
+.guidecursor a:hover{
+ text-decoration:underline;
+}
+.segment{
+ margin: 0 9px;
+}
+.logobg{
+ background-color: rgb(255,255,255);
+
+}
+#header .logobg {
+ /* background-color: rgb(130, 25, 25); */
+}
+.logohg{
+ height: 82px;
+ z-index: 100;
+ position: relative;
+}
+.logoleft{
+ width: 320px;
+ cursor: pointer;
+}
+.logoimg{
+ background-image: url("../images/logo.png");
+}
+.logobackimg{
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size:100% 100%;
+}
+.logosearch{
+ width: 230px;
+ height: 32px;
+ margin: 25px 0;
+}
+.searchbody{
+ border: 2px solid rgba(207,200,208,1);
+ width:220px;
+ display:inline-block;
+ vertical-align:top;
+}
+.searchwraper .options{padding-right:2px;border-right:2px solid rgba(207,200,208,1);}
+.searchwraper select{padding:0px 22px 0px 10px;line-height:22px;color:rgba(76,76,76,.7);background:url(../images/arrow-down.png) right center no-repeat;}
+.searchwraper select:hover{background:url(../images/arrow-up.png) right center no-repeat;}
+.searchwraper{text-align:center;padding:20px 20px 5px 20px;}
+.search{
+ height:28px;
+}
+.search input{
+ background:none;
+ border: none;
+ width: 162px;
+ height: 23px;
+}
+.search input::-webkit-input-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input::-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-ms-input-placeholder {
+ color: rgb(196,195,194);
+}
+.searchpadding{
+ padding: 1px 10px;
+}
+.searchicon{
+ color: rgb(191,54,40);
+ line-height:24px;
+ cursor: pointer;
+}
+.iconpadding{
+ padding: 0 20px 0 0;
+}
+.menubg{
+ background-color: rgb(191,54,40);
+}
+.menuhg{
+ height: 52px;
+ z-index: 100;
+ position: relative;
+}
+.menuul{
+ font-size: 14px;
+}
+.menuline{
+ height: 24px;
+ padding: 14px 0;
+ line-height: 24px;
+}
+.menuline li {
+ list-style-type:none;
+}
+.menumr{
+ margin-right:43px
+}
+.menuactive{
+ height: 24px;
+ background-color: rgb(255,255,255);
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ padding: 0 12px;
+}
+.activecolor{
+ color: rgb(191,54,40);
+}
+.banner{
+ /* height: 412px; */
+}
+.bannerimg{
+ background-position: center;
+ background-repeat: no-repeat;
+ width: 100%;
+}
+
+.swiper-container {
+ width: 100%;
+ height: 100%;
+}
+.service{
+ width: 280px;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ position: fixed;
+ top: 60%;
+ z-index: 9999;
+}
+.serviceradius{
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius:50px;
+ border-bottom-right-radius: 50px;
+ cursor: pointer;
+}
+.iconcolor{
+ color: rgb(255,255,255);
+}
+.serviceIcon{
+ line-height: 57px;
+ text-align: center;
+ font-size: 31px !important;
+}
+.servicetitle{
+ margin-left: 17px;
+ line-height: 57px;
+}
+.servicebg{
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.fiveservice{
+ padding-top: 32px;
+}
+.fivediv{
+ width: 224px;
+ height: 288px;
+ cursor: pointer;
+}
+.fivemr{
+ margin-right: 20px;
+}
+.fivebg{
+
+}
+.fivecircle{
+ width:132px;
+ height:132px;
+ /*border: 1px solid #1A1A34;*/
+ -webkit-border-radius: 132px;
+ border-radius: 132px;
+ margin: 40px auto 24px auto;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.texture{
+ width: 88px;
+ height: 88px;
+ background-image: url(../images/texture.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.fivetitle{
+ font-size:16px;
+ color:rgba(77,77,77,1);
+ text-align: center;
+}
+.fivedescribe{
+ font-size:10px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+ margin-top: 11px;
+ margin-right: 40px;
+ margin-left: 40px;
+}
+.fiveiconcolor{
+ color:rgba(227,48,29,1);
+}
+.fiveiconone{
+ font-size: 36px !important;
+}
+.fiveicontow{
+ font-size: 40px !important;
+}
+.fiveiconthree{
+ font-size: 32px !important;
+}
+.fiveiconfour{
+ font-size: 38px !important;
+}
+.fiveiconfive{
+ font-size: 36px !important;
+}
+.market{
+ padding-top:40px;
+}
+.markettitle{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.marketsegment{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 34px;
+}
+.marketsearch{
+ width: 260px;
+ height: 40px;
+ background:rgba(255,255,255,1);
+ -webkit-border-radius: 2px;
+ border-radius: 2px
+}
+.marketinputp{
+ padding: 5px 0 5px 20px;
+}
+.marketinputp input{
+ border: none;
+ height: 30px;
+ width: 189px;
+ color:rgba(102,102,102,1);
+ font-size: 12px;
+}
+.marketinputp input::-webkit-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input::-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-ms-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketsearchIcon{
+ font-size:23px !important;
+ color:rgba(26,26,52,1);
+ cursor: pointer;
+}
+.marketiconp{
+ padding:0 14px 0 0;
+}
+.marketdata{
+ padding-top: 40px;
+}
+.dataleft{
+ width: 230px;
+ height: 300px;
+ background:rgba(12,172,239,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.triangle-bottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-topleft {
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataright{
+ width:970px;
+ height:280px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.datacon{
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.datamenu{
+ width: 230px;
+ height: 100px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.datamenuactive{
+ background:rgba(15,113,195,1);
+ position: relative;
+}
+.datatitle{
+ font-size: 16px;
+ width: 145px;
+ text-align: center;
+}
+.datajiantou{
+ font-size: 8px !important;
+ color: rgb(255,255,255);
+ line-height: 21px;
+}
+.databody{
+ padding: 57px 47px;
+}
+.databodydes{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.dataunit{
+ color: rgb(160,160,160);
+}
+.dataline{
+ margin: 0 9px;
+}
+.dataprice{
+ font-size:28px;
+ color:rgba(253,37,15,1);
+}
+.datawidth{
+ width: 219px;
+}
+.databody .datawidth:nth-of-type(5), .datawidth:nth-of-type(6), .datawidth:nth-of-type(7), .datawidth:nth-of-type(8){
+ margin-top: 48px;
+}
+.datamenuborder{
+ border-top: 1px solid rgba(24,137,185,1);
+ border-bottom: 1px solid rgba(24,137,185,1);
+}
+.triangle-hexbottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-hextopleft{
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataservice{
+ width: 230px;
+ height: 492px;
+ background:rgba(255,128,56,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.dataservicecon{
+ width: 970px;
+ height: 472px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.dataservicemenu{
+ height: 248px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.dataserviceactive{
+ background:rgba(240,60,24,1);
+ position: relative;
+}
+.dataservicemenuborder{
+ border-top: 1px solid rgba(221,112,51,1);
+ border-bottom: 1px solid rgba(221,112,51,1);
+}
+.dataservicebody{
+ padding:28px 31px;
+}
+.servicemenutitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ background:rgba(240,240,240,1);
+ border-radius: 2px;
+ padding:5px 8px;
+ margin-right: 20px;
+ cursor: pointer;
+}
+.activemenutitle{
+ font-size:14px;
+ color:rgba(255,255,255,1);
+ background:rgba(244,75,37,1);
+ border-radius: 2px
+}
+.servicetable{
+ margin-top:10px;
+}
+.servicetable table{
+
+}
+.servicetable table th{
+ padding: 10px 0;
+ font-weight:normal;
+}
+.tabletitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+}
+.tabledes{
+ font-size:14px;
+ color:rgba(26,26,26,1);
+}
+.servicetable table td{
+ border-top: 1px solid rgba(245,245,245,1);
+ padding: 15px 0;
+}
+.servicecon{
+ padding-bottom: 40px;
+}
+.contentwhile{
+ background-color: rgba(255,255,255,1);
+}
+.adcon{
+ padding: 80px 0;
+}
+.adleft{
+ width: 420px;
+ height: 376px;
+}
+.adlefttop{
+ width:420px;
+ height:188px;
+}
+.adleftimg{
+ background-position: center top;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+.adlefttopimg{
+ background-image: url(../images/rubbish/ad01.png);
+}
+.center{text-align:center;}
+.servicetableborder .swiper-slide{height:auto;}
+.servicetableborder span{max-width:33%;border-top:1px solid rgba(245,245,245,1);font-size:0.8em;line-height:3.2em;min-width:10%;text-align:center;display:inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
+#servicetableborder5 span,#servicetableborder0 span,#servicetableborder1 span{width:24.5%;}
+#servicetableborder2 span{width:32.5%;}
+#servicetableborder6 span{width:16.3%;}
+#servicetable4 span{width:14.2%;}
+#servicetable2 span{width:11%;}
+#servicetable0 span{width:24%;}
+.newsRow{display:none;width:100%;display:none;min-height:300px;}
+.albg{
+ width: 100%;
+ height: 100%;
+ background:rgba(0,0,0,0.7);
+ filter: Alpha(opacity=70);
+ /* position: static; */
+ *zoom: 1;
+}
+.adtitle{
+ position: relative;
+ font-size:24px;
+ color:rgba(255,255,255,1);
+ height: 100%;
+ cursor: pointer;
+
+}
+.updowleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.addes{
+ font-size:10px;
+ color:rgba(148,148,148,1);
+}
+.adleftbottom{
+ margin-top: 10px;
+}
+.adcenter{
+ overflow:hidden;
+ width: 407px;
+ height: 380px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+.adcentercenter{
+ width: 407px;
+ height: 380px;
+}
+.adcentertop{
+ overflow:hidden;
+ width: 407px;
+ height:190px;
+}
+.aiicon{
+ font-size: 50px !important;
+}
+.adright{
+ width: 353px;
+ height: 380px;
+}
+.adright2{
+ width: 353px;
+ height: 380px;
+}
+.adrighttop{
+ width:100%;
+ height:124px;
+}
+
+
+.albg{
+ -webkit-transition: all 0.3s;
+ -moz-transition: all 0.3s;
+ -ms-transition: all 0.3s;
+ -o-transition: all 0.3s;
+ transition: all 0.3s;
+ -webkit-transform: translate3d(0,0,0);
+ -moz-transform: translate3d(0, 0, 0);
+ -ms-transform: translate3d(0, 0, 0);
+ -o-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+}
+.elem:hover .albg{
+ opacity: 0.6;
+}
+
+.newstitleleft{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.newsline{
+ margin: 0 9px;
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newstitledes{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newsrighttitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.newsrightwt{
+ margin-left: 34px;
+}
+.newsrightactive{
+ color:rgba(244,75,37,1);
+}
+.newstitle{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ padding-bottom:9px;
+ padding-right: 19px;
+}
+.newsbody{
+ margin-top:40px;
+}
+.newsleft{
+ width: 466px;
+ padding-left:40px;
+ height: 300px;
+ margin-right:60px;
+ text-align:center;
+ display:inline-block;
+ vertical-align:top;
+}
+.newsleft img{max-width:100%;}
+.newsimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.newsrighttop{
+
+}
+.newsright {
+ width: 624px;
+ padding-right: 10px;
+ display:inline-block;
+ vertical-align:top;
+}
+.icontitle{
+ width: 530px;
+ margin-left: 5px;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap
+}
+.newsicontitle{
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+ /**display:flex;
+ justify-content:center;
+ align-items:center;*/
+}
+.iocnfontsize{
+ font-size: 9px !important;
+ font-weight: bold;
+}
+.newstime{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 20px;
+}
+.newscon{
+ font-size:14px;
+ color:rgba(102,102,102,1);
+ line-height:24px;
+ margin: 7px 0 20px 10px;
+ padding-bottom:14px;
+ border-bottom: 1px solid rgba(245,245,245,1);
+ cursor: pointer;
+}
+.newsactive{
+ color:rgba(240,60,24,1) ;
+}
+.newsactive2{
+ color:rgba(240,60,24,1) !important ;
+}
+.newsactive2 .norimg{
+ background-image: url(../images/select.png) !important;
+}
+.icontitle-ml5{
+ margin-left: 5px;
+}
+.rightmargin{
+ margin-bottom:15px;
+}
+.moreline{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ width: 507px;
+ margin: 12px 47px 0 20px;
+}
+.morepage{
+ font-size:14px;
+ color:rgba(26,26,52,1);
+}
+.news{
+ padding-bottom:40px;
+}
+.businessbg{
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-size: contain;
+}
+.businessbgimg{
+ background-image: url(../images/businessbg.png);
+}
+.businesspadding{
+ padding: 39px 0 50px 0;
+}
+.businesstitle{
+ padding-bottom:19px;
+}
+.businessleft{
+ width: 232px;
+ height: 290px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.businessimg{
+ height: 188px;
+}
+.businessimgages{
+ background-image: url(../images/rubbish/business01.png);
+}
+.businessbottom{
+ height: 122px;
+ margin-top: -20px;
+ padding: 0 15px;
+}
+.businessbottomimg01{
+ background-image: url(../images/businessbg01.png);
+}
+.businessbottomimg02{
+ background-image: url(../images/businessbg02.png);
+}
+.businessbottomimg03{
+ background-image: url(../images/businessbg03.png);
+}
+.businessheadline{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.businessdes{
+ font-size:8px;
+ color:rgba(51,51,51,1);
+ line-height:10px;
+ margin-top: 12px;
+}
+.businessubpc{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-orient:vertical;
+ box-orient:vertical;-webkit-box-pack:center;
+ box-pack:center;
+}
+.businessright{
+ width: 474px;
+ height: 290px;
+}
+.businessright table{
+
+}
+.businessright table thead{
+ background:rgba(26,26,52,1);
+}
+.businessright table thead tr{
+ height:40px;
+}
+.businessright table thead th{
+ font-size:14px;
+ color:rgba(144,144,154,1);
+}
+.businessright table tbody{
+ height:250px;
+}
+.businessright table tbody tr{
+ text-align: center;
+ cursor: pointer;
+ line-height: 50px;
+}
+.businessright table tbody tr{
+ font-size:12px;
+ color:rgba(102,102,102,1);
+}
+.tablebg{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.fistmenumode{
+ font-size:18px;
+
+ color:rgba(51,51,51,1);
+ line-height:62px;
+ margin-right: 35px;
+ cursor: pointer;
+}
+.fistmanuactive{
+ background-image: url(../images/fistmanuactive.png);
+ background-position:bottom center;
+ background-repeat: no-repeat;
+ background-size: auto;
+ color:rgba(244,75,37,1);
+}
+.fistmenu{
+ height:62px;
+ background-color:rgba(240,240,240,0.88);
+ padding: 0 0 0 71px;
+}
+.mode{
+ width: 282px;
+ height: 159px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+ cursor: pointer;
+}
+.mode .tobig-img:hover{
+ -webkit-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ transform: scale(1.05);
+ z-index: 3000;
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+}
+.modemargintop{
+ margin-top: 30px;
+}
+.modemarginright{
+ margin-right: 24px;
+}
+.modeborder01{
+ border-top: 5px solid rgba(255,175,63,1);
+}
+.modeborder02{
+ border-top: 5px solid rgba(254,108,113,1);
+}
+.modeborder03{
+ border-top: 5px solid rgba(89,208,108,1);
+}
+.modeborder04{
+ border-top: 5px solid rgba(52,103,236,1);
+}
+.modeborder05{
+ border-top: 5px solid rgba(126,52,236,1);
+}
+.modeborder06{
+ border-top: 5px solid rgba(89,208,198,1);
+}
+.modeborder07{
+ border-top: 5px solid rgba(62,159,255,1);
+}
+.modeborder08{
+ border-top: 5px solid rgba(255,212,63,1);
+}
+.modeicon01{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon01.png);
+}
+.modeicon02{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon02.png);
+}
+.modeicon03{
+ width: 68px;
+ height: 80px;
+ background-image: url(../images/modeicon03.png);
+}
+.modeicon04{
+ width: 80px;
+ height: 80px;
+ background-image: url(../images/modeicon04.png);
+}
+.modeicon05{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon05.png);
+}
+.modeicon06{
+ width: 72px;
+ height: 76px;
+ background-image: url(../images/modeicon06.png);
+}
+.modeicon07{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon07.png);
+}
+.modeicon08{
+ width: 76px;
+ height: 68px;
+ background-image: url(../images/modeicon08.png);
+}
+.modetitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ margin-top: 22px;
+}
+.culture{
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-size: contain;
+}
+.cultureimg{
+ /*background-image: url(../images/culture.png);*/
+}
+.culturepadding{
+ padding: 39px 0 40px 0;
+}
+.cultureleft{
+ width: 282px;
+ height: 168px;
+ cursor: pointer;
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturebgimg{
+ background-image: url(../images/rubbish/culture01.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturecon{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ /* position: static; */
+ *zoom: 1;
+ height: 64px;
+ width: 100%;
+ margin-top: 104px;
+}
+.content .modeub .active a{color:rgba(235,76,18,1);}
+.content .modeub a{display:inline-block;vertical-align:top;font-size:0.8em;font-weight:normal;}
+.cultureleft a,.adright a{width:100%;}
+.ubpe{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-pack:end;
+ box-pack:end;
+}
+.culturetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.culturedes{
+ font-size:8px;
+ color:rgba(129,134,138,1);
+ margin-top: 3px;
+}
+.culturepargin{
+ margin-right: 24px;
+}
+.threemode{
+ margin-top: 33px;
+}
+.threemodeleft{
+ width: 386px;
+ height: 140px;
+ cursor: pointer;
+}
+.threeimg{
+ background-image: url(../images/rubbish/threemode01.png);
+}
+.threetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.modethree{
+ margin-top: 40px;
+}
+.modethreeleft{
+ width: 386px;
+ height: 124px;
+ cursor: pointer;
+}
+.modethreeimg{
+ background-image: url(../images/rubbish/modethree01.png);
+
+}
+.modethreepadding{
+ padding-left: 29px;
+}
+.modethreetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.modethreedes{
+ font-size:8px;
+ color:rgba(144,144,144,1);
+ margin-top: 12px;
+}
+.updown{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.modethreem{
+ margin-right: 21px;
+}
+.fourmode{
+ width: 1200px;
+ height: 124px;
+ padding-top: 40px;
+}
+.fourmodeimg{
+ background-image: url(../images/rubbish/fourmode.png);
+}
+.fourmodetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.fourmodedes{
+ font-size:8px;
+ color:rgba(207,165,176,1);
+ margin-top: 9px;
+}
+.fivemode{
+ margin-top: 40px;
+}
+.fivemodelineleft{
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodeicon{
+ width: 160px;
+ height: 160px;
+ cursor: pointer;
+}
+.fivemodeiconimg{
+ text-align:center;
+ background-image: url(../images/fivemode01.png);
+}
+.leftupdownright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+}
+.fivemodelinelefttow{
+ width: 120px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+ text-align:center;
+}
+.fivemodecircle{
+ text-align:center;
+ border: 5px solid rgba(245,109,79,0.4);
+ width: 150px;
+ height: 150px;
+ -webkit-border-radius: 160px;
+ border-radius: 160px ;
+ cursor: pointer;
+}
+.fivemodelineright{
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodetitle{
+ font-size:20px;
+ color:rgba(244,75,37,1);
+ margin-top:6px;
+ text-align:center;
+}
+.bannerbody{
+ /* margin-top: 120px; */
+ height: 318px;
+}
+.bannerservice{
+ height: 318px;
+ background-image: url(../images/bannerservice.png);
+}
+.residence{
+ margin-top:80px;
+}
+.residenceleft{
+ width: 619px;
+ height: 502px;
+ margin-right: 61px;
+}
+.residenceleftimg{
+ height: 502px;
+ background-image: url(../images/rubbish/residenceleftimg.png);
+}
+.residenceright{
+ width: 520px;
+}
+.residencerighttitle{
+ font-size: 24px;
+ text-align: center;
+}
+.residencerighdes{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+}
+.residencemenu{
+ margin-top: 39px;
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.residencemenubox{
+ background:rgba(247,244,248,1);
+ border-radius: 2px ;
+ padding:9px 14px;
+ border: 2px solid rgba(213, 221, 235, 1);
+ cursor: pointer;
+}
+.residencemenuboxtitle {
+ color: var(--color);
+ -webkit-transition: 0.25s;
+ transition: 0.25s;
+}
+.residencemenumr{
+ margin-right: 40px;
+}
+.centerleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.residencedes{
+ font-size:14px;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+ margin-top: 38px;
+}
+.ub{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+}
+.residencetelicon{
+ width: 80px;
+ height: 84px;
+ background-image: url(../images/residencetel.png);
+}
+.residencecontact{
+ margin-top: 64px;
+}
+.residennumber{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ text-transform:lowercase;
+}
+.residennumberml{
+ margin-left: -5px;
+}
+.residenceemail{
+ margin-top: 20px;
+ margin-left: 28px;
+}
+.residenceemailicon{
+ background-image: url(../images/residenceemail.png);
+ width: 36px;
+ height: 26px;
+ margin-right: 13px;
+}
+.codeicon{
+ width: 162px;
+ height: 162px;
+ background-image: url(../images/codeicon.png);
+ margin-top: 60px;
+}
+.residencebody{
+ margin-top: 24px;
+}
+.residencebodyleft{
+ width: 282px;
+ height: 282px;
+ background:rgba(235,236,243,1);
+}
+.residenceticon{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.residenceticonimg{
+ width: 282px;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ cursor: pointer;
+}
+.noprice{
+ width: 87px;
+ height: 87px;
+ background-image: url(../images/noprice.png);
+}
+.residencebodyautor{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 95px;
+}
+.residencebodyautor2{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 110px;
+}
+.residencautor{
+ font-size:18px;
+ color:rgba(247,244,248,1);
+}
+.residencautordes{
+ font-size:14px;
+ color:rgba(239,236,240,1);
+}
+.residenceticonmr{
+ margin-right: 24px;
+}
+.price{
+ width: 114px;
+ height: 50px;
+ background-image: url(../images/price.png);
+ margin-top: 20px;
+ margin-left: -10px;
+ font-size:20px;
+ color:rgba(247,244,248,1);
+ text-align: center;
+ line-height:38px;
+}
+.residencebodymore{
+ margin-top: 20px;
+ width:1200px;
+ height:48px;
+ background:rgba(235,236,243,1);
+}
+.gomorepage{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.banks{
+ /* margin-top:30px; */
+}
+.banksleft{
+ width: 600px;
+ height: 516px;
+ background-image: url(../images/rubbish/banksleft.png);
+ margin-right: 61px;
+}
+.banksright{
+ width: 539px;
+}
+.banksrightdesborder{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.contantsicon{
+ width: 54px;
+ height: 134px;
+ background-image: url(../images/contantsicon.png);
+
+}
+.banksrightnum{
+ padding-left:44px;
+ margin-top: 44px;
+}
+.number{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.telnumber{
+ margin-top: 25px;
+}
+.numberbody2{
+ margin-left: -6px;
+ margin-right:40px;
+}
+.qqnumber{
+ margin-top: 7px;
+}
+.emailnumber{
+ margin-top: 19px;
+}
+.banksbody{
+ margin-top: 40px;
+}
+.banksbodyleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.banksbodylefticon{
+ background-color: rgba(235,236,243,1);
+ height: 212px;
+}
+.banksbodylefticonimg{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.banksbodyleftcon{
+ height: 146px;
+ background-color: rgb(255,255,255);
+}
+.banksleftcon{
+ padding: 20px;
+
+}
+.banksleftcontitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.banksbar{
+ margin-top: 14px;
+ height:10px;
+ background:rgba(235,236,243,1);
+ border-radius: 5px
+}
+.banksshadow{
+ background-image:-webkit-linear-gradient(to right, rgba(239, 99, 22, 1), rgba(236, 179, 42, 1));
+ background-image:linear-gradient(to right,rgba(239, 99, 22, 1),rgba(236, 179, 42, 1));
+ height:10px;
+ border-radius: 5px
+}
+.banksprice{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+ margin-top: 6px;
+ font-weight: lighter;
+}
+.fontweight{
+ font-weight:bolder;
+}
+
+.residencemenued{
+ margin-top: 25px;
+ /* border-bottom: 1px solid rgba(230,236,247,1); */
+ /* padding-bottom: 40px; */
+}
+
+.residencemenued2{
+ position: absolute;
+ top: 155px;
+ left: 414px;
+}
+.bankschoub{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ margin-top: 9px;
+ font-weight: lighter;
+}
+.banksmr{
+ margin-right: 24px;
+}
+.camerimg{
+ height: 381px;
+ background-image: url(../images/yipaiimg.png);
+ margin-top: 40px;
+}
+.paitop{
+ margin-top: 80px;
+}
+.artfilmtitle{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 19px;
+}
+.artfilm{
+ margin-top: 40px;
+}
+.artfilmleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.artfilmleftmr{
+ margin-right: 24px;
+}
+.artfilmname{
+ height: 100px;
+ background-image: -webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image: linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ top: 112px;
+ text-align: center;
+ position: relative;
+ line-height: 100px;
+}
+.artfilmpricemtbody{
+
+ padding: 24px;
+ background-color: rgba(255,255,255,1);
+}
+.artfilmtime{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ text-align: center;
+}
+.timeartm{
+ margin: 0 5px;
+ color: rgba(244, 75, 37, 1);
+ font-weight: bolder;
+}
+.artfilmpricemt{
+ margin-top: 14px;
+}
+.artfilmprice{
+ width: 77px;
+ text-align: center;
+}
+.artfilmpriceborder{
+ border-right: 1px solid rgba(235,236,243,1);
+}
+.qipai{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+}
+.qipaiprice{
+ font-size:16px;
+ color:rgba(244,75,37,1);
+ font-weight: bolder;
+ margin-top: 19px;
+ padding-bottom: 10px;
+}
+.shoppingmt{
+ margin-top:20px;
+}
+.shoppingimg{
+ height: 200px;
+ background-image: url(../images/rubbish/shoppingimg.png);
+}
+.shopingtitle{
+ width:200px;
+ height:200px;
+ background:rgba(35,61,32,0.8);
+}
+.shoppingname{
+ font-size:40px;
+ color:rgba(234,234,244,1);
+ font-weight: bolder;
+}
+.shoppingnameen{
+ font-size:14px;
+ color:rgba(234,234,244,1);
+ margin-top: 18px;
+}
+.shoppingdes{
+ margin-top: 38px;
+ font-size:14px;
+
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.shoppingrefer{
+ margin-top: 48px;
+ padding-bottom: 20px;
+}
+.referleft{
+ width: 400px;
+}
+.refertitle{
+ font-size:24px;
+
+ color:rgba(51,51,51,1);
+}
+.refertel{
+ margin-top: 28px;
+}
+.refertelleft{
+ font-size:18px;
+
+ color:rgba(163,163,163,1);
+ line-height:32px;
+}
+.refertelnumber{
+ font-size:18px;
+
+ color:rgba(51,51,51,1);
+ line-height:32px;
+ margin-left: 9px;
+
+}
+.refertelnumber div{
+ text-transform:lowercase;
+}
+.codeimg{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code01.png);
+}
+.codeimg2{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code02.png);
+}
+.codeimg3{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code03.png);
+}
+.honor{
+ padding-top: 40px;
+ padding-bottom:80px;
+}
+.honorbody{
+ /* margin-top: 40px; */
+}
+.honorbody{
+ height: 180px;
+}
+.honoricon{
+ width: 282px;
+ height: 180px;
+}
+.honoriconimg{
+ background-image: url(../images/rubbish/honor01.png);
+}
+.swiper-button-next, .swiper-button-prev{
+ width: 66px !important;
+ height: 66px !important;
+ background:rgba(26,26,52,0.7);
+ margin-top: -35px !important;
+}
+.footertop{
+ background:rgba(26,26,52,1);
+ padding-top: 60px;
+ padding-bottom: 50px;
+}
+.footertopleft{
+ width: 400px;
+ margin-right: 120px;
+}
+.footerborder{
+ border-bottom: 1px solid rgba(255,255,255,0.1);
+ padding-bottom: 17px;
+ margin-bottom: 19px;
+}
+.footeraddressname{
+ font-size:30px;
+
+ color:rgba(181,181,195,1);
+}
+.addressnameen{
+ font-size:20px;
+
+ color:rgba(68,68,94,1);
+ line-height: 42px;
+}
+.footerdes{
+ font-size:14px;
+
+ color:rgba(143,143,168,1);
+ margin-bottom: 15px;
+ text-transform:lowercase;
+}
+.footertopright{
+
+}
+.qscode{
+ width: 148px;
+ height: 148px;
+}
+.qscodeimg{
+ background-image: url(../images/rubbish/qscode.png);
+ width: 148px;
+ height: 148px;
+}
+.weixfont{
+ color:rgba(255,255,255,1);
+ font-size: 24px !important;
+}
+.weixtop{
+ margin-top: 20px;
+}
+.saoguan{
+ font-size:16px;
+
+ color:rgba(255,255,255,1);
+ margin-left: 15px;
+}
+.about{
+ font-size:16px;
+
+ color:rgba(82,82,97,1);
+ margin-top: 20px;
+}
+.aboutus{
+ color: rgba(112, 112, 151, 1);
+ margin-left: 5px;
+ cursor: pointer;
+}
+.footerbottom{
+ background:rgba(14,14,42,1);
+ padding: 25px 0;
+}
+.friendline a,.friendline{
+ font-size:12px;
+
+ color:rgba(82,82,97,1);
+
+}
+.gongguan{
+ width:200px;
+ height:200px;
+ background:rgba(199,122,46,0.8);
+}
+.gongguanname{
+ font-size:32px;
+
+ color:rgba(234,234,244,1);
+}
+.gongguanen{
+ font-size:14px;
+
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.touhang{
+ width:200px;
+ height:200px;
+ background:rgba(17,0,0,0.6);
+}
+.touhname{
+ font-size:40px;
+
+ color:rgba(234,234,244,1);
+}
+.touhen{
+ font-size:14px;
+
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.servicelogo{
+ width: 207px;
+ height: 43px;
+ background-image: url(../images/servicelogo.png);
+}
+.servicefriend{
+ width: 204px;
+ height: 25px;
+ background-image: url(../images/servicefriend.png);
+ margin-top: 24px;
+}
+.logofriend{
+ width: 380px;
+ height: 318px;
+}
+.logofriendmenu{
+ height: 318px;
+ width: 436px;
+}
+.menufriend{
+ width: 20px;
+ height: 109px;
+ margin-right: 56px;
+ cursor: pointer;
+}
+.menufriendname{
+ font-size:14px;
+
+ color:rgba(98,56,22,1);
+ text-align: center;
+}
+.rightleft{
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.activemenu{
+ background-image: url(../images/activemenu.png);
+}
+.guafontsize{
+ font-size: 41px !important;
+}
+.guafont{
+ color: rgba(244,75,37,1);
+}
+.camerleft{
+ width: 500px;
+ padding-top: 40px;
+}
+.camerleftbg{
+ width:200px;
+ height:200px;
+ background:rgba(37,62,101,0.5);
+}
+.camerlefttitle{
+ font-size:40px;
+
+ color:rgba(234,234,244,1);
+}
+.camerleften{
+ font-size:14px;
+
+ color:rgba(234,234,244,1);
+ margin-top: 19px;
+}
+.cameright{
+ margin:65px 30px 0px 50px;
+ width: 620px;
+}
+.camerighttop{
+ font-size:14px;
+
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.camerightconstact{
+ margin-top: 13px;
+}
+.rightline{
+ border-bottom: 1px solid rgba(49,56,69,1);
+ width: 198px;
+}
+.rightlinetel{
+ font-size:16px;
+
+ color:rgba(49,56,69,1);
+ margin: 0 30px;
+}
+.telemail{
+ margin-top:10px;
+}
+.telcamer{
+ width: 275px;
+ margin-bottom:8px;
+}
+.telcolor{
+ font-size: 22px !important;
+ color: rgba(49,56,69,1);
+}
+.telfont{
+ font-size:16px;
+
+ color:rgba(51,51,51,1);
+ margin-left: 10px;
+}
+.rightwin{
+ position: fixed;
+ bottom: 20px;
+ right: 10px;
+ width: 84px;
+ z-index: 999;
+}
+.rightwinmenu{
+ background:rgba(255,255,255,1);
+ border:1px solid rgba(230, 230, 230, 1);
+}
+.winmenu{
+ width: 84px;
+ height: 74px;
+ font-size:12px;
+
+ color:rgba(102,102,102,1);
+ cursor: pointer;
+
+}
+.winmenuborder{
+ border-bottom:1px solid rgba(230, 230, 230, 1);
+}
+.winicon{
+ font-size: 20px !important;
+}
+.sticktop{
+ width: 84px;
+ height: 85px;
+ margin-top: 11px;
+ background:rgba(240,240,240,1);
+ display: none;
+}
+.jiantou{
+ font-size: 10px;
+ color: rgba(102,102,102,1);
+ text-align: center;
+ padding-top: 20px;
+}
+.dingbu{
+ font-size:12px;
+
+ color:rgba(102,102,102,1);
+ margin-top: 10px;
+ text-align: center;
+}
+.winactive{
+ background:rgba(191,54,40,1);
+ color: rgba(255,255,255,1) !important;
+ width: 82px;
+}
+.iconactive{
+ color: rgba(255,255,255,1) !important;
+}
+
+/**********详情页***********/
+.detailsbg{
+ background:rgba(255,255,255,1) !important;
+}
+.detailsbanner{
+ height: 156px;
+ background-color: rgba(12, 11, 41, 0.44);
+ background-image: url(../images/pic.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.tabs{
+ height:44px;
+ margin-top:10px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px ;
+}
+.hometabs{
+ font-size: 20px !important;
+ color: rgba(27,26,53,1);
+ font-weight: bolder;
+}
+.tabstitle{
+ font-size:16px;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-left:10px;
+ display:inline-block;
+ min-width:40px;
+ text-align:center;
+ font-weight:bold;
+}
+.pricewraper,.changewraper,.sortwraper{display:inline-block;vertical-align:top;margin-left:20px;}
+.pricewraper .tabstitle,.changewraper .tabstitle,.sortwraper .tabstitle{margin:0px 3px;}
+.filterwraper{position:absolute;z-index:99;right:0px;top:10px;}
+.detailsdes-list{display:none;}
+.pricewraper input,.sortwraper a,.changewraper a{padding:3px 5px;line-height:18px;border:1px solid rgba(207,200,208,1);}
+.pricewraper input{width:60px;}
+.pricewraper .label,.sortwraper .label{min-width:auto;margin:0px;font-size:14px;}
+.changewraper a{padding-left:24px;}
+.sortwraper a{padding-right:22px;}
+.changewraper a.active,.changewraper a:hover,.sortwraper a.active,.sortwraper a:hover{color:#ff5256;border:1px solid #ff5256;}
+.tabs .category a{background:url(../images/category.png) top left no-repeat;}
+.tabs .poster a{background:url(../images/all.png) top left no-repeat;}
+.sortwraper .fall a{background:url(../images/falling.png) top right no-repeat;}
+.sortwraper .fall a:hover,.sortwraper .fall a.active{background:url(../images/falling_hover.png) top right no-repeat;}
+.sortwraper .rising a{background:url(../images/rising.png) top right no-repeat;}
+.sortwraper .rising a:hover,.sortwraper .rising a.active{background:url(../images/rising_hover.png) top right no-repeat;}
+.tabs .category a:hover,.tabs .category a.active{background:url(../images/category_hover.png) top left no-repeat;}
+.tabs .poster a:hover,.tabs .poster a.active{background:url(../images/all_hover.png) top left no-repeat;}
+.hreftitle{
+ font-size:16px;
+ color:rgba(76,76,76,.7);
+ line-height:22px;
+ margin-right:5px;
+ display:inline-block;
+ text-align:center;
+ font-weight:bold;
+ padding:0px 5px;
+ border:1px solid rgba(207,200,208,1);
+}
+a.hreftitle:hover{
+ color:#ff5256;
+ border:1px solid #ff5256;
+}
+
+.tabslast{
+ color:rgba(235, 76, 18, 1);
+ cursor: pointer;
+ margin-left: 0;
+}
+.tabstitle a,.tabslast a{color:rgba(76,76,76,.7);}
+.backcolor{
+ font-size:16px !important;
+ color: rgba(0,0,0,1)
+}
+.tabslastfont{
+ font-size:0.8em;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+ cursor: pointer;
+}
+.tabslastfont .backcolor{
+ float: left;
+ margin-right: 5px;
+}
+.tabslastfont:hover a, .tabslastfont:hover .backcolor {
+ color: rgb(235, 76, 18);
+}
+.detailstitle{
+ font-size:32px;
+
+ color:rgba(27,26,53,1);
+ line-height:45px;
+ margin-top: 40px;
+}
+.sharecon{
+ width:340px;
+ height:42px;
+ background:rgba(245,245,245,1);
+ border-radius: 4px ;
+ margin-top:26px;
+}
+.sharetitle{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px
+}
+.jiathis_txt{
+ margin-right: 12px !important;
+}
+.detailscome{
+ margin-top:26px;
+ padding-bottom: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+}
+.comefont{
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px
+}
+.comecolor{
+ color: rgba(27, 26, 53, 1)
+}
+.comeml{
+ margin-left: 40px;
+}
+.detailsdes .product .img{vertical-align: top;}
+.detailsdes .product{display:inline-block;margin-bottom:3%;margin-right:4%;vertical-align:top;width:20%;background:rgba(240,240,240,1);}
+.detailsdes .product a{color:rgba(76,76,76,1);display:block;}
+.detailsdes .product .detail{text-align:left;padding:0px 5% 10px 5%;}
+.detailsdes .product .detail .title{line-height:1.6em;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
+.detailsdes .product .detail p{line-height:1.6em;font-size:0.8em;}
+.detailsdes table{border-collapse:collapse;}
+.detailsdes table,.detailsdes td,.detailsdes th{border:1px solid black;}
+.detailsdes{
+ font-size:16px;
+ width:900px;
+ margin:40px auto 0px auto;
+ color:rgba(27,26,53,1);
+ overflow:hidden;
+ line-height:32px;
+}
+.detailsdes table,.detailsdes table tbody,.detailsdes table tbody tr{max-width:100% !important;overflow:hidden !important;word-break:break-all;}
+.detailsdes table td{word-wrap:break-word !important;}
+.updownpage{
+ margin-top: 120px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px;
+ padding-bottom: 40px;
+}
+.detailsup{
+ width:452px;
+ height:42px;
+ background-image: url(../images/upbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.detailsdown{
+ width:452px;
+ height:42px;
+ background-image: url(../images/downbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.uptitle{
+ margin-left: 5px;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ line-height:46px;
+ width: 320px;
+}
+.upname{
+ color: rgba(128, 128, 128, 1);
+ padding-left: 40px;
+}
+.recommend{
+ margin-top:34px;
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-bottom:26px;
+}
+.nor{
+ width:24px;
+ height:24px;
+ background-color:rgba(255,255,255,1);
+ border-radius: 2px ;
+}
+.norimg{
+ background-image: url(../images/nor.png);
+}
+.nortitle{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.nortime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.recommendnor{
+ margin-bottom:14px;
+ cursor: pointer;
+}
+
+.recommendlist a{width:100%;}
+.recommendlist{
+ margin-bottom: 80px;
+}
+/**********本所介绍**********/
+.modeleft{
+ width: 240px;
+}
+.modelefttop{
+ width: 240px;
+ height: 120px;
+ margin-top: -60px;
+ background:rgba(184,55,32,1);
+}
+.lefttutitle{
+ font-size:20px;
+ text-align:center;
+ color:rgba(255,255,255,1);
+ line-height:33px;
+}
+.leften{
+ font-size:14px;
+
+ color:rgba(255,255,255,1);
+ line-height:20px;
+ margin-top: 5px;
+}
+.modeleftmenu{
+ width:240px;
+ min-height:680px;
+ /*background: linear-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);*/
+ /*background:-webkit-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);*/
+ /*渐变色会导致列表底下的颜色和上面不一样,容易误会。。*/
+ background-color: rgba(244,242,245,1);
+}
+.leftmenu{
+ height: 67px;
+ border-bottom: 1px dashed rgba(207, 200, 208, 1);
+ font-size:16px;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ cursor: pointer;
+ font-weight: 700;
+}
+.modekuai{
+ font-size: 21px !important;
+ margin-left:3px;
+ margin-right:6px;
+}
+.jiesh{
+ text-align: right;
+}
+.modeleftmenu .jiesh{
+ text-align:left;
+ padding-left:14px;
+}
+.modeleftmenu .zhidutitle{
+ text-align:left;
+ text-indent:6px;
+ font-size: 16px;
+}
+.modeleftmenuactive{
+ color:rgba(235,76,18,1);
+}
+.moderight{
+ margin-left:50px;
+ _float:left;
+
+}
+.moderighttag{
+ /*height:50px;*/
+ border-bottom:1px solid #717171;
+ border-radius: 1px;
+ margin: 10px auto;
+ padding-bottom: 10px;
+}
+.npagelist .nitem{border-bottom:1px dashed #eee;padding:13px 17px 13px 15px;}
+.npagelist .nitem:nth-child(even){background:#f5f5f5;}
+.npagelist .nitem .modef1{color:#666;font-size:16px;}
+.npagelist .nitem .modef1 .modekuai{margin-right:3px;color:#bfbfbf;}
+.npagelist .nitem .modepc{color:#a0a0a0;font-size:16px;}
+.npagelist .nitem .modef1 .active,.npagelist .nitem:hover .modef1,.npagelist .nitem:hover .modekuai{color:#eb4c12;}
+
+.childlist .child{margin-right:15px;display:inline-block;}
+.childlist .child a{color:rgba(27,26,53,1);}
+.childlist .child a.active,.childlist .child a:hover{color:rgba(235,76,18,1);}
+
+.tagtitle{
+ font-size:28px;
+ font-weight: 700;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+ display:inline-block;
+ vertical-align:top;
+ padding: 15px 0;
+}
+.tagdate{font-size:14px;line-height:34px;color:#707070;}
+.tagline{
+ margin: 0 10px;
+ font-size:14px;
+
+ color:rgba(235,76,18,1);
+ line-height:20px;
+}
+.moderightnameactive .moderightcheck{
+ border: 1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive .linkorange{
+ background-image: url(../images/orange.png);
+}
+.moderightnameactive .jianf{
+ content: "\e668";
+ color: rgba(235,76,18,1);
+ background-image: url(../images/arrowdown.png);
+}
+.tagtitleen{
+ font-size:22px;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+}
+.righttagdes{
+ margin-top: 20px;
+ font-size:12px;
+
+ color:rgba(128,128,128,1);
+ line-height:17px;
+ margin-bottom: 40px;
+}
+.arrowup{
+ width: 15px;
+ height: 15px;
+ background-image: url(../images/arrowup.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%;
+}
+.moderightcheck{
+ width:24px;
+ height:24px;
+ background:rgba(255,255,255,1);
+ border-radius: 2px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+.jianf{
+ font-size: 12px !important;
+ color: rgba(207,200,208,1);
+}
+.jianfactive{
+ color: rgba(235,76,18,1);
+}
+.moderighttitle{
+ height: 38px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-top: 1px solid rgba(244,242,245,1);
+ margin-left: 20px;
+ cursor: pointer;
+}
+.moderightname{
+ font-size:16px;
+
+ line-height:22px;
+ margin-left: 21px;
+}
+.moderightnamecolor{
+ color:rgba(27,26,53,1);
+}
+
+.modeintrduce{
+ margin-top: 40px;
+}
+.moderightcheckactive{
+ border:1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive{
+ color:rgba(235,76,18,1);
+}
+.modeintrducedes{
+ background:rgba(250,250,250,1);
+ border-radius: 2px ;
+ padding: 20px;
+ border:1px solid rgba(244, 242, 245, 1);
+ z-index: 9;
+ margin-top: -1px;
+}
+
+.arrow_box {
+ position: relative;
+ background: rgba(250,250,250,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+ margin: 30px 0 0 0 ;
+
+}
+.arrow_box::after,
+.arrow_box::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box.top::after,
+.arrow_box.top::before {
+ bottom: 100%;
+}
+
+.arrow_box.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 50px;
+ margin-left: -10px;
+}
+.arrow_box.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 50px;
+ margin-left: -11px;
+}
+.miaoshu{
+ padding: 20px;
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.bodymb{
+ margin-bottom: 100px;
+}
+.menuline li{
+ cursor: pointer;
+}
+.adverleft{
+ width: 211px;
+ cursor: pointer;
+}
+.adverleftmr{
+ margin-right: 16px;
+}
+.adverleftimg{
+ height: 120px;
+ overflow:hidden;
+ background-image: url(../images/rubbish/business01.png);
+}
+.advercon{
+ margin: 21px 0 0 0;
+}
+.adverleftmb{
+ margin-bottom: 40px;
+}
+.advertitle{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 10px;
+}
+.pagecon{
+ margin-top: 40px;
+}
+.policybody{
+ padding: 20px 51px 20px 0;
+ cursor: pointer;
+}
+.policyimg{
+ width: 172px;
+ height: 140px;
+ overflow:hidden;
+ text-align:center;
+}
+.policyimg img{max-width:100%;max-height:100%;}
+.policycenter{
+ margin-left: 20px;
+}
+.centername{
+ padding:0 18px;
+ height:28px;
+ background:rgba(193,160,80,1);
+ border-radius: 2px;
+ font-size:16px;
+
+ color:rgba(245,245,245,1);
+ line-height:22px;
+}
+.centettitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+}
+.centerdes{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 16px;
+}
+.policyright{
+ margin-left: 46px;
+}
+.policyyear{
+ width:100px;
+ height:32px;
+ border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+ font-size:18px;
+
+ color:rgba(193,160,80,1);
+ line-height:25px;
+}
+.policymd{
+ font-size:32px;
+
+ color:rgba(144,129,95,1);
+ line-height:45px;
+ margin-top: 10px;
+}
+.policycontent{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+ margin-bottom: 40px;
+}
+.roadlist{
+ margin-top: 40px;
+ margin-bottom: 120px;
+}
+.listleft{
+ width: 360px;
+ cursor: pointer;
+}
+.listmr{
+ margin-right: 32px;
+}
+.listmb{
+ margin-bottom: 40px;
+}
+.leftlistimg{
+ height: 240px;
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.leftlisttitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ text-align: center;
+ margin-top: 10px;
+}
+.leftlisttime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.listicon{
+ font-size: 60px !important;
+ color: rgba(255,255,255,0.8);
+}
+.culturedestop{
+ margin-top: 40px;
+}
+.culturetitle{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ text-align: center;
+}
+.descon{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.recruitlist{
+ margin-top: 32px;
+}
+.recruitlist a{width:100%;}
+.recruitlisttitle{
+ font-size:18px;
+
+
+ line-height:25px;
+ margin-left: 16px;
+}
+.recruitlisttime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.recruitcon{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ margin-bottom: 20px;
+ cursor: pointer;
+ color:rgba(27,26,53,1);
+}
+.menulistmt{
+ margin-top: 8px;
+}
+.policieslist{
+ margin-top: 32px;
+}
+.policieslisttext{
+ padding-bottom: 18px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ font-size:16px;
+
+
+ line-height:22px;
+}
+.textml{
+ margin-left: 60px;
+}
+.textmr{
+ margin-right: 30px;
+}
+.testwh{
+ width: 120px;
+ text-align: center;
+}
+.policiescon{
+ margin-top: 22px;
+ padding-bottom: 24px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.policiescontitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.policiescontime{
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+.icondown{
+ width:32px;
+ height:32px;
+ background-image: url(../images/icondown.png);
+ cursor: pointer;
+}
+.linkorangewh{
+ width: 6px;
+ height: 14px;
+}
+.linkorange{
+ background-image: url(../images/link.png);
+}
+.orangelink{
+ background-image: url(../images/orange.png);
+}
+.servicetableborder table{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ border-top: 1px solid rgba(245,245,245,1);
+}
+.basictop{
+ margin-top: 20px;
+ background:rgba(255,255,255,1);
+ box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 30px 5px;
+border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+
+/*托管展示页面*/
+.tgpage{padding:15px 25px;}
+.tgpage .breadcrumb span,.tgpage .breadcrumb a{color:#434343;font-size:16px;padding:0px 9px;}
+.tgpage .breadcrumb span{font-family:"宋体";}
+.tgpage .selectwraper{border:1px solid #e8e8e8;margin-top:22px;padding:5px;}
+.selectwraper .selectitem{border-top:1px dashed #d2d2d2;line-height:50px;font-size:16px;}
+.selectwraper .selectitem:first-child{border-top:none;}
+.selectitem .txt,.selectitem .choises,.selectitem .btns{display:inline-block;vertical-align:top;}
+.selectitem .txt{padding:0px 14px;color:#a0a0a0;}
+.selectitem .choises{padding:0px 10px;}
+.selectitem .choises a,.selectitem .choises span{margin-right:29px;font-size:16px;color:#535353;}
+.selectitem .choises a.active,.selectitem .choises a:hover{color:#940000;}
+.tgpage .btns{float:right;padding-right:19px;}
+.tgpage .breadcrumb .btns{padding-right:0px;}
+.buttons a,.tgpage .btns a{display:inline-block;background:#f6f6f6;border:1px solid #e8e8e8;color:#626262;min-width:50px;text-align:center;line-height:24px;font-size:14px;}
+.tgpage .btns a{padding:0px 6px;}
+.tgpage .btns .iconfont{padding-left:6px;}
+.tgpage .buttons{border-top:none;}
+.buttons a{margin:0px 18px;color:#940000;}
+.buttons a.submit{background:#940000;color:#fff;}
+.selectitem input[type='checkbox']{border:1px solid #c9c9c9;}
+.tgpage .search{height:34px;border:1px solid #e8e8e8;background:#fff;width:350px;}
+.tgpage .search input{width:300px;text-indent:4px;height:32px;vertical-align: top;display: inline-block;}
+.tgpage .toolwraper{border-top:1px solid #e8e8e8;margin-top:22px;border-bottom:6px solid #e8e8e8;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;background:#f5f5f5;}
+.toolwraper .tabswraper a,.toolwraper .showwraper a,.toolwraper .tabswraper,.toolwraper .formwraper,.toolwraper .showwraper,.toolwraper .pagewraper,.toolwraper .pagewraper a,.toolwraper .pagewraper .txt{display:inline-block;vertical-align:top;line-height:48px;color:#6d6d6d;}
+.toolwraper .showwraper a,.toolwraper .tabswraper a{border-right:1px solid #e8e8e8;padding:0px 12px;}
+.toolwraper .tabswraper a.active{color:#990000;background:#fff;}
+.toolwraper .formwraper{padding:7px 13px;line-height:32px;width:742px;}
+
+.toolwraper .formwraper .searchicon{color:#e8e8e8;line-height:32px;font-size:20px;}
+.toolwraper .showwraper a:first-child{border-left:1px solid #e8e8e8;}
+.toolwraper .showwraper a{background:#fff;line-height:50px;height:48px;overflow:hidden;}
+.toolwraper .pagewraper a{padding:0px 5px;color:#cccccc;line-height:50px;height:48px;overflow:hidden;}
+.toolwraper .pagewraper a:hover{color:#6d6d6d}
+.toolwraper .showwraper a.active,.toolwraper .pagewraper .red{color:#c50000;}
+.toolwraper .showwraper a .iconfont,.toolwraper .pagewraper a .iconfont{font-size:24px;}
+.tgpage .prodswraper{padding-top:24px;margin:0px -10px;}
+.tgpage .prodswraper .product{padding:0px 11px;width:25%;margin-bottom:30px;}
+.tgpage .prodswraper .fig-default{border:1px solid #e8e8e8;}
+.tgpage .prodswraper .fig-media{margin-bottom:5px;}
+.tgpage .prodswraper .fig-info{color:#626262;padding:0px 10px;}
+.tgpage .prodswraper .fig-info .tit{font-size:18px;margin-bottom:5px;}
+.tgpage .prodswraper .fig-info .attrs{font-size:14px;padding:5px 0px;}
+.tgpage .prodswraper .fig-info .attrs p{color:#626262;}
+.tgpage .prodswraper .fig-info .attrs .aitem{display:inline-block;vertical-align:top;width:45%;line-height:1.6em}
+.tgpage .prodswraper .img-shell{position:relative;}
+.tgpage .prodswraper .list-page{margin:0px auto;}
+.tgpage .prodswraper .introduce{
+ position: absolute;bottom: 0;left: 0;width: 100%;padding: 10px;font-size:0.9em;line-height: 18px;height:100%;font-size:12px; background-color: rgba(255,255,255,.6);color: #000;text-align: left;
+ display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
+ transform:translateY(100%);-moz-transform:translateY(100%);-webkit-transform:translateY(100%);-o-transform:translateY(100%);
+ transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;
+}
+.tgpage .prodswraper .fig-media:hover .introduce{
+ transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);
+}
+.tgpage .showtype2 .fig-default{padding:9px 10px;}
+.showtype2{display:none;}
+ .showtype2 .products-wrapper .product{width:100%;}
+ .tgpage .showtype2 .fig-default .fig-media:before{padding-top:80%;}
+ .tgpage .showtype2 .fig-default .fig-info{height:auto;}
+ .tgpage .showtype2 .product .fig-media{display:inline-block;vertical-align:top;width:26%;}
+.tgpage .showtype2 .product .fig-info{display:inline-block;vertical-align:top;width:68%;padding-left:30px;}
+.tgpage .showtype2 .product .tit{text-align:left;font-size:24px;margin:10px 0px 18px 0px;}
+
+.basictitle{
+ font-size:18px;
+
+ color:rgba(76,76,76,1);
+ line-height:28px;
+}
+.linecolor{
+ width:4px;
+ height:30px;
+ background:rgba(235,76,18,1);
+ margin-left:15px;
+ margin-right:10px;
+}
+.basiccon{
+ padding:30px 15px;
+
+}
+.basicconicon{
+ width:120px;
+ height:120px;
+ background:rgba(245,165,136,1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+}
+.basiclogo{
+ width:56px;
+ height:70px;
+ background-image: url(../images/basiclogo.png);
+}
+.basicname{
+ width:152px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ cursor: pointer;
+}
+.logintime{
+ margin-top:14px;
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.basicborder{
+ padding-bottom:20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 2px ;
+}
+.nickleft{
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.nicktitle{
+ color: rgba(27, 26, 53, 1);
+}
+.nicktop{
+ margin-top:15px;
+}
+.listborder{
+ border-bottom: 1px solid rgba(244,242,245,1);
+ color:rgba(128,128,128,1);
+}
+.listleftright{
+ padding:10px 6px;
+ cursor: pointer;
+ text-align:center;
+}
+.listedtitle{
+ color:rgba(27,26,53,1);
+ width:140px;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+}
+.listedstatus{
+ color:rgba(235,76,18,1);
+}
+.listnumber{
+ width:32px;
+}
+.liststyle{
+ width:130px;
+}
+.liststu{
+ width:200px;
+}
+.listbutton{
+ width: 362px;
+}
+.modifytag{
+ padding: 40px;
+}
+.modifyleft{
+ font-size:14px;
+ height:30px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+ line-height:30px;
+ padding: 5px 13px;
+ color:rgba(128,128,128,1);
+ cursor: pointer;
+}
+.modifyleftactive{
+ background:rgba(235,76,18,1);
+ color:rgba(255,255,255,1);
+}
+.modifymr{
+ margin-right: 25px;
+}
+.modifyheader{
+ margin-top:30px;
+}
+.headertitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 27px;
+ width: 73px;
+}
+.headeright{
+ margin-left: 40px;
+}
+.headerightdes{
+ width:210px;
+ height:44px;
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.headerightbun{
+ width:108px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ margin-top: 24px;
+ cursor: pointer;
+}
+.headerightinput{
+ width: 440px;
+ height: 42px;
+}
+.inputleft{
+ width: 24px;
+ height:42px;
+ background-image: url(../images/gold_small_left.png);
+ background-size: 24px 42px;
+}
+.inputright{
+ width: 24px;
+ height: 42px;
+ background-image: url(../images/gold_small_right.png);
+ background-size: 24px 42px;
+}
+.inputcenter{
+ height: 42px;
+ background-image: url(../images/gold_small_middle.png);
+ background-size: 24px 42px;
+}
+.centerinput{
+ width: 400px;
+ height: 35px;
+ border: none;
+}
+.selectbg{
+
+ background-image: url(../images/cuthead.png);
+ background-size: 12px 8px;
+ background-repeat: no-repeat;
+ background-position: right 12px;
+ width: 400px;
+}
+.selectbg select {
+ background: transparent;
+ -webkit-appearance: none; /*for chrome*/
+ height: 46px;
+ border:none;
+ width: 400px;
+}
+.shititle{
+ text-align: right;
+}
+.informstop{
+ margin-top: 32px;
+}
+.informslist{
+ margin-bottom: 14px;
+ padding-bottom: 10px;
+ border-bottom:1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.emailicon{
+ width: 24px;
+ height: 24px;
+ background-image: url(../images/unread.png);
+}
+.emailiconactive{
+ background-image: url(../images/read.png);
+}
+.informslisttitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-left: 16px;
+ margin-right: 40px;
+}
+.informslistime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.butg{
+ color: rgba(207,200,208,1);
+ font-size: 12px !important;
+ width: 24px;
+}
+.statustop{
+ margin-top:5px;
+}
+.iconstatus{
+ font-size:16px;
+
+ color:rgba(235,76,18,1);
+ line-height:22px;
+ margin-left: 22px;
+}
+.textarealeft{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_left.png);
+ background-size: 24px 184px;
+}
+.textarearight{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_right.png);
+ background-size: 24px 184px;
+}
+.textareacenter{
+ height: 184px;
+ background-image: url(../images/gold_big_middle.png);
+ background-size: auto 184px;
+}
+.textareacenter textarea{
+ width: 706px;
+ border: none;
+ height: 175px;
+ line-height: 30px;
+}
+.headertextarea{
+ width:760px;
+ height:184px;
+}
+.buttontip{
+ margin-top:50px;
+ margin-bottom:50px;
+}
+.buttonleft{
+ width: 72px;
+ height: 32px;
+ margin:0px 10px;
+ cursor: pointer;
+}
+.leftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton{
+
+ background-image: url(../images/ink_small_middle.png);
+ background-size: auto 32px;
+ font-size:16px;
+
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.buttonright{
+ min-width: 72px;
+ height: 32px;
+ margin:0px 5px;
+ cursor: pointer;
+}
+.leftbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton2{
+ height: 32px;
+ background-image: url(../images/red_small_middle.png);
+ background-size: auto 32px;
+ font-size:11px;
+
+ color:#fff;
+ line-height:22px;
+}
+.numbercon{
+ margin-bottom:26px;
+}
+.numberlogoleft{
+ width:80px;
+ height:22px;
+ font-size:15px;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.numbericon{
+ width:120px;
+ height:120px;
+ background:rgba(245,245,245,1);
+ border:1px solid rgba(224, 224, 224, 1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+ margin-left: 20px;
+}
+.numberno{
+ width:26px;
+ font-size:24px;
+
+ color:rgba(207,200,208,1);
+ line-height:33px;
+}
+.radio{
+ display: inline-block;
+ position: relative;
+ line-height: 18px;
+ font-size:14px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.radio input{
+ display: none;
+}
+.radio .radio-bg{
+ display: inline-block;
+ height: 20px;
+ width: 20px;
+ margin-right: 5px;
+ padding: 0;
+ background-image: url(../images/unchecked.png);
+ vertical-align: bottom;
+ cursor: pointer;
+ transition: all 0.2s ease;
+ /* 不要过渡动画延迟 */
+ transition: none;
+}
+.radio .radio-on{
+ display: none;
+}
+.radio input:checked + span.radio-on,
+.reveal-modal .checked span.radio-on{
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ border-radius: 100%;
+ background-image: url(../images/checked.png);
+ top: 0px;
+ left: 0px;
+ transform: scale(0, 0);
+ transition: all 0.2s ease;
+ transform: scale(1, 1);
+ display: inline-block;
+ /* 不要过渡动画延迟 */
+ transition: none;
+}
+.checkenumber{
+ color:rgba(207,200,208,1);
+}
+.numberleft{
+ margin-left: 20px;
+}
+.numberbody{
+ width: 386px;
+ height:42px;
+}
+.numberlefticon{
+ width: 20px;
+ height: 42px;
+ background-image: url(../images/link_small_left.png);
+ background-size: 24px 42px;
+}
+.numberrighticon{
+ width: 24px;
+ height: 42px;
+ background-image: url(../images/link_small_right.png);
+ background-size: 24px 42px;
+}
+.numbercentericon{
+ height: 42px;
+ background-image: url(../images/link_small_middle.png);
+ background-size: auto 42px;
+}
+.selectbg2 {
+ background-image: url(../images/cuthead2.png);
+}
+.numberinputwh{
+ width: 890px;
+ height:36px;
+ border: none;
+}
+.butbgwh{
+ height: 152px;
+}
+.emaildes{
+ margin-top: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ padding-bottom: 40px;
+}
+.emailedestitle{
+ font-size:24px;
+
+ color:rgba(184,55,32,1);
+ line-height:33px;
+}
+.filenumber{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 20px;
+}
+.opinion{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+}
+.opiniondes{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 40px;
+}
+.updataopinion{
+ margin-top: 65px;
+}
+.updatatitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 10px;
+}
+.opiniontz{
+ margin-top: 60px;
+}
+.opinionbtright{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.qscode2{
+ width: 210px;
+ height: 210px;
+ background-image: url(../images/rubbish/qscode2.png);
+ margin-top: 30px;
+}
+.opinionaddress{
+ margin-top: 30px;
+ width: 220px;
+}
+.numberlogoleft2{
+ width: 200px;
+ text-align: right;
+}
+.numberinputwh2{
+ width: 800px;
+}
+.numberinputwh3{
+ width: 400px;
+}
+.linesize{
+ color: rgba(128, 128, 128, 1);
+ font-size: 12px;
+}
+.textarealeft2{
+ background-image: url(../images/gold_big_left2.png);
+}
+.textarearight2{
+ background-image: url(../images/gold_big_right2.png);
+}
+.textareacenter2{
+ background-image: url(../images/gold_big_middle2.png);
+}
+.basiccon2{
+ padding: 20px 20px 0 20px;
+}
+.basiccon3{
+ padding: 0 20px 0 20px;
+ border-top: 20px solid rgba(245,245,245,1);
+}
+.modept{
+ padding-top:30px;
+ padding-bottom:30px;
+}
+.filename{
+ font-size:20px;
+
+ color:rgba(27,26,53,1);
+ line-height:28px;
+ margin-right: 21px;
+ margin-left:21px;
+}
+.sicon{
+ width: 16px;
+ height: 8px;
+ background-image: url(../images/Sicon.png);
+}
+.buttonright2{
+ min-width: 72px;
+}
+.xuzhi{
+ margin-left: 20px;
+}
+.updataopinion2{
+ margin-top: 40px;
+}
+
+/*************弹出层样式***********/
+.reveal-modal-bg {
+ position: fixed;
+ height: 100%;
+ width: 100%;
+ z-index: 100;
+ display: none;
+ top: 0;
+ left: 0;
+ background: rgba(00, 00, 00, 0.8)
+}
+.reveal-modal {
+ visibility: hidden;
+ top: 5% !important;
+ left: 50%;
+ margin-left: -300px;
+ width:600px;
+ position:fixed;
+ z-index: 9999;
+ padding:3rem 50px 1.5rem;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -box-shadow: 0 0 10px rgba(0,0,0,.4);
+ background-image: url(../images/loginbg.png);
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+#PasswordReset,#LoginPage,#SmsPage,#RegisteredPage,#RetrievePassword{
+ width:500px;margin-left:-250px;
+ top: 50% !important;
+ transform: translateY(-50%);
+}
+.cheless{
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+
+.reveal-modal.small {
+ width: 200px;
+ margin-left: -140px;
+}
+
+.reveal-modal.medium {
+ width: 400px;
+ margin-left: -240px;
+}
+
+.reveal-modal.large {
+ width: 600px;
+ margin-left: -340px;
+}
+
+.reveal-modal.xlarge {
+ width: 800px;
+ margin-left: -440px;
+}
+
+
+
+.reveal-modal .close-reveal-modal {
+ font-size:2.4rem;
+ line-height: 0.5;
+ position: absolute;
+ top:11px !important;
+ right: 11px;
+ color: rgba(76,76,76,1);
+ text-shadow: 0 -1px 1px rbga(0,0,0,.6);
+ font-weight: bold;
+ cursor: pointer;
+}
+.logintop{
+ margin-top:6px;
+ margin-bottom:12px;
+}
+.logintitle{
+ font-size:1.2rem;
+ color:rgba(76,76,76,1);
+ line-height:2rem;
+ padding-left:35%;
+}
+.registerpage{
+ font-size:1rem;
+ color:rgba(235,76,18,1);
+ line-height:1.4rem;
+}
+.loginname{
+ font-size: 26px !important;
+ color: rgba(193,160,80,1);
+ margin-right:15px;
+}
+.logininput input{
+ background: none;
+}
+.numberinputwh4{
+ width: 330px;
+}
+.loginpagemb{
+ margin-bottom:18px;
+}
+.authcode{
+ width: 200px;
+ height: 42px;
+ background-color: #dedede;
+}
+.loginpagemt{
+ margin-top: 40px;
+}
+.rememberpassword{
+ font-size:1rem;
+ color: rgba(76,76,76,1);
+ line-height:1.4rem
+}
+.forgetpassword,.smslogin{
+ font-size:1rem;
+ color:rgba(235,76,18,1);
+ line-height:1.4rem;
+}
+.forgetpassword{margin:0px 11px;}
+.disabled {
+ pointer-events: none;
+}
+.verifybtn,.loginbutton{
+ background:rgba(235,76,18,1);
+ border-radius: 8px ;
+ font-size:20px;
+ color:rgba(255,255,255,1);
+ line-height:42px;
+ margin-top:1.4rem;
+}
+.registered{
+ font-size:20px;
+ color:rgba(235,76,18,1);
+ line-height:2.4rem;
+ margin: 0 11px;
+}
+.cardregisterpage{
+ font-size:24px;
+
+ color:rgba(128,128,128,1);
+ line-height:42px;
+}
+.fillecode{
+ font-size:16px;
+
+ color:rgba(184,55,32,1);
+ line-height:25px;
+ width: 120px;
+}
+.havename{
+ font-size:16px;
+ color:rgba(76,76,76,1);
+ line-height:1.6rem;
+}
+.havelogin{
+ color: rgba(235, 76, 18, 1);
+}
+.perfect{
+ font-size:24px;
+
+ color:rgba(27,26,53,1);
+ line-height:33px;
+ margin: 0 41px;
+}
+.perfectname{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px
+}
+.resitop{
+ margin-top: 80px;
+}
+.resiover{
+ background:rgba(207,200,208,1);
+ border:1px solid rgba(128, 128, 128, 1);
+}
+.uploadcard{
+ font-size:20px;
+
+ color:rgba(27,26,53,1);
+ line-height:28px;
+}
+.siconleft{
+ margin-left: 30px;
+}
+.siconeight{
+ margin-right: 30px;
+}
+.cardtitle{
+ font-size:24px;
+
+ color:rgba(27,26,53,1);
+ line-height:33px;
+}
+.findtitle{
+ font-size:24px;
+
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.aginresi{
+ font-size:1rem;
+ color:rgba(235,76,18,1);
+ line-height:25px;
+}
+.mianzhuc{
+ font-size:1rem;
+ color:rgba(188,142,30,1);
+ line-height:25px;
+}
+.miantop{
+ margin-top: 60px;
+}
+.notetitle{
+ font-size:24px;
+
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.notedes{
+ font-size:20px;
+
+ color:rgba(184,55,32,1);
+ line-height:40px;
+ width: 312px;
+}
+.alertbg{
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px ;
+}
+.cooperationbg{
+ width:1000px;
+ height:600px;
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px;
+ left:50%;
+ margin-left:-500px;
+ padding: 0 20px;
+}
+.cooperationtitle{
+ height: 68px;
+}
+.cooperationname{
+ font-size:22px;
+
+ color:rgba(27,26,53,1);
+ line-height:68px;
+}
+.part1{
+ width: 100%;
+ height: 358px;
+ overflow: hidden;
+ border:1px solid rgba(224, 224, 224, 1);
+ border-radius: 4px ;
+}
+.item{
+ position: relative;
+ height: 358px;
+
+ overflow-y: scroll;
+ outline: none;
+ line-height:20px;
+}
+.itemtitle{
+ font-size:24px;
+
+ color:rgba(184,55,32,1);
+ line-height:33px;
+ margin-top: 60px;
+ text-align: center;
+}
+.itemtitledes{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ text-align: center;
+ margin-top: 20px;
+}
+.itemsamilltitle{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+ text-align: center;
+}
+.itembody{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 60px;
+ padding: 0 20px 60px 20px;
+}
+.yiyue{
+ height:62px;
+ background:rgba(244,242,245,1);
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ padding-left: 26px;
+ -webkit-border-bottom-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius:4px;
+ border-bottom-right-radius: 4px;
+ margin-left: 1px;
+}
+.guaipailess{
+ margin-top: 17px;
+ padding: 0 20px;
+ margin-bottom: 20px;
+}
+.lessleft{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+
+}
+.lessleftml{
+ margin-left: 20px;
+}
+.cancel{
+ font-size:14px !important;
+
+ color:rgba(144,129,95,1) !important;
+ font-weight: lighter !important;
+ top: 0 !important;
+ right: 0 !important;
+ position: relative !important;
+}
+
+.navContent{
+ display: none;
+}
+.samlltitve{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.zhidutitle{
+ line-height:18px;
+ text-align: center;
+ padding:16px 0px 16px 10px;
+ font-size:0.9em;
+ border-bottom: 1px solid rgba(230,226,231,1);
+ min-height:50px;
+ cursor: pointer;
+}
+.codebg{
+ visibility: hidden;
+ top: 40px !important;
+ left: 67%;
+ margin-left: -300px;
+ width: 300px;
+ position: fixed;
+ z-index: 101;
+ padding: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ -box-shadow: none;
+ background-image: none;
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+
+.arrow_box2 {
+ position: relative;
+ background: rgba(255,255,255,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+
+}
+.arrow_box2::after,
+.arrow_box2::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box2.top::after,
+.arrow_box2.top::before {
+ bottom: 100%;
+}
+
+.arrow_box2.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 150px;
+ margin-left: -10px;
+}
+.arrow_box2.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 150px;
+ margin-left: -11px;
+}
+.qrcodebody{
+ padding: 24px 20px;
+ padding-bottom:0px;
+}
+.qrcodeimages{
+ width: 120px;
+ height: 120px;
+}
+.qricon{
+ background-image: url(../images/qrcode/qrcode1.png);
+}
+.gongguantitle{
+ font-size:14px;
+
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.ggmarginleft{
+ margin-right: 20px;
+}
+.doubtwin{
+ position: fixed;
+ width: 460px;
+ left: 10px;
+ bottom: 20px;
+ z-index: 9999;
+}
+.doubtleft{
+ width: 154px;
+ height: 230px;
+ background-image: url(../images/red-pic.png);
+ padding: 38px 34px
+}
+.doubtleftname{
+ font-size:20px;
+
+ line-height:28px;
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ font-weight: bolder;
+}
+.doubtleftcon{
+ margin-top: 23px;
+}
+.qqfontcolor{
+ font-size:14px;
+
+ color:rgba(253,218,132,1);
+ line-height:20px;
+}
+.qqnumberfont{
+ margin-left: 11px;
+}
+.doubtleftconmt{
+ margin-top: 12px;
+}
+.doubtleftnamemt{
+ margin-top: 20px
+}
+.doubtright{
+ width: 174px;
+ background-image: url(../images/gold-pic.png);
+ padding: 28px 32px;
+}
+.doubtrighttitle{
+ font-size:20px;
+
+ color:rgba(235,76,18,1);
+ line-height:28px;
+ font-weight: bolder;
+ background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(235, 76, 18, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.gtitle{
+ font-size:18px;
+
+ color:rgba(184,55,32,1);
+ line-height:25px;
+}
+.rightqqfontcolor2{
+ color: rgba(184,55,32,1) !important;
+}
+.rightqqfontcolor{
+ color:rgba(27,26,53,1) !important;
+}
+.doubcolose{
+ position: absolute;
+ top: 25px;
+ right: 25px;
+ z-index: 99999;
+ cursor:pointer;
+}
+.doubcolosefont{
+ font-size: 24px !important;
+ color: rgba(76,76,76,1);
+}
+.doubtop{
+ top: -20px;
+}
+
+/********有疑问请点我新的样式************/
+.clickme{
+ position: fixed;
+ width: 706px;
+ background-image: url(../images/bg_gold.png);
+ top: 100px;
+ left: 20%;
+ padding: 15px;
+ z-index: 999;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.clickmeborder{
+ border-right: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+}
+.clickmeborderbt{
+ border-bottom: 1px solid rgba(235,76,18,1);
+ border-radius: 2px
+}
+.jinfumr{
+ margin-right: 20px;
+
+}
+.jinfuml{
+ margin-left: 20px;
+}
+.clickmeborderbtb{
+ border-bottom: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+ padding-bottom: 15px;
+}
+.alertwin{
+ width: 240px;
+ height: 80px;
+ position: fixed;
+ top: 50%;
+ left: 45%;
+ background-image: url(../images/bg_alert.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ z-index: 9999;
+}
+.alertheight{
+ height: 100%;
+}
+.alertfont{
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.lesstbmt{
+ position: absolute;
+ z-index: 100;
+ top: 532px;
+ width: 100%;
+}
+
+.lastedmenu{
+ margin-top: 22px;
+ margin-bottom: 20px;
+}
+.lastedtitle{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-right: 10px;
+}
+.lastedtitlemenu{
+ font-size:14px;
+
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-right: 30px;
+ cursor: pointer;
+}
+.lastedmenuactive{
+ background:rgba(184,55,32,1);
+ color:rgba(245,245,245,1);
+ border-radius: 2px ;
+ padding: 2px 3px;
+}
+.lastedsearch{
+ height: 32px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+}
+.lastedsearchinput{
+ width: 100%;
+ height: 29px;
+ border: none;
+ background: none;
+ padding-left: 10px;
+}
+.lastedbutton{
+ width:72px;
+ height:32px;
+ background:rgba(184,55,32,1);
+ border-radius: 2px ;
+ font-size:12px;
+
+ color:rgba(245,245,245,1);
+ line-height:17px;
+ cursor: pointer;
+}
+.liastedimg{
+ margin-top:10px;
+ width:462px;
+ text-align:center;
+}
+.liastedimgwh{
+ height: 158px;
+}
+.liastedimgimg{
+ background-image: url(../images/rubbish/lasted1.png);
+}
+.lastedlist{
+
+}
+.xiangxi{
+ color: #8d8d8d
+}
+.expertsmr{
+ margin-right: 50px;
+}
+.experts{
+ width: 220px;
+ height: 220px;
+
+}
+.expertsimg{
+ background-image: url(../images/rubbish/experts.png);
+}
+.expertsname{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-right: 46px;
+ margin-left: 46px;
+}
+.expertsmt{
+ margin-top: 20px;
+}
+.otherexperts{
+ margin-top: 60px;
+}
+.otherexpertstitle{
+ font-size:20px;
+
+ color:rgba(144,129,95,1);
+ line-height:28px;
+}
+.wenli{
+ color: rgba(244,242,245,1);
+ font-size: 12px !important;
+}
+.otherlist{
+ margin-top: 66px;
+}
+#swiper-experts {
+ width: 100%;
+ height: 120px;
+}
+.jiancolor{
+ color: rgba(245,245,245,1);
+ font-size: 12px !important;
+}
+.otherimg{
+ width: 120px;
+ height: 120px;
+ border-radius: 3px;
+ cursor: pointer;
+}
+.bankimg{
+ width: 380px;
+ height: 240px;
+}
+.banckimgimg{
+ background-image: url(../images/rubbish/bankimg.png);
+}
+.bankdelete{
+ width: 200px;
+ height: 48px;
+ background-image: url(../images/btn_delete.png);
+ font-size:16px;
+
+ color:rgba(244,242,245,1);
+ line-height:22px;
+ background-size: 100% 100%;
+}
+.imgcamer{
+ background-image: url(../images/imgcamer.png);
+
+}
+.jiahao{
+ color: rgba(207,200,208,1);
+ border-radius: 2px ;
+ font-size: 64px !important;
+}
+.uoimg{
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px;
+ margin-top: 34px;
+}
+
+.upfileter{
+ position: absolute;
+ width: 61px;
+ height: 32px;
+ left: 100px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+ top: 0px;
+}
+.detelefileter{
+ width: 200px;
+ height: 48px;
+ position: absolute;
+ top: 96px;
+ right: 90px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.imgfileter{
+ width: 380px;
+ height: 240px;
+ position: absolute;
+ top: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.loginbuttonupimg{
+ height: 38px;
+ background: rgba(235,76,18,1);
+ border-radius: 8px;
+ font-size: 16px;
+
+ color: rgba(255,255,255,1);
+ line-height: 38px;
+ margin: 10px 0;
+}
+.loginfile{
+ width: 100%;
+ height: 38px;
+ position: absolute;
+ top: 10px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.gghaoimg{
+ background-image: url(../images/gghao.png);
+}
+.shenzhen{
+ background-image: url(../images/shenzhen.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+.beijing{
+ background-image: url(../images/beijing.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+@media screen and (max-width: 1366px) {
+ .service{
+ width: 231px;
+ }
+ .serviceIcon{
+ margin-left: 14px;
+ }
+}
+
+.phoneleftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left2.png);
+ background-size: 9px 32px;
+}
+.phonerightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right2.png);
+ background-size: 9px 32px;
+}
+.phonecenterbutton{
+ background-image: url(../images/ink_small_middle2.png);
+ background-size: auto 32px;
+ font-size:16px;
+
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.phonedeimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+
+
+.phonesicon{
+ background-image: url(../images/Sicon2.png);
+}
+.phonemap{
+ margin-top: 2em;
+ padding: 1em;
+}
+#container{
+ height: 630px;
+ width: 576px;
+ background-image: url(../images/map.png);
+}
+.amap-logo {
+ right: 0 !important;
+ left: auto !important;
+ display: none;
+}
+
+.amap-copyright {
+ right: 70px !important;
+ left: auto !important;
+}
+.bitian{
+ font-size: 16px;
+ color: rgba(128, 128, 128, 1);
+}
+.youname{
+ height: auto;
+}
+.faliuy{
+ margin-bottom: 20px
+}
+.mapbg{
+ width: 490px;
+ height: 185px;
+ background-image: url(../images/bg.png);
+ padding: 3px 20px;
+}
+.phonemapbg{
+ background-image: url(../images/phonebg.png);
+}
+.dingwei{
+ font-size: 20px !important;
+ color: rgba(245,165,136,1);
+}
+.dingweiadress{
+ font-size:16px;
+
+ color:rgba(235,76,18,1);
+ line-height:32px;
+ margin: 0 5px;
+}
+.dingname{
+ color: rgba(27, 26, 53, 1)
+}
+.dingline{
+ color: rgba(207, 200, 208, 1)
+}
+.tabledes tr{
+ cursor: pointer;
+}
+.pinginput{
+ width: 122px;
+ height: 32px;
+ position: absolute;
+ top: 3px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+
+.detailesname{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ width: 276px;
+}
+.companyheader{
+ width: 110px;
+ height: 110px;
+ -webkit-border-radius: 110px;
+ border-radius: 110px;
+}
+.companyinput{
+ width: 108px;
+ height: 32px;
+ position: absolute;
+ top: 69px;
+ right: 101px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.productpadding{
+ padding-bottom: 50px;
+}
+.nav1{
+ perspective:100%;
+}
+.nav1 .datawidth:hover{
+ transform:rotateY(360deg) scale(1.1);
+}
+/* Sweep To Right */
+.hvr-sweep-to-right {
+ display: inline-block;
+ vertical-align: middle;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -moz-osx-font-smoothing: grayscale;
+ position: relative;
+ -webkit-transition-property: color;
+ transition-property: color;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+
+}
+.hvr-sweep-to-right:before {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ left: -5px;
+ right: -5px;
+ bottom: 0;
+ background: rgba(204,204,204,0.5);
+ -webkit-transform: scaleX(0);
+ transform: scaleX(0);
+ -webkit-transform-origin: 0 50%;
+ transform-origin: 0 50%;
+ -webkit-transition-property: transform;
+ transition-property: transform;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+
+}
+.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
+}
+.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1);
+
+}
+.fistcardtitle{
+ top: 36px;
+}
+.winmenu .fistcard{
+ display: inline-block;
+ width: 82px;
+ height: 74px;
+ text-align: center;
+ position: relative;
+ text-decoration: none;
+ overflow: hidden;
+
+}
+.winmenu .fistcard .iconfont{
+ position: absolute;
+ top: 12px;
+ left: 0;
+ display: inline-block;
+ width: 100%;
+ text-align: center;
+ filter:alpha(opacity=100);
+ opacity: 1;
+}
+.partialBorder {
+ -webkit-transform: scale(0.5);
+ -moz-transform: scale(0.5);
+ -o-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: 0;
+}
+.partialBorder > div {
+ position: absolute;
+ height: 10%;
+ width: 10%;
+ border: .15vw solid #fff;
+}
+.partialBorder .leftTop {
+ left: 0;
+ top: 0;
+ border-right: none;
+ border-bottom: none;
+}
+.partialBorder .rightTop {
+ right: 0;
+ top: 0;
+ border-left: none;
+ border-bottom: none;
+}
+.partialBorder .leftBot {
+ left: 0;
+ bottom: 0;
+ border-right: none;
+ border-top: none;
+}
+.partialBorder .rightBot {
+ right: 0;
+ bottom: 0;
+ border-left: none;
+ border-top: none;
+}
+.adleftsizing div, .adleftsizing div:before, .adleftsizing div:after {
+ -webkit-transition: 0.5s;
+ -moz-transition: 0.5s;
+ -o-transition: 0.5s;
+ transition: 0.5s;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 0;
+}
+
+.elem {
+ display: inline-block;
+ color: white;
+ position: relative;
+ overflow: hidden;
+ will-change: transform;
+}
+.elem:before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ opacity: 0;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ will-change: transform, opacity;
+}
+.elem:after {
+ content: "";
+ position: absolute;
+ will-change: transform;
+}
+.elem:hover:before {
+ opacity: 1;
+}
+/* SECOND ELEMENT */
+.second:before {
+
+ background-blend-mode: darken;
+}
+.second:hover .partialBorder {
+ opacity: 1;
+ -webkit-transform: scale(0.95);
+ -moz-transform: scale(0.95);
+ -o-transform: scale(0.95);
+ transform: scale(0.95);
+}
+.modenavcon, .modenavcon:before, .modenavcon:after {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+
+}
+/* MAIN VARIABLES FOR CUSTOMIZATION */
+/* -------------------------------- */
+.modenav {
+ overflow: hidden;
+ position: fixed;
+ left: 28px;
+ top: 50%;
+ width: auto;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ border-radius: 5px;
+ -webkit-transform: translate3d(-50%, 0, 0);
+ transform: translate3d(-50%, 0, 0);
+ box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+ z-index: 99999;
+}
+.modenav__cb {
+ z-index: -1000;
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0;
+ pointer-events: none;
+}
+.modenav__content {
+ position: relative;
+ width: 57px;
+ height: 100%;
+ -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+ transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+}
+.modenav__cb:checked ~ .modenav__content {
+ -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ width: 380px;
+ left: 200px;
+}
+.modenav__items {
+ position: relative;
+ width: 380px;
+ height: 100%;
+ list-style-type: none;
+ font-size: 0;
+}
+.modenav__item {
+ display: inline-block;
+ vertical-align: top;
+ text-align: center;
+ color: #ffffff;
+ font-size: 14px;
+ line-height: 57px;
+ font-weight: bold;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ -webkit-transition: color 0.3s;
+ transition: color 0.3s;
+ cursor: pointer;
+}
+.modenav__item:hover {
+}
+.modenav__item-text {
+ display: block;
+ height: 100%;
+ -webkit-transform: rotateY(-70deg);
+ transform: rotateY(-70deg);
+ opacity: 0;
+ -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item-text {
+ -webkit-transform: rotateY(0);
+ transform: rotateY(0);
+ opacity: 1;
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+}
+.modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0.3s;
+ transition-delay: 0.3s;
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0s;
+ transition-delay: 0s;
+}
+.modenav__btn {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 57px;
+ height: 57px;
+ cursor: pointer;
+}
+.modenav__btn:before, .modenav__btn:after {
+ content: "";
+ display: block;
+ border-radius: 2px;
+ -webkit-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
+ -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+}
+.modenav__btn:before {
+}
+.modenav__btn:hover:before, .modenav__btn:hover:after {
+}
+.modenav__cb:checked ~ .modenav__btn:before {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.modenav__cb:checked ~ .modenav__btn:after {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.wapper .fivediv, .businessleft, .cultureleft,.residencebodyleft,.banksbodyleft,.artfilmleft {
+/* .wapper .fivediv, .businessleft, .cultureleft,.threemodeleft, .modethreeleft,.residencebodyleft,.banksbodyleft,.artfilmleft { */
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+
+}
+.wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{
+/* .wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.threemodeleft:hover,.modethreeleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{ */
+ transform:translate(0,-3px);
+ -webkit-transform:translate(0,-3px);
+ -moz-transform:translate(0,-3px);
+ -o-transform:translate(0,-3px);
+ -ms-transform:translate(0,-3px);
+ -webkit-box-shadow:0px 5px 15px #e5e5e5;
+ -moz-box-shadow:0px 5px 15px #e5e5e5;
+ box-shadow:0px 5px 15px #e5e5e5;
+}
+.residencemenubox:hover,
+.residencemenubox:focus {
+ box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
+}
+.close {
+ --color: #ff0000;
+ --hover: rgba(213, 221, 235, 1);
+}
+.residencemenuboxtitle:hover, .residencemenuboxtitle:focus {
+ border-color: var(--hover);
+}
+.button {
+ cursor: pointer;
+ background: rgba(244,242,245,1);
+ text-decoration: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+/* Bubble Right */
+.bubble-right {
+ display: inline-block;
+ position: relative;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+}
+.bubble-right:before {
+ pointer-events: none;
+ position: absolute;
+ z-index: -1;
+ content: '';
+ border-style: solid;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-property: right;
+ transition-property: right;
+ top: calc(50% - 10px);
+ right: 0;
+ border-width: 10px 0 10px 10px;
+ border-color: transparent transparent transparent rgba(244,242,245,1);
+}
+.bubble-right:hover:before, .bubble-right:focus:before, .bubble-right:active:before {
+ right: -10px;
+}
+.modeleftmenuactive.bubble-right:before {
+ right: -10px;
+}
+
+.ub-ver
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.ub
+{
+ display: -webkit-box;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: flex;
+ position:relative;
+}
+#slidemenus .slick-slide{margin-right:10px;}
+#slidemenus .slick-arrow:before{color:#f0f0f0;opacity:1;}
+#slidemenus .slick-arrow:hover:before{color:rgba(240,60,24,1);}
+.dmenus{margin-top:50px;background:#f4f4f4;border-right:2px solid #f4f4f4;border-left:2px solid #f4f4f4;height:54px;line-height:54px;}
+.dmenus .dmenu{display:inline-block;cursor:pointer;vertical-align:top;height:54px;min-width:15%;text-align:center;font-size: 14px;color: #999;}
+.dmenus .active{color:#000;background: #fff;border-top: 2px solid rgb(191,54,40);}
+.dbody{display:none;padding:20px 10px;font-size: 14px;min-height:300px;}
+.dbodys .active{display:block;}
+.detailshow{padding:20px 0px;border-bottom:1px solid rgba(244,242,245,1);font-size: 16px;color: #333;}
+.detailshow .show{display:inline-block;padding-right:2%;font-size: 14px;vertical-align:top;min-width:19%;line-height:36px;}
+.detailshow .col3{width:32.5%;}
+.detailshow .col5{width:19.5%;}
+#subform,#subform2{padding-top:5%;padding-left:9%;}
+.formrow label,.formrow .input{display:inline-block;vertical-align:top;line-height:2.1em;}
+.formrow .input{text-align:left;width:54%;}
+.formrow input{line-height:2.1em;text-indent:10px;width:50%;display:inline-block;vertical-align:top;}
+.formrow .error{width:26%;color:rgb(191,54,40);padding-left:2%;display:inline-block;vertical-align:top;}
+.formrow label{width:28%;width:120px;text-align:right;color:#999;margin-right:10px;}
+.formrow{margin-bottom:20px;}
+.formrow button{width:120px;line-height:2.6em;}
+.redbtn{outline:none;cursor:pointer;background:rgb(191,54,40);border:none;width:80px;line-height:2.2em;font-size:1em;text-align:center;color:#fff;}
+.clearfix:after, .clearfix:before {
+ display: table;
+ content: " "; }
+.clearfix:after {
+ clear: both; }
+.text-center{text-align:center;}
+.href-abs {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 998; }
+
+.detailsdes-new {
+ margin-top: 40px; }
+ .detailsdes-new .products-wrapper {
+ margin: 0 -20px; }
+ .swiper-slide .slideimg, .products-wrapper .product {
+ width: 20%;
+ display: inline-block;
+ float: left;
+ padding: 0 20px;
+ margin-bottom: 20px; }
+ .fig-default:hover .fig-media .img-shell img {
+ transform: scale(1.2) translate3d(0, 0, 0);
+ -webkit-filter: grayscale(0%);
+ /* Webkit */ }
+ .fig-default .fig-media {
+ position: relative;
+ background-color: #f0f0f0;
+ margin-bottom: 10px; }
+ .fig-default .fig-media:before {
+ content: "";
+ display: block;
+ padding-top: 100%; }
+ .fig-default .fig-media .detect,.de-img-wrapper .detect {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width:100%;
+ text-align:left;
+ text-indent:6px;
+ color:red;
+ z-index:100;
+ font-size:0.8rem;
+ line-height:1.8rem;
+ }
+ .fig-default .fig-media .img-shell {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ z-index:99;
+ overflow: hidden; }
+ .fig-default .fig-media .img-shell img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ max-width: 100%;
+ max-height: 100%;
+ margin: auto;
+ -webkit-transition: all 0.35s;
+ -moz-transition: all 0.35s;
+ -ms-transition: all 0.35s;
+ -o-transition: all 0.35s;
+ transition: all 0.35s;
+ /* Webkit */ }
+ .fig-default .fig-info {
+ cursor:pointer;
+ color: #444;
+ padding: 5px; }
+ .fig-default .fig-info .tit {
+ font-size: 14px;
+ text-align: center;
+ margin-bottom: 10px;
+ white-space: nowrap;
+ -ms-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ overflow: hidden; }
+ .fig-default .fig-info .attrs {
+ font-size: 12px;
+ text-align: left; }
+ .fig-default .fig-info .attrs p {
+ line-height: 1.6;
+ color: #666666;
+ white-space: nowrap;
+ -ms-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ overflow: hidden; }
+ .categorylist .active{color:#7c1c1c;}
+
+
+ .swiper-slide .fig-default .fig-media,.swiper-slide .slideimg{margin-bottom:0px;}
+ .swiper-slide .slideimg{height:170px;}
+ .swiper-slide .fig-default .fig-info{padding:5px 0px;}
+.swiper-slide .fig-default .fig-media:before{padding-top:90%;}
+ .swiper-pagination .swiper-pagination-bullet-active{background:rgb(191,54,40);opacity:1;}
+.bigdetail{padding:40px 0px;}
+.bigdetail .breakcrumb{margin-bottom:30px;color:#666;font-size:1rem;}
+.bigdetail .breakcrumb img{vertical-align:middle;margin-top:-4px;}
+.bigdetail .breakcrumb span{margin-right:5px;}
+.bigdetail .breakcrumb i{margin:0px 5px;}
+.bigdetail .breakcrumb a{color:#666;}
+.bigdetail .breakcrumb a:hover{color:#999;}
+.bigdetail .left{width:58%;padding:10px;background:#fff;border-radius:10px;}
+.bigdetail .right{width:38%;margin-left:3%;}
+.table-bordered {border: 1px solid #ddd;margin-bottom:20px;background-color: transparent;border-collapse: collapse;border-spacing: 0;}
+.bigdetail .infor li {border-bottom: 1px solid #e1e2e6;padding: 15px 0;line-height: 160%;}
+.bigdetail .infor li:first-child {padding-bottom: 25px;padding-top: 0;}
+.bigdetail .infor li:first-child button {
+ min-width: 52px;
+ margin-left: 5px;
+ border-radius: 10px;
+ border: 0;
+ background-color: #f2f2f2;
+ text-align: center;
+ padding: 0 10px;
+ height: 32px;
+ line-height: 32px;
+}
+
+.detailview{width:100%;}
+.bigdetail .infor li h1 {line-height: 150%;color: #000;font-size: 24px;}
+.bigdetail .infor li button i {color: #666;margin-left: 3px;}
+.bigdetail .infor li:not(:first-child) {color: #666;}
+.bigdetail .infor li span.tiaokuan {color: #f01968;cursor: pointer;text-decoration: underline;}
+.bigdetail .btns{margin:30px 0px 20px 0px;}
+.bigdetail .btns li {display:inline-block;vertical-align:top;padding: 5px 20px;border: 1px solid #ddd;border-radius: 10px;text-align: center;}
+.bigdetail .btns li h6 {color: #999;margin-bottom: 3px;font-size:1rem;}
+.bigdetail .btns li p {color: #666;}
+.bigdetail .detailrow{width:100%;}
+.bigdetail .detailrow h4 {margin:40px 0px 30px 0px;color: #555c6f;font-size: 22px;padding-left: 10px;position: relative;}
+.bigdetail .detailrow h4::after {width: 4px;height: 22px;background-color: #f01968;position: absolute;content: "";left: 0;transform: translateY(-50%);top: 55%;line-height: 150%;}
+.bigdetail .detailrow table{background:#fff;color:#666;width:100%;border-collapse: collapse;border-spacing: 0;}
+.detailrow table th,.detailrow table td {text-align: center;border-width: 1px;border-style: solid;border-color: #eee; position: relative;padding: 9px 15px;min-height: 20px;line-height:2rem;font-size:1rem;}
+.detailrow table th,.detailrow table td {background-color: #fff;}
+.prowraper{padding-top:20px;}
+.bigdetail .product,.prowraper .product{
+ float:left;
+ width:24.2%;
+ padding: 10px;
+ border: 1px solid #e5e8eb;
+ border-radius: 10px;
+ margin-bottom: 20px;
+ background:#fff;
+ margin-left:1%;
+}
+.bigdetail .product:nth-child(4n+1),.prowraper .product:nth-child(4n+1){
+ margin-left:0px;
+}
+.prowraper .product .img,.bigdetail .product .img {
+ width: 100%;
+ position:relative;
+ height:256px;
+ overflow:hidden;
+}
+.prowraper .product .tag,.bigdetail .product .tag {
+ color: #fff;
+ width: 70px;
+ line-height:2rem;
+ font-size:0.8rem;
+ background-color:#BF3628;
+ text-align: center;
+ right: 0;
+ top:0px;
+ position:absolute;
+ z-index:99;
+ border-radius:6px;
+}
+.prowraper .product .link,.bigdetail .product .link {
+ color: #fff;
+ width: 70px;
+ line-height:2rem;
+ font-size:0.8rem;
+ background-color: rgba(108, 104, 118, 0.6);
+ text-align: center;
+ right: 0;
+ bottom:0px;
+ display:none;
+ position:absolute;
+ z-index:99;
+ border-radius:6px;
+ cursor:pointer;
+}
+.prowraper .product .img:hover .link,.bigdetail .product .img:hover .link{display:block;}
+.prowraper .product .img>img,.bigdetail .product .img>img {
+ width: 100%;
+ height: 100%;
+ border-radius: 5px;
+ object-fit: cover;
+ position: absolute;
+ top: 0;
+}
+.prowraper .product .code,.bigdetail .product .code {
+ font-size: 12px;
+ color: #999;
+ margin-top:20px;
+ padding:0px 10px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ word-break: break-all;
+}
+.prowraper .product .org,.bigdetail .product .org {
+ margin-bottom: 5px;
+ margin-top:10px;
+ color: #737376;
+ position: relative;
+}
+
+.prowraper .product .name,.bigdetail .product .name {
+ color: #333;
+ font-size:1.2rem;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ word-break: break-all;
+}
+.modal{
+ -webkit-overflow-scrolling: touch;
+ top:5%;
+ background-color: #fff;
+ -webkit-background-clip: content;
+ border-radius: 2px;
+ box-shadow: 1px 1px 50px rgba(0,0,0,.3);
+ z-index:999;
+ position: fixed;
+ left:50%;
+ margin-left:-23%;
+ width:46%;
+ border-radius:5px;
+ display:none;
+}
+.modal-header{
+ padding: 0 80px 0 20px;
+ height: 50px;
+ line-height: 50px;
+ border-bottom: 1px solid #F0F0F0;
+ font-size:1.1rem;
+ color: #333;
+ overflow: hidden;
+ border-radius: 2px 2px 0 0;
+ position:relative;
+}
+.modal-header .close{
+ position: absolute;
+ right: 15px;
+ *right: 0;
+ top: 10px;
+ width:16px;
+ height:16px;
+ font-size:1.6rem;
+ border:none;
+ background:none;
+ cursor:pointer;
+}
+.modal-body{
+ padding:25px 20px;
+ overflow: hidden;
+ max-height: 400px;
+ line-height:1.8rem;
+ overflow-y: scroll;
+ width:100%;
+}
+.Subtitle{
+ text-indent: 0;
+ font-size: 18px;
+ font-weight: bold;
+}
+.modal-footer{padding:13px 15px;margin-top:10px;text-align:center;border-top:1px solid #F0F0F0;}
+.modal-footer .btn{box-shadow:none;background-color: #1E9FFF;color: #fff;border:none;line-height:1.8rem;padding:0px 18px;border-radius: 2px;text-decoration: none;cursor:pointer;}
+.modal-shape{
+ display:none;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ _height: expression(document.body.offsetHeight+"px");
+ z-index: 998;
+ background-color: rgb(0, 0, 0);
+ position:fixed;
+ opacity: 0.3;
+}
+.bigdetail .detailrow,.bigdetail .left,.bigdetail .right,.detailsdes-new .left, .detailsdes-new .right {
+ display: inline-block;
+ float: left; }
+.detailsdes-new .left, .detailsdes-new .right {
+ display: inline-block;
+ float: left; }
+.detailsdes-new .left {
+ width: 38%; }
+ .detailsdes-new .left .de-img-wrapper {
+ background-color: #f0f0f0;
+ position: relative; }
+ .detailsdes-new .left .de-img-wrapper:before {
+ display: block;
+ content: "";
+ padding-top:100%; }
+ .detailsdes-new .left .de-img-wrapper .img-shell {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ overflow: hidden; }
+ .detailsdes-new .left .de-img-wrapper .img-shell video,.detailsdes-new .left .de-img-wrapper .img-shell img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ max-width: 100%;
+ max-height: 100%;
+ margin: auto;
+ -webkit-transition: all 0.35s;
+ -moz-transition: all 0.35s;
+ -ms-transition: all 0.35s;
+ -o-transition: all 0.35s;
+ transition: all 0.35s;}
+.detailsdes-new .right {
+ width: 62%;
+ font-size: 14px;
+ padding-left: 1rem; }
+ .detailsdes-new .right p {
+ color: rgba(0, 0, 0, 0.7);
+ display: block;
+ line-height: 2.5em; }
+ .detailsdes-new .right p span {
+ display: inline-block;
+ height: 2.5em;
+ overflow: hidden; }
+ .detailsdes-new .right span:nth-child(1) {
+ color: rgba(0, 0, 0, 0.4);
+ width: 8em;
+ text-align: justify; }
+ .detailsdes-new .right p span:after {
+ display: inline-block;
+ width: 100%;
+ content: ''; }
+.right_fixd{position: fixed;bottom: 20px;right: 10px;width: 84px;z-index: 999;}
+.right_fixd .r_menu{font-size: 12px;color: #666666;box-shadow: 0 3px 10px rgba(0,0,0,.35);}
+.right_fixd .item{background-color: #FFFFFF;height:auto;display: inline-block;vertical-align:top;width: 100%;padding:12px 0px;text-align: center;text-decoration: none;overflow: hidden;border-top: 1px solid #E6E6E6;cursor: pointer;}
+.right_fixd .cateitem{height:44px;}
+.right_fixd .r_menu .item .iconfont_tm{font-size: 22px;}
+.right_fixd .r_menu .item.totop .iconfont_tm{font-size: 12px;}
+.right_fixd .r_menu .item .desc{width: 100%;line-height: 15px;margin-top:10px;}
+.right_fixd .item:hover,.right_fixd .item.active{background-color:#BF3628;color: #FFFFFF;transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s; -o-transition: all .3s;}
+.right_fixd .r_menu .item:first-child{border-top: 0;}
+.right_fixd .r_menu:last-child{margin-top: 12px;}
+
+.boxinner_p{padding: 17px 0px 0px 6px;}
+.boxinner_p p{ color:#8f8fa8; font-size: 14px; line-height: 24px;}
+
+.searchitem{margin:20px 40px 0px 40px;}
+.searchitem .label,.searchitem .choose,.searchitem{display:inline-block;vertical-align:top;}
+.searchitem .choose{border:2px solid rgba(207,200,208,1);min-width:188px;}
+.searchitem select{width:100%;}
+.searchitem .label{line-height:28px;color:rgba(76,76,76,.7);font-size:14px;}
+
+.about_v_msk {
+ width: 790px;
+ height: 490px;
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ margin-top: -250px;
+ margin-left: -400px;
+ background: #666;
+ z-index: 999999;
+ padding: 25px 25px 10px;
+ display: none;
+}
+.about_v_msk video {
+ width: 100%;
+ height: 100%;
+}
+.about_v_msk a {
+ position: absolute;
+ top: 0;
+ right: 10px;
+ border-radius: 50%;
+ color: #FFF;
+ font-size: 30px;
+}
+img{max-width: 100%;}
+
+#activityMsg{font-size:14px;background:#fff !important;border-radius:10px;padding:0px;top:20% !important;}
+#activityMsg .bg{float:right;width:47%;}
+#activityMsg .wraper{position:absolute;z-index:99;left:0px;top:2%;width:100%;text-align:center;}
+#activityMsg .close-reveal-modal{font-size:1.8rem;font-weight:normal;top:6px !important;right:6px;color:#545454;}
+#activityMsg .btn img{width:30%;}
+#activityMsg .msg{margin:8% 0px;color:#3f3f3f;font-size:1.2rem;line-height:2.4rem;}
+
+.activitywraper p{margin:0px;}
+.activitywraper .check-box-wrapper,.activitywraper .radio-button-wrapper{position:relative;float:left;display:inline-block;padding:0;width:16px;height:16px;line-height:16px;text-align:center;vertical-align:middle;margin:2px 1px 0 0}.entry-container-inner form .check-box-wrapper input[type="radio"],.entry-container-inner form .check-box-wrapper input[type="checkbox"],.entry-container-inner form .radio-button-wrapper input[type="radio"],.entry-container-inner form .radio-button-wrapper input[type="checkbox"]{position:absolute;left:-9999px;visibility:hidden}
+.activitywraper .choice-description{margin-top:2px;margin-left:20px;}
+.activitywraper .radio.inline,.activitywraper .checkbox.inline{display:inline-block;vertical-align:top;margin-top:0;margin-right:11px;white-space:nowrap}
+#activityPage{background:#fff;font-size:14px;border-radius:10px;padding:0px 25px 20px 25px;width:900px;margin-left:-450px;}
+.activitywraper{width:850px;background:#fff;margin:0px auto;}
+.activitywraper .head{text-align:center;}
+.activitywraper .head img.title{width:28%;margin-top:-1px;}
+.activitywraper .close-reveal-modal{font-size:1.8rem;font-weight:normal;top:6px !important;right:6px;color:#545454;text-decoration:none;}
+.activitywraper .head .back{position:absolute;z-index:99;left:25px;top:8px;width:9%;text-align:left;}
+.currentlist .show{margin-top:15px;position:relative;}
+.passlist .title{color:#a8a8a8;text-align:center;margin:15px 0px;background:url(../../static/img/activity/line.jpg) center repeat-x;position:relative;}
+.passlist .title span{background:#fff;padding:0px 10px;font-size:1.2rem;}
+.passlist .title a{background:#fff;width:9%;padding-left:5px;position:absolute;z-index:99;right:0px;top:-1px;}
+.passlist .title a img{}
+.passlist .show{display:inline-block;vertical-align:top;width:32%;}
+.passlist .show:nth-child(2){margin:0px 1.2%;}
+
+.activitywraper .pagecontent{margin-top:25px;}
+.activitywraper .leftside,.activitywraper .rightside{display:inline-block;vertical-align:top;}
+.activitywraper .leftside{width:35%;margin-right:2%;}
+.activitywraper .rightside{width:62%;color:#828282;line-height:1.2rem;}
+.activitywraper .rightside .title{color:#252e4b;font-size:1.12rem;font-weight:bold;margin-bottom:5px;}
+.activitywraper .formwraper{background:#f0f0f0;padding:8px 10px;margin-top:10px;}
+.activitywraper .formwraper .form{margin:10px 0px 20px 0px;text-align:center;}
+.activitywraper .form form{margin:0px auto;width:80%;text-align:left;}
+.activitywraper .form a img{width:31%;}
+.activitywraper .form .row{margin-bottom:10px;}
+.activitywraper .form input{width:100%;color:#3e3e3e;display:inline-block;vertical-align:top;text-indent:4px;border:1px solid #dedede;border-radius:4px;line-height:1.6rem;}
+.activitywraper .form .col3{width:32%;display:inline-block;vertical-align:top;}
+.activitywraper .form .col3:nth-child(2){margin:0px 0.8%;}
+.activitywraper .form .col2{width:48%;display:inline-block;vertical-align:top;}
+.activitywraper .form .col2:nth-child(2){margin-left:2.6%;}
+
+.activitywraper .remark{background:#f8f8f8;padding:10px 15px;font-size:0.8rem;}
+.activitywraper .remark .label,.activitywraper .remark .txt{display:inline-block;vertical-align:top;}
+.activitywraper .remark .label{width:10%;font-weight:bold;}
+.activitywraper .remark .txt{width:88%;}
diff --git a/app/home/view/szwjs/public/css/public0109.css b/app/home/view/szwjs/public/css/public0109.css
new file mode 100644
index 0000000..cbcbc23
--- /dev/null
+++ b/app/home/view/szwjs/public/css/public0109.css
@@ -0,0 +1,4449 @@
+body{
+ margin: 0;
+ padding: 0;
+ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
+ background-color: rgb(247,244,248);
+}
+input, textarea,select,option{
+ outline: none;
+ resize: none;
+}
+ul,li{
+ padding: 0;
+ margin: 0;
+}
+div{
+ text-transform:uppercase;
+}
+.lowercase{
+ text-transform:lowercase;
+}
+.fistcase{
+ text-transform:capitalize;
+}
+select,option {
+ -webkit-appearance:none;
+ -moz-appearance:none;
+ appearance:none;
+ background:transparent;
+ border:none;
+}
+option::-ms-expand{ display: none; }
+option{
+ -moz-appearance:none; /* Firefox */
+ -webkit-appearance:none; /* Safari 和 Chrome */
+ appearance:none;
+ border:1px solid rgba(255,255,255,1);
+}
+.phonediv{
+ display: none;
+}
+/* --背景色字体颜色--*/
+option:hover{
+ color:#fff;
+ background-color:#1E90FF;
+}
+/**css3弹性盒子布局**/
+.modeub
+{
+ display: -webkit-box !important;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: box !important;
+ position:relative;
+}
+.modeac
+{
+ -webkit-box-align:center;
+ -moz-box-align:center;
+ -ms-box-align:center;
+ -o-box-align:center;
+ box-align:center;
+}
+
+.modepc
+{
+ -webkit-box-pack:center;
+ -moz-box-pack:center;
+ -ms-box-pack:center;
+ -o-box-pack:center;
+ box-pack:center;
+}
+
+.modever
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.modef1
+{
+ position:relative;
+ -webkit-box-flex: 1;
+ -moz-box-flex: 1;
+ -ms-box-flex: 1;
+ -o-box-flex: 1;
+ box-flex: 1;
+}
+.modef2
+{
+ position:relative;
+ -webkit-box-flex: 2;
+ -moz-box-flex: 2;
+ -ms-box-flex: 2;
+ -o-box-flex: 2;
+ box-flex: 2;
+}
+.modef3
+{
+ position:relative;
+ -webkit-box-flex: 3;
+ -moz-box-flex: 3;
+ -ms-box-flex: 3;
+ -o-box-flex: 3;
+ box-flex: 3;
+}
+.modef4
+{
+ position:relative;
+ -webkit-box-flex: 4;
+ -moz-box-flex: 4;
+ -ms-box-flex: 4;
+ -o-box-flex: 4;
+ box-flex: 4;
+}
+.modeae
+{
+ -webkit-box-align:end;
+ box-align:end;
+}
+.modepe
+{
+ -webkit-box-align:end;
+ -moz-box-align:end;
+ -ms-box-align:end;
+ -o-box-align:end;
+ box-align:end;
+}
+.modepj
+{
+ -webkit-box-pack:justify;
+ -moz-box-pack:justify;
+ -ms-box-pack:justify;
+ -o-box-pack:justify;
+ box-pack:justify;
+}
+.divhidden{
+ overflow: hidden;
+}
+.contenter{
+ margin: 0;
+ padding: 0;
+}
+.content{
+ max-width: 1200px;
+ margin: 0 auto;
+}
+/*********首页*********/
+.guidebg{
+ /* background-color: #eb600b; */
+ background-color: rgb(224,224,224);
+}
+.guidehg{
+ height:34px;
+}
+.guideclor{
+ /* color: rgb(247,244,248); */
+ color: rgb(71,71,71);
+}
+.guideleft{
+ float: left;
+}
+.guideright{
+ float: right;
+}
+.guidemenu{
+ font-size: 12px;
+}
+.guideline {
+ line-height: 34px;
+}
+.guidecursor{
+ cursor: pointer;
+}
+.guidecursor a{
+ color: rgb(71,71,71);
+ text-decoration: none;
+}
+.guidecursor a:hover{
+ text-decoration:underline;
+}
+.segment{
+ margin: 0 9px;
+}
+.logobg{
+ background-color: rgb(255,255,255);
+
+}
+#header .logobg {
+ background-color: rgb(130, 25, 25);
+}
+.logohg{
+ height: 82px;
+ z-index: 100;
+ position: relative;
+}
+.logoleft{
+ width: 230px;
+ height: 54px;
+ margin: 14px 0 ;
+ cursor: pointer;
+}
+.logoimg{
+ background-image: url("../images/logo.png");
+}
+.logobackimg{
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size:100% 100%;
+}
+.logosearch{
+ width: 230px;
+ height: 32px;
+ margin: 25px 0;
+}
+.searchbody{
+ border: 1px solid rgb(236,212,210);
+}
+.search{
+ border-radius: 20px;
+ height: 30px;
+}
+.search input{
+ background:none;
+ border: none;
+ width: 172px;
+ height: 23px;
+}
+.search input::-webkit-input-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input::-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-ms-input-placeholder {
+ color: rgb(196,195,194);
+}
+.searchpadding{
+ padding: 2px 10px;
+}
+.searchicon{
+ color: rgb(191,54,40);
+ line-height: 30px;
+ cursor: pointer;
+}
+.iconpadding{
+ padding: 0 20px 0 0;
+}
+.menubg{
+ background-color: rgb(191,54,40);
+}
+.menuhg{
+ height: 52px;
+ z-index: 100;
+ position: relative;
+}
+.menuul{
+ font-size: 14px;
+}
+.menuline{
+ height: 24px;
+ padding: 14px 0;
+ line-height: 24px;
+}
+.menuline li {
+ list-style-type:none;
+}
+.menumr{
+ margin-right:43px
+}
+.menuactive{
+ height: 24px;
+ background-color: rgb(255,255,255);
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ padding: 0 12px;
+}
+.activecolor{
+ color: rgb(191,54,40);
+}
+.banner{
+ /* height: 412px; */
+}
+.bannerimg{
+ background-position: center;
+ background-repeat: no-repeat;
+ width: 100%;
+}
+.swiper-container {
+ width: 100%;
+ height: 100%;
+}
+.service{
+ width: 280px;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ position: fixed;
+ top: 60%;
+ z-index: 9999;
+}
+.serviceradius{
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius:50px;
+ border-bottom-right-radius: 50px;
+ cursor: pointer;
+}
+.iconcolor{
+ color: rgb(255,255,255);
+}
+.serviceIcon{
+ line-height: 57px;
+ text-align: center;
+ font-size: 31px !important;
+}
+.servicetitle{
+ margin-left: 17px;
+ line-height: 57px;
+}
+.servicebg{
+ background-image: url(../images/servicebg.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.fiveservice{
+ padding-top: 32px;
+}
+.fivediv{
+ width: 224px;
+ height: 288px;
+ cursor: pointer;
+}
+.fivemr{
+ margin-right: 20px;
+}
+.fivebg{
+
+}
+.fivecircle{
+ width:132px;
+ height:132px;
+ border: 1px solid #1A1A34;
+ -webkit-border-radius: 132px;
+ border-radius: 132px;
+ margin: 40px 46px 24px 46px;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.texture{
+ width: 88px;
+ height: 88px;
+ background-image: url(../images/texture.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.fivetitle{
+ font-size:18px;
+ color:rgba(77,77,77,1);
+ text-align: center;
+}
+.fivedescribe{
+ font-size:10px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+ margin-top: 11px;
+ margin-right: 40px;
+ margin-left: 40px;
+}
+.fiveiconcolor{
+ color:rgba(227,48,29,1);
+}
+.fiveiconone{
+ font-size: 36px !important;
+}
+.fiveicontow{
+ font-size: 40px !important;
+}
+.fiveiconthree{
+ font-size: 32px !important;
+}
+.fiveiconfour{
+ font-size: 38px !important;
+}
+.fiveiconfive{
+ font-size: 36px !important;
+}
+.market{
+ padding-top:40px;
+}
+.markettitle{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.marketsegment{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 34px;
+}
+.marketsearch{
+ width: 260px;
+ height: 40px;
+ background:rgba(255,255,255,1);
+ -webkit-border-radius: 2px;
+ border-radius: 2px
+}
+.marketinputp{
+ padding: 5px 0 5px 20px;
+}
+.marketinputp input{
+ border: none;
+ height: 30px;
+ width: 189px;
+ color:rgba(102,102,102,1);
+ font-size: 12px;
+}
+.marketinputp input::-webkit-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input::-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-ms-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketsearchIcon{
+ font-size:23px !important;
+ color:rgba(26,26,52,1);
+ cursor: pointer;
+}
+.marketiconp{
+ padding:0 14px 0 0;
+}
+.marketdata{
+ padding-top: 40px;
+}
+.dataleft{
+ width: 230px;
+ height: 300px;
+ background:rgba(12,172,239,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.triangle-bottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-topleft {
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataright{
+ width:970px;
+ height:280px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.datacon{
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.datamenu{
+ width: 230px;
+ height: 100px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.datamenuactive{
+ background:rgba(15,113,195,1);
+ position: relative;
+}
+.datatitle{
+ font-size: 16px;
+ width: 145px;
+ text-align: center;
+}
+.datajiantou{
+ font-size: 8px !important;
+ color: rgb(255,255,255);
+ line-height: 21px;
+}
+.databody{
+ padding: 57px 47px;
+}
+.databodydes{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.dataunit{
+ color: rgb(160,160,160);
+}
+.dataline{
+ margin: 0 9px;
+}
+.dataprice{
+ font-size:28px;
+ color:rgba(253,37,15,1);
+}
+.datawidth{
+ width: 219px;
+}
+.databody .datawidth:nth-of-type(5), .datawidth:nth-of-type(6), .datawidth:nth-of-type(7), .datawidth:nth-of-type(8){
+ margin-top: 48px;
+}
+.datamenuborder{
+ border-top: 1px solid rgba(24,137,185,1);
+ border-bottom: 1px solid rgba(24,137,185,1);
+}
+.triangle-hexbottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-hextopleft{
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataservice{
+ width: 230px;
+ height: 492px;
+ background:rgba(255,128,56,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.dataservicecon{
+ width: 970px;
+ height: 472px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.dataservicemenu{
+ height: 248px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.dataserviceactive{
+ background:rgba(240,60,24,1);
+ position: relative;
+}
+.dataservicemenuborder{
+ border-top: 1px solid rgba(221,112,51,1);
+ border-bottom: 1px solid rgba(221,112,51,1);
+}
+.dataservicebody{
+ padding:28px 31px;
+}
+.servicemenutitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ background:rgba(240,240,240,1);
+ border-radius: 2px;
+ padding: 8px;
+ margin-right: 20px;
+ cursor: pointer;
+}
+.activemenutitle{
+ font-size:14px;
+ color:rgba(255,255,255,1);
+ background:rgba(244,75,37,1);
+ border-radius: 2px
+}
+.servicetable{
+ margin-top:10px;
+}
+.servicetable table{
+
+}
+.servicetable table th{
+ padding: 15px 0;
+}
+.tabletitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+}
+.tabledes{
+ font-size:14px;
+ color:rgba(26,26,26,1);
+}
+.servicetable table td{
+ border-top: 1px solid rgba(245,245,245,1);
+ padding: 15px 0;
+}
+.servicecon{
+ padding-bottom: 40px;
+}
+.contentwhile{
+ background-color: rgba(255,255,255,1);
+}
+.adcon{
+ padding: 80px 0;
+}
+.adleft{
+ width: 420px;
+ height: 380px;
+}
+.adlefttop{
+ width:420px;
+ height:190px;
+}
+.adleftimg{
+ background-position: center top;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+.adlefttopimg{
+ background-image: url(../images/rubbish/ad01.png);
+}
+.center{text-align:center;}
+.servicetableborder span{max-width:33%;border-top:1px solid rgba(245,245,245,1);line-height:2.4em;min-width:10%;text-align:center;display:inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
+#servicetableborder0 span,#servicetableborder1 span{width:24.5%;}
+#servicetableborder2 span{width:32.5%;}
+#servicetableborder3 span{width:12.5%;}
+.newsRow{display:none;width:100%;display:none;min-height:300px;}
+.albg{
+ width: 100%;
+ height: 100%;
+ background:rgba(0,0,0,0.7);
+ filter: Alpha(opacity=70);
+ /* position: static; */
+ *zoom: 1;
+}
+.adtitle{
+ position: relative;
+ font-size:24px;
+ color:rgba(255,255,255,1);
+ height: 100%;
+ cursor: pointer;
+
+}
+.updowleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.addes{
+ font-size:10px;
+ color:rgba(148,148,148,1);
+}
+.adleftbottom{
+ margin-top: 10px;
+}
+.adcenter{
+ width: 407px;
+ height: 380px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+.adcentercenter{
+ width: 407px;
+ height: 380px;
+}
+.adcentertop{
+ width: 407px;
+ height:190px;
+}
+.aiicon{
+ font-size: 50px !important;
+}
+.adright{
+ width: 353px;
+ height: 380px;
+}
+.adright2{
+ width: 353px;
+ height: 380px;
+}
+.adrighttop{
+ width:100%;
+ height:125px;
+}
+
+
+.albg{
+ -webkit-transition: all 0.3s;
+ -moz-transition: all 0.3s;
+ -ms-transition: all 0.3s;
+ -o-transition: all 0.3s;
+ transition: all 0.3s;
+ -webkit-transform: translate3d(0,0,0);
+ -moz-transform: translate3d(0, 0, 0);
+ -ms-transform: translate3d(0, 0, 0);
+ -o-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+}
+.elem:hover .albg{
+ opacity: 0.6;
+}
+
+.newstitleleft{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.newsline{
+ margin: 0 9px;
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newstitledes{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newsrighttitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.newsrightwt{
+ margin-left: 34px;
+}
+.newsrightactive{
+ color:rgba(244,75,37,1);
+}
+.newstitle{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ padding-bottom:9px;
+ padding-right: 19px;
+}
+.newsbody{
+ margin-top:40px;
+}
+.newsleft{
+ width: 506px;
+ height: 300px;
+ margin-right:60px;
+ text-align:center;
+ display:inline-block;
+ vertical-align:top;
+}
+.newsleft img{max-width:100%;}
+.newsimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.newsrighttop{
+
+}
+.newsright {
+ width: 624px;
+ padding-right: 10px;
+ display:inline-block;
+ vertical-align:top;
+}
+.icontitle{
+ width: 530px;
+ margin-left: 5px;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap
+}
+.newsicontitle{
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+ /**display:flex;
+ justify-content:center;
+ align-items:center;*/
+}
+.iocnfontsize{
+ font-size: 9px !important;
+ font-weight: bold;
+}
+.newstime{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 20px;
+}
+.newscon{
+ font-size:14px;
+ color:rgba(102,102,102,1);
+ line-height:24px;
+ margin: 17px 0 20px 20px;
+ padding-bottom: 24px;
+ border-bottom: 1px solid rgba(245,245,245,1);
+ cursor: pointer;
+}
+.newsactive{
+ color:rgba(240,60,24,1) ;
+}
+.newsactive2{
+ color:rgba(240,60,24,1) !important ;
+}
+.newsactive2 .norimg{
+ background-image: url(../images/select.png) !important;
+}
+.icontitle-ml5{
+ margin-left: 5px;
+}
+.rightmargin{
+ margin-bottom: 25px;
+}
+.moreline{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ width: 507px;
+ margin: 12px 47px 0 20px;
+}
+.morepage{
+ font-size:14px;
+ color:rgba(26,26,52,1);
+}
+.news{
+ padding-bottom:40px;
+}
+.businessbg{
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-size: contain;
+}
+.businessbgimg{
+ background-image: url(../images/businessbg.png);
+}
+.businesspadding{
+ padding: 39px 0 50px 0;
+}
+.businesstitle{
+ padding-bottom:19px;
+}
+.businessleft{
+ width: 232px;
+ height: 290px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.businessimg{
+ height: 188px;
+}
+.businessimgages{
+ background-image: url(../images/rubbish/business01.png);
+}
+.businessbottom{
+ height: 122px;
+ margin-top: -20px;
+ padding: 0 15px;
+}
+.businessbottomimg01{
+ background-image: url(../images/businessbg01.png);
+}
+.businessbottomimg02{
+ background-image: url(../images/businessbg02.png);
+}
+.businessbottomimg03{
+ background-image: url(../images/businessbg03.png);
+}
+.businessheadline{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.businessdes{
+ font-size:8px;
+ color:rgba(51,51,51,1);
+ line-height:10px;
+ margin-top: 12px;
+}
+.businessubpc{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-orient:vertical;
+ box-orient:vertical;-webkit-box-pack:center;
+ box-pack:center;
+}
+.businessright{
+ width: 474px;
+ height: 290px;
+}
+.businessright table{
+
+}
+.businessright table thead{
+ background:rgba(26,26,52,1);
+}
+.businessright table thead tr{
+ height:40px;
+}
+.businessright table thead th{
+ font-size:14px;
+ color:rgba(144,144,154,1);
+}
+.businessright table tbody{
+ height:250px;
+}
+.businessright table tbody tr{
+ text-align: center;
+ cursor: pointer;
+ line-height: 50px;
+}
+.businessright table tbody tr{
+ font-size:12px;
+ color:rgba(102,102,102,1);
+}
+.tablebg{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.fistmenumode{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(51,51,51,1);
+ line-height:72px;
+ margin-right: 35px;
+ cursor: pointer;
+}
+.fistmanuactive{
+ background-image: url(../images/fistmanuactive.png);
+ background-position:bottom center;
+ background-repeat: no-repeat;
+ background-size: auto;
+ color:rgba(244,75,37,1);
+}
+.fistmenu{
+ height: 72px;
+ background-color:rgba(240,240,240,0.88);
+ padding: 0 0 0 71px;
+}
+.mode{
+ width: 282px;
+ height: 159px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+ cursor: pointer;
+}
+.mode .tobig-img:hover{
+ -webkit-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ transform: scale(1.05);
+ z-index: 3000;
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+}
+.modemargintop{
+ margin-top: 30px;
+}
+.modemarginright{
+ margin-right: 24px;
+}
+.modeborder01{
+ border-top: 5px solid rgba(255,175,63,1);
+}
+.modeborder02{
+ border-top: 5px solid rgba(254,108,113,1);
+}
+.modeborder03{
+ border-top: 5px solid rgba(89,208,108,1);
+}
+.modeborder04{
+ border-top: 5px solid rgba(52,103,236,1);
+}
+.modeborder05{
+ border-top: 5px solid rgba(126,52,236,1);
+}
+.modeborder06{
+ border-top: 5px solid rgba(89,208,198,1);
+}
+.modeborder07{
+ border-top: 5px solid rgba(62,159,255,1);
+}
+.modeborder08{
+ border-top: 5px solid rgba(255,212,63,1);
+}
+.modeicon01{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon01.png);
+}
+.modeicon02{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon02.png);
+}
+.modeicon03{
+ width: 68px;
+ height: 80px;
+ background-image: url(../images/modeicon03.png);
+}
+.modeicon04{
+ width: 80px;
+ height: 80px;
+ background-image: url(../images/modeicon04.png);
+}
+.modeicon05{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon05.png);
+}
+.modeicon06{
+ width: 72px;
+ height: 76px;
+ background-image: url(../images/modeicon06.png);
+}
+.modeicon07{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon07.png);
+}
+.modeicon08{
+ width: 76px;
+ height: 68px;
+ background-image: url(../images/modeicon08.png);
+}
+.modetitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ margin-top: 22px;
+}
+.culture{
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-size: contain;
+}
+.cultureimg{
+ background-image: url(../images/culture.png);
+}
+.culturepadding{
+ padding: 39px 0 40px 0;
+}
+.cultureleft{
+ width: 282px;
+ height: 168px;
+ cursor: pointer;
+}
+.culturebgimg{
+ background-image: url(../images/rubbish/culture01.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturecon{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ /* position: static; */
+ *zoom: 1;
+ height: 64px;
+ width: 100%;
+ margin-top: 104px;
+}
+.content a{display:inline-block;vertical-align:top;}
+.cultureleft a,.adright a{width:100%;}
+.ubpe{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-pack:end;
+ box-pack:end;
+}
+.culturetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.culturedes{
+ font-size:8px;
+ color:rgba(129,134,138,1);
+ margin-top: 3px;
+}
+.culturepargin{
+ margin-right: 24px;
+}
+.threemode{
+ margin-top: 33px;
+}
+.threemodeleft{
+ width: 386px;
+ height: 140px;
+ cursor: pointer;
+}
+.threeimg{
+ background-image: url(../images/rubbish/threemode01.png);
+}
+.threetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.modethree{
+ margin-top: 40px;
+}
+.modethreeleft{
+ width: 386px;
+ height: 124px;
+ cursor: pointer;
+}
+.modethreeimg{
+ background-image: url(../images/rubbish/modethree01.png);
+
+}
+.modethreepadding{
+ padding-left: 29px;
+}
+.modethreetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.modethreedes{
+ font-size:8px;
+ color:rgba(144,144,144,1);
+ margin-top: 12px;
+}
+.updown{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.modethreem{
+ margin-right: 21px;
+}
+.fourmode{
+ width: 1200px;
+ height: 124px;
+ padding-top: 40px;
+}
+.fourmodeimg{
+ background-image: url(../images/rubbish/fourmode.png);
+}
+.fourmodetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.fourmodedes{
+ font-size:8px;
+ color:rgba(207,165,176,1);
+ margin-top: 9px;
+}
+.fivemode{
+ margin-top: 40px;
+}
+.fivemodelineleft{
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodeicon{
+ width: 160px;
+ height: 160px;
+ cursor: pointer;
+}
+.fivemodeiconimg{
+ background-image: url(../images/fivemode01.png);
+}
+.leftupdownright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+}
+.fivemodelinelefttow{
+ width: 120px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodecircle{
+ border: 5px solid rgba(245,109,79,0.4);
+ width: 150px;
+ height: 150px;
+ -webkit-border-radius: 160px;
+ border-radius: 160px ;
+ cursor: pointer;
+}
+.fivemodelineright{
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodetitle{
+ font-size:20px;
+ color:rgba(244,75,37,1);
+ margin-top: 21px;
+}
+.bannerbody{
+ /* margin-top: 120px; */
+ height: 318px;
+}
+.bannerservice{
+ height: 318px;
+ background-image: url(../images/bannerservice.png);
+}
+.residence{
+ margin-top:80px;
+}
+.residenceleft{
+ width: 619px;
+ height: 502px;
+ margin-right: 61px;
+}
+.residenceleftimg{
+ height: 502px;
+ background-image: url(../images/rubbish/residenceleftimg.png);
+}
+.residenceright{
+ width: 520px;
+}
+.residencerighttitle{
+ font-size: 24px;
+ text-align: center;
+}
+.residencerighdes{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+}
+.residencemenu{
+ margin-top: 39px;
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.residencemenubox{
+ background:rgba(247,244,248,1);
+ border-radius: 2px ;
+ padding:9px 14px;
+ border: 2px solid rgba(213, 221, 235, 1);
+ cursor: pointer;
+}
+.residencemenuboxtitle {
+ color: var(--color);
+ -webkit-transition: 0.25s;
+ transition: 0.25s;
+}
+.residencemenumr{
+ margin-right: 40px;
+}
+.centerleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.residencedes{
+ font-size:14px;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+ margin-top: 38px;
+}
+.ub{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+}
+.residencetelicon{
+ width: 80px;
+ height: 84px;
+ background-image: url(../images/residencetel.png);
+}
+.residencecontact{
+ margin-top: 64px;
+}
+.residennumber{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ text-transform:lowercase;
+}
+.residennumberml{
+ margin-left: -5px;
+}
+.residenceemail{
+ margin-top: 20px;
+ margin-left: 28px;
+}
+.residenceemailicon{
+ background-image: url(../images/residenceemail.png);
+ width: 36px;
+ height: 26px;
+ margin-right: 13px;
+}
+.codeicon{
+ width: 162px;
+ height: 162px;
+ background-image: url(../images/codeicon.png);
+ margin-top: 60px;
+}
+.residencebody{
+ margin-top: 24px;
+}
+.residencebodyleft{
+ width: 282px;
+ height: 282px;
+ background:rgba(235,236,243,1);
+}
+.residenceticon{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.residenceticonimg{
+ width: 282px;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ cursor: pointer;
+}
+.noprice{
+ width: 87px;
+ height: 87px;
+ background-image: url(../images/noprice.png);
+}
+.residencebodyautor{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 95px;
+}
+.residencebodyautor2{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 110px;
+}
+.residencautor{
+ font-size:18px;
+ color:rgba(247,244,248,1);
+}
+.residencautordes{
+ font-size:14px;
+ color:rgba(239,236,240,1);
+}
+.residenceticonmr{
+ margin-right: 24px;
+}
+.price{
+ width: 114px;
+ height: 50px;
+ background-image: url(../images/price.png);
+ margin-top: 20px;
+ margin-left: -10px;
+ font-size:20px;
+ color:rgba(247,244,248,1);
+ text-align: center;
+ line-height:38px;
+}
+.residencebodymore{
+ margin-top: 20px;
+ width:1200px;
+ height:48px;
+ background:rgba(235,236,243,1);
+}
+.gomorepage{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.banks{
+ /* margin-top:30px; */
+}
+.banksleft{
+ width: 600px;
+ height: 516px;
+ background-image: url(../images/rubbish/banksleft.png);
+ margin-right: 61px;
+}
+.banksright{
+ width: 539px;
+}
+.banksrightdesborder{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.contantsicon{
+ width: 54px;
+ height: 134px;
+ background-image: url(../images/contantsicon.png);
+
+}
+.banksrightnum{
+ padding-left: 150px;
+ margin-top: 44px;
+}
+.number{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.telnumber{
+ margin-top: 25px;
+}
+.numberbody2{
+ margin-left: -6px;
+}
+.qqnumber{
+ margin-top: 7px;
+}
+.emailnumber{
+ margin-top: 19px;
+}
+.banksbody{
+ margin-top: 40px;
+}
+.banksbodyleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.banksbodylefticon{
+ background-color: rgba(235,236,243,1);
+ height: 212px;
+}
+.banksbodylefticonimg{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.banksbodyleftcon{
+ height: 146px;
+ background-color: rgb(255,255,255);
+}
+.banksleftcon{
+ padding: 20px;
+
+}
+.banksleftcontitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.banksbar{
+ margin-top: 14px;
+ height:10px;
+ background:rgba(235,236,243,1);
+ border-radius: 5px
+}
+.banksshadow{
+ background-image:-webkit-linear-gradient(to right, rgba(239, 99, 22, 1), rgba(236, 179, 42, 1));
+ background-image:linear-gradient(to right,rgba(239, 99, 22, 1),rgba(236, 179, 42, 1));
+ height:10px;
+ border-radius: 5px
+}
+.banksprice{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+ margin-top: 6px;
+ font-weight: lighter;
+}
+.fontweight{
+ font-weight:bolder;
+}
+
+.residencemenued{
+ margin-top: 25px;
+ /* border-bottom: 1px solid rgba(230,236,247,1); */
+ /* padding-bottom: 40px; */
+}
+
+.residencemenued2{
+ position: absolute;
+ top: 155px;
+ left: 414px;
+}
+.bankschoub{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ margin-top: 9px;
+ font-weight: lighter;
+}
+.banksmr{
+ margin-right: 24px;
+}
+.camerimg{
+ height: 381px;
+ background-image: url(../images/yipaiimg.png);
+ margin-top: 80px;
+}
+.paitop{
+ margin-top: 80px;
+}
+.artfilmtitle{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 19px;
+}
+.artfilm{
+ margin-top: 40px;
+}
+.artfilmleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.artfilmleftmr{
+ margin-right: 24px;
+}
+.artfilmname{
+ height: 100px;
+ background-image: -webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image: linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ top: 112px;
+ text-align: center;
+ position: relative;
+ line-height: 100px;
+}
+.artfilmpricemtbody{
+
+ padding: 24px;
+ background-color: rgba(255,255,255,1);
+}
+.artfilmtime{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ text-align: center;
+}
+.timeartm{
+ margin: 0 5px;
+ color: rgba(244, 75, 37, 1);
+ font-weight: bolder;
+}
+.artfilmpricemt{
+ margin-top: 14px;
+}
+.artfilmprice{
+ width: 77px;
+ text-align: center;
+}
+.artfilmpriceborder{
+ border-right: 1px solid rgba(235,236,243,1);
+}
+.qipai{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+}
+.qipaiprice{
+ font-size:16px;
+ color:rgba(244,75,37,1);
+ font-weight: bolder;
+ margin-top: 19px;
+ padding-bottom: 10px;
+}
+.shoppingmt{
+ margin-top:60px;
+}
+.shoppingimg{
+ height: 200px;
+ background-image: url(../images/rubbish/shoppingimg.png);
+}
+.shopingtitle{
+ width:200px;
+ height:200px;
+ background:rgba(35,61,32,0.8);
+}
+.shoppingname{
+ font-size:40px;
+ color:rgba(234,234,244,1);
+ font-weight: bolder;
+}
+.shoppingnameen{
+ font-size:14px;
+ color:rgba(234,234,244,1);
+ margin-top: 18px;
+}
+.shoppingdes{
+ margin-top: 38px;
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.shoppingrefer{
+ margin-top: 48px;
+ padding-bottom: 20px;
+}
+.referleft{
+ width: 400px;
+}
+.refertitle{
+ font-size:24px;
+ font-family:PingFangSC-Light;
+ color:rgba(51,51,51,1);
+}
+.refertel{
+ margin-top: 28px;
+}
+.refertelleft{
+ font-size:18px;
+ font-family:PingFangSC-Light;
+ color:rgba(163,163,163,1);
+ line-height:32px;
+}
+.refertelnumber{
+ font-size:18px;
+ font-family:PingFangSC-Light;
+ color:rgba(51,51,51,1);
+ line-height:32px;
+ margin-left: 9px;
+
+}
+.refertelnumber div{
+ text-transform:lowercase;
+}
+.codeimg{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code01.png);
+}
+.codeimg2{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code02.png);
+}
+.honor{
+ padding-top: 40px;
+ padding-bottom:80px;
+}
+.honorbody{
+ /* margin-top: 40px; */
+}
+.honorbody{
+ height: 180px;
+}
+.honoricon{
+ width: 282px;
+ height: 180px;
+}
+.honoriconimg{
+ background-image: url(../images/rubbish/honor01.png);
+}
+.swiper-button-next, .swiper-button-prev{
+ width: 66px !important;
+ height: 66px !important;
+ background:rgba(26,26,52,0.7);
+ margin-top: -35px !important;
+}
+.footertop{
+ background:rgba(26,26,52,1);
+ padding-top: 60px;
+ padding-bottom: 50px;
+}
+.footertopleft{
+ width: 400px;
+ margin-right: 120px;
+}
+.footerborder{
+ border-bottom: 1px solid rgba(255,255,255,0.1);
+ padding-bottom: 17px;
+ margin-bottom: 19px;
+}
+.footeraddressname{
+ font-size:30px;
+ font-family:PingFangSC-Regular;
+ color:rgba(181,181,195,1);
+}
+.addressnameen{
+ font-size:20px;
+ font-family:PingFangSC-Ultralight;
+ color:rgba(68,68,94,1);
+ line-height: 42px;
+ margin-left: 152px;
+}
+.footerdes{
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(143,143,168,1);
+ margin-bottom: 15px;
+ text-transform:lowercase;
+}
+.footertopright{
+
+}
+.qscode{
+ width: 148px;
+ height: 148px;
+}
+.qscodeimg{
+ background-image: url(../images/rubbish/qscode.png);
+ width: 148px;
+ height: 148px;
+}
+.weixfont{
+ color:rgba(255,255,255,1);
+ font-size: 24px !important;
+}
+.weixtop{
+ margin-top: 20px;
+}
+.saoguan{
+ font-size:16px;
+ font-family:PingFangSC-Thin;
+ color:rgba(255,255,255,1);
+ margin-left: 15px;
+}
+.about{
+ font-size:16px;
+ font-family:PingFangSC-Light;
+ color:rgba(82,82,97,1);
+ margin-top: 20px;
+}
+.aboutus{
+ color: rgba(112, 112, 151, 1);
+ margin-left: 5px;
+ cursor: pointer;
+}
+.footerbottom{
+ background:rgba(14,14,42,1);
+ padding: 25px 0;
+}
+.friendline{
+ font-size:12px;
+ font-family:PingFangSC-Light;
+ color:rgba(82,82,97,1);
+
+}
+.gongguan{
+ width:200px;
+ height:200px;
+ background:rgba(199,122,46,0.8);
+}
+.gongguanname{
+ font-size:40px;
+ font-family:FZDBSJW--GB1-0;
+ color:rgba(234,234,244,1);
+}
+.gongguanen{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.touhang{
+ width:200px;
+ height:200px;
+ background:rgba(17,0,0,0.6);
+}
+.touhname{
+ font-size:40px;
+ font-family:FZDBSJW--GB1-0;
+ color:rgba(234,234,244,1);
+}
+.touhen{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.servicelogo{
+ width: 207px;
+ height: 43px;
+ background-image: url(../images/servicelogo.png);
+}
+.servicefriend{
+ width: 204px;
+ height: 25px;
+ background-image: url(../images/servicefriend.png);
+ margin-top: 24px;
+}
+.logofriend{
+ width: 380px;
+ height: 318px;
+}
+.logofriendmenu{
+ height: 318px;
+ width: 436px;
+}
+.menufriend{
+ width: 20px;
+ height: 109px;
+ margin-right: 56px;
+ cursor: pointer;
+}
+.menufriendname{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(98,56,22,1);
+ text-align: center;
+}
+.rightleft{
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.activemenu{
+ background-image: url(../images/activemenu.png);
+}
+.guafontsize{
+ font-size: 41px !important;
+}
+.guafont{
+ color: rgba(244,75,37,1);
+}
+.camerleft{
+ width: 600px;
+ padding-top: 40px;
+}
+.camerleftbg{
+ width:200px;
+ height:200px;
+ background:rgba(37,62,101,0.5);
+}
+.camerlefttitle{
+ font-size:40px;
+ font-family:FZDBSJW--GB1-0;
+ color:rgba(234,234,244,1);
+}
+.camerleften{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(234,234,244,1);
+ margin-top: 19px;
+}
+.cameright{
+ margin: 95px 30px 20px 50px;
+ width: 520px;
+}
+.camerighttop{
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.camerightconstact{
+ margin-top: 53px;
+}
+.rightline{
+ border-bottom: 1px solid rgba(49,56,69,1);
+ width: 198px;
+}
+.rightlinetel{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(49,56,69,1);
+ margin: 0 30px;
+}
+.telemail{
+ margin-top: 52px;
+}
+.telcamer{
+ width: 275px;
+}
+.telcolor{
+ font-size: 22px !important;
+ color: rgba(49,56,69,1);
+}
+.telfont{
+ font-size:16px;
+ font-family:PingFangSC-Light;
+ color:rgba(51,51,51,1);
+ margin-left: 19px;
+}
+.rightwin{
+ position: fixed;
+ bottom: 20px;
+ right: 10px;
+ width: 84px;
+ z-index: 999;
+}
+.rightwinmenu{
+ background:rgba(255,255,255,1);
+ border:1px solid rgba(230, 230, 230, 1);
+}
+.winmenu{
+ width: 84px;
+ height: 74px;
+ font-size:12px;
+ font-family:PingFangSC-Light;
+ color:rgba(102,102,102,1);
+ cursor: pointer;
+
+}
+.winmenuborder{
+ border-bottom:1px solid rgba(230, 230, 230, 1);
+}
+.winicon{
+ font-size: 20px !important;
+}
+.sticktop{
+ width: 84px;
+ height: 85px;
+ margin-top: 11px;
+ background:rgba(240,240,240,1);
+ display: none;
+}
+.jiantou{
+ font-size: 10px;
+ color: rgba(102,102,102,1);
+ text-align: center;
+ padding-top: 20px;
+}
+.dingbu{
+ font-size:12px;
+ font-family:PingFangSC-Light;
+ color:rgba(102,102,102,1);
+ margin-top: 10px;
+ text-align: center;
+}
+.winactive{
+ background:rgba(191,54,40,1);
+ color: rgba(255,255,255,1) !important;
+ width: 82px;
+}
+.iconactive{
+ color: rgba(255,255,255,1) !important;
+}
+
+/**********详情页***********/
+.detailsbg{
+ background:rgba(255,255,255,1) !important;
+}
+.detailsbanner{
+ height: 156px;
+ background-color: rgba(12, 11, 41, 0.44);
+ background-image: url(../images/pic.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.tabs{
+ height: 64px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px ;
+}
+.hometabs{
+ font-size: 20px !important;
+ color: rgba(27,26,53,1);
+ font-weight: bolder;
+}
+.tabstitle{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-left: 20px;
+}
+.tabslast{
+ color:rgba(235, 76, 18, 1);
+ cursor: pointer;
+ margin-left: 0;
+}
+.backcolor{
+ font-size: 20px !important;
+ color: rgba(0,0,0,1)
+}
+.tabslastfont{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+ cursor: pointer;
+}
+.tabslastfont .backcolor{
+ float: left;
+ margin-right: 5px;
+}
+.tabslastfont:hover a, .tabslastfont:hover .backcolor {
+ color: rgb(235, 76, 18);
+}
+.detailstitle{
+ font-size:32px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:45px;
+ margin-top: 40px;
+}
+.sharecon{
+ width:340px;
+ height:42px;
+ background:rgba(245,245,245,1);
+ border-radius: 4px ;
+ margin-top: 32px;
+}
+.sharetitle{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px
+}
+.jiathis_txt{
+ margin-right: 12px !important;
+}
+.detailscome{
+ margin-top: 32px;
+ padding-bottom: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+}
+.comefont{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px
+}
+.comecolor{
+ color: rgba(27, 26, 53, 1)
+}
+.comeml{
+ margin-left: 40px;
+}
+.detailsdes{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 40px;
+}
+.updownpage{
+ margin-top: 120px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px;
+ padding-bottom: 40px;
+}
+.detailsup{
+ width:452px;
+ height:42px;
+ background-image: url(../images/upbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.detailsdown{
+ width:452px;
+ height:42px;
+ background-image: url(../images/downbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.uptitle{
+ margin-left: 5px;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ width: 320px;
+}
+.upname{
+ color: rgba(128, 128, 128, 1);
+ padding-left: 40px;
+}
+.recommend{
+ margin-top: 40px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-bottom: 32px;
+}
+.nor{
+ width:24px;
+ height:24px;
+ background-color:rgba(255,255,255,1);
+ border-radius: 2px ;
+}
+.norimg{
+ background-image: url(../images/nor.png);
+}
+.nortitle{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.nortime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.recommendnor{
+ margin-bottom: 24px;
+ cursor: pointer;
+}
+.recommendlist{
+ margin-bottom: 80px;
+}
+/**********本所介绍**********/
+.modeleft{
+ width: 240px;
+}
+.modelefttop{
+ width: 240px;
+ height: 120px;
+ margin-top: -60px;
+ background:rgba(184,55,32,1);
+}
+.lefttutitle{
+ font-size:24px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:33px;
+}
+.leften{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(255,255,255,1);
+ line-height:20px;
+ margin-top: 5px;
+}
+.modeleftmenu{
+ width:240px;
+ height:680px;
+ background: linear-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);
+ background:-webkit-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);
+}
+.leftmenu{
+ height: 67px;
+ border-bottom: 1px dashed rgba(207, 200, 208, 1);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ cursor: pointer;
+}
+.modekuai{
+ font-size: 21px !important;
+ margin-left: 19px;
+ margin-right: 40px;
+}
+.jiesh{
+ text-align: right;
+}
+.modeleftmenuactive{
+ color:rgba(235,76,18,1);
+}
+.moderight{
+ margin-left: 36px;
+}
+.moderighttag{
+ height: 60px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+}
+.tagtitle{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+}
+.tagline{
+ margin: 0 10px;
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:20px;
+}
+.moderightnameactive .moderightcheck{
+ border: 1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive .linkorange{
+ background-image: url(../images/orange.png);
+}
+.moderightnameactive .jianf{
+ content: "\e668";
+ color: rgba(235,76,18,1);
+ background-image: url(../images/arrowdown.png);
+}
+.tagtitleen{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:20px;
+}
+.righttagdes{
+ margin-top: 20px;
+ font-size:12px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:17px;
+ margin-bottom: 40px;
+}
+.arrowup{
+ width: 15px;
+ height: 15px;
+ background-image: url(../images/arrowup.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%;
+}
+.moderightcheck{
+ width:24px;
+ height:24px;
+ background:rgba(255,255,255,1);
+ border-radius: 2px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+.jianf{
+ font-size: 12px !important;
+ color: rgba(207,200,208,1);
+}
+.jianfactive{
+ color: rgba(235,76,18,1);
+}
+.moderighttitle{
+ height: 38px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-top: 1px solid rgba(244,242,245,1);
+ margin-left: 20px;
+ cursor: pointer;
+}
+.moderightname{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ line-height:22px;
+ margin-left: 21px;
+}
+.moderightnamecolor{
+ color:rgba(27,26,53,1);
+}
+
+.modeintrduce{
+ margin-top: 40px;
+}
+.moderightcheckactive{
+ border:1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive{
+ color:rgba(235,76,18,1);
+}
+.modeintrducedes{
+ background:rgba(250,250,250,1);
+ border-radius: 2px ;
+ padding: 20px;
+ border:1px solid rgba(244, 242, 245, 1);
+ z-index: 9;
+ margin-top: -1px;
+}
+
+.arrow_box {
+ position: relative;
+ background: rgba(250,250,250,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+ margin: 30px 0 0 0 ;
+
+}
+.arrow_box::after,
+.arrow_box::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box.top::after,
+.arrow_box.top::before {
+ bottom: 100%;
+}
+
+.arrow_box.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 50px;
+ margin-left: -10px;
+}
+.arrow_box.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 50px;
+ margin-left: -11px;
+}
+.miaoshu{
+ padding: 20px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.bodymb{
+ margin-bottom: 100px;
+}
+.menuline li{
+ cursor: pointer;
+}
+.adverleft{
+ width: 214px;
+ cursor: pointer;
+}
+.adverleftmr{
+ margin-right: 16px;
+}
+.adverleftimg{
+ height: 140px;
+ background-image: url(../images/rubbish/business01.png);
+}
+.advercon{
+ margin: 21px 0 0 0;
+}
+.adverleftmb{
+ margin-bottom: 40px;
+}
+.advertitle{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 10px;
+}
+.pagecon{
+ margin-top: 40px;
+}
+.policybody{
+ padding: 20px 51px 20px 0;
+ cursor: pointer;
+}
+.policyimg{
+ width: 172px;
+ height: 140px;
+}
+.policycenter{
+ margin-left: 20px;
+}
+.centername{
+ padding:0 18px;
+ height:28px;
+ background:rgba(193,160,80,1);
+ border-radius: 2px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(245,245,245,1);
+ line-height:22px;
+}
+.centettitle{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+}
+.centerdes{
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 16px;
+}
+.policyright{
+ margin-left: 46px;
+}
+.policyyear{
+ width:100px;
+ height:32px;
+ border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+ font-size:18px;
+ font-family:PingFangSC-Light;
+ color:rgba(193,160,80,1);
+ line-height:25px;
+}
+.policymd{
+ font-size:32px;
+ font-family:PingFangSC-Thin;
+ color:rgba(144,129,95,1);
+ line-height:45px;
+ margin-top: 10px;
+}
+.policycontent{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+ margin-bottom: 40px;
+}
+.roadlist{
+ margin-top: 40px;
+ margin-bottom: 120px;
+}
+.listleft{
+ width: 360px;
+ cursor: pointer;
+}
+.listmr{
+ margin-right: 32px;
+}
+.listmb{
+ margin-bottom: 40px;
+}
+.leftlistimg{
+ height: 240px;
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.leftlisttitle{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ text-align: center;
+ margin-top: 10px;
+}
+.leftlisttime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.listicon{
+ font-size: 60px !important;
+ color: rgba(255,255,255,0.8);
+}
+.culturedestop{
+ margin-top: 40px;
+}
+.culturetitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ text-align: center;
+}
+.descon{
+ font-size:16px;
+ font-family:PingFangSC-Light;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.recruitlist{
+ margin-top: 32px;
+}
+.recruitlisttitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+
+ line-height:25px;
+ margin-left: 16px;
+}
+.recruitlisttime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.recruitcon{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ margin-bottom: 20px;
+ cursor: pointer;
+ color:rgba(27,26,53,1);
+}
+.menulistmt{
+ margin-top: 8px;
+}
+.policieslist{
+ margin-top: 32px;
+}
+.policieslisttext{
+ padding-bottom: 18px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+
+ line-height:22px;
+}
+.textml{
+ margin-left: 60px;
+}
+.textmr{
+ margin-right: 30px;
+}
+.testwh{
+ width: 120px;
+ text-align: center;
+}
+.policiescon{
+ margin-top: 22px;
+ padding-bottom: 24px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.policiescontitle{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.policiescontime{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+.icondown{
+ width:32px;
+ height:32px;
+ background-image: url(../images/icondown.png);
+ cursor: pointer;
+}
+.linkorangewh{
+ width: 6px;
+ height: 14px;
+}
+.linkorange{
+ background-image: url(../images/link.png);
+}
+.orangelink{
+ background-image: url(../images/orange.png);
+}
+.servicetableborder table{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ border-top: 1px solid rgba(245,245,245,1);
+}
+.basictop{
+ margin-top: 20px;
+ background:rgba(255,255,255,1);
+ box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 30px 5px ;//边框阴影
+border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+.basictitle{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:28px;
+}
+.linecolor{
+ width:4px;
+ height:30px;
+ background:rgba(235,76,18,1);
+ margin-right: 36px;
+}
+.basiccon{
+ padding:40px;
+
+}
+.basicconicon{
+ width:120px;
+ height:120px;
+ background:rgba(245,165,136,1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+}
+.basiclogo{
+ width:56px;
+ height:70px;
+ background-image: url(../images/basiclogo.png);
+}
+.basicname{
+ width:152px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ cursor: pointer;
+}
+.logintime{
+ margin-top: 24px;
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.basicborder{
+ padding-bottom: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 2px ;
+}
+.nickleft{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.nicktitle{
+ color: rgba(27, 26, 53, 1);
+}
+.nicktop{
+ margin-top: 20px;
+}
+.listborder{
+ border-bottom: 1px solid rgba(244,242,245,1);
+ padding-bottom: 20px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+ margin-bottom: 20px;
+}
+.listleftright{
+ padding-left: 12px;
+ padding-right: 12px;
+ padding-top: 12px;
+ padding-bottom: 12px;
+ cursor: pointer;
+}
+.listedtitle{
+ color:rgba(27,26,53,1);
+}
+.listedstatus{
+ color:rgba(235,76,18,1);
+}
+.listnumber{
+ width:32px;
+}
+.liststyle{
+ width:104px;
+}
+.liststu{
+ width: 282px;
+}
+.listbutton{
+ width: 161px;
+}
+.modifytag{
+ padding: 40px;
+}
+.modifyleft{
+ font-size:14px;
+ height:30px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+ line-height:30px;
+ padding: 5px 13px;
+ color:rgba(128,128,128,1);
+ cursor: pointer;
+}
+.modifyleftactive{
+ background:rgba(235,76,18,1);
+ color:rgba(255,255,255,1);
+}
+.modifymr{
+ margin-right: 25px;
+}
+.modifyheader{
+ margin-top: 40px;
+}
+.headertitle{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 27px;
+ width: 43px;
+}
+.headeright{
+ margin-left: 40px;
+}
+.headerightdes{
+ width:210px;
+ height:44px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.headerightbun{
+ width:108px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ margin-top: 24px;
+ cursor: pointer;
+}
+.headerightinput{
+ width: 440px;
+ height: 64px;
+}
+.inputleft{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/gold_small_left.png);
+ background-size: 24px 52px;
+}
+.inputright{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/gold_small_right.png);
+ background-size: 24px 52px;
+}
+.inputcenter{
+ height: 52px;
+ background-image: url(../images/gold_small_middle.png);
+ background-size: 24px 52px;
+}
+.centerinput{
+ width: 400px;
+ height: 45px;
+ border: none;
+}
+.selectbg{
+
+ background-image: url(../images/cuthead.png);
+ background-size: 12px 8px;
+ background-repeat: no-repeat;
+ background-position: right 12px;
+ width: 400px;
+}
+.selectbg select {
+ background: transparent;
+ -webkit-appearance: none; /*for chrome*/
+ height: 46px;
+ border:none;
+ width: 400px;
+}
+.shititle{
+ text-align: right;
+}
+.informstop{
+ margin-top: 32px;
+}
+.informslist{
+ margin-bottom: 24px;
+ padding-bottom: 20px;
+ border-bottom:1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.emailicon{
+ width: 24px;
+ height: 24px;
+ background-image: url(../images/unread.png);
+}
+.emailiconactive{
+ background-image: url(../images/read.png);
+}
+.informslisttitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-left: 16px;
+ margin-right: 40px;
+}
+.informslistime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.butg{
+ color: rgba(207,200,208,1);
+ font-size: 12px !important;
+ width: 24px;
+}
+.statustop{
+ margin-top: 10px;
+}
+.iconstatus{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(235,76,18,1);
+ line-height:22px;
+ margin-left: 22px;
+}
+.textarealeft{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_left.png);
+ background-size: 24px 184px;
+}
+.textarearight{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_right.png);
+ background-size: 24px 184px;
+}
+.textareacenter{
+ height: 184px;
+ background-image: url(../images/gold_big_middle.png);
+ background-size: auto 184px;
+}
+.textareacenter textarea{
+ width: 706px;
+ border: none;
+ height: 175px;
+ line-height: 30px;
+}
+.headertextarea{
+ width:760px;
+ height:184px;
+}
+.buttontip{
+ margin-top: 60px;
+ margin-bottom: 60px;
+}
+.buttonleft{
+ width: 72px;
+ height: 32px;
+ cursor: pointer;
+}
+.leftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton{
+
+ background-image: url(../images/ink_small_middle.png);
+ background-size: auto 32px;
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.buttonright{
+ width: 72px;
+ height: 32px;
+ margin-left: 40px;
+ cursor: pointer;
+}
+.leftbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton2{
+ height: 32px;
+ background-image: url(../images/red_small_middle.png);
+ background-size: auto 32px;
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(245,245,245,1);
+ line-height:22px;
+}
+.numbercon{
+ margin-bottom: 40px;
+}
+.numberlogoleft{
+ width:80px;
+ height:22px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.numbericon{
+ width:120px;
+ height:120px;
+ background:rgba(245,245,245,1);
+ border:1px solid rgba(224, 224, 224, 1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+ margin-left: 20px;
+}
+.numberno{
+ width:26px;
+ font-size:24px;
+ font-family:PingFangSC-Medium;
+ color:rgba(207,200,208,1);
+ line-height:33px;
+}
+.radio{
+ display: inline-block;
+ position: relative;
+ line-height: 18px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.radio input{
+ display: none;
+}
+.radio .radio-bg{
+ display: inline-block;
+ height: 20px;
+ width: 20px;
+ margin-right: 5px;
+ padding: 0;
+ background-image: url(../images/unchecked.png);
+
+ vertical-align: top;
+
+ cursor: pointer;
+ transition: all 0.2s ease;
+}
+.radio .radio-on{
+ display: none;
+}
+.radio input:checked + span.radio-on{
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ border-radius: 100%;
+ background-image: url(../images/checked.png);
+ top: 0px;
+ left: 0px;
+ transform: scale(0, 0);
+ transition: all 0.2s ease;
+ transform: scale(1, 1);
+ display: inline-block;
+}
+.checkenumber{
+ color:rgba(207,200,208,1);
+}
+.numberleft{
+ margin-left: 20px;
+}
+.numberbody{
+ width: 386px;
+ height: 52px;
+}
+.numberlefticon{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/link_small_left.png);
+ background-size: 24px 52px;
+}
+.numberrighticon{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/link_small_right.png);
+ background-size: 24px 52px;
+}
+.numbercentericon{
+ height: 52px;
+ background-image: url(../images/link_small_middle.png);
+ background-size: auto 52px;
+}
+.selectbg2 {
+ background-image: url(../images/cuthead2.png);
+}
+.numberinputwh{
+ width: 890px;
+ height: 45px;
+ border: none;
+}
+.butbgwh{
+ height: 152px;
+}
+.emaildes{
+ margin-top: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ padding-bottom: 40px;
+}
+.emailedestitle{
+ font-size:24px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(184,55,32,1);
+ line-height:33px;
+}
+.filenumber{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 20px;
+}
+.opinion{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+}
+.opiniondes{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 40px;
+}
+.updataopinion{
+ margin-top: 65px;
+}
+.updatatitle{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 10px;
+}
+.opiniontz{
+ margin-top: 60px;
+}
+.opinionbtright{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.qscode2{
+ width: 210px;
+ height: 210px;
+ background-image: url(../images/rubbish/qscode2.png);
+ margin-top: 30px;
+}
+.opinionaddress{
+ margin-top: 30px;
+ width: 220px;
+}
+.numberlogoleft2{
+ width: 150px;
+ text-align: right;
+}
+.numberinputwh2{
+ width: 850px;
+}
+.numberinputwh3{
+ width: 400px;
+}
+.linesize{
+ color: rgba(128, 128, 128, 1);
+ font-size: 12px;
+}
+.textarealeft2{
+ background-image: url(../images/gold_big_left2.png);
+}
+.textarearight2{
+ background-image: url(../images/gold_big_right2.png);
+}
+.textareacenter2{
+ background-image: url(../images/gold_big_middle2.png);
+}
+.basiccon2{
+ padding: 20px 20px 0 20px;
+}
+.basiccon3{
+ padding: 0 20px 0 20px;
+ border-top: 20px solid rgba(245,245,245,1);
+}
+.modept{
+ padding-top: 40px;
+ padding-bottom: 40px;
+}
+.filename{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:28px;
+ margin-right: 21px;
+ margin-left:21px;
+}
+.sicon{
+ width: 16px;
+ height: 8px;
+ background-image: url(../images/Sicon.png);
+}
+.buttonright2{
+ width: 122px;
+}
+.xuzhi{
+ margin-left: 20px;
+}
+.updataopinion2{
+ margin-top: 40px;
+}
+
+/*************弹出层样式***********/
+.reveal-modal-bg {
+ position: fixed;
+ height: 100%;
+ width: 100%;
+ z-index: 100;
+ display: none;
+ top: 0;
+ left: 0;
+ background: rgba(00, 00, 00, 0.8)
+}
+.reveal-modal {
+ visibility: hidden;
+ top: 5% !important;
+ left: 50%;
+ margin-left: -300px;
+ width: 645px;
+ position:fixed;
+ z-index: 9999;
+ padding: 60px 100px 34px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -box-shadow: 0 0 10px rgba(0,0,0,.4);
+ background-image: url(../images/loginbg.png);
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+.cheless{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+
+.reveal-modal.small {
+ width: 200px;
+ margin-left: -140px;
+}
+
+.reveal-modal.medium {
+ width: 400px;
+ margin-left: -240px;
+}
+
+.reveal-modal.large {
+ width: 600px;
+ margin-left: -340px;
+}
+
+.reveal-modal.xlarge {
+ width: 800px;
+ margin-left: -440px;
+}
+
+
+
+.reveal-modal .close-reveal-modal {
+ font-size: 55px;
+ line-height: 0.5;
+ position: absolute;
+ top: -28px !important;
+ right: 11px;
+ color: rgba(76,76,76,1);
+ text-shadow: 0 -1px 1px rbga(0,0,0,.6);
+ font-weight: bold;
+ cursor: pointer;
+}
+.logintop{
+ margin-top: 22px;
+ margin-bottom: 63px;
+}
+.logintitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:33px
+}
+.registerpage{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(188,142,30,1);
+ line-height:25px;
+}
+.loginname{
+ font-size: 26px !important;
+ color: rgba(193,160,80,1);
+ margin-right: 20px;
+}
+.logininput input{
+ background: none;
+}
+.numberinputwh4{
+ width: 350px;
+}
+.loginpagemb{
+ margin-bottom: 24px;
+}
+.authcode{
+ width: 250px;
+ height: 42px;
+ background-color: #dedede;
+}
+.loginpagemt{
+ margin-top: 40px;
+}
+.rememberpassword{
+ font-size: 16px;
+ font-family: PingFangSC-Regular;
+ color: rgba(76,76,76,1);
+ line-height: 22px
+}
+.forgetpassword{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:22px;
+}
+.loginbutton{
+ height:56px;
+ background:rgba(235,76,18,1);
+ border-radius: 8px ;
+ font-size:24px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:33px;
+ margin: 32px 0;
+}
+.registered{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:33px;
+ margin: 0 11px;
+}
+.cardregisterpage{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:33px;
+}
+.fillecode{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(184,55,32,1);
+ line-height:25px
+ width: 120px;
+}
+.havename{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:25px;
+}
+.havelogin{
+ color: rgba(235, 76, 18, 1);
+}
+.perfect{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:33px;
+ margin: 0 41px;
+}
+.perfectname{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px
+}
+.resitop{
+ margin-top: 80px;
+}
+.resiover{
+ background:rgba(207,200,208,1);
+ border:1px solid rgba(128, 128, 128, 1);
+}
+.uploadcard{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:28px;
+}
+.siconleft{
+ margin-left: 30px;
+}
+.siconeight{
+ margin-right: 30px;
+}
+.cardtitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:33px;
+}
+.findtitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.aginresi{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:25px;
+}
+.mianzhuc{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(188,142,30,1);
+ line-height:25px;
+}
+.miantop{
+ margin-top: 60px;
+}
+.notetitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.notedes{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(184,55,32,1);
+ line-height:40px;
+ width: 312px;
+}
+.alertbg{
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px ;
+}
+.cooperationbg{
+ width:1000px;
+ height:600px;
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px;
+ left: 33%;
+ padding: 0 20px;
+}
+.cooperationtitle{
+ height: 68px;
+}
+.cooperationname{
+ font-size:22px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:68px;
+}
+.part1{
+ width: 100%;
+ height: 358px;
+ overflow: hidden;
+ border:1px solid rgba(224, 224, 224, 1);
+ border-radius: 4px ;
+}
+.item{
+ position: relative;
+ height: 358px;
+
+ overflow-y: scroll;
+ outline: none;
+ line-height:20px;
+}
+.itemtitle{
+ font-size:24px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(184,55,32,1);
+ line-height:33px;
+ margin-top: 60px;
+ text-align: center;
+}
+.itemtitledes{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ text-align: center;
+ margin-top: 20px;
+}
+.itemsamilltitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+ text-align: center;
+}
+.itembody{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 60px;
+ padding: 0 20px 60px 20px;
+}
+.yiyue{
+ height:62px;
+ background:rgba(244,242,245,1);
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ padding-left: 26px;
+ margin-top: -63px;
+ -webkit-border-bottom-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius:4px;
+ border-bottom-right-radius: 4px;
+ margin-left: 1px;
+}
+.guaipailess{
+ margin-top: 17px;
+ padding: 0 20px;
+ margin-bottom: 20px;
+}
+.lessleft{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+
+}
+.lessleftml{
+ margin-left: 20px;
+}
+.cancel{
+ font-size:14px !important;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1) !important;
+ font-weight: lighter !important;
+ top: 0 !important;
+ right: 0 !important;
+ position: relative !important;
+}
+
+.navContent{
+ display: none;
+}
+.samlltitve{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.zhidutitle{
+ line-height: 50px;
+ text-align: center;
+ padding-left: 50px;
+ border-bottom: 1px solid rgba(230,226,231,1);
+ height: 50px;
+ cursor: pointer;
+}
+.codebg{
+ visibility: hidden;
+ top: 40px !important;
+ left: 67%;
+ margin-left: -300px;
+ width: 300px;
+ position: fixed;
+ z-index: 101;
+ padding: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ -box-shadow: none;
+ background-image: none;
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+
+.arrow_box2 {
+ position: relative;
+ background: rgba(255,255,255,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+
+}
+.arrow_box2::after,
+.arrow_box2::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box2.top::after,
+.arrow_box2.top::before {
+ bottom: 100%;
+}
+
+.arrow_box2.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 150px;
+ margin-left: -10px;
+}
+.arrow_box2.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 150px;
+ margin-left: -11px;
+}
+.qrcodebody{
+ padding: 24px 20px;
+ padding-bottom:0px;
+}
+.qrcodeimages{
+ width: 120px;
+ height: 120px;
+}
+.qricon{
+ background-image: url(../images/qrcode/qrcode1.png);
+}
+.gongguantitle{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.ggmarginleft{
+ margin-right: 20px;
+}
+.doubtwin{
+ position: fixed;
+ width: 460px;
+ left: 10px;
+ bottom: 20px;
+ z-index: 9999;
+}
+.doubtleft{
+ width: 154px;
+ height: 230px;
+ background-image: url(../images/red-pic.png);
+ padding: 38px 34px
+}
+.doubtleftname{
+ font-size:20px;
+ font-family:PingFangSC-Semibold;
+ line-height:28px;
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ font-weight: bolder;
+}
+.doubtleftcon{
+ margin-top: 23px;
+}
+.qqfontcolor{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(253,218,132,1);
+ line-height:20px;
+}
+.qqnumberfont{
+ margin-left: 11px;
+}
+.doubtleftconmt{
+ margin-top: 12px;
+}
+.doubtleftnamemt{
+ margin-top: 20px
+}
+.doubtright{
+ width: 174px;
+ background-image: url(../images/gold-pic.png);
+ padding: 28px 32px;
+}
+.doubtrighttitle{
+ font-size:20px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+ font-weight: bolder;
+ background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(235, 76, 18, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.gtitle{
+ font-size:18px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(184,55,32,1);
+ line-height:25px;
+}
+.rightqqfontcolor2{
+ color: rgba(184,55,32,1) !important;
+}
+.rightqqfontcolor{
+ color:rgba(27,26,53,1) !important;
+}
+.doubcolose{
+ position: absolute;
+ top: 25px;
+ right: 25px;
+ z-index: 99999;
+}
+.doubcolosefont{
+ font-size: 24px !important;
+ color: rgba(76,76,76,1);
+}
+.doubtop{
+ top: -20px;
+}
+
+/********有疑问请点我新的样式************/
+.clickme{
+ position: fixed;
+ width: 706px;
+ background-image: url(../images/bg_gold.png);
+ top: 100px;
+ left: 20%;
+ padding: 15px;
+ z-index: 999;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.clickmeborder{
+ border-right: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+}
+.clickmeborderbt{
+ border-bottom: 1px solid rgba(235,76,18,1);
+ border-radius: 2px
+}
+.jinfumr{
+ margin-right: 20px;
+
+}
+.jinfuml{
+ margin-left: 20px;
+}
+.clickmeborderbtb{
+ border-bottom: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+ padding-bottom: 15px;
+}
+.alertwin{
+ width: 240px;
+ height: 80px;
+ position: fixed;
+ top: 50%;
+ left: 45%;
+ background-image: url(../images/bg_alert.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ z-index: 9999;
+}
+.alertheight{
+ height: 100%;
+}
+.alertfont{
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.lesstbmt{
+ position: absolute;
+ z-index: 100;
+ top: 532px;
+ width: 100%;
+}
+
+.lastedmenu{
+ margin-top: 22px;
+ margin-bottom: 20px;
+}
+.lastedtitle{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-right: 10px;
+}
+.lastedtitlemenu{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-right: 30px;
+ cursor: pointer;
+}
+.lastedmenuactive{
+ background:rgba(184,55,32,1);
+ color:rgba(245,245,245,1);
+ border-radius: 2px ;
+ padding: 2px 3px;
+}
+.lastedsearch{
+ height: 32px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+}
+.lastedsearchinput{
+ width: 100%;
+ height: 29px;
+ border: none;
+ background: none;
+ padding-left: 10px;
+}
+.lastedbutton{
+ width:72px;
+ height:32px;
+ background:rgba(184,55,32,1);
+ border-radius: 2px ;
+ font-size:12px;
+ font-family:PingFangSC-Medium;
+ color:rgba(245,245,245,1);
+ line-height:17px;
+ cursor: pointer;
+}
+.liastedimg{
+ width: 276px;
+
+ margin-right: 50px;
+}
+.liastedimgwh{
+ height: 158px;
+}
+.liastedimgimg{
+ background-image: url(../images/rubbish/lasted1.png);
+}
+.lastedlist{
+
+}
+.xiangxi{
+ color: #8d8d8d
+}
+.expertsmr{
+ margin-right: 50px;
+}
+.experts{
+ width: 220px;
+ height: 220px;
+
+}
+.expertsimg{
+ background-image: url(../images/rubbish/experts.png);
+}
+.expertsname{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-right: 46px;
+ margin-left: 46px;
+}
+.expertsmt{
+ margin-top: 20px;
+}
+.otherexperts{
+ margin-top: 60px;
+}
+.otherexpertstitle{
+ font-size:20px;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1);
+ line-height:28px;
+}
+.wenli{
+ color: rgba(244,242,245,1);
+ font-size: 12px !important;
+}
+.otherlist{
+ margin-top: 66px;
+}
+#swiper-experts {
+ width: 100%;
+ height: 120px;
+}
+.jiancolor{
+ color: rgba(245,245,245,1);
+ font-size: 12px !important;
+}
+.otherimg{
+ width: 120px;
+ height: 120px;
+ border-radius: 3px;
+ cursor: pointer;
+}
+.bankimg{
+ width: 380px;
+ height: 240px;
+}
+.banckimgimg{
+ background-image: url(../images/rubbish/bankimg.png);
+}
+.bankdelete{
+ width: 200px;
+ height: 48px;
+ background-image: url(../images/btn_delete.png);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(244,242,245,1);
+ line-height:22px;
+ background-size: 100% 100%;
+}
+.imgcamer{
+ background-image: url(../images/imgcamer.png);
+
+}
+.jiahao{
+ color: rgba(207,200,208,1);
+ border-radius: 2px ;
+ font-size: 64px !important;
+}
+.uoimg{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+ margin-top: 34px;
+}
+
+.upfileter{
+ position: absolute;
+ width: 122px;
+ height: 32px;
+ left: 100px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+ top: 0px;
+}
+.detelefileter{
+ width: 200px;
+ height: 48px;
+ position: absolute;
+ top: 96px;
+ right: 90px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.imgfileter{
+ width: 380px;
+ height: 240px;
+ position: absolute;
+ top: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.loginbuttonupimg{
+ height: 38px;
+ background: rgba(235,76,18,1);
+ border-radius: 8px;
+ font-size: 16px;
+ font-family: PingFangSC-Medium;
+ color: rgba(255,255,255,1);
+ line-height: 38px;
+ margin: 10px 0;
+}
+.loginfile{
+ width: 100%;
+ height: 38px;
+ position: absolute;
+ top: 10px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.gghaoimg{
+ background-image: url(../images/gghao.png);
+}
+.shenzhen{
+ background-image: url(../images/shenzhen.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+.beijing{
+ background-image: url(../images/beijing.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+@media screen and (max-width: 1366px) {
+ .service{
+ width: 231px;
+ }
+ .serviceIcon{
+ margin-left: 14px;
+ }
+}
+
+.phoneleftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left2.png);
+ background-size: 9px 32px;
+}
+.phonerightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right2.png);
+ background-size: 9px 32px;
+}
+.phonecenterbutton{
+ background-image: url(../images/ink_small_middle2.png);
+ background-size: auto 32px;
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.phonedeimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+
+
+.phonesicon{
+ background-image: url(../images/Sicon2.png);
+}
+.phonemap{
+ margin-top: 2em;
+ padding: 1em;
+}
+.container{
+ height: 630px;
+ width: 576px;
+ background-image: url(../images/map.png);
+}
+.amap-logo {
+ right: 0 !important;
+ left: auto !important;
+ display: none;
+}
+
+.amap-copyright {
+ right: 70px !important;
+ left: auto !important;
+}
+.bitian{
+ font-size: 16px;
+ color: rgba(128, 128, 128, 1);
+}
+.youname{
+ height: auto;
+}
+.faliuy{
+ margin-bottom: 20px
+}
+.mapbg{
+ width: 490px;
+ height: 185px;
+ background-image: url(../images/bg.png);
+ padding: 3px 20px;
+}
+.phonemapbg{
+ background-image: url(../images/phonebg.png);
+}
+.dingwei{
+ font-size: 20px !important;
+ color: rgba(245,165,136,1);
+}
+.dingweiadress{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(235,76,18,1);
+ line-height:32px;
+ margin: 0 5px;
+}
+.dingname{
+ color: rgba(27, 26, 53, 1)
+}
+.dingline{
+ color: rgba(207, 200, 208, 1)
+}
+.tabledes tr{
+ cursor: pointer;
+}
+.pinginput{
+ width: 122px;
+ height: 32px;
+ position: absolute;
+ top: 3px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+
+.detailesname{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ width: 276px;
+}
+.companyheader{
+ width: 110px;
+ height: 110px;
+ -webkit-border-radius: 110px;
+ border-radius: 110px;
+}
+.companyinput{
+ width: 108px;
+ height: 32px;
+ position: absolute;
+ top: 69px;
+ right: 101px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.productpadding{
+ padding-bottom: 50px;
+}
+.nav1{
+ perspective:100%;
+}
+.nav1 .datawidth:hover{
+ transform:rotateY(360deg) scale(1.1);
+}
+/* Sweep To Right */
+.hvr-sweep-to-right {
+ display: inline-block;
+ vertical-align: middle;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -moz-osx-font-smoothing: grayscale;
+ position: relative;
+ -webkit-transition-property: color;
+ transition-property: color;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+
+}
+.hvr-sweep-to-right:before {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ left: -5px;
+ right: -5px;
+ bottom: 0;
+ background: rgba(204,204,204,0.5);
+ -webkit-transform: scaleX(0);
+ transform: scaleX(0);
+ -webkit-transform-origin: 0 50%;
+ transform-origin: 0 50%;
+ -webkit-transition-property: transform;
+ transition-property: transform;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+
+}
+.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
+}
+.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1);
+
+}
+.fistcardtitle{
+ top: 36px;
+}
+.winmenu .fistcard{
+ display: inline-block;
+ width: 82px;
+ height: 74px;
+ text-align: center;
+ position: relative;
+ text-decoration: none;
+ overflow: hidden;
+
+}
+.winmenu .fistcard .iconfont{
+ position: absolute;
+ top: 12px;
+ left: 0;
+ display: inline-block;
+ width: 100%;
+ text-align: center;
+ filter:alpha(opacity=100);
+ opacity: 1;
+}
+.partialBorder {
+ -webkit-transform: scale(0.5);
+ -moz-transform: scale(0.5);
+ -o-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: 0;
+}
+.partialBorder > div {
+ position: absolute;
+ height: 10%;
+ width: 10%;
+ border: .15vw solid #fff;
+}
+.partialBorder .leftTop {
+ left: 0;
+ top: 0;
+ border-right: none;
+ border-bottom: none;
+}
+.partialBorder .rightTop {
+ right: 0;
+ top: 0;
+ border-left: none;
+ border-bottom: none;
+}
+.partialBorder .leftBot {
+ left: 0;
+ bottom: 0;
+ border-right: none;
+ border-top: none;
+}
+.partialBorder .rightBot {
+ right: 0;
+ bottom: 0;
+ border-left: none;
+ border-top: none;
+}
+.adleftsizing div, .adleftsizing div:before, .adleftsizing div:after {
+ -webkit-transition: 0.5s;
+ -moz-transition: 0.5s;
+ -o-transition: 0.5s;
+ transition: 0.5s;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 0;
+}
+
+.elem {
+ display: inline-block;
+ color: white;
+ position: relative;
+ overflow: hidden;
+ will-change: transform;
+}
+.elem:before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ opacity: 0;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ will-change: transform, opacity;
+}
+.elem:after {
+ content: "";
+ position: absolute;
+ will-change: transform;
+}
+.elem:hover:before {
+ opacity: 1;
+}
+/* SECOND ELEMENT */
+.second:before {
+
+ background-blend-mode: darken;
+}
+.second:hover .partialBorder {
+ opacity: 1;
+ -webkit-transform: scale(0.95);
+ -moz-transform: scale(0.95);
+ -o-transform: scale(0.95);
+ transform: scale(0.95);
+}
+.modenavcon, .modenavcon:before, .modenavcon:after {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+
+}
+/* MAIN VARIABLES FOR CUSTOMIZATION */
+/* -------------------------------- */
+.modenav {
+ overflow: hidden;
+ position: fixed;
+ left: 28px;
+ top: 50%;
+ width: auto;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ border-radius: 5px;
+ -webkit-transform: translate3d(-50%, 0, 0);
+ transform: translate3d(-50%, 0, 0);
+ box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+ z-index: 99999;
+}
+.modenav__cb {
+ z-index: -1000;
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0;
+ pointer-events: none;
+}
+.modenav__content {
+ position: relative;
+ width: 57px;
+ height: 100%;
+ -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+ transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+}
+.modenav__cb:checked ~ .modenav__content {
+ -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ width: 380px;
+ left: 200px;
+}
+.modenav__items {
+ position: relative;
+ width: 380px;
+ height: 100%;
+ list-style-type: none;
+ font-size: 0;
+}
+.modenav__item {
+ display: inline-block;
+ vertical-align: top;
+ text-align: center;
+ color: #ffffff;
+ font-size: 14px;
+ line-height: 57px;
+ font-family: Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ -webkit-transition: color 0.3s;
+ transition: color 0.3s;
+ cursor: pointer;
+}
+.modenav__item:hover {
+}
+.modenav__item-text {
+ display: block;
+ height: 100%;
+ -webkit-transform: rotateY(-70deg);
+ transform: rotateY(-70deg);
+ opacity: 0;
+ -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item-text {
+ -webkit-transform: rotateY(0);
+ transform: rotateY(0);
+ opacity: 1;
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+}
+.modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0.3s;
+ transition-delay: 0.3s;
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0s;
+ transition-delay: 0s;
+}
+.modenav__btn {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 57px;
+ height: 57px;
+ cursor: pointer;
+}
+.modenav__btn:before, .modenav__btn:after {
+ content: "";
+ display: block;
+ border-radius: 2px;
+ -webkit-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
+ -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+}
+.modenav__btn:before {
+}
+.modenav__btn:hover:before, .modenav__btn:hover:after {
+}
+.modenav__cb:checked ~ .modenav__btn:before {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.modenav__cb:checked ~ .modenav__btn:after {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.wapper .fivediv, .businessleft, .cultureleft,.residencebodyleft,.banksbodyleft,.artfilmleft {
+/* .wapper .fivediv, .businessleft, .cultureleft,.threemodeleft, .modethreeleft,.residencebodyleft,.banksbodyleft,.artfilmleft { */
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+
+}
+.wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{
+/* .wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.threemodeleft:hover,.modethreeleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{ */
+ transform:translate(0,-3px);
+ -webkit-transform:translate(0,-3px);
+ -moz-transform:translate(0,-3px);
+ -o-transform:translate(0,-3px);
+ -ms-transform:translate(0,-3px);
+ -webkit-box-shadow:0px 5px 15px #e5e5e5;
+ -moz-box-shadow:0px 5px 15px #e5e5e5;
+ box-shadow:0px 5px 15px #e5e5e5;
+}
+.residencemenubox:hover,
+.residencemenubox:focus {
+ box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
+}
+.close {
+ --color: #ff0000;
+ --hover: rgba(213, 221, 235, 1);
+}
+.residencemenuboxtitle:hover, .residencemenuboxtitle:focus {
+ border-color: var(--hover);
+}
+.button {
+ cursor: pointer;
+ background: rgba(244,242,245,1);
+ text-decoration: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+/* Bubble Right */
+.bubble-right {
+ display: inline-block;
+ position: relative;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+}
+.bubble-right:before {
+ pointer-events: none;
+ position: absolute;
+ z-index: -1;
+ content: '';
+ border-style: solid;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-property: right;
+ transition-property: right;
+ top: calc(50% - 10px);
+ right: 0;
+ border-width: 10px 0 10px 10px;
+ border-color: transparent transparent transparent rgba(244,242,245,1);
+}
+.bubble-right:hover:before, .bubble-right:focus:before, .bubble-right:active:before {
+ right: -10px;
+}
+.modeleftmenuactive.bubble-right:before {
+ right: -10px;
+}
+
+.ub-ver
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.ub
+{
+ display: -webkit-box;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: flex;
+ position:relative;
+}
diff --git a/app/home/view/szwjs/public/css/public1225.css b/app/home/view/szwjs/public/css/public1225.css
new file mode 100644
index 0000000..6714088
--- /dev/null
+++ b/app/home/view/szwjs/public/css/public1225.css
@@ -0,0 +1,4813 @@
+body{
+ margin: 0;
+ padding: 0;
+ /*font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;*/
+ font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","PingFang SC","PingFang SC Light",tahoma,"Hiragino Sans GB",Arial,Helvetica,sans-serif,"微软雅黑";
+ background-color: rgb(247,244,248);
+ -webkit-font-smoothing: antialiased;
+}
+.agreeshow{display:none;}
+input, textarea,select,option{
+ outline: none;
+ resize: none;
+}
+ul,li{
+ padding: 0;
+ margin: 0;
+}
+.hide{display:none;}
+div{
+ text-transform:uppercase;
+}
+
+.content div{
+ text-transform:none !important;
+}
+.lowercase{
+ text-transform:lowercase;
+}
+.fistcase{
+ text-transform:capitalize;
+}
+select,option {
+ -webkit-appearance:none;
+ -moz-appearance:none;
+ appearance:none;
+ background:transparent;
+ border:none;
+}
+option::-ms-expand{ display: none; }
+option{
+ -moz-appearance:none; /* Firefox */
+ -webkit-appearance:none; /* Safari 和 Chrome */
+ appearance:none;
+ border:1px solid rgba(255,255,255,1);
+}
+.phonediv{
+ display: none;
+}
+/* --背景色字体颜色--*/
+option:hover{
+ color:#fff;
+ background-color:#1E90FF;
+}
+/**css3弹性盒子布局**/
+.modeub
+{
+ display: -webkit-box !important;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: box !important;
+ position:relative;
+}
+.modeac
+{
+ -webkit-box-align:center;
+ -moz-box-align:center;
+ -ms-box-align:center;
+ -o-box-align:center;
+ box-align:center;
+}
+
+.modepc
+{
+ -webkit-box-pack:center;
+ -moz-box-pack:center;
+ -ms-box-pack:center;
+ -o-box-pack:center;
+ box-pack:center;
+}
+
+.modever
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.modef1{
+ position:relative;
+ -webkit-box-flex: 1;
+ -moz-box-flex: 1;
+ -ms-box-flex: 1;
+ -o-box-flex: 1;
+ box-flex: 1;
+}
+.modef2
+{
+ position:relative;
+ -webkit-box-flex: 2;
+ -moz-box-flex: 2;
+ -ms-box-flex: 2;
+ -o-box-flex: 2;
+ box-flex: 2;
+}
+.modef3
+{
+ position:relative;
+ -webkit-box-flex: 3;
+ -moz-box-flex: 3;
+ -ms-box-flex: 3;
+ -o-box-flex: 3;
+ box-flex: 3;
+}
+.modef4
+{
+ position:relative;
+ -webkit-box-flex: 4;
+ -moz-box-flex: 4;
+ -ms-box-flex: 4;
+ -o-box-flex: 4;
+ box-flex: 4;
+}
+.modeae
+{
+ -webkit-box-align:end;
+ box-align:end;
+}
+.modepe
+{
+ -webkit-box-align:end;
+ -moz-box-align:end;
+ -ms-box-align:end;
+ -o-box-align:end;
+ box-align:end;
+}
+.modepj
+{
+ -webkit-box-pack:justify;
+ -moz-box-pack:justify;
+ -ms-box-pack:justify;
+ -o-box-pack:justify;
+ box-pack:justify;
+}
+.divhidden{
+ overflow: hidden;
+}
+.contenter{
+ margin: 0;
+ padding: 0;
+}
+.content{
+ max-width: 1200px;
+ margin: 0 auto;
+}
+/*********首页*********/
+.guidebg{
+ /* background-color: #eb600b; */
+ background-color: rgb(224,224,224);
+}
+.guidehg{
+ height:34px;
+}
+.guideclor{
+ /* color: rgb(247,244,248); */
+ color: rgb(71,71,71);
+}
+.guideleft{
+ float: left;
+}
+.guideright{
+ float: right;
+}
+.guidemenu{
+ font-size: 12px;
+}
+.guideline {
+ line-height: 34px;
+}
+.guidecursor{
+ cursor: pointer;
+}
+.guidecursor a{
+ color: rgb(71,71,71);
+ text-decoration: none;
+}
+.guidecursor a:hover{
+ text-decoration:underline;
+}
+.segment{
+ margin: 0 9px;
+}
+.logobg{
+ background-color: rgb(255,255,255);
+
+}
+#header .logobg {
+ /* background-color: rgb(130, 25, 25); */
+}
+.logohg{
+ height: 82px;
+ z-index: 100;
+ position: relative;
+}
+.logoleft{
+ width: 320px;
+ cursor: pointer;
+}
+.logoimg{
+ background-image: url("../images/logo.png");
+}
+.logobackimg{
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size:100% 100%;
+}
+.logosearch{
+ width: 230px;
+ height: 32px;
+ margin: 25px 0;
+}
+.searchbody{
+ border: 2px solid rgba(207,200,208,1);
+ width:220px;
+ display:inline-block;
+ vertical-align:top;
+}
+.searchwraper .options{padding-right:2px;border-right:2px solid rgba(207,200,208,1);}
+.searchwraper select{padding:0px 22px 0px 10px;line-height:22px;color:rgba(76,76,76,.7);background:url(../images/arrow-down.png) right center no-repeat;}
+.searchwraper select:hover{background:url(../images/arrow-up.png) right center no-repeat;}
+.searchwraper{text-align:center;padding:20px 20px 5px 20px;}
+.search{
+ height:28px;
+}
+.search input{
+ background:none;
+ border: none;
+ width: 162px;
+ height: 23px;
+}
+.search input::-webkit-input-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input::-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-ms-input-placeholder {
+ color: rgb(196,195,194);
+}
+.searchpadding{
+ padding: 1px 10px;
+}
+.searchicon{
+ color: rgb(191,54,40);
+ line-height:24px;
+ cursor: pointer;
+}
+.iconpadding{
+ padding: 0 20px 0 0;
+}
+.menubg{
+ background-color: rgb(191,54,40);
+}
+.menuhg{
+ height: 52px;
+ z-index: 100;
+ position: relative;
+}
+.menuul{
+ font-size: 14px;
+}
+.menuline{
+ height: 24px;
+ padding: 14px 0;
+ line-height: 24px;
+}
+.menuline li {
+ list-style-type:none;
+}
+.menumr{
+ margin-right:43px
+}
+.menuactive{
+ height: 24px;
+ background-color: rgb(255,255,255);
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ padding: 0 12px;
+}
+.activecolor{
+ color: rgb(191,54,40);
+}
+.banner{
+ /* height: 412px; */
+}
+.bannerimg{
+ background-position: center;
+ background-repeat: no-repeat;
+ width: 100%;
+}
+
+.swiper-container {
+ width: 100%;
+ height: 100%;
+}
+.service{
+ width: 280px;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ position: fixed;
+ top: 60%;
+ z-index: 9999;
+}
+.serviceradius{
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius:50px;
+ border-bottom-right-radius: 50px;
+ cursor: pointer;
+}
+.iconcolor{
+ color: rgb(255,255,255);
+}
+.serviceIcon{
+ line-height: 57px;
+ text-align: center;
+ font-size: 31px !important;
+}
+.servicetitle{
+ margin-left: 17px;
+ line-height: 57px;
+}
+.servicebg{
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.fiveservice{
+ padding-top: 32px;
+}
+.fivediv{
+ width: 224px;
+ height: 288px;
+ cursor: pointer;
+}
+.fivemr{
+ margin-right: 20px;
+}
+.fivebg{
+
+}
+.fivecircle{
+ width:132px;
+ height:132px;
+ /*border: 1px solid #1A1A34;*/
+ -webkit-border-radius: 132px;
+ border-radius: 132px;
+ margin: 40px auto 24px auto;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.texture{
+ width: 88px;
+ height: 88px;
+ background-image: url(../images/texture.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.fivetitle{
+ font-size:16px;
+ color:rgba(77,77,77,1);
+ text-align: center;
+}
+.fivedescribe{
+ font-size:10px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+ margin-top: 11px;
+ margin-right: 40px;
+ margin-left: 40px;
+}
+.fiveiconcolor{
+ color:rgba(227,48,29,1);
+}
+.fiveiconone{
+ font-size: 36px !important;
+}
+.fiveicontow{
+ font-size: 40px !important;
+}
+.fiveiconthree{
+ font-size: 32px !important;
+}
+.fiveiconfour{
+ font-size: 38px !important;
+}
+.fiveiconfive{
+ font-size: 36px !important;
+}
+.market{
+ padding-top:40px;
+}
+.markettitle{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.marketsegment{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 34px;
+}
+.marketsearch{
+ width: 260px;
+ height: 40px;
+ background:rgba(255,255,255,1);
+ -webkit-border-radius: 2px;
+ border-radius: 2px
+}
+.marketinputp{
+ padding: 5px 0 5px 20px;
+}
+.marketinputp input{
+ border: none;
+ height: 30px;
+ width: 189px;
+ color:rgba(102,102,102,1);
+ font-size: 12px;
+}
+.marketinputp input::-webkit-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input::-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-ms-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketsearchIcon{
+ font-size:23px !important;
+ color:rgba(26,26,52,1);
+ cursor: pointer;
+}
+.marketiconp{
+ padding:0 14px 0 0;
+}
+.marketdata{
+ padding-top: 40px;
+}
+.dataleft{
+ width: 230px;
+ height: 300px;
+ background:rgba(12,172,239,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.triangle-bottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-topleft {
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataright{
+ width:970px;
+ height:280px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.datacon{
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.datamenu{
+ width: 230px;
+ height: 100px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.datamenuactive{
+ background:rgba(15,113,195,1);
+ position: relative;
+}
+.datatitle{
+ font-size: 16px;
+ width: 145px;
+ text-align: center;
+}
+.datajiantou{
+ font-size: 8px !important;
+ color: rgb(255,255,255);
+ line-height: 21px;
+}
+.databody{
+ padding: 57px 47px;
+}
+.databodydes{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.dataunit{
+ color: rgb(160,160,160);
+}
+.dataline{
+ margin: 0 9px;
+}
+.dataprice{
+ font-size:28px;
+ color:rgba(253,37,15,1);
+}
+.datawidth{
+ width: 219px;
+}
+.databody .datawidth:nth-of-type(5), .datawidth:nth-of-type(6), .datawidth:nth-of-type(7), .datawidth:nth-of-type(8){
+ margin-top: 48px;
+}
+.datamenuborder{
+ border-top: 1px solid rgba(24,137,185,1);
+ border-bottom: 1px solid rgba(24,137,185,1);
+}
+.triangle-hexbottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-hextopleft{
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataservice{
+ width: 230px;
+ height: 492px;
+ background:rgba(255,128,56,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.dataservicecon{
+ width: 970px;
+ height: 472px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.dataservicemenu{
+ height: 248px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.dataserviceactive{
+ background:rgba(240,60,24,1);
+ position: relative;
+}
+.dataservicemenuborder{
+ border-top: 1px solid rgba(221,112,51,1);
+ border-bottom: 1px solid rgba(221,112,51,1);
+}
+.dataservicebody{
+ padding:28px 31px;
+}
+.servicemenutitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ background:rgba(240,240,240,1);
+ border-radius: 2px;
+ padding:5px 8px;
+ margin-right: 20px;
+ cursor: pointer;
+}
+.activemenutitle{
+ font-size:14px;
+ color:rgba(255,255,255,1);
+ background:rgba(244,75,37,1);
+ border-radius: 2px
+}
+.servicetable{
+ margin-top:10px;
+}
+.servicetable table{
+
+}
+.servicetable table th{
+ padding: 10px 0;
+ font-weight:normal;
+}
+.tabletitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+}
+.tabledes{
+ font-size:14px;
+ color:rgba(26,26,26,1);
+}
+.servicetable table td{
+ border-top: 1px solid rgba(245,245,245,1);
+ padding: 15px 0;
+}
+.servicecon{
+ padding-bottom: 40px;
+}
+.contentwhile{
+ background-color: rgba(255,255,255,1);
+}
+.adcon{
+ padding: 80px 0;
+}
+.adleft{
+ width: 420px;
+ height: 376px;
+}
+.adlefttop{
+ width:420px;
+ height:188px;
+}
+.adleftimg{
+ background-position: center top;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+.adlefttopimg{
+ background-image: url(../images/rubbish/ad01.png);
+}
+.center{text-align:center;}
+.servicetableborder .swiper-slide{height:auto;}
+.servicetableborder span{max-width:33%;border-top:1px solid rgba(245,245,245,1);font-size:0.8em;line-height:3.2em;min-width:10%;text-align:center;display:inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
+#servicetableborder5 span,#servicetableborder0 span,#servicetableborder1 span{width:24.5%;}
+#servicetableborder2 span{width:32.5%;}
+#servicetableborder6 span{width:16.3%;}
+#servicetable4 span{width:14.2%;}
+#servicetable2 span{width:11%;}
+#servicetable0 span{width:24%;}
+.newsRow{display:none;width:100%;display:none;min-height:300px;}
+.albg{
+ width: 100%;
+ height: 100%;
+ background:rgba(0,0,0,0.7);
+ filter: Alpha(opacity=70);
+ /* position: static; */
+ *zoom: 1;
+}
+.adtitle{
+ position: relative;
+ font-size:24px;
+ color:rgba(255,255,255,1);
+ height: 100%;
+ cursor: pointer;
+
+}
+.updowleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.addes{
+ font-size:10px;
+ color:rgba(148,148,148,1);
+}
+.adleftbottom{
+ margin-top: 10px;
+}
+.adcenter{
+ overflow:hidden;
+ width: 407px;
+ height: 380px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+.adcentercenter{
+ width: 407px;
+ height: 380px;
+}
+.adcentertop{
+ overflow:hidden;
+ width: 407px;
+ height:190px;
+}
+.aiicon{
+ font-size: 50px !important;
+}
+.adright{
+ width: 353px;
+ height: 380px;
+}
+.adright2{
+ width: 353px;
+ height: 380px;
+}
+.adrighttop{
+ width:100%;
+ height:124px;
+}
+
+
+.albg{
+ -webkit-transition: all 0.3s;
+ -moz-transition: all 0.3s;
+ -ms-transition: all 0.3s;
+ -o-transition: all 0.3s;
+ transition: all 0.3s;
+ -webkit-transform: translate3d(0,0,0);
+ -moz-transform: translate3d(0, 0, 0);
+ -ms-transform: translate3d(0, 0, 0);
+ -o-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+}
+.elem:hover .albg{
+ opacity: 0.6;
+}
+
+.newstitleleft{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.newsline{
+ margin: 0 9px;
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newstitledes{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newsrighttitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.newsrightwt{
+ margin-left: 34px;
+}
+.newsrightactive{
+ color:rgba(244,75,37,1);
+}
+.newstitle{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ padding-bottom:9px;
+ padding-right: 19px;
+}
+.newsbody{
+ margin-top:40px;
+}
+.newsleft{
+ width: 466px;
+ padding-left:40px;
+ height: 300px;
+ margin-right:60px;
+ text-align:center;
+ display:inline-block;
+ vertical-align:top;
+}
+.newsleft img{max-width:100%;}
+.newsimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.newsrighttop{
+
+}
+.newsright {
+ width: 624px;
+ padding-right: 10px;
+ display:inline-block;
+ vertical-align:top;
+}
+.icontitle{
+ width: 530px;
+ margin-left: 5px;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap
+}
+.newsicontitle{
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+ /**display:flex;
+ justify-content:center;
+ align-items:center;*/
+}
+.iocnfontsize{
+ font-size: 9px !important;
+ font-weight: bold;
+}
+.newstime{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 20px;
+}
+.newscon{
+ font-size:14px;
+ color:rgba(102,102,102,1);
+ line-height:24px;
+ margin: 7px 0 20px 10px;
+ padding-bottom:14px;
+ border-bottom: 1px solid rgba(245,245,245,1);
+ cursor: pointer;
+}
+.newsactive{
+ color:rgba(240,60,24,1) ;
+}
+.newsactive2{
+ color:rgba(240,60,24,1) !important ;
+}
+.newsactive2 .norimg{
+ background-image: url(../images/select.png) !important;
+}
+.icontitle-ml5{
+ margin-left: 5px;
+}
+.rightmargin{
+ margin-bottom:15px;
+}
+.moreline{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ width: 507px;
+ margin: 12px 47px 0 20px;
+}
+.morepage{
+ font-size:14px;
+ color:rgba(26,26,52,1);
+}
+.news{
+ padding-bottom:40px;
+}
+.businessbg{
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-size: contain;
+}
+.businessbgimg{
+ background-image: url(../images/businessbg.png);
+}
+.businesspadding{
+ padding: 39px 0 50px 0;
+}
+.businesstitle{
+ padding-bottom:19px;
+}
+.businessleft{
+ width: 232px;
+ height: 290px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.businessimg{
+ height: 188px;
+}
+.businessimgages{
+ background-image: url(../images/rubbish/business01.png);
+}
+.businessbottom{
+ height: 122px;
+ margin-top: -20px;
+ padding: 0 15px;
+}
+.businessbottomimg01{
+ background-image: url(../images/businessbg01.png);
+}
+.businessbottomimg02{
+ background-image: url(../images/businessbg02.png);
+}
+.businessbottomimg03{
+ background-image: url(../images/businessbg03.png);
+}
+.businessheadline{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.businessdes{
+ font-size:8px;
+ color:rgba(51,51,51,1);
+ line-height:10px;
+ margin-top: 12px;
+}
+.businessubpc{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-orient:vertical;
+ box-orient:vertical;-webkit-box-pack:center;
+ box-pack:center;
+}
+.businessright{
+ width: 474px;
+ height: 290px;
+}
+.businessright table{
+
+}
+.businessright table thead{
+ background:rgba(26,26,52,1);
+}
+.businessright table thead tr{
+ height:40px;
+}
+.businessright table thead th{
+ font-size:14px;
+ color:rgba(144,144,154,1);
+}
+.businessright table tbody{
+ height:250px;
+}
+.businessright table tbody tr{
+ text-align: center;
+ cursor: pointer;
+ line-height: 50px;
+}
+.businessright table tbody tr{
+ font-size:12px;
+ color:rgba(102,102,102,1);
+}
+.tablebg{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.fistmenumode{
+ font-size:18px;
+
+ color:rgba(51,51,51,1);
+ line-height:62px;
+ margin-right: 35px;
+ cursor: pointer;
+}
+.fistmanuactive{
+ background-image: url(../images/fistmanuactive.png);
+ background-position:bottom center;
+ background-repeat: no-repeat;
+ background-size: auto;
+ color:rgba(244,75,37,1);
+}
+.fistmenu{
+ height:62px;
+ background-color:rgba(240,240,240,0.88);
+ padding: 0 0 0 71px;
+}
+.mode{
+ width: 282px;
+ height: 159px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+ cursor: pointer;
+}
+.mode .tobig-img:hover{
+ -webkit-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ transform: scale(1.05);
+ z-index: 3000;
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+}
+.modemargintop{
+ margin-top: 30px;
+}
+.modemarginright{
+ margin-right: 24px;
+}
+.modeborder01{
+ border-top: 5px solid rgba(255,175,63,1);
+}
+.modeborder02{
+ border-top: 5px solid rgba(254,108,113,1);
+}
+.modeborder03{
+ border-top: 5px solid rgba(89,208,108,1);
+}
+.modeborder04{
+ border-top: 5px solid rgba(52,103,236,1);
+}
+.modeborder05{
+ border-top: 5px solid rgba(126,52,236,1);
+}
+.modeborder06{
+ border-top: 5px solid rgba(89,208,198,1);
+}
+.modeborder07{
+ border-top: 5px solid rgba(62,159,255,1);
+}
+.modeborder08{
+ border-top: 5px solid rgba(255,212,63,1);
+}
+.modeicon01{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon01.png);
+}
+.modeicon02{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon02.png);
+}
+.modeicon03{
+ width: 68px;
+ height: 80px;
+ background-image: url(../images/modeicon03.png);
+}
+.modeicon04{
+ width: 80px;
+ height: 80px;
+ background-image: url(../images/modeicon04.png);
+}
+.modeicon05{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon05.png);
+}
+.modeicon06{
+ width: 72px;
+ height: 76px;
+ background-image: url(../images/modeicon06.png);
+}
+.modeicon07{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon07.png);
+}
+.modeicon08{
+ width: 76px;
+ height: 68px;
+ background-image: url(../images/modeicon08.png);
+}
+.modetitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ margin-top: 22px;
+}
+.culture{
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-size: contain;
+}
+.cultureimg{
+ /*background-image: url(../images/culture.png);*/
+}
+.culturepadding{
+ padding: 39px 0 40px 0;
+}
+.cultureleft{
+ width: 282px;
+ height: 168px;
+ cursor: pointer;
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturebgimg{
+ background-image: url(../images/rubbish/culture01.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturecon{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ /* position: static; */
+ *zoom: 1;
+ height: 64px;
+ width: 100%;
+ margin-top: 104px;
+}
+.content .modeub .active a{color:rgba(235,76,18,1);}
+.content .modeub a{display:inline-block;vertical-align:top;font-size:0.8em;font-weight:normal;}
+.cultureleft a,.adright a{width:100%;}
+.ubpe{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-pack:end;
+ box-pack:end;
+}
+.culturetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.culturedes{
+ font-size:8px;
+ color:rgba(129,134,138,1);
+ margin-top: 3px;
+}
+.culturepargin{
+ margin-right: 24px;
+}
+.threemode{
+ margin-top: 33px;
+}
+.threemodeleft{
+ width: 386px;
+ height: 140px;
+ cursor: pointer;
+}
+.threeimg{
+ background-image: url(../images/rubbish/threemode01.png);
+}
+.threetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.modethree{
+ margin-top: 40px;
+}
+.modethreeleft{
+ width: 386px;
+ height: 124px;
+ cursor: pointer;
+}
+.modethreeimg{
+ background-image: url(../images/rubbish/modethree01.png);
+
+}
+.modethreepadding{
+ padding-left: 29px;
+}
+.modethreetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.modethreedes{
+ font-size:8px;
+ color:rgba(144,144,144,1);
+ margin-top: 12px;
+}
+.updown{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.modethreem{
+ margin-right: 21px;
+}
+.fourmode{
+ width: 1200px;
+ height: 124px;
+ padding-top: 40px;
+}
+.fourmodeimg{
+ background-image: url(../images/rubbish/fourmode.png);
+}
+.fourmodetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.fourmodedes{
+ font-size:8px;
+ color:rgba(207,165,176,1);
+ margin-top: 9px;
+}
+.fivemode{
+ margin-top: 40px;
+}
+.fivemodelineleft{
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodeicon{
+ width: 160px;
+ height: 160px;
+ cursor: pointer;
+}
+.fivemodeiconimg{
+ text-align:center;
+ background-image: url(../images/fivemode01.png);
+}
+.leftupdownright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+}
+.fivemodelinelefttow{
+ width: 120px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+ text-align:center;
+}
+.fivemodecircle{
+ text-align:center;
+ border: 5px solid rgba(245,109,79,0.4);
+ width: 150px;
+ height: 150px;
+ -webkit-border-radius: 160px;
+ border-radius: 160px ;
+ cursor: pointer;
+}
+.fivemodelineright{
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodetitle{
+ font-size:20px;
+ color:rgba(244,75,37,1);
+ margin-top:6px;
+ text-align:center;
+}
+.bannerbody{
+ /* margin-top: 120px; */
+ height: 318px;
+}
+.bannerservice{
+ height: 318px;
+ background-image: url(../images/bannerservice.png);
+}
+.residence{
+ margin-top:80px;
+}
+.residenceleft{
+ width: 619px;
+ height: 502px;
+ margin-right: 61px;
+}
+.residenceleftimg{
+ height: 502px;
+ background-image: url(../images/rubbish/residenceleftimg.png);
+}
+.residenceright{
+ width: 520px;
+}
+.residencerighttitle{
+ font-size: 24px;
+ text-align: center;
+}
+.residencerighdes{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+}
+.residencemenu{
+ margin-top: 39px;
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.residencemenubox{
+ background:rgba(247,244,248,1);
+ border-radius: 2px ;
+ padding:9px 14px;
+ border: 2px solid rgba(213, 221, 235, 1);
+ cursor: pointer;
+}
+.residencemenuboxtitle {
+ color: var(--color);
+ -webkit-transition: 0.25s;
+ transition: 0.25s;
+}
+.residencemenumr{
+ margin-right: 40px;
+}
+.centerleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.residencedes{
+ font-size:14px;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+ margin-top: 38px;
+}
+.ub{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+}
+.residencetelicon{
+ width: 80px;
+ height: 84px;
+ background-image: url(../images/residencetel.png);
+}
+.residencecontact{
+ margin-top: 64px;
+}
+.residennumber{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ text-transform:lowercase;
+}
+.residennumberml{
+ margin-left: -5px;
+}
+.residenceemail{
+ margin-top: 20px;
+ margin-left: 28px;
+}
+.residenceemailicon{
+ background-image: url(../images/residenceemail.png);
+ width: 36px;
+ height: 26px;
+ margin-right: 13px;
+}
+.codeicon{
+ width: 162px;
+ height: 162px;
+ background-image: url(../images/codeicon.png);
+ margin-top: 60px;
+}
+.residencebody{
+ margin-top: 24px;
+}
+.residencebodyleft{
+ width: 282px;
+ height: 282px;
+ background:rgba(235,236,243,1);
+}
+.residenceticon{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.residenceticonimg{
+ width: 282px;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ cursor: pointer;
+}
+.noprice{
+ width: 87px;
+ height: 87px;
+ background-image: url(../images/noprice.png);
+}
+.residencebodyautor{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 95px;
+}
+.residencebodyautor2{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 110px;
+}
+.residencautor{
+ font-size:18px;
+ color:rgba(247,244,248,1);
+}
+.residencautordes{
+ font-size:14px;
+ color:rgba(239,236,240,1);
+}
+.residenceticonmr{
+ margin-right: 24px;
+}
+.price{
+ width: 114px;
+ height: 50px;
+ background-image: url(../images/price.png);
+ margin-top: 20px;
+ margin-left: -10px;
+ font-size:20px;
+ color:rgba(247,244,248,1);
+ text-align: center;
+ line-height:38px;
+}
+.residencebodymore{
+ margin-top: 20px;
+ width:1200px;
+ height:48px;
+ background:rgba(235,236,243,1);
+}
+.gomorepage{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.banks{
+ /* margin-top:30px; */
+}
+.banksleft{
+ width: 600px;
+ height: 516px;
+ background-image: url(../images/rubbish/banksleft.png);
+ margin-right: 61px;
+}
+.banksright{
+ width: 539px;
+}
+.banksrightdesborder{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.contantsicon{
+ width: 54px;
+ height: 134px;
+ background-image: url(../images/contantsicon.png);
+
+}
+.banksrightnum{
+ padding-left:44px;
+ margin-top: 44px;
+}
+.number{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.telnumber{
+ margin-top: 25px;
+}
+.numberbody2{
+ margin-left: -6px;
+ margin-right:40px;
+}
+.qqnumber{
+ margin-top: 7px;
+}
+.emailnumber{
+ margin-top: 19px;
+}
+.banksbody{
+ margin-top: 40px;
+}
+.banksbodyleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.banksbodylefticon{
+ background-color: rgba(235,236,243,1);
+ height: 212px;
+}
+.banksbodylefticonimg{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.banksbodyleftcon{
+ height: 146px;
+ background-color: rgb(255,255,255);
+}
+.banksleftcon{
+ padding: 20px;
+
+}
+.banksleftcontitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.banksbar{
+ margin-top: 14px;
+ height:10px;
+ background:rgba(235,236,243,1);
+ border-radius: 5px
+}
+.banksshadow{
+ background-image:-webkit-linear-gradient(to right, rgba(239, 99, 22, 1), rgba(236, 179, 42, 1));
+ background-image:linear-gradient(to right,rgba(239, 99, 22, 1),rgba(236, 179, 42, 1));
+ height:10px;
+ border-radius: 5px
+}
+.banksprice{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+ margin-top: 6px;
+ font-weight: lighter;
+}
+.fontweight{
+ font-weight:bolder;
+}
+
+.residencemenued{
+ margin-top: 25px;
+ /* border-bottom: 1px solid rgba(230,236,247,1); */
+ /* padding-bottom: 40px; */
+}
+
+.residencemenued2{
+ position: absolute;
+ top: 155px;
+ left: 414px;
+}
+.bankschoub{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ margin-top: 9px;
+ font-weight: lighter;
+}
+.banksmr{
+ margin-right: 24px;
+}
+.camerimg{
+ height: 381px;
+ background-image: url(../images/yipaiimg.png);
+ margin-top: 40px;
+}
+.paitop{
+ margin-top: 80px;
+}
+.artfilmtitle{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 19px;
+}
+.artfilm{
+ margin-top: 40px;
+}
+.artfilmleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.artfilmleftmr{
+ margin-right: 24px;
+}
+.artfilmname{
+ height: 100px;
+ background-image: -webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image: linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ top: 112px;
+ text-align: center;
+ position: relative;
+ line-height: 100px;
+}
+.artfilmpricemtbody{
+
+ padding: 24px;
+ background-color: rgba(255,255,255,1);
+}
+.artfilmtime{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ text-align: center;
+}
+.timeartm{
+ margin: 0 5px;
+ color: rgba(244, 75, 37, 1);
+ font-weight: bolder;
+}
+.artfilmpricemt{
+ margin-top: 14px;
+}
+.artfilmprice{
+ width: 77px;
+ text-align: center;
+}
+.artfilmpriceborder{
+ border-right: 1px solid rgba(235,236,243,1);
+}
+.qipai{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+}
+.qipaiprice{
+ font-size:16px;
+ color:rgba(244,75,37,1);
+ font-weight: bolder;
+ margin-top: 19px;
+ padding-bottom: 10px;
+}
+.shoppingmt{
+ margin-top:20px;
+}
+.shoppingimg{
+ height: 200px;
+ background-image: url(../images/rubbish/shoppingimg.png);
+}
+.shopingtitle{
+ width:200px;
+ height:200px;
+ background:rgba(35,61,32,0.8);
+}
+.shoppingname{
+ font-size:40px;
+ color:rgba(234,234,244,1);
+ font-weight: bolder;
+}
+.shoppingnameen{
+ font-size:14px;
+ color:rgba(234,234,244,1);
+ margin-top: 18px;
+}
+.shoppingdes{
+ margin-top: 38px;
+ font-size:14px;
+
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.shoppingrefer{
+ margin-top: 48px;
+ padding-bottom: 20px;
+}
+.referleft{
+ width: 400px;
+}
+.refertitle{
+ font-size:24px;
+
+ color:rgba(51,51,51,1);
+}
+.refertel{
+ margin-top: 28px;
+}
+.refertelleft{
+ font-size:18px;
+
+ color:rgba(163,163,163,1);
+ line-height:32px;
+}
+.refertelnumber{
+ font-size:18px;
+
+ color:rgba(51,51,51,1);
+ line-height:32px;
+ margin-left: 9px;
+
+}
+.refertelnumber div{
+ text-transform:lowercase;
+}
+.codeimg{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code01.png);
+}
+.codeimg2{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code02.png);
+}
+.codeimg3{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code03.png);
+}
+.honor{
+ padding-top: 40px;
+ padding-bottom:80px;
+}
+.honorbody{
+ /* margin-top: 40px; */
+}
+.honorbody{
+ height: 180px;
+}
+.honoricon{
+ width: 282px;
+ height: 180px;
+}
+.honoriconimg{
+ background-image: url(../images/rubbish/honor01.png);
+}
+.swiper-button-next, .swiper-button-prev{
+ width: 66px !important;
+ height: 66px !important;
+ background:rgba(26,26,52,0.7);
+ margin-top: -35px !important;
+}
+.footertop{
+ background:rgba(26,26,52,1);
+ padding-top: 60px;
+ padding-bottom: 50px;
+}
+.footertopleft{
+ width: 400px;
+ margin-right: 120px;
+}
+.footerborder{
+ border-bottom: 1px solid rgba(255,255,255,0.1);
+ padding-bottom: 17px;
+ margin-bottom: 19px;
+}
+.footeraddressname{
+ font-size:30px;
+
+ color:rgba(181,181,195,1);
+}
+.addressnameen{
+ font-size:20px;
+
+ color:rgba(68,68,94,1);
+ line-height: 42px;
+}
+.footerdes{
+ font-size:14px;
+
+ color:rgba(143,143,168,1);
+ margin-bottom: 15px;
+ text-transform:lowercase;
+}
+.footertopright{
+
+}
+.qscode{
+ width: 148px;
+ height: 148px;
+}
+.qscodeimg{
+ background-image: url(../images/rubbish/qscode.png);
+ width: 148px;
+ height: 148px;
+}
+.weixfont{
+ color:rgba(255,255,255,1);
+ font-size: 24px !important;
+}
+.weixtop{
+ margin-top: 20px;
+}
+.saoguan{
+ font-size:16px;
+
+ color:rgba(255,255,255,1);
+ margin-left: 15px;
+}
+.about{
+ font-size:16px;
+
+ color:rgba(82,82,97,1);
+ margin-top: 20px;
+}
+.aboutus{
+ color: rgba(112, 112, 151, 1);
+ margin-left: 5px;
+ cursor: pointer;
+}
+.footerbottom{
+ background:rgba(14,14,42,1);
+ padding: 25px 0;
+}
+.friendline a,.friendline{
+ font-size:12px;
+
+ color:rgba(82,82,97,1);
+
+}
+.gongguan{
+ width:200px;
+ height:200px;
+ background:rgba(199,122,46,0.8);
+}
+.gongguanname{
+ font-size:32px;
+
+ color:rgba(234,234,244,1);
+}
+.gongguanen{
+ font-size:14px;
+
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.touhang{
+ width:200px;
+ height:200px;
+ background:rgba(17,0,0,0.6);
+}
+.touhname{
+ font-size:40px;
+
+ color:rgba(234,234,244,1);
+}
+.touhen{
+ font-size:14px;
+
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.servicelogo{
+ width: 207px;
+ height: 43px;
+ background-image: url(../images/servicelogo.png);
+}
+.servicefriend{
+ width: 204px;
+ height: 25px;
+ background-image: url(../images/servicefriend.png);
+ margin-top: 24px;
+}
+.logofriend{
+ width: 380px;
+ height: 318px;
+}
+.logofriendmenu{
+ height: 318px;
+ width: 436px;
+}
+.menufriend{
+ width: 20px;
+ height: 109px;
+ margin-right: 56px;
+ cursor: pointer;
+}
+.menufriendname{
+ font-size:14px;
+
+ color:rgba(98,56,22,1);
+ text-align: center;
+}
+.rightleft{
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.activemenu{
+ background-image: url(../images/activemenu.png);
+}
+.guafontsize{
+ font-size: 41px !important;
+}
+.guafont{
+ color: rgba(244,75,37,1);
+}
+.camerleft{
+ width: 500px;
+ padding-top: 40px;
+}
+.camerleftbg{
+ width:200px;
+ height:200px;
+ background:rgba(37,62,101,0.5);
+}
+.camerlefttitle{
+ font-size:40px;
+
+ color:rgba(234,234,244,1);
+}
+.camerleften{
+ font-size:14px;
+
+ color:rgba(234,234,244,1);
+ margin-top: 19px;
+}
+.cameright{
+ margin:65px 30px 0px 50px;
+ width: 620px;
+}
+.camerighttop{
+ font-size:14px;
+
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.camerightconstact{
+ margin-top: 13px;
+}
+.rightline{
+ border-bottom: 1px solid rgba(49,56,69,1);
+ width: 198px;
+}
+.rightlinetel{
+ font-size:16px;
+
+ color:rgba(49,56,69,1);
+ margin: 0 30px;
+}
+.telemail{
+ margin-top:10px;
+}
+.telcamer{
+ width: 275px;
+ margin-bottom:8px;
+}
+.telcolor{
+ font-size: 22px !important;
+ color: rgba(49,56,69,1);
+}
+.telfont{
+ font-size:16px;
+
+ color:rgba(51,51,51,1);
+ margin-left: 10px;
+}
+.rightwin{
+ position: fixed;
+ bottom: 20px;
+ right: 10px;
+ width: 84px;
+ z-index: 999;
+}
+.rightwinmenu{
+ background:rgba(255,255,255,1);
+ border:1px solid rgba(230, 230, 230, 1);
+}
+.winmenu{
+ width: 84px;
+ height: 74px;
+ font-size:12px;
+
+ color:rgba(102,102,102,1);
+ cursor: pointer;
+
+}
+.winmenuborder{
+ border-bottom:1px solid rgba(230, 230, 230, 1);
+}
+.winicon{
+ font-size: 20px !important;
+}
+.sticktop{
+ width: 84px;
+ height: 85px;
+ margin-top: 11px;
+ background:rgba(240,240,240,1);
+ display: none;
+}
+.jiantou{
+ font-size: 10px;
+ color: rgba(102,102,102,1);
+ text-align: center;
+ padding-top: 20px;
+}
+.dingbu{
+ font-size:12px;
+
+ color:rgba(102,102,102,1);
+ margin-top: 10px;
+ text-align: center;
+}
+.winactive{
+ background:rgba(191,54,40,1);
+ color: rgba(255,255,255,1) !important;
+ width: 82px;
+}
+.iconactive{
+ color: rgba(255,255,255,1) !important;
+}
+
+/**********详情页***********/
+.detailsbg{
+ background:rgba(255,255,255,1) !important;
+}
+.detailsbanner{
+ height: 156px;
+ background-color: rgba(12, 11, 41, 0.44);
+ background-image: url(../images/pic.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.tabs{
+ height:44px;
+ margin-top:10px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px ;
+}
+.hometabs{
+ font-size: 20px !important;
+ color: rgba(27,26,53,1);
+ font-weight: bolder;
+}
+.tabstitle{
+ font-size:16px;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-left:10px;
+ display:inline-block;
+ min-width:40px;
+ text-align:center;
+ font-weight:bold;
+}
+.pricewraper,.changewraper,.sortwraper{display:inline-block;vertical-align:top;margin-left:20px;}
+.pricewraper .tabstitle,.changewraper .tabstitle,.sortwraper .tabstitle{margin:0px 3px;}
+.filterwraper{position:absolute;z-index:99;right:0px;top:10px;}
+.detailsdes-list{display:none;}
+.pricewraper input,.sortwraper a,.changewraper a{padding:3px 5px;line-height:18px;border:1px solid rgba(207,200,208,1);}
+.pricewraper input{width:60px;}
+.pricewraper .label,.sortwraper .label{min-width:auto;margin:0px;font-size:14px;}
+.changewraper a{padding-left:24px;}
+.sortwraper a{padding-right:22px;}
+.changewraper a.active,.changewraper a:hover,.sortwraper a.active,.sortwraper a:hover{color:#ff5256;border:1px solid #ff5256;}
+.tabs .category a{background:url(../images/category.png) top left no-repeat;}
+.tabs .poster a{background:url(../images/all.png) top left no-repeat;}
+.sortwraper .fall a{background:url(../images/falling.png) top right no-repeat;}
+.sortwraper .fall a:hover,.sortwraper .fall a.active{background:url(../images/falling_hover.png) top right no-repeat;}
+.sortwraper .rising a{background:url(../images/rising.png) top right no-repeat;}
+.sortwraper .rising a:hover,.sortwraper .rising a.active{background:url(../images/rising_hover.png) top right no-repeat;}
+.tabs .category a:hover,.tabs .category a.active{background:url(../images/category_hover.png) top left no-repeat;}
+.tabs .poster a:hover,.tabs .poster a.active{background:url(../images/all_hover.png) top left no-repeat;}
+.hreftitle{
+ font-size:16px;
+ color:rgba(76,76,76,.7);
+ line-height:22px;
+ margin-right:5px;
+ display:inline-block;
+ text-align:center;
+ font-weight:bold;
+ padding:0px 5px;
+ border:1px solid rgba(207,200,208,1);
+}
+a.hreftitle:hover{
+ color:#ff5256;
+ border:1px solid #ff5256;
+}
+
+.tabslast{
+ color:rgba(235, 76, 18, 1);
+ cursor: pointer;
+ margin-left: 0;
+}
+.tabstitle a,.tabslast a{color:rgba(76,76,76,.7);}
+.backcolor{
+ font-size:16px !important;
+ color: rgba(0,0,0,1)
+}
+.tabslastfont{
+ font-size:0.8em;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+ cursor: pointer;
+}
+.tabslastfont .backcolor{
+ float: left;
+ margin-right: 5px;
+}
+.tabslastfont:hover a, .tabslastfont:hover .backcolor {
+ color: rgb(235, 76, 18);
+}
+.detailstitle{
+ font-size:32px;
+
+ color:rgba(27,26,53,1);
+ line-height:45px;
+ margin-top: 40px;
+}
+.sharecon{
+ width:340px;
+ height:42px;
+ background:rgba(245,245,245,1);
+ border-radius: 4px ;
+ margin-top:26px;
+}
+.sharetitle{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px
+}
+.jiathis_txt{
+ margin-right: 12px !important;
+}
+.detailscome{
+ margin-top:26px;
+ padding-bottom: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+}
+.comefont{
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px
+}
+.comecolor{
+ color: rgba(27, 26, 53, 1)
+}
+.comeml{
+ margin-left: 40px;
+}
+.detailsdes .product .img{vertical-align: top;}
+.detailsdes .product{display:inline-block;margin-bottom:3%;margin-right:4%;vertical-align:top;width:20%;background:rgba(240,240,240,1);}
+.detailsdes .product a{color:rgba(76,76,76,1);display:block;}
+.detailsdes .product .detail{text-align:left;padding:0px 5% 10px 5%;}
+.detailsdes .product .detail .title{line-height:1.6em;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
+.detailsdes .product .detail p{line-height:1.6em;font-size:0.8em;}
+.detailsdes table{border-collapse:collapse;}
+.detailsdes table,.detailsdes td,.detailsdes th{border:1px solid black;}
+.detailsdes{
+ overflow:hidden;
+ font-size:16px;
+ width:900px;
+ margin:40px auto 0px auto;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.detailsdes table,.detailsdes table tbody,.detailsdes table tbody tr{max-width:100% !important;overflow:hidden !important;word-break:break-all;}
+.detailsdes table td{word-wrap:break-word !important;}
+.updownpage{
+ margin-top: 120px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px;
+ padding-bottom: 40px;
+}
+.detailsup{
+ width:452px;
+ height:42px;
+ background-image: url(../images/upbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.detailsdown{
+ width:452px;
+ height:42px;
+ background-image: url(../images/downbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.uptitle{
+ margin-left: 5px;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ line-height:46px;
+ width: 320px;
+}
+.upname{
+ color: rgba(128, 128, 128, 1);
+ padding-left: 40px;
+}
+.recommend{
+ margin-top:34px;
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-bottom:26px;
+}
+.nor{
+ width:24px;
+ height:24px;
+ background-color:rgba(255,255,255,1);
+ border-radius: 2px ;
+}
+.norimg{
+ background-image: url(../images/nor.png);
+}
+.nortitle{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.nortime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.recommendnor{
+ margin-bottom:14px;
+ cursor: pointer;
+}
+
+.recommendlist a{width:100%;}
+.recommendlist{
+ margin-bottom: 80px;
+}
+/**********本所介绍**********/
+.modeleft{
+ width: 240px;
+}
+.modelefttop{
+ width: 240px;
+ height: 120px;
+ margin-top: -60px;
+ background:rgba(184,55,32,1);
+}
+.lefttutitle{
+ font-size:20px;
+
+ color:rgba(255,255,255,1);
+ line-height:33px;
+}
+.leften{
+ font-size:14px;
+
+ color:rgba(255,255,255,1);
+ line-height:20px;
+ margin-top: 5px;
+}
+.modeleftmenu{
+ width:240px;
+ min-height:680px;
+ background: linear-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);
+ background:-webkit-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);
+}
+.leftmenu{
+ height: 67px;
+ border-bottom: 1px dashed rgba(207, 200, 208, 1);
+ font-size:14px;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ cursor: pointer;
+}
+.modekuai{
+ font-size: 21px !important;
+ margin-left:3px;
+ margin-right:6px;
+}
+.jiesh{
+ text-align: right;
+}
+.modeleftmenu .jiesh{
+ text-align:left;
+ padding-left:14px;
+}
+.modeleftmenu .zhidutitle{
+ text-align:left;
+ text-indent:6px;
+}
+.modeleftmenuactive{
+ color:rgba(235,76,18,1);
+}
+.moderight{
+ margin-left: 36px;
+}
+.moderighttag{
+ height:50px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+}
+.npagelist .nitem{border-bottom:1px dashed #eee;padding:13px 17px 13px 15px;}
+.npagelist .nitem:nth-child(even){background:#f5f5f5;}
+.npagelist .nitem .modef1{color:#666;font-size:16px;}
+.npagelist .nitem .modef1 .modekuai{margin-right:3px;color:#bfbfbf;}
+.npagelist .nitem .modepc{color:#a0a0a0;font-size:16px;}
+.npagelist .nitem .modef1 .active,.npagelist .nitem:hover .modef1,.npagelist .nitem:hover .modekuai{color:#eb4c12;}
+
+.childlist .child{margin-right:15px;display:inline-block;}
+.childlist .child a{color:rgba(27,26,53,1);}
+.childlist .child a.active,.childlist .child a:hover{color:rgba(235,76,18,1);}
+
+.tagtitle{
+ font-size:18px;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+}
+.tagline{
+ margin: 0 10px;
+ font-size:14px;
+
+ color:rgba(235,76,18,1);
+ line-height:20px;
+}
+.moderightnameactive .moderightcheck{
+ border: 1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive .linkorange{
+ background-image: url(../images/orange.png);
+}
+.moderightnameactive .jianf{
+ content: "\e668";
+ color: rgba(235,76,18,1);
+ background-image: url(../images/arrowdown.png);
+}
+.tagtitleen{
+ font-size:18px;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+}
+.righttagdes{
+ margin-top: 20px;
+ font-size:12px;
+
+ color:rgba(128,128,128,1);
+ line-height:17px;
+ margin-bottom: 40px;
+}
+.arrowup{
+ width: 15px;
+ height: 15px;
+ background-image: url(../images/arrowup.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%;
+}
+.moderightcheck{
+ width:24px;
+ height:24px;
+ background:rgba(255,255,255,1);
+ border-radius: 2px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+.jianf{
+ font-size: 12px !important;
+ color: rgba(207,200,208,1);
+}
+.jianfactive{
+ color: rgba(235,76,18,1);
+}
+.moderighttitle{
+ height: 38px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-top: 1px solid rgba(244,242,245,1);
+ margin-left: 20px;
+ cursor: pointer;
+}
+.moderightname{
+ font-size:16px;
+
+ line-height:22px;
+ margin-left: 21px;
+}
+.moderightnamecolor{
+ color:rgba(27,26,53,1);
+}
+
+.modeintrduce{
+ margin-top: 40px;
+}
+.moderightcheckactive{
+ border:1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive{
+ color:rgba(235,76,18,1);
+}
+.modeintrducedes{
+ background:rgba(250,250,250,1);
+ border-radius: 2px ;
+ padding: 20px;
+ border:1px solid rgba(244, 242, 245, 1);
+ z-index: 9;
+ margin-top: -1px;
+}
+
+.arrow_box {
+ position: relative;
+ background: rgba(250,250,250,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+ margin: 30px 0 0 0 ;
+
+}
+.arrow_box::after,
+.arrow_box::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box.top::after,
+.arrow_box.top::before {
+ bottom: 100%;
+}
+
+.arrow_box.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 50px;
+ margin-left: -10px;
+}
+.arrow_box.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 50px;
+ margin-left: -11px;
+}
+.miaoshu{
+ padding: 20px;
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.bodymb{
+ margin-bottom: 100px;
+}
+.menuline li{
+ cursor: pointer;
+}
+.adverleft{
+ width: 214px;
+ cursor: pointer;
+}
+.adverleftmr{
+ margin-right: 16px;
+}
+.adverleftimg{
+ height: 120px;
+ overflow:hidden;
+ background-image: url(../images/rubbish/business01.png);
+}
+.advercon{
+ margin: 21px 0 0 0;
+}
+.adverleftmb{
+ margin-bottom: 40px;
+}
+.advertitle{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 10px;
+}
+.pagecon{
+ margin-top: 40px;
+}
+.policybody{
+ padding: 20px 51px 20px 0;
+ cursor: pointer;
+}
+.policyimg{
+ width: 172px;
+ height: 140px;
+ overflow:hidden;
+ text-align:center;
+}
+.policyimg img{max-width:100%;max-height:100%;}
+.policycenter{
+ margin-left: 20px;
+}
+.centername{
+ padding:0 18px;
+ height:28px;
+ background:rgba(193,160,80,1);
+ border-radius: 2px;
+ font-size:16px;
+
+ color:rgba(245,245,245,1);
+ line-height:22px;
+}
+.centettitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+}
+.centerdes{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 16px;
+}
+.policyright{
+ margin-left: 46px;
+}
+.policyyear{
+ width:100px;
+ height:32px;
+ border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+ font-size:18px;
+
+ color:rgba(193,160,80,1);
+ line-height:25px;
+}
+.policymd{
+ font-size:32px;
+
+ color:rgba(144,129,95,1);
+ line-height:45px;
+ margin-top: 10px;
+}
+.policycontent{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+ margin-bottom: 40px;
+}
+.roadlist{
+ margin-top: 40px;
+ margin-bottom: 120px;
+}
+.listleft{
+ width: 360px;
+ cursor: pointer;
+}
+.listmr{
+ margin-right: 32px;
+}
+.listmb{
+ margin-bottom: 40px;
+}
+.leftlistimg{
+ height: 240px;
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.leftlisttitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ text-align: center;
+ margin-top: 10px;
+}
+.leftlisttime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.listicon{
+ font-size: 60px !important;
+ color: rgba(255,255,255,0.8);
+}
+.culturedestop{
+ margin-top: 40px;
+}
+.culturetitle{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ text-align: center;
+}
+.descon{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.recruitlist{
+ margin-top: 32px;
+}
+.recruitlist a{width:100%;}
+.recruitlisttitle{
+ font-size:18px;
+
+
+ line-height:25px;
+ margin-left: 16px;
+}
+.recruitlisttime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.recruitcon{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ margin-bottom: 20px;
+ cursor: pointer;
+ color:rgba(27,26,53,1);
+}
+.menulistmt{
+ margin-top: 8px;
+}
+.policieslist{
+ margin-top: 32px;
+}
+.policieslisttext{
+ padding-bottom: 18px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ font-size:16px;
+
+
+ line-height:22px;
+}
+.textml{
+ margin-left: 60px;
+}
+.textmr{
+ margin-right: 30px;
+}
+.testwh{
+ width: 120px;
+ text-align: center;
+}
+.policiescon{
+ margin-top: 22px;
+ padding-bottom: 24px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.policiescontitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.policiescontime{
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+.icondown{
+ width:32px;
+ height:32px;
+ background-image: url(../images/icondown.png);
+ cursor: pointer;
+}
+.linkorangewh{
+ width: 6px;
+ height: 14px;
+}
+.linkorange{
+ background-image: url(../images/link.png);
+}
+.orangelink{
+ background-image: url(../images/orange.png);
+}
+.servicetableborder table{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ border-top: 1px solid rgba(245,245,245,1);
+}
+.basictop{
+ margin-top: 20px;
+ background:rgba(255,255,255,1);
+ box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 30px 5px ;//边框阴影
+border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+
+/*托管展示页面*/
+.tgpage{padding:15px 25px;}
+.tgpage .breadcrumb span,.tgpage .breadcrumb a{color:#434343;font-size:16px;padding:0px 9px;}
+.tgpage .breadcrumb span{font-family:"宋体";}
+.tgpage .selectwraper{border:1px solid #e8e8e8;margin-top:22px;padding:5px;}
+.selectwraper .selectitem{border-top:1px dashed #d2d2d2;line-height:50px;font-size:16px;}
+.selectwraper .selectitem:first-child{border-top:none;}
+.selectitem .txt,.selectitem .choises,.selectitem .btns{display:inline-block;vertical-align:top;}
+.selectitem .txt{padding:0px 14px;color:#a0a0a0;}
+.selectitem .choises{padding:0px 10px;}
+.selectitem .choises a,.selectitem .choises span{margin-right:29px;font-size:16px;color:#535353;}
+.selectitem .choises a.active,.selectitem .choises a:hover{color:#940000;}
+.tgpage .btns{float:right;padding-right:19px;}
+.tgpage .breadcrumb .btns{padding-right:0px;}
+.buttons a,.tgpage .btns a{display:inline-block;background:#f6f6f6;border:1px solid #e8e8e8;color:#626262;min-width:50px;text-align:center;line-height:24px;font-size:14px;}
+.tgpage .btns a{padding:0px 6px;}
+.tgpage .btns .iconfont{padding-left:6px;}
+.tgpage .buttons{border-top:none;}
+.buttons a{margin:0px 18px;color:#940000;}
+.buttons a.submit{background:#940000;color:#fff;}
+.selectitem input[type='checkbox']{border:1px solid #c9c9c9;}
+.tgpage .search{height:34px;border:1px solid #e8e8e8;background:#fff;width:350px;}
+.tgpage .search input{width:300px;text-indent:4px;height:32px;vertical-align: top;display: inline-block;}
+.tgpage .toolwraper{border-top:1px solid #e8e8e8;margin-top:22px;border-bottom:6px solid #e8e8e8;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;background:#f5f5f5;}
+.toolwraper .tabswraper a,.toolwraper .showwraper a,.toolwraper .tabswraper,.toolwraper .formwraper,.toolwraper .showwraper,.toolwraper .pagewraper,.toolwraper .pagewraper a,.toolwraper .pagewraper .txt{display:inline-block;vertical-align:top;line-height:48px;color:#6d6d6d;}
+.toolwraper .showwraper a,.toolwraper .tabswraper a{border-right:1px solid #e8e8e8;padding:0px 12px;}
+.toolwraper .tabswraper a.active{color:#990000;background:#fff;}
+.toolwraper .formwraper{padding:7px 13px;line-height:32px;width:742px;}
+
+.toolwraper .formwraper .searchicon{color:#e8e8e8;line-height:32px;font-size:20px;}
+.toolwraper .showwraper a:first-child{border-left:1px solid #e8e8e8;}
+.toolwraper .showwraper a{background:#fff;line-height:50px;height:48px;overflow:hidden;}
+.toolwraper .pagewraper a{padding:0px 5px;color:#cccccc;line-height:50px;height:48px;overflow:hidden;}
+.toolwraper .pagewraper a:hover{color:#6d6d6d}
+.toolwraper .showwraper a.active,.toolwraper .pagewraper .red{color:#c50000;}
+.toolwraper .showwraper a .iconfont,.toolwraper .pagewraper a .iconfont{font-size:24px;}
+.tgpage .prodswraper{padding-top:24px;margin:0px -10px;}
+.tgpage .prodswraper .product{padding:0px 11px;width:25%;margin-bottom:30px;}
+.tgpage .prodswraper .fig-default{border:1px solid #e8e8e8;}
+.tgpage .prodswraper .fig-media{margin-bottom:5px;}
+.tgpage .prodswraper .fig-info{color:#626262;padding:0px 10px;}
+.tgpage .prodswraper .fig-info .tit{font-size:18px;margin-bottom:5px;}
+.tgpage .prodswraper .fig-info .attrs{font-size:14px;padding:5px 0px;}
+.tgpage .prodswraper .fig-info .attrs p{color:#626262;}
+.tgpage .prodswraper .fig-info .attrs .aitem{display:inline-block;vertical-align:top;width:45%;line-height:1.6em}
+.tgpage .prodswraper .img-shell{position:relative;}
+.tgpage .prodswraper .list-page{margin:0px auto;}
+.tgpage .prodswraper .introduce{
+ position: absolute;bottom: 0;left: 0;width: 100%;padding: 10px;font-size:0.9em;line-height: 18px;height:100%;font-size:12px; background-color: rgba(255,255,255,.6);color: #000;text-align: left;
+ display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
+ transform:translateY(100%);-moz-transform:translateY(100%);-webkit-transform:translateY(100%);-o-transform:translateY(100%);
+ transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;
+}
+.tgpage .prodswraper .fig-media:hover .introduce{
+ transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);
+}
+.tgpage .showtype2 .fig-default{padding:9px 10px;}
+.showtype2{display:none;}
+ .showtype2 .products-wrapper .product{width:100%;}
+ .tgpage .showtype2 .fig-default .fig-media:before{padding-top:80%;}
+ .tgpage .showtype2 .fig-default .fig-info{height:auto;}
+ .tgpage .showtype2 .product .fig-media{display:inline-block;vertical-align:top;width:26%;}
+.tgpage .showtype2 .product .fig-info{display:inline-block;vertical-align:top;width:68%;padding-left:30px;}
+.tgpage .showtype2 .product .tit{text-align:left;font-size:24px;margin:10px 0px 18px 0px;}
+
+.basictitle{
+ font-size:18px;
+
+ color:rgba(76,76,76,1);
+ line-height:28px;
+}
+.linecolor{
+ width:4px;
+ height:30px;
+ background:rgba(235,76,18,1);
+ margin-left:15px;
+ margin-right:10px;
+}
+.basiccon{
+ padding:30px 15px;
+
+}
+.basicconicon{
+ width:120px;
+ height:120px;
+ background:rgba(245,165,136,1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+}
+.basiclogo{
+ width:56px;
+ height:70px;
+ background-image: url(../images/basiclogo.png);
+}
+.basicname{
+ width:152px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ cursor: pointer;
+}
+.logintime{
+ margin-top:14px;
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.basicborder{
+ padding-bottom:20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 2px ;
+}
+.nickleft{
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.nicktitle{
+ color: rgba(27, 26, 53, 1);
+}
+.nicktop{
+ margin-top:15px;
+}
+.listborder{
+ border-bottom: 1px solid rgba(244,242,245,1);
+ padding-bottom:12px;
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px;
+ margin-bottom:12px;
+}
+.listleftright{
+ padding-left:6px;
+ padding-right:6px;
+ cursor: pointer;
+ text-align:center;
+}
+.listedtitle{
+ color:rgba(27,26,53,1);
+ width:140px;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+}
+.listedstatus{
+ color:rgba(235,76,18,1);
+}
+.listnumber{
+ width:32px;
+}
+.liststyle{
+ width:130px;
+}
+.liststu{
+ width:200px;
+}
+.listbutton{
+ width: 362px;
+}
+.modifytag{
+ padding: 40px;
+}
+.modifyleft{
+ font-size:14px;
+ height:30px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+ line-height:30px;
+ padding: 5px 13px;
+ color:rgba(128,128,128,1);
+ cursor: pointer;
+}
+.modifyleftactive{
+ background:rgba(235,76,18,1);
+ color:rgba(255,255,255,1);
+}
+.modifymr{
+ margin-right: 25px;
+}
+.modifyheader{
+ margin-top:30px;
+}
+.headertitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 27px;
+ width: 73px;
+}
+.headeright{
+ margin-left: 40px;
+}
+.headerightdes{
+ width:210px;
+ height:44px;
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.headerightbun{
+ width:108px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ margin-top: 24px;
+ cursor: pointer;
+}
+.headerightinput{
+ width: 440px;
+ height: 42px;
+}
+.inputleft{
+ width: 24px;
+ height:42px;
+ background-image: url(../images/gold_small_left.png);
+ background-size: 24px 42px;
+}
+.inputright{
+ width: 24px;
+ height: 42px;
+ background-image: url(../images/gold_small_right.png);
+ background-size: 24px 42px;
+}
+.inputcenter{
+ height: 42px;
+ background-image: url(../images/gold_small_middle.png);
+ background-size: 24px 42px;
+}
+.centerinput{
+ width: 400px;
+ height: 35px;
+ border: none;
+}
+.selectbg{
+
+ background-image: url(../images/cuthead.png);
+ background-size: 12px 8px;
+ background-repeat: no-repeat;
+ background-position: right 12px;
+ width: 400px;
+}
+.selectbg select {
+ background: transparent;
+ -webkit-appearance: none; /*for chrome*/
+ height: 46px;
+ border:none;
+ width: 400px;
+}
+.shititle{
+ text-align: right;
+}
+.informstop{
+ margin-top: 32px;
+}
+.informslist{
+ margin-bottom: 14px;
+ padding-bottom: 10px;
+ border-bottom:1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.emailicon{
+ width: 24px;
+ height: 24px;
+ background-image: url(../images/unread.png);
+}
+.emailiconactive{
+ background-image: url(../images/read.png);
+}
+.informslisttitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-left: 16px;
+ margin-right: 40px;
+}
+.informslistime{
+ font-size:14px;
+
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.butg{
+ color: rgba(207,200,208,1);
+ font-size: 12px !important;
+ width: 24px;
+}
+.statustop{
+ margin-top:5px;
+}
+.iconstatus{
+ font-size:16px;
+
+ color:rgba(235,76,18,1);
+ line-height:22px;
+ margin-left: 22px;
+}
+.textarealeft{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_left.png);
+ background-size: 24px 184px;
+}
+.textarearight{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_right.png);
+ background-size: 24px 184px;
+}
+.textareacenter{
+ height: 184px;
+ background-image: url(../images/gold_big_middle.png);
+ background-size: auto 184px;
+}
+.textareacenter textarea{
+ width: 706px;
+ border: none;
+ height: 175px;
+ line-height: 30px;
+}
+.headertextarea{
+ width:760px;
+ height:184px;
+}
+.buttontip{
+ margin-top:50px;
+ margin-bottom:50px;
+}
+.buttonleft{
+ width: 72px;
+ height: 32px;
+ margin:0px 10px;
+ cursor: pointer;
+}
+.leftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton{
+
+ background-image: url(../images/ink_small_middle.png);
+ background-size: auto 32px;
+ font-size:16px;
+
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.buttonright{
+ min-width: 72px;
+ height: 32px;
+ margin:0px 5px;
+ cursor: pointer;
+}
+.leftbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton2{
+ height: 32px;
+ background-image: url(../images/red_small_middle.png);
+ background-size: auto 32px;
+ font-size:11px;
+
+ color:#fff;
+ line-height:22px;
+}
+.numbercon{
+ margin-bottom:26px;
+}
+.numberlogoleft{
+ width:80px;
+ height:22px;
+ font-size:15px;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.numbericon{
+ width:120px;
+ height:120px;
+ background:rgba(245,245,245,1);
+ border:1px solid rgba(224, 224, 224, 1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+ margin-left: 20px;
+}
+.numberno{
+ width:26px;
+ font-size:24px;
+
+ color:rgba(207,200,208,1);
+ line-height:33px;
+}
+.radio{
+ display: inline-block;
+ position: relative;
+ line-height: 18px;
+ font-size:14px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.radio input{
+ display: none;
+}
+.radio .radio-bg{
+ display: inline-block;
+ height: 20px;
+ width: 20px;
+ margin-right: 5px;
+ padding: 0;
+ background-image: url(../images/unchecked.png);
+
+ vertical-align: top;
+
+ cursor: pointer;
+ transition: all 0.2s ease;
+}
+.radio .radio-on{
+ display: none;
+}
+.radio input:checked + span.radio-on,
+.reveal-modal .checked span.radio-on{
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ border-radius: 100%;
+ background-image: url(../images/checked.png);
+ top: 0px;
+ left: 0px;
+ transform: scale(0, 0);
+ transition: all 0.2s ease;
+ transform: scale(1, 1);
+ display: inline-block;
+}
+.checkenumber{
+ color:rgba(207,200,208,1);
+}
+.numberleft{
+ margin-left: 20px;
+}
+.numberbody{
+ width: 386px;
+ height:42px;
+}
+.numberlefticon{
+ width: 24px;
+ height: 42px;
+ background-image: url(../images/link_small_left.png);
+ background-size: 24px 42px;
+}
+.numberrighticon{
+ width: 24px;
+ height: 42px;
+ background-image: url(../images/link_small_right.png);
+ background-size: 24px 42px;
+}
+.numbercentericon{
+ height: 42px;
+ background-image: url(../images/link_small_middle.png);
+ background-size: auto 42px;
+}
+.selectbg2 {
+ background-image: url(../images/cuthead2.png);
+}
+.numberinputwh{
+ width: 890px;
+ height:36px;
+ border: none;
+}
+.butbgwh{
+ height: 152px;
+}
+.emaildes{
+ margin-top: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ padding-bottom: 40px;
+}
+.emailedestitle{
+ font-size:24px;
+
+ color:rgba(184,55,32,1);
+ line-height:33px;
+}
+.filenumber{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 20px;
+}
+.opinion{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+}
+.opiniondes{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 40px;
+}
+.updataopinion{
+ margin-top: 65px;
+}
+.updatatitle{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 10px;
+}
+.opiniontz{
+ margin-top: 60px;
+}
+.opinionbtright{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.qscode2{
+ width: 210px;
+ height: 210px;
+ background-image: url(../images/rubbish/qscode2.png);
+ margin-top: 30px;
+}
+.opinionaddress{
+ margin-top: 30px;
+ width: 220px;
+}
+.numberlogoleft2{
+ width: 200px;
+ text-align: right;
+}
+.numberinputwh2{
+ width: 800px;
+}
+.numberinputwh3{
+ width: 400px;
+}
+.linesize{
+ color: rgba(128, 128, 128, 1);
+ font-size: 12px;
+}
+.textarealeft2{
+ background-image: url(../images/gold_big_left2.png);
+}
+.textarearight2{
+ background-image: url(../images/gold_big_right2.png);
+}
+.textareacenter2{
+ background-image: url(../images/gold_big_middle2.png);
+}
+.basiccon2{
+ padding: 20px 20px 0 20px;
+}
+.basiccon3{
+ padding: 0 20px 0 20px;
+ border-top: 20px solid rgba(245,245,245,1);
+}
+.modept{
+ padding-top:30px;
+ padding-bottom:30px;
+}
+.filename{
+ font-size:20px;
+
+ color:rgba(27,26,53,1);
+ line-height:28px;
+ margin-right: 21px;
+ margin-left:21px;
+}
+.sicon{
+ width: 16px;
+ height: 8px;
+ background-image: url(../images/Sicon.png);
+}
+.buttonright2{
+ min-width: 72px;
+}
+.xuzhi{
+ margin-left: 20px;
+}
+.updataopinion2{
+ margin-top: 40px;
+}
+
+/*************弹出层样式***********/
+.reveal-modal-bg {
+ position: fixed;
+ height: 100%;
+ width: 100%;
+ z-index: 100;
+ display: none;
+ top: 0;
+ left: 0;
+ background: rgba(00, 00, 00, 0.8)
+}
+.reveal-modal {
+ visibility: hidden;
+ top: 5% !important;
+ left: 50%;
+ margin-left: -300px;
+ width: 645px;
+ position:fixed;
+ z-index: 9999;
+ padding: 60px 100px 34px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -box-shadow: 0 0 10px rgba(0,0,0,.4);
+ background-image: url(../images/loginbg.png);
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+.cheless{
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+
+.reveal-modal.small {
+ width: 200px;
+ margin-left: -140px;
+}
+
+.reveal-modal.medium {
+ width: 400px;
+ margin-left: -240px;
+}
+
+.reveal-modal.large {
+ width: 600px;
+ margin-left: -340px;
+}
+
+.reveal-modal.xlarge {
+ width: 800px;
+ margin-left: -440px;
+}
+
+
+
+.reveal-modal .close-reveal-modal {
+ font-size: 55px;
+ line-height: 0.5;
+ position: absolute;
+ top:11px !important;
+ right: 11px;
+ color: rgba(76,76,76,1);
+ text-shadow: 0 -1px 1px rbga(0,0,0,.6);
+ font-weight: bold;
+ cursor: pointer;
+}
+.logintop{
+ margin-top:12px;
+ margin-bottom:22px;
+}
+.logintitle{
+ font-size:24px;
+
+ color:rgba(76,76,76,1);
+ line-height:33px
+}
+.registerpage{
+ font-size:18px;
+
+ color:rgba(188,142,30,1);
+ line-height:25px;
+}
+.loginname{
+ font-size: 26px !important;
+ color: rgba(193,160,80,1);
+ margin-right: 20px;
+}
+.logininput input{
+ background: none;
+}
+.numberinputwh4{
+ width: 350px;
+}
+.loginpagemb{
+ margin-bottom: 24px;
+}
+.authcode{
+ width: 250px;
+ height: 42px;
+ background-color: #dedede;
+}
+.loginpagemt{
+ margin-top: 40px;
+}
+.rememberpassword{
+ font-size: 16px;
+ font-family: PingFangSC-Regular;
+ color: rgba(76,76,76,1);
+ line-height: 22px
+}
+.forgetpassword{
+ font-size:16px;
+
+ color:rgba(235,76,18,1);
+ line-height:22px;
+}
+.loginbutton{
+ height:56px;
+ background:rgba(235,76,18,1);
+ border-radius: 8px ;
+ font-size:24px;
+
+ color:rgba(255,255,255,1);
+ line-height:33px;
+ margin: 32px 0;
+}
+.registered{
+ font-size:24px;
+
+ color:rgba(235,76,18,1);
+ line-height:33px;
+ margin: 0 11px;
+}
+.cardregisterpage{
+ font-size:24px;
+
+ color:rgba(128,128,128,1);
+ line-height:33px;
+}
+.fillecode{
+ font-size:16px;
+
+ color:rgba(184,55,32,1);
+ line-height:25px;
+ width: 120px;
+}
+.havename{
+ font-size:18px;
+
+ color:rgba(76,76,76,1);
+ line-height:25px;
+}
+.havelogin{
+ color: rgba(235, 76, 18, 1);
+}
+.perfect{
+ font-size:24px;
+
+ color:rgba(27,26,53,1);
+ line-height:33px;
+ margin: 0 41px;
+}
+.perfectname{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px
+}
+.resitop{
+ margin-top: 80px;
+}
+.resiover{
+ background:rgba(207,200,208,1);
+ border:1px solid rgba(128, 128, 128, 1);
+}
+.uploadcard{
+ font-size:20px;
+
+ color:rgba(27,26,53,1);
+ line-height:28px;
+}
+.siconleft{
+ margin-left: 30px;
+}
+.siconeight{
+ margin-right: 30px;
+}
+.cardtitle{
+ font-size:24px;
+
+ color:rgba(27,26,53,1);
+ line-height:33px;
+}
+.findtitle{
+ font-size:24px;
+
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.aginresi{
+ font-size:18px;
+
+ color:rgba(235,76,18,1);
+ line-height:25px;
+}
+.mianzhuc{
+ font-size:18px;
+
+ color:rgba(188,142,30,1);
+ line-height:25px;
+}
+.miantop{
+ margin-top: 60px;
+}
+.notetitle{
+ font-size:24px;
+
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.notedes{
+ font-size:20px;
+
+ color:rgba(184,55,32,1);
+ line-height:40px;
+ width: 312px;
+}
+.alertbg{
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px ;
+}
+.cooperationbg{
+ width:1000px;
+ height:600px;
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px;
+ left:50%;
+ margin-left:-500px;
+ padding: 0 20px;
+}
+.cooperationtitle{
+ height: 68px;
+}
+.cooperationname{
+ font-size:22px;
+
+ color:rgba(27,26,53,1);
+ line-height:68px;
+}
+.part1{
+ width: 100%;
+ height: 358px;
+ overflow: hidden;
+ border:1px solid rgba(224, 224, 224, 1);
+ border-radius: 4px ;
+}
+.item{
+ position: relative;
+ height: 358px;
+
+ overflow-y: scroll;
+ outline: none;
+ line-height:20px;
+}
+.itemtitle{
+ font-size:24px;
+
+ color:rgba(184,55,32,1);
+ line-height:33px;
+ margin-top: 60px;
+ text-align: center;
+}
+.itemtitledes{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ text-align: center;
+ margin-top: 20px;
+}
+.itemsamilltitle{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+ text-align: center;
+}
+.itembody{
+ font-size:16px;
+
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 60px;
+ padding: 0 20px 60px 20px;
+}
+.yiyue{
+ height:62px;
+ background:rgba(244,242,245,1);
+ font-size:16px;
+
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ padding-left: 26px;
+ margin-top: -63px;
+ -webkit-border-bottom-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius:4px;
+ border-bottom-right-radius: 4px;
+ margin-left: 1px;
+}
+.guaipailess{
+ margin-top: 17px;
+ padding: 0 20px;
+ margin-bottom: 20px;
+}
+.lessleft{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+
+}
+.lessleftml{
+ margin-left: 20px;
+}
+.cancel{
+ font-size:14px !important;
+
+ color:rgba(144,129,95,1) !important;
+ font-weight: lighter !important;
+ top: 0 !important;
+ right: 0 !important;
+ position: relative !important;
+}
+
+.navContent{
+ display: none;
+}
+.samlltitve{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.zhidutitle{
+ line-height: 50px;
+ text-align: center;
+ padding-left: 10px;
+ font-size:0.9em;
+ border-bottom: 1px solid rgba(230,226,231,1);
+ height: 50px;
+ cursor: pointer;
+}
+.codebg{
+ visibility: hidden;
+ top: 40px !important;
+ left: 67%;
+ margin-left: -300px;
+ width: 300px;
+ position: fixed;
+ z-index: 101;
+ padding: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ -box-shadow: none;
+ background-image: none;
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+
+.arrow_box2 {
+ position: relative;
+ background: rgba(255,255,255,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+
+}
+.arrow_box2::after,
+.arrow_box2::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box2.top::after,
+.arrow_box2.top::before {
+ bottom: 100%;
+}
+
+.arrow_box2.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 150px;
+ margin-left: -10px;
+}
+.arrow_box2.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 150px;
+ margin-left: -11px;
+}
+.qrcodebody{
+ padding: 24px 20px;
+ padding-bottom:0px;
+}
+.qrcodeimages{
+ width: 120px;
+ height: 120px;
+}
+.qricon{
+ background-image: url(../images/qrcode/qrcode1.png);
+}
+.gongguantitle{
+ font-size:14px;
+
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.ggmarginleft{
+ margin-right: 20px;
+}
+.doubtwin{
+ position: fixed;
+ width: 460px;
+ left: 10px;
+ bottom: 20px;
+ z-index: 9999;
+}
+.doubtleft{
+ width: 154px;
+ height: 230px;
+ background-image: url(../images/red-pic.png);
+ padding: 38px 34px
+}
+.doubtleftname{
+ font-size:20px;
+
+ line-height:28px;
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ font-weight: bolder;
+}
+.doubtleftcon{
+ margin-top: 23px;
+}
+.qqfontcolor{
+ font-size:14px;
+
+ color:rgba(253,218,132,1);
+ line-height:20px;
+}
+.qqnumberfont{
+ margin-left: 11px;
+}
+.doubtleftconmt{
+ margin-top: 12px;
+}
+.doubtleftnamemt{
+ margin-top: 20px
+}
+.doubtright{
+ width: 174px;
+ background-image: url(../images/gold-pic.png);
+ padding: 28px 32px;
+}
+.doubtrighttitle{
+ font-size:20px;
+
+ color:rgba(235,76,18,1);
+ line-height:28px;
+ font-weight: bolder;
+ background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(235, 76, 18, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.gtitle{
+ font-size:18px;
+
+ color:rgba(184,55,32,1);
+ line-height:25px;
+}
+.rightqqfontcolor2{
+ color: rgba(184,55,32,1) !important;
+}
+.rightqqfontcolor{
+ color:rgba(27,26,53,1) !important;
+}
+.doubcolose{
+ position: absolute;
+ top: 25px;
+ right: 25px;
+ z-index: 99999;
+ cursor:pointer;
+}
+.doubcolosefont{
+ font-size: 24px !important;
+ color: rgba(76,76,76,1);
+}
+.doubtop{
+ top: -20px;
+}
+
+/********有疑问请点我新的样式************/
+.clickme{
+ position: fixed;
+ width: 706px;
+ background-image: url(../images/bg_gold.png);
+ top: 100px;
+ left: 20%;
+ padding: 15px;
+ z-index: 999;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.clickmeborder{
+ border-right: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+}
+.clickmeborderbt{
+ border-bottom: 1px solid rgba(235,76,18,1);
+ border-radius: 2px
+}
+.jinfumr{
+ margin-right: 20px;
+
+}
+.jinfuml{
+ margin-left: 20px;
+}
+.clickmeborderbtb{
+ border-bottom: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+ padding-bottom: 15px;
+}
+.alertwin{
+ width: 240px;
+ height: 80px;
+ position: fixed;
+ top: 50%;
+ left: 45%;
+ background-image: url(../images/bg_alert.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ z-index: 9999;
+}
+.alertheight{
+ height: 100%;
+}
+.alertfont{
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.lesstbmt{
+ position: absolute;
+ z-index: 100;
+ top: 532px;
+ width: 100%;
+}
+
+.lastedmenu{
+ margin-top: 22px;
+ margin-bottom: 20px;
+}
+.lastedtitle{
+ font-size:14px;
+
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-right: 10px;
+}
+.lastedtitlemenu{
+ font-size:14px;
+
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-right: 30px;
+ cursor: pointer;
+}
+.lastedmenuactive{
+ background:rgba(184,55,32,1);
+ color:rgba(245,245,245,1);
+ border-radius: 2px ;
+ padding: 2px 3px;
+}
+.lastedsearch{
+ height: 32px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+}
+.lastedsearchinput{
+ width: 100%;
+ height: 29px;
+ border: none;
+ background: none;
+ padding-left: 10px;
+}
+.lastedbutton{
+ width:72px;
+ height:32px;
+ background:rgba(184,55,32,1);
+ border-radius: 2px ;
+ font-size:12px;
+
+ color:rgba(245,245,245,1);
+ line-height:17px;
+ cursor: pointer;
+}
+.liastedimg{
+ margin-top:10px;
+ width:462px;
+ text-align:center;
+}
+.liastedimgwh{
+ height: 158px;
+}
+.liastedimgimg{
+ background-image: url(../images/rubbish/lasted1.png);
+}
+.lastedlist{
+
+}
+.xiangxi{
+ color: #8d8d8d
+}
+.expertsmr{
+ margin-right: 50px;
+}
+.experts{
+ width: 220px;
+ height: 220px;
+
+}
+.expertsimg{
+ background-image: url(../images/rubbish/experts.png);
+}
+.expertsname{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-right: 46px;
+ margin-left: 46px;
+}
+.expertsmt{
+ margin-top: 20px;
+}
+.otherexperts{
+ margin-top: 60px;
+}
+.otherexpertstitle{
+ font-size:20px;
+
+ color:rgba(144,129,95,1);
+ line-height:28px;
+}
+.wenli{
+ color: rgba(244,242,245,1);
+ font-size: 12px !important;
+}
+.otherlist{
+ margin-top: 66px;
+}
+#swiper-experts {
+ width: 100%;
+ height: 120px;
+}
+.jiancolor{
+ color: rgba(245,245,245,1);
+ font-size: 12px !important;
+}
+.otherimg{
+ width: 120px;
+ height: 120px;
+ border-radius: 3px;
+ cursor: pointer;
+}
+.bankimg{
+ width: 380px;
+ height: 240px;
+}
+.banckimgimg{
+ background-image: url(../images/rubbish/bankimg.png);
+}
+.bankdelete{
+ width: 200px;
+ height: 48px;
+ background-image: url(../images/btn_delete.png);
+ font-size:16px;
+
+ color:rgba(244,242,245,1);
+ line-height:22px;
+ background-size: 100% 100%;
+}
+.imgcamer{
+ background-image: url(../images/imgcamer.png);
+
+}
+.jiahao{
+ color: rgba(207,200,208,1);
+ border-radius: 2px ;
+ font-size: 64px !important;
+}
+.uoimg{
+ font-size:16px;
+
+ color:rgba(128,128,128,1);
+ line-height:22px;
+ margin-top: 34px;
+}
+
+.upfileter{
+ position: absolute;
+ width: 61px;
+ height: 32px;
+ left: 100px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+ top: 0px;
+}
+.detelefileter{
+ width: 200px;
+ height: 48px;
+ position: absolute;
+ top: 96px;
+ right: 90px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.imgfileter{
+ width: 380px;
+ height: 240px;
+ position: absolute;
+ top: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.loginbuttonupimg{
+ height: 38px;
+ background: rgba(235,76,18,1);
+ border-radius: 8px;
+ font-size: 16px;
+
+ color: rgba(255,255,255,1);
+ line-height: 38px;
+ margin: 10px 0;
+}
+.loginfile{
+ width: 100%;
+ height: 38px;
+ position: absolute;
+ top: 10px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.gghaoimg{
+ background-image: url(../images/gghao.png);
+}
+.shenzhen{
+ background-image: url(../images/shenzhen.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+.beijing{
+ background-image: url(../images/beijing.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+@media screen and (max-width: 1366px) {
+ .service{
+ width: 231px;
+ }
+ .serviceIcon{
+ margin-left: 14px;
+ }
+}
+
+.phoneleftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left2.png);
+ background-size: 9px 32px;
+}
+.phonerightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right2.png);
+ background-size: 9px 32px;
+}
+.phonecenterbutton{
+ background-image: url(../images/ink_small_middle2.png);
+ background-size: auto 32px;
+ font-size:16px;
+
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.phonedeimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+
+
+.phonesicon{
+ background-image: url(../images/Sicon2.png);
+}
+.phonemap{
+ margin-top: 2em;
+ padding: 1em;
+}
+.container{
+ height: 630px;
+ width: 576px;
+ background-image: url(../images/map.png);
+}
+.amap-logo {
+ right: 0 !important;
+ left: auto !important;
+ display: none;
+}
+
+.amap-copyright {
+ right: 70px !important;
+ left: auto !important;
+}
+.bitian{
+ font-size: 16px;
+ color: rgba(128, 128, 128, 1);
+}
+.youname{
+ height: auto;
+}
+.faliuy{
+ margin-bottom: 20px
+}
+.mapbg{
+ width: 490px;
+ height: 185px;
+ background-image: url(../images/bg.png);
+ padding: 3px 20px;
+}
+.phonemapbg{
+ background-image: url(../images/phonebg.png);
+}
+.dingwei{
+ font-size: 20px !important;
+ color: rgba(245,165,136,1);
+}
+.dingweiadress{
+ font-size:16px;
+
+ color:rgba(235,76,18,1);
+ line-height:32px;
+ margin: 0 5px;
+}
+.dingname{
+ color: rgba(27, 26, 53, 1)
+}
+.dingline{
+ color: rgba(207, 200, 208, 1)
+}
+.tabledes tr{
+ cursor: pointer;
+}
+.pinginput{
+ width: 122px;
+ height: 32px;
+ position: absolute;
+ top: 3px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+
+.detailesname{
+ font-size:18px;
+
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ width: 276px;
+}
+.companyheader{
+ width: 110px;
+ height: 110px;
+ -webkit-border-radius: 110px;
+ border-radius: 110px;
+}
+.companyinput{
+ width: 108px;
+ height: 32px;
+ position: absolute;
+ top: 69px;
+ right: 101px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.productpadding{
+ padding-bottom: 50px;
+}
+.nav1{
+ perspective:100%;
+}
+.nav1 .datawidth:hover{
+ transform:rotateY(360deg) scale(1.1);
+}
+/* Sweep To Right */
+.hvr-sweep-to-right {
+ display: inline-block;
+ vertical-align: middle;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -moz-osx-font-smoothing: grayscale;
+ position: relative;
+ -webkit-transition-property: color;
+ transition-property: color;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+
+}
+.hvr-sweep-to-right:before {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ left: -5px;
+ right: -5px;
+ bottom: 0;
+ background: rgba(204,204,204,0.5);
+ -webkit-transform: scaleX(0);
+ transform: scaleX(0);
+ -webkit-transform-origin: 0 50%;
+ transform-origin: 0 50%;
+ -webkit-transition-property: transform;
+ transition-property: transform;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+
+}
+.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
+}
+.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1);
+
+}
+.fistcardtitle{
+ top: 36px;
+}
+.winmenu .fistcard{
+ display: inline-block;
+ width: 82px;
+ height: 74px;
+ text-align: center;
+ position: relative;
+ text-decoration: none;
+ overflow: hidden;
+
+}
+.winmenu .fistcard .iconfont{
+ position: absolute;
+ top: 12px;
+ left: 0;
+ display: inline-block;
+ width: 100%;
+ text-align: center;
+ filter:alpha(opacity=100);
+ opacity: 1;
+}
+.partialBorder {
+ -webkit-transform: scale(0.5);
+ -moz-transform: scale(0.5);
+ -o-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: 0;
+}
+.partialBorder > div {
+ position: absolute;
+ height: 10%;
+ width: 10%;
+ border: .15vw solid #fff;
+}
+.partialBorder .leftTop {
+ left: 0;
+ top: 0;
+ border-right: none;
+ border-bottom: none;
+}
+.partialBorder .rightTop {
+ right: 0;
+ top: 0;
+ border-left: none;
+ border-bottom: none;
+}
+.partialBorder .leftBot {
+ left: 0;
+ bottom: 0;
+ border-right: none;
+ border-top: none;
+}
+.partialBorder .rightBot {
+ right: 0;
+ bottom: 0;
+ border-left: none;
+ border-top: none;
+}
+.adleftsizing div, .adleftsizing div:before, .adleftsizing div:after {
+ -webkit-transition: 0.5s;
+ -moz-transition: 0.5s;
+ -o-transition: 0.5s;
+ transition: 0.5s;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 0;
+}
+
+.elem {
+ display: inline-block;
+ color: white;
+ position: relative;
+ overflow: hidden;
+ will-change: transform;
+}
+.elem:before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ opacity: 0;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ will-change: transform, opacity;
+}
+.elem:after {
+ content: "";
+ position: absolute;
+ will-change: transform;
+}
+.elem:hover:before {
+ opacity: 1;
+}
+/* SECOND ELEMENT */
+.second:before {
+
+ background-blend-mode: darken;
+}
+.second:hover .partialBorder {
+ opacity: 1;
+ -webkit-transform: scale(0.95);
+ -moz-transform: scale(0.95);
+ -o-transform: scale(0.95);
+ transform: scale(0.95);
+}
+.modenavcon, .modenavcon:before, .modenavcon:after {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+
+}
+/* MAIN VARIABLES FOR CUSTOMIZATION */
+/* -------------------------------- */
+.modenav {
+ overflow: hidden;
+ position: fixed;
+ left: 28px;
+ top: 50%;
+ width: auto;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ border-radius: 5px;
+ -webkit-transform: translate3d(-50%, 0, 0);
+ transform: translate3d(-50%, 0, 0);
+ box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+ z-index: 99999;
+}
+.modenav__cb {
+ z-index: -1000;
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0;
+ pointer-events: none;
+}
+.modenav__content {
+ position: relative;
+ width: 57px;
+ height: 100%;
+ -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+ transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+}
+.modenav__cb:checked ~ .modenav__content {
+ -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ width: 380px;
+ left: 200px;
+}
+.modenav__items {
+ position: relative;
+ width: 380px;
+ height: 100%;
+ list-style-type: none;
+ font-size: 0;
+}
+.modenav__item {
+ display: inline-block;
+ vertical-align: top;
+ text-align: center;
+ color: #ffffff;
+ font-size: 14px;
+ line-height: 57px;
+ font-weight: bold;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ -webkit-transition: color 0.3s;
+ transition: color 0.3s;
+ cursor: pointer;
+}
+.modenav__item:hover {
+}
+.modenav__item-text {
+ display: block;
+ height: 100%;
+ -webkit-transform: rotateY(-70deg);
+ transform: rotateY(-70deg);
+ opacity: 0;
+ -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item-text {
+ -webkit-transform: rotateY(0);
+ transform: rotateY(0);
+ opacity: 1;
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+}
+.modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0.3s;
+ transition-delay: 0.3s;
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0s;
+ transition-delay: 0s;
+}
+.modenav__btn {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 57px;
+ height: 57px;
+ cursor: pointer;
+}
+.modenav__btn:before, .modenav__btn:after {
+ content: "";
+ display: block;
+ border-radius: 2px;
+ -webkit-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
+ -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+}
+.modenav__btn:before {
+}
+.modenav__btn:hover:before, .modenav__btn:hover:after {
+}
+.modenav__cb:checked ~ .modenav__btn:before {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.modenav__cb:checked ~ .modenav__btn:after {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.wapper .fivediv, .businessleft, .cultureleft,.residencebodyleft,.banksbodyleft,.artfilmleft {
+/* .wapper .fivediv, .businessleft, .cultureleft,.threemodeleft, .modethreeleft,.residencebodyleft,.banksbodyleft,.artfilmleft { */
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+
+}
+.wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{
+/* .wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.threemodeleft:hover,.modethreeleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{ */
+ transform:translate(0,-3px);
+ -webkit-transform:translate(0,-3px);
+ -moz-transform:translate(0,-3px);
+ -o-transform:translate(0,-3px);
+ -ms-transform:translate(0,-3px);
+ -webkit-box-shadow:0px 5px 15px #e5e5e5;
+ -moz-box-shadow:0px 5px 15px #e5e5e5;
+ box-shadow:0px 5px 15px #e5e5e5;
+}
+.residencemenubox:hover,
+.residencemenubox:focus {
+ box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
+}
+.close {
+ --color: #ff0000;
+ --hover: rgba(213, 221, 235, 1);
+}
+.residencemenuboxtitle:hover, .residencemenuboxtitle:focus {
+ border-color: var(--hover);
+}
+.button {
+ cursor: pointer;
+ background: rgba(244,242,245,1);
+ text-decoration: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+/* Bubble Right */
+.bubble-right {
+ display: inline-block;
+ position: relative;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+}
+.bubble-right:before {
+ pointer-events: none;
+ position: absolute;
+ z-index: -1;
+ content: '';
+ border-style: solid;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-property: right;
+ transition-property: right;
+ top: calc(50% - 10px);
+ right: 0;
+ border-width: 10px 0 10px 10px;
+ border-color: transparent transparent transparent rgba(244,242,245,1);
+}
+.bubble-right:hover:before, .bubble-right:focus:before, .bubble-right:active:before {
+ right: -10px;
+}
+.modeleftmenuactive.bubble-right:before {
+ right: -10px;
+}
+
+.ub-ver
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.ub
+{
+ display: -webkit-box;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: flex;
+ position:relative;
+}
+#slidemenus .slick-slide{margin-right:10px;}
+#slidemenus .slick-arrow:before{color:#f0f0f0;opacity:1;}
+#slidemenus .slick-arrow:hover:before{color:rgba(240,60,24,1);}
+.dmenus{margin-top:50px;background:#f4f4f4;border-right:2px solid #f4f4f4;border-left:2px solid #f4f4f4;height:54px;line-height:54px;}
+.dmenus .dmenu{display:inline-block;cursor:pointer;vertical-align:top;height:54px;min-width:15%;text-align:center;font-size: 14px;color: #999;}
+.dmenus .active{color:#000;background: #fff;border-top: 2px solid rgb(191,54,40);}
+.dbody{display:none;padding:20px 10px;font-size: 14px;min-height:300px;}
+.dbodys .active{display:block;}
+.detailshow{padding:20px 0px;border-bottom:1px solid rgba(244,242,245,1);font-size: 16px;color: #333;}
+.detailshow .show{display:inline-block;padding-right:2%;font-size: 14px;vertical-align:top;min-width:19%;line-height:36px;}
+.detailshow .col3{width:32.5%;}
+.detailshow .col5{width:19.5%;}
+#subform,#subform2{padding-top:5%;padding-left:9%;}
+.formrow label,.formrow .input{display:inline-block;vertical-align:top;line-height:2.1em;}
+.formrow .input{text-align:left;width:54%;}
+.formrow input{line-height:2.1em;text-indent:10px;width:50%;display:inline-block;vertical-align:top;}
+.formrow .error{width:26%;color:rgb(191,54,40);padding-left:2%;display:inline-block;vertical-align:top;}
+.formrow label{width:28%;width:120px;text-align:right;color:#999;margin-right:10px;}
+.formrow{margin-bottom:20px;}
+.formrow button{width:120px;line-height:2.6em;}
+.redbtn{outline:none;cursor:pointer;background:rgb(191,54,40);border:none;width:80px;line-height:2.2em;font-size:1em;text-align:center;color:#fff;}
+.clearfix:after, .clearfix:before {
+ display: table;
+ content: " "; }
+.clearfix:after {
+ clear: both; }
+.text-center{text-align:center;}
+.href-abs {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 9; }
+
+.detailsdes-new {
+ margin-top: 40px; }
+ .detailsdes-new .products-wrapper {
+ margin: 0 -20px; }
+ .swiper-slide .slideimg, .products-wrapper .product {
+ width: 20%;
+ display: inline-block;
+ float: left;
+ padding: 0 20px;
+ margin-bottom: 20px; }
+ .fig-default:hover .fig-media .img-shell img {
+ transform: scale(1.2) translate3d(0, 0, 0);
+ -webkit-filter: grayscale(0%);
+ /* Webkit */ }
+ .fig-default .fig-media {
+ position: relative;
+ background-color: #f0f0f0;
+ margin-bottom: 10px; }
+ .fig-default .fig-media:before {
+ content: "";
+ display: block;
+ padding-top: 100%; }
+ .fig-default .fig-media .img-shell {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ overflow: hidden; }
+ .fig-default .fig-media .img-shell img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ max-width: 100%;
+ max-height: 100%;
+ margin: auto;
+ -webkit-transition: all 0.35s;
+ -moz-transition: all 0.35s;
+ -ms-transition: all 0.35s;
+ -o-transition: all 0.35s;
+ transition: all 0.35s;
+ /* Webkit */ }
+ .fig-default .fig-info {
+ cursor:pointer;
+ color: #444;
+ padding: 5px; }
+ .fig-default .fig-info .tit {
+ font-size: 14px;
+ text-align: center;
+ margin-bottom: 10px;
+ white-space: nowrap;
+ -ms-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ overflow: hidden; }
+ .fig-default .fig-info .attrs {
+ font-size: 12px;
+ text-align: left; }
+ .fig-default .fig-info .attrs p {
+ line-height: 1.6;
+ color: #666666;
+ white-space: nowrap;
+ -ms-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ overflow: hidden; }
+ .categorylist .active{color:#7c1c1c;}
+
+
+ .swiper-slide .fig-default .fig-media,.swiper-slide .slideimg{margin-bottom:0px;}
+ .swiper-slide .slideimg{height:170px;}
+ .swiper-slide .fig-default .fig-info{padding:5px 0px;}
+.swiper-slide .fig-default .fig-media:before{padding-top:90%;}
+ .swiper-pagination .swiper-pagination-bullet-active{background:rgb(191,54,40);opacity:1;}
+.detailsdes-new .left, .detailsdes-new .right {
+ display: inline-block;
+ float: left; }
+.detailsdes-new .left {
+ width: 38%; }
+ .detailsdes-new .left .de-img-wrapper {
+ background-color: #f0f0f0;
+ position: relative; }
+ .detailsdes-new .left .de-img-wrapper:before {
+ display: block;
+ content: "";
+ padding-top:100%; }
+ .detailsdes-new .left .de-img-wrapper .img-shell {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ overflow: hidden; }
+ .detailsdes-new .left .de-img-wrapper .img-shell video,.detailsdes-new .left .de-img-wrapper .img-shell img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ max-width: 100%;
+ max-height: 100%;
+ margin: auto;
+ -webkit-transition: all 0.35s;
+ -moz-transition: all 0.35s;
+ -ms-transition: all 0.35s;
+ -o-transition: all 0.35s;
+ transition: all 0.35s;}
+.detailsdes-new .right {
+ width: 62%;
+ font-size: 14px;
+ padding-left: 1rem; }
+ .detailsdes-new .right p {
+ color: rgba(0, 0, 0, 0.7);
+ display: block;
+ height: 2.5rem;
+ line-height: 2.5em; }
+ .detailsdes-new .right p span {
+ display: inline-block;
+ height: 2.5em;
+ overflow: hidden; }
+ .detailsdes-new .right span:nth-child(1) {
+ color: rgba(0, 0, 0, 0.4);
+ width: 8em;
+ text-align: justify; }
+ .detailsdes-new .right p span:after {
+ display: inline-block;
+ width: 100%;
+ content: ''; }
+.right_fixd{position: fixed;bottom: 20px;right: 10px;width: 84px;z-index: 999;}
+.right_fixd .r_menu{font-size: 12px;color: #666666;box-shadow: 0 3px 10px rgba(0,0,0,.35);}
+.right_fixd .item{background-color: #FFFFFF;display: inline-block;width: 100%;height: 74px;text-align: center;position: relative;text-decoration: none;overflow: hidden;border-top: 1px solid #E6E6E6;cursor: pointer;float: left;}
+.right_fixd .cateitem{height:44px;}
+.right_fixd .r_menu .item .iconfont_tm{font-size: 22px;position: absolute;top: 12px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
+.right_fixd .r_menu .item.totop .iconfont_tm{font-size: 12px;}
+.right_fixd .r_menu .item .desc{position: absolute;bottom: 12px;left: 50%;width: 100%;line-height: 15px;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
+.right_fixd .item:hover,.right_fixd .item.active{background-color:#BF3628;color: #FFFFFF;transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s; -o-transition: all .3s;}
+.right_fixd .r_menu .item:first-child{border-top: 0;}
+.right_fixd .r_menu:last-child{margin-top: 12px;}
+
+.boxinner_p{padding: 17px 0px 0px 6px;}
+.boxinner_p p{ color:#8f8fa8; font-size: 14px; line-height: 24px;}
+
+.searchitem{margin:20px 40px 0px 40px;}
+.searchitem .label,.searchitem .choose,.searchitem{display:inline-block;vertical-align:top;}
+.searchitem .choose{border:2px solid rgba(207,200,208,1);min-width:188px;}
+.searchitem select{width:100%;}
+.searchitem .label{line-height:28px;color:rgba(76,76,76,.7);font-size:14px;}
+
diff --git a/app/home/view/szwjs/public/css/public2.css b/app/home/view/szwjs/public/css/public2.css
new file mode 100644
index 0000000..f3eb776
--- /dev/null
+++ b/app/home/view/szwjs/public/css/public2.css
@@ -0,0 +1,577 @@
+.culturebgimg2{
+ background-image: url(../images/rubbish/culture02.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturebgimg3{
+ background-image: url(../images/rubbish/culture03.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturebgimg4{
+ background-image: url(../images/rubbish/culture04.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.companyheader{
+ width: 110px;
+ height: 110px;
+ -webkit-border-radius: 110px;
+ border-radius: 110px;
+}
+.adlefttopimg2{
+ background-image: url(../images/rubbish/ad02.png);
+ }
+.adlefttopimg3{
+ background-image: url(../images/img-ly-1.jpg);
+}
+.adlefttopimg4{
+ background-image: url(../images/img-ly-2.jpg);
+}
+.adlefttopimg5{
+ background-image: url(../images/img-tzr-1.jpg);
+}
+.adlefttopimg6{
+ background-image: url(../images/img-tzr-2.jpg);
+}
+.adlefttopimg7{
+ background-image: url(../images/img-tzr-3.jpg);
+}
+
+.businessimgages2{
+ background-image: url(../images/rubbish/business02.png);
+}
+.businessimgages3{
+ background-image: url(../images/rubbish/business03.png);
+}
+
+.threemode .adleftimg:nth-child(2){
+ margin: 0 21px;
+ background-image: url(../images/rubbish/threemode02.png);
+}
+.threeimg3{
+ background-image: url(../images/rubbish/threemode03.png);
+}
+.pagination a{
+ color: #666;
+}
+.list-page{
+ margin: 20px auto;
+ font-size: 14px;
+}
+
+.pagination {
+ display: inline-block;
+ padding-left: 0;
+ margin: 20px 0;
+ border-radius: 4px
+}
+
+.pagination>li {
+ display: inline
+}
+
+.pagination>li>a,.pagination>li>span {
+ position: relative;
+ float: left;
+ padding: 6px 12px;
+ margin-left: -1px;
+ line-height: 1.428571429;
+ text-decoration: none;
+ background-color: #fff;
+ border: 1px solid #ddd
+}
+
+.pagination>li:first-child>a,.pagination>li:first-child>span {
+ margin-left: 0;
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 4px
+}
+
+.pagination>li:last-child>a,.pagination>li:last-child>span {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px
+}
+
+.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
+ background-color: #eee
+}
+
+.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #d43f3a;
+ border-color: #d43f3a
+}
+
+.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span {
+ color: #999;
+ cursor: not-allowed;
+ background-color: #fff;
+ border-color: #ddd
+}
+
+.pagination-lg>li>a,.pagination-lg>li>span {
+ padding: 10px 16px;
+ font-size: 18px
+}
+
+.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
+ border-bottom-left-radius: 6px;
+ border-top-left-radius: 6px
+}
+
+.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
+ border-top-right-radius: 6px;
+ border-bottom-right-radius: 6px
+}
+
+.pagination-sm>li>a,.pagination-sm>li>span {
+ padding: 5px 10px;
+ font-size: 12px
+}
+
+.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
+ border-bottom-left-radius: 3px;
+ border-top-left-radius: 3px
+}
+
+.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px
+}
+a{text-decoration: none;}
+
+
+.partialBorder{
+ cursor: pointer;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 60;
+}
+.elem {
+ display: inline-block;
+ color: white;
+ position: relative;
+ overflow: hidden;
+ will-change: transform;
+}
+
+.elem:before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ opacity: 0;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ will-change: transform, opacity;
+}
+.elem:after {
+ content: "";
+ position: absolute;
+ will-change: transform;
+}
+
+.elem:hover:before {
+ opacity: 1;
+}
+/* SECOND ELEMENT */
+.second:before {
+
+ background-blend-mode: darken;
+}
+.second:hover .partialBorder {
+ opacity: 1;
+ -webkit-transform: scale(0.95);
+ -moz-transform: scale(0.95);
+ -o-transform: scale(0.95);
+ transform: scale(0.95);
+}
+
+.partialBorder {
+ -webkit-transform: scale(0.5);
+ -moz-transform: scale(0.5);
+ -o-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: 0;
+}
+
+.partialBorder > div {
+ position: absolute;
+ height: 10%;
+ width: 10%;
+ border: .15vw solid #fff;
+}
+
+.partialBorder .leftTop {
+ left: 0;
+ top: 0;
+ border-right: none;
+ border-bottom: none;
+}
+
+.partialBorder .rightTop {
+ right: 0;
+ top: 0;
+ border-left: none;
+ border-bottom: none;
+}
+
+.partialBorder .leftBot {
+ left: 0;
+ bottom: 0;
+ border-right: none;
+ border-top: none;
+}
+
+.partialBorder .rightBot {
+ right: 0;
+ bottom: 0;
+ border-left: none;
+ border-top: none;
+}
+.adleftsizing div, .adleftsizing div:before, .adleftsizing div:after {
+ -webkit-transition: 0.5s;
+ -moz-transition: 0.5s;
+ -o-transition: 0.5s;
+ transition: 0.5s;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 0;
+}
+ /* Sweep To Right */
+.hvr-sweep-to-right {
+ display: inline-block;
+ vertical-align: middle;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -moz-osx-font-smoothing: grayscale;
+ position: relative;
+ -webkit-transition-property: color;
+ transition-property: color;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+
+}
+.hvr-sweep-to-right:before {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ left: -5px;
+ right: -5px;
+ bottom: 0;
+ background: rgba(204,204,204,0.5);
+ -webkit-transform: scaleX(0);
+ transform: scaleX(0);
+ -webkit-transform-origin: 0 50%;
+ transform-origin: 0 50%;
+ -webkit-transition-property: transform;
+ transition-property: transform;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+
+}
+.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
+}
+.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1);
+
+}
+
+
+.mode .tobig-img:hover{
+ -webkit-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ transform: scale(1.05);
+ z-index: 3000;
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+}
+
+.fistcardtitle{
+ top: 36px;
+ position: relative
+}
+.winmenu .fistcard{
+ display: inline-block;
+ width: 82px;
+ height: 74px;
+ text-align: center;
+ position: relative;
+ text-decoration: none;
+ overflow: hidden;
+
+}
+.winmenu .fistcard .iconfont{
+ position: absolute;
+ top: 12px;
+ left: 0;
+ display: inline-block;
+ width: 100%;
+ text-align: center;
+ filter:alpha(opacity=100);
+ opacity: 1;
+}
+
+
+/* MAIN VARIABLES FOR CUSTOMIZATION */
+/* -------------------------------- */
+.modenav {
+ overflow: hidden;
+ position: fixed;
+ left: 28px;
+ top: 50%;
+ width: auto;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ border-radius: 5px;
+ -webkit-transform: translate3d(-50%, 0, 0);
+ transform: translate3d(-50%, 0, 0);
+ box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+ z-index: 99999;
+}
+
+.modenav__cb {
+ z-index: -1000;
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0;
+ pointer-events: none;
+}
+
+.modenav__content {
+ position: relative;
+ width: 57px;
+ height: 100%;
+ -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+ transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+}
+
+.modenav__cb:checked ~ .modenav__content {
+ -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ width: 380px;
+ left: 200px;
+}
+
+.modenav__items {
+ position: relative;
+ width: 380px;
+ height: 100%;
+ list-style-type: none;
+ font-size: 0;
+}
+
+.modenav__item {
+ display: inline-block;
+ vertical-align: top;
+ text-align: center;
+ color: #ffffff;
+ font-size: 14px;
+ line-height: 57px;
+ font-weight: bold;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ -webkit-transition: color 0.3s;
+ transition: color 0.3s;
+ cursor: pointer;
+}
+
+.modenav__item:hover {
+}
+
+.modenav__item-text {
+ display: block;
+ height: 100%;
+ -webkit-transform: rotateY(-70deg);
+ transform: rotateY(-70deg);
+ opacity: 0;
+ -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+}
+
+.modenav__cb:checked ~ .modenav__content .modenav__item-text {
+ -webkit-transform: rotateY(0);
+ transform: rotateY(0);
+ opacity: 1;
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+}
+
+.modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0.3s;
+ transition-delay: 0.3s;
+}
+
+.modenav__cb:checked ~ .modenav__content .modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0s;
+ transition-delay: 0s;
+}
+
+.modenav__btn {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 57px;
+ height: 57px;
+ cursor: pointer;
+}
+
+.modenav__btn:before, .modenav__btn:after {
+ content: "";
+ display: block;
+ border-radius: 2px;
+ -webkit-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
+ -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+}
+
+.modenav__btn:before {
+}
+
+.modenav__btn:hover:before, .modenav__btn:hover:after {
+}
+
+.modenav__cb:checked ~ .modenav__btn:before {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+
+.modenav__cb:checked ~ .modenav__btn:after {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+
+.wapper .fivediv, .businessleft, .cultureleft,.residencebodyleft,.banksbodyleft,.artfilmleft {
+/* .wapper .fivediv, .businessleft, .cultureleft,.threemodeleft, .modethreeleft,.residencebodyleft,.banksbodyleft,.artfilmleft { */
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+
+}
+.wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{
+/* .wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.threemodeleft:hover,.modethreeleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{ */
+ transform:translate(0,-3px);
+ -webkit-transform:translate(0,-3px);
+ -moz-transform:translate(0,-3px);
+ -o-transform:translate(0,-3px);
+ -ms-transform:translate(0,-3px);
+ -webkit-box-shadow:0px 5px 15px #e5e5e5;
+ -moz-box-shadow:0px 5px 15px #e5e5e5;
+ box-shadow:0px 5px 15px #e5e5e5;
+}
+
+.residencemenubox:hover,
+.residencemenubox:focus {
+ box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
+}
+.close {
+ --color: #ff0000;
+ --hover: rgba(213, 221, 235, 1);
+}
+
+.residencemenuboxtitle {
+ color: var(--color);
+ -webkit-transition: 0.25s;
+ transition: 0.25s;
+}
+.residencemenuboxtitle:hover, .residencemenuboxtitle:focus {
+ border-color: var(--hover);
+}
+
+
+.button {
+ cursor: pointer;
+ background: rgba(244,242,245,1);
+ text-decoration: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+/* Bubble Right */
+.bubble-right {
+ display: inline-block;
+ position: relative;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+}
+.bubble-right:before {
+ pointer-events: none;
+ position: absolute;
+ z-index: -1;
+ content: '';
+ border-style: solid;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-property: right;
+ transition-property: right;
+ top: calc(50% - 10px);
+ right: 0;
+ border-width: 10px 0 10px 10px;
+ border-color: transparent transparent transparent rgba(244,242,245,1);
+}
+.bubble-right:hover:before, .bubble-right:focus:before, .bubble-right:active:before {
+ right: -10px;
+}
+ .newsactive2{
+ color:rgba(240,60,24,1) !important ;
+ }
+ .newsactive2 .norimg{
+ background-image: url(../images/select.png) !important;
+ }
+ .cursor_text{cursor: text;!important;}
+
+.qricon7{
+ background-image: url(../images/qrcode/qrcode7.jpg);
+ }
+ .qricon8{
+ background-image: url(../images/qrcode/qrcode8.jpg);
+ }
+input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
+ -webkit-appearance: none !important;
+ margin: 0;
+ }
+input[type="number"]{
+ -moz-appearance: textfield;
+}
+.required-sgin{
+ color: red;
+ padding-left: 10px;
+ line-height: 52px;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/public2_1229.css b/app/home/view/szwjs/public/css/public2_1229.css
new file mode 100644
index 0000000..5fe996d
--- /dev/null
+++ b/app/home/view/szwjs/public/css/public2_1229.css
@@ -0,0 +1,592 @@
+.culturebgimg2{
+ background-image: url(../images/rubbish/culture02.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturebgimg3{
+ background-image: url(../images/rubbish/culture03.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturebgimg4{
+ background-image: url(../images/rubbish/culture04.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.companyheader{
+ width: 110px;
+ height: 110px;
+ -webkit-border-radius: 110px;
+ border-radius: 110px;
+}
+.adlefttopimg2{
+ background-image: url(../images/rubbish/ad02.png);
+ }
+.adlefttopimg3{
+ background-image: url(../images/rubbish/ad03.png);
+}
+.adlefttopimg4{
+ background-image: url(../images/rubbish/ad04.png);
+}
+.businessimgages2{
+ background-image: url(../images/rubbish/business02.png);
+}
+.businessimgages3{
+ background-image: url(../images/rubbish/business03.png);
+}
+.threeimg2{
+ margin: 0 21px;
+ background-image: url(../images/rubbish/threemode02.png);
+}
+.threeimg3{
+ background-image: url(../images/rubbish/threemode03.png);
+}
+.pagination a{
+ color: #666;
+}
+.list-page{
+ margin: 20px auto;
+ font-size: 14px;
+}
+
+.pagination {
+ display: inline-block;
+ padding-left: 0;
+ margin: 20px 0;
+ border-radius: 4px
+}
+
+.pagination>li {
+ display: inline
+}
+
+.pagination>li>a,.pagination>li>span {
+ position: relative;
+ float: left;
+ padding: 6px 12px;
+ margin-left: -1px;
+ line-height: 1.428571429;
+ text-decoration: none;
+ background-color: #fff;
+ border: 1px solid #ddd
+}
+
+.pagination>li:first-child>a,.pagination>li:first-child>span {
+ margin-left: 0;
+ border-bottom-left-radius: 4px;
+ border-top-left-radius: 4px
+}
+
+.pagination>li:last-child>a,.pagination>li:last-child>span {
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px
+}
+
+.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
+ background-color: #eee
+}
+
+.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #d43f3a;
+ border-color: #d43f3a
+}
+
+.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span {
+ color: #999;
+ cursor: not-allowed;
+ background-color: #fff;
+ border-color: #ddd
+}
+
+.pagination-lg>li>a,.pagination-lg>li>span {
+ padding: 10px 16px;
+ font-size: 18px
+}
+
+.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
+ border-bottom-left-radius: 6px;
+ border-top-left-radius: 6px
+}
+
+.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
+ border-top-right-radius: 6px;
+ border-bottom-right-radius: 6px
+}
+
+.pagination-sm>li>a,.pagination-sm>li>span {
+ padding: 5px 10px;
+ font-size: 12px
+}
+
+.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
+ border-bottom-left-radius: 3px;
+ border-top-left-radius: 3px
+}
+
+.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px
+}
+a{text-decoration: none;}
+.about_v_msk {
+ width: 790px;
+ height: 490px;
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ margin-top: -250px;
+ margin-left: -400px;
+ background: #666;
+ z-index: 999999;
+ padding: 25px 25px 10px;
+ display: none;
+}
+.about_v_msk video {
+ width: 100%;
+ height: 100%;
+}
+.about_v_msk a {
+ position: absolute;
+ top: 0;
+ right: 10px;
+ border-radius: 50%;
+ color: #FFF;
+ font-size: 30px;
+}
+img{max-width: 100%;}
+
+.partialBorder{
+ cursor: pointer;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 60;
+}
+.elem {
+ display: inline-block;
+ color: white;
+ position: relative;
+ overflow: hidden;
+ will-change: transform;
+}
+
+.elem:before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ opacity: 0;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ will-change: transform, opacity;
+}
+.elem:after {
+ content: "";
+ position: absolute;
+ will-change: transform;
+}
+
+.elem:hover:before {
+ opacity: 1;
+}
+/* SECOND ELEMENT */
+.second:before {
+
+ background-blend-mode: darken;
+}
+.second:hover .partialBorder {
+ opacity: 1;
+ -webkit-transform: scale(0.95);
+ -moz-transform: scale(0.95);
+ -o-transform: scale(0.95);
+ transform: scale(0.95);
+}
+
+.partialBorder {
+ -webkit-transform: scale(0.5);
+ -moz-transform: scale(0.5);
+ -o-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: 0;
+}
+
+.partialBorder > div {
+ position: absolute;
+ height: 10%;
+ width: 10%;
+ border: .15vw solid #fff;
+}
+
+.partialBorder .leftTop {
+ left: 0;
+ top: 0;
+ border-right: none;
+ border-bottom: none;
+}
+
+.partialBorder .rightTop {
+ right: 0;
+ top: 0;
+ border-left: none;
+ border-bottom: none;
+}
+
+.partialBorder .leftBot {
+ left: 0;
+ bottom: 0;
+ border-right: none;
+ border-top: none;
+}
+
+.partialBorder .rightBot {
+ right: 0;
+ bottom: 0;
+ border-left: none;
+ border-top: none;
+}
+.adleftsizing div, .adleftsizing div:before, .adleftsizing div:after {
+ -webkit-transition: 0.5s;
+ -moz-transition: 0.5s;
+ -o-transition: 0.5s;
+ transition: 0.5s;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 0;
+}
+ /* Sweep To Right */
+.hvr-sweep-to-right {
+ display: inline-block;
+ vertical-align: middle;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -moz-osx-font-smoothing: grayscale;
+ position: relative;
+ -webkit-transition-property: color;
+ transition-property: color;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+
+}
+.hvr-sweep-to-right:before {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ left: -5px;
+ right: -5px;
+ bottom: 0;
+ background: rgba(204,204,204,0.5);
+ -webkit-transform: scaleX(0);
+ transform: scaleX(0);
+ -webkit-transform-origin: 0 50%;
+ transform-origin: 0 50%;
+ -webkit-transition-property: transform;
+ transition-property: transform;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+
+}
+.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
+}
+.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1);
+
+}
+
+
+.mode .tobig-img:hover{
+ -webkit-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ transform: scale(1.05);
+ z-index: 3000;
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+}
+
+.fistcardtitle{
+ top: 36px;
+ position: relative
+}
+.winmenu .fistcard{
+ display: inline-block;
+ width: 82px;
+ height: 74px;
+ text-align: center;
+ position: relative;
+ text-decoration: none;
+ overflow: hidden;
+
+}
+.winmenu .fistcard .iconfont{
+ position: absolute;
+ top: 12px;
+ left: 0;
+ display: inline-block;
+ width: 100%;
+ text-align: center;
+ filter:alpha(opacity=100);
+ opacity: 1;
+}
+
+
+/* MAIN VARIABLES FOR CUSTOMIZATION */
+/* -------------------------------- */
+.modenav {
+ overflow: hidden;
+ position: fixed;
+ left: 28px;
+ top: 50%;
+ width: auto;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ border-radius: 5px;
+ -webkit-transform: translate3d(-50%, 0, 0);
+ transform: translate3d(-50%, 0, 0);
+ box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+ z-index: 99999;
+}
+
+.modenav__cb {
+ z-index: -1000;
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0;
+ pointer-events: none;
+}
+
+.modenav__content {
+ position: relative;
+ width: 57px;
+ height: 100%;
+ -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+ transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+}
+
+.modenav__cb:checked ~ .modenav__content {
+ -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ width: 380px;
+ left: 200px;
+}
+
+.modenav__items {
+ position: relative;
+ width: 380px;
+ height: 100%;
+ list-style-type: none;
+ font-size: 0;
+}
+
+.modenav__item {
+ display: inline-block;
+ vertical-align: top;
+ text-align: center;
+ color: #ffffff;
+ font-size: 14px;
+ line-height: 57px;
+ font-family: Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ -webkit-transition: color 0.3s;
+ transition: color 0.3s;
+ cursor: pointer;
+}
+
+.modenav__item:hover {
+}
+
+.modenav__item-text {
+ display: block;
+ height: 100%;
+ -webkit-transform: rotateY(-70deg);
+ transform: rotateY(-70deg);
+ opacity: 0;
+ -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+}
+
+.modenav__cb:checked ~ .modenav__content .modenav__item-text {
+ -webkit-transform: rotateY(0);
+ transform: rotateY(0);
+ opacity: 1;
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+}
+
+.modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0.3s;
+ transition-delay: 0.3s;
+}
+
+.modenav__cb:checked ~ .modenav__content .modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0s;
+ transition-delay: 0s;
+}
+
+.modenav__btn {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 57px;
+ height: 57px;
+ cursor: pointer;
+}
+
+.modenav__btn:before, .modenav__btn:after {
+ content: "";
+ display: block;
+ border-radius: 2px;
+ -webkit-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
+ -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+}
+
+.modenav__btn:before {
+}
+
+.modenav__btn:hover:before, .modenav__btn:hover:after {
+}
+
+.modenav__cb:checked ~ .modenav__btn:before {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+
+.modenav__cb:checked ~ .modenav__btn:after {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+
+.wapper .fivediv, .businessleft, .cultureleft,.residencebodyleft,.banksbodyleft,.artfilmleft {
+/* .wapper .fivediv, .businessleft, .cultureleft,.threemodeleft, .modethreeleft,.residencebodyleft,.banksbodyleft,.artfilmleft { */
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+
+}
+.wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{
+/* .wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.threemodeleft:hover,.modethreeleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{ */
+ transform:translate(0,-3px);
+ -webkit-transform:translate(0,-3px);
+ -moz-transform:translate(0,-3px);
+ -o-transform:translate(0,-3px);
+ -ms-transform:translate(0,-3px);
+ -webkit-box-shadow:0px 5px 15px #e5e5e5;
+ -moz-box-shadow:0px 5px 15px #e5e5e5;
+ box-shadow:0px 5px 15px #e5e5e5;
+}
+
+.residencemenubox:hover,
+.residencemenubox:focus {
+ box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
+}
+.close {
+ --color: #ff0000;
+ --hover: rgba(213, 221, 235, 1);
+}
+
+.residencemenuboxtitle {
+ color: var(--color);
+ -webkit-transition: 0.25s;
+ transition: 0.25s;
+}
+.residencemenuboxtitle:hover, .residencemenuboxtitle:focus {
+ border-color: var(--hover);
+}
+
+
+.button {
+ cursor: pointer;
+ background: rgba(244,242,245,1);
+ text-decoration: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+/* Bubble Right */
+.bubble-right {
+ display: inline-block;
+ position: relative;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+}
+.bubble-right:before {
+ pointer-events: none;
+ position: absolute;
+ z-index: -1;
+ content: '';
+ border-style: solid;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-property: right;
+ transition-property: right;
+ top: calc(50% - 10px);
+ right: 0;
+ border-width: 10px 0 10px 10px;
+ border-color: transparent transparent transparent rgba(244,242,245,1);
+}
+.bubble-right:hover:before, .bubble-right:focus:before, .bubble-right:active:before {
+ right: -10px;
+}
+ .newsactive2{
+ color:rgba(240,60,24,1) !important ;
+ }
+ .newsactive2 .norimg{
+ background-image: url(../images/select.png) !important;
+ }
+ .cursor_text{cursor: text;!important;}
+
+.qricon7{
+ background-image: url(../images/qrcode/qrcode7.jpg);
+ }
+ .qricon8{
+ background-image: url(../images/qrcode/qrcode8.jpg);
+ }
+input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
+ -webkit-appearance: none !important;
+ margin: 0;
+ }
+input[type="number"]{
+ -moz-appearance: textfield;
+}
+.required-sgin{
+ color: red;
+ padding-left: 10px;
+ line-height: 52px;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/public_1229.css b/app/home/view/szwjs/public/css/public_1229.css
new file mode 100644
index 0000000..62bd5bc
--- /dev/null
+++ b/app/home/view/szwjs/public/css/public_1229.css
@@ -0,0 +1,4415 @@
+body{
+ margin: 0;
+ padding: 0;
+ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
+ background-color: rgb(247,244,248);
+}
+input, textarea,select,option{
+ outline: none;
+ resize: none;
+}
+ul,li{
+ padding: 0;
+ margin: 0;
+}
+div{
+ text-transform:uppercase;
+}
+.lowercase{
+ text-transform:lowercase;
+}
+.fistcase{
+ text-transform:capitalize;
+}
+select,option {
+ -webkit-appearance:none;
+ -moz-appearance:none;
+ appearance:none;
+ background:transparent;
+ border:none;
+}
+option::-ms-expand{ display: none; }
+option{
+ -moz-appearance:none; /* Firefox */
+ -webkit-appearance:none; /* Safari 和 Chrome */
+ appearance:none;
+ border:1px solid rgba(255,255,255,1);
+}
+.phonediv{
+ display: none;
+}
+/* --背景色字体颜色--*/
+option:hover{
+ color:#fff;
+ background-color:#1E90FF;
+}
+/**css3弹性盒子布局**/
+.modeub
+{
+ display: -webkit-box !important;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: box !important;
+ position:relative;
+}
+.modeac
+{
+ -webkit-box-align:center;
+ -moz-box-align:center;
+ -ms-box-align:center;
+ -o-box-align:center;
+ box-align:center;
+}
+
+.modepc
+{
+ -webkit-box-pack:center;
+ -moz-box-pack:center;
+ -ms-box-pack:center;
+ -o-box-pack:center;
+ box-pack:center;
+}
+
+.modever
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.modef1
+{
+ position:relative;
+ -webkit-box-flex: 1;
+ -moz-box-flex: 1;
+ -ms-box-flex: 1;
+ -o-box-flex: 1;
+ box-flex: 1;
+}
+.modef2
+{
+ position:relative;
+ -webkit-box-flex: 2;
+ -moz-box-flex: 2;
+ -ms-box-flex: 2;
+ -o-box-flex: 2;
+ box-flex: 2;
+}
+.modef3
+{
+ position:relative;
+ -webkit-box-flex: 3;
+ -moz-box-flex: 3;
+ -ms-box-flex: 3;
+ -o-box-flex: 3;
+ box-flex: 3;
+}
+.modef4
+{
+ position:relative;
+ -webkit-box-flex: 4;
+ -moz-box-flex: 4;
+ -ms-box-flex: 4;
+ -o-box-flex: 4;
+ box-flex: 4;
+}
+.modeae
+{
+ -webkit-box-align:end;
+ box-align:end;
+}
+.modepe
+{
+ -webkit-box-align:end;
+ -moz-box-align:end;
+ -ms-box-align:end;
+ -o-box-align:end;
+ box-align:end;
+}
+.modepj
+{
+ -webkit-box-pack:justify;
+ -moz-box-pack:justify;
+ -ms-box-pack:justify;
+ -o-box-pack:justify;
+ box-pack:justify;
+}
+.divhidden{
+ overflow: hidden;
+}
+.contenter{
+ margin: 0;
+ padding: 0;
+}
+.content{
+ max-width: 1200px;
+ margin: 0 auto;
+}
+/*********首页*********/
+.guidebg{
+ /* background-color: #eb600b; */
+ background-color: rgb(224,224,224);
+}
+.guidehg{
+ height:34px;
+}
+.guideclor{
+ /* color: rgb(247,244,248); */
+ color: rgb(71,71,71);
+}
+.guideleft{
+ float: left;
+}
+.guideright{
+ float: right;
+}
+.guidemenu{
+ font-size: 12px;
+}
+.guideline {
+ line-height: 34px;
+}
+.guidecursor{
+ cursor: pointer;
+}
+.guidecursor a{
+ color: rgb(71,71,71);
+ text-decoration: none;
+}
+.guidecursor a:hover{
+ text-decoration:underline;
+}
+.segment{
+ margin: 0 9px;
+}
+.logobg{
+ background-color: rgb(255,255,255);
+}
+.logohg{
+ height: 82px;
+ z-index: 100;
+ position: relative;
+}
+.logoleft{
+ width: 230px;
+ height: 54px;
+ margin: 14px 0 ;
+ cursor: pointer;
+}
+.logoimg{
+ background-image: url("../images/logo.png");
+}
+.logobackimg{
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size:100% 100%;
+}
+.logosearch{
+ width: 230px;
+ height: 32px;
+ margin: 25px 0;
+}
+.searchbody{
+ border: 1px solid rgb(236,212,210);
+}
+.search{
+ border-radius: 20px;
+ height: 30px;
+}
+.search input{
+ border: none;
+ width: 172px;
+ height: 23px;
+}
+.search input::-webkit-input-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input::-moz-placeholder {
+ color: rgb(196,195,194);
+}
+.search input:-ms-input-placeholder {
+ color: rgb(196,195,194);
+}
+.searchpadding{
+ padding: 2px 10px;
+}
+.searchicon{
+ color: rgb(191,54,40);
+ line-height: 30px;
+ cursor: pointer;
+}
+.iconpadding{
+ padding: 0 20px 0 0;
+}
+.menubg{
+ background-color: rgb(191,54,40);
+}
+.menuhg{
+ height: 52px;
+ z-index: 100;
+ position: relative;
+}
+.menuul{
+ font-size: 14px;
+}
+.menuline{
+ height: 24px;
+ padding: 14px 0;
+ line-height: 24px;
+}
+.menuline li {
+ list-style-type:none;
+}
+.menumr{
+ margin-right:43px
+}
+.menuactive{
+ height: 24px;
+ background-color: rgb(255,255,255);
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ padding: 0 12px;
+}
+.activecolor{
+ color: rgb(191,54,40);
+}
+.banner{
+ /* height: 412px; */
+}
+.bannerimg{
+ background-position: center;
+ background-repeat: no-repeat;
+ width: 100%;
+}
+.swiper-container {
+ width: 100%;
+ height: 100%;
+}
+.service{
+ width: 280px;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ position: fixed;
+ top: 60%;
+ z-index: 9999;
+}
+.serviceradius{
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius:50px;
+ border-bottom-right-radius: 50px;
+ cursor: pointer;
+}
+.iconcolor{
+ color: rgb(255,255,255);
+}
+.serviceIcon{
+ line-height: 57px;
+ text-align: center;
+ font-size: 31px !important;
+}
+.servicetitle{
+ margin-left: 17px;
+ line-height: 57px;
+}
+.servicebg{
+ background-image: url(../images/servicebg.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.fiveservice{
+ padding-top: 32px;
+}
+.fivediv{
+ width: 224px;
+ height: 288px;
+ cursor: pointer;
+}
+.fivemr{
+ margin-right: 20px;
+}
+.fivebg{
+
+}
+.fivecircle{
+ width:132px;
+ height:132px;
+ border: 1px solid #1A1A34;
+ -webkit-border-radius: 132px;
+ border-radius: 132px;
+ margin: 40px 46px 24px 46px;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.texture{
+ width: 88px;
+ height: 88px;
+ background-image: url(../images/texture.png);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.fivetitle{
+ font-size:18px;
+ color:rgba(77,77,77,1);
+ text-align: center;
+}
+.fivedescribe{
+ font-size:10px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+ margin-top: 11px;
+ margin-right: 40px;
+ margin-left: 40px;
+}
+.fiveiconcolor{
+ color:rgba(227,48,29,1);
+}
+.fiveiconone{
+ font-size: 36px !important;
+}
+.fiveicontow{
+ font-size: 40px !important;
+}
+.fiveiconthree{
+ font-size: 32px !important;
+}
+.fiveiconfour{
+ font-size: 38px !important;
+}
+.fiveiconfive{
+ font-size: 36px !important;
+}
+.market{
+ padding-top: 86px;
+}
+.markettitle{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.marketsegment{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 34px;
+}
+.marketsearch{
+ width: 260px;
+ height: 40px;
+ background:rgba(255,255,255,1);
+ -webkit-border-radius: 2px;
+ border-radius: 2px
+}
+.marketinputp{
+ padding: 5px 0 5px 20px;
+}
+.marketinputp input{
+ border: none;
+ height: 30px;
+ width: 189px;
+ color:rgba(102,102,102,1);
+ font-size: 12px;
+}
+.marketinputp input::-webkit-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input::-moz-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketinputp input:-ms-input-placeholder {
+ color:rgba(102,102,102,1);
+}
+.marketsearchIcon{
+ font-size:23px !important;
+ color:rgba(26,26,52,1);
+ cursor: pointer;
+}
+.marketiconp{
+ padding:0 14px 0 0;
+}
+.marketdata{
+ padding-top: 40px;
+}
+.dataleft{
+ width: 230px;
+ height: 300px;
+ background:rgba(12,172,239,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.triangle-bottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-topleft {
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgb(30,104,135);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataright{
+ width:970px;
+ height:280px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.datacon{
+ display:flex;
+ justify-content:center;
+ align-items:center;
+}
+.datamenu{
+ width: 230px;
+ height: 100px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.datamenuactive{
+ background:rgba(15,113,195,1);
+ position: relative;
+}
+.datatitle{
+ font-size: 16px;
+ width: 145px;
+ text-align: center;
+}
+.datajiantou{
+ font-size: 8px !important;
+ color: rgb(255,255,255);
+ line-height: 21px;
+}
+.databody{
+ padding: 57px 47px;
+}
+.databodydes{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.dataunit{
+ color: rgb(160,160,160);
+}
+.dataline{
+ margin: 0 9px;
+}
+.dataprice{
+ font-size:28px;
+ color:rgba(253,37,15,1);
+}
+.datawidth{
+ width: 219px;
+}
+.databody .datawidth:nth-of-type(5), .datawidth:nth-of-type(6), .datawidth:nth-of-type(7), .datawidth:nth-of-type(8){
+ margin-top: 48px;
+}
+.datamenuborder{
+ border-top: 1px solid rgba(24,137,185,1);
+ border-bottom: 1px solid rgba(24,137,185,1);
+}
+.triangle-hexbottomleft{
+ width: 0;
+ height: 0;
+ border-bottom: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: 10px;
+}
+.triangle-hextopleft{
+ width: 0;
+ height: 0;
+ border-top: 10px solid rgba(164,78,30,1);
+ border-right: 10px solid transparent;
+ position: relative;
+ left: 230px;
+ top: -10px;
+}
+.dataservice{
+ width: 230px;
+ height: 492px;
+ background:rgba(255,128,56,1);
+ opacity:0.88;
+ filter: Alpha(opacity=50);
+ position: static;
+ *zoom: 1;
+}
+.dataservicecon{
+ width: 970px;
+ height: 472px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+}
+.dataservicemenu{
+ height: 248px;
+ color: rgb(247,244,248);
+ display:flex;
+ justify-content:center;
+ align-items:center;
+ cursor: pointer;
+}
+.dataserviceactive{
+ background:rgba(240,60,24,1);
+ position: relative;
+}
+.dataservicemenuborder{
+ border-top: 1px solid rgba(221,112,51,1);
+ border-bottom: 1px solid rgba(221,112,51,1);
+}
+.dataservicebody{
+ padding:28px 31px;
+}
+.servicemenutitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ background:rgba(240,240,240,1);
+ border-radius: 2px;
+ padding: 8px;
+ margin-right: 20px;
+ cursor: pointer;
+}
+.activemenutitle{
+ font-size:14px;
+ color:rgba(255,255,255,1);
+ background:rgba(244,75,37,1);
+ border-radius: 2px
+}
+.servicetable{
+ margin-top:30px;
+}
+.servicetable table{
+
+}
+.servicetable table th{
+ padding: 15px 0;
+}
+.tabletitle{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+}
+.tabledes{
+ font-size:14px;
+ color:rgba(26,26,26,1);
+}
+.servicetable table td{
+ border-top: 1px solid rgba(245,245,245,1);
+ padding: 15px 0;
+}
+.servicecon{
+ padding-bottom: 40px;
+}
+.contentwhile{
+ background-color: rgba(255,255,255,1);
+}
+.adcon{
+ padding: 80px 0;
+}
+.adleft{
+ width: 420px;
+ height: 390px;
+}
+.adlefttop{
+ width:420px;
+ height:190px;
+}
+.adleftimg{
+ background-position: center top;
+ /* background-size: 100% 100%; */
+
+ background-repeat: no-repeat;
+}
+.adlefttopimg{
+ background-image: url(../images/rubbish/ad01.png);
+}
+.albg{
+ width: 100%;
+ height: 100%;
+ background:rgba(0,0,0,0.6);
+ filter: Alpha(opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.adtitle{
+ position: relative;
+ font-size:24px;
+ color:rgba(255,255,255,1);
+ height: 100%;
+ cursor: pointer;
+
+}
+.updowleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.addes{
+ font-size:10px;
+ color:rgba(148,148,148,1);
+}
+.adleftbottom{
+ margin-top: 10px;
+}
+.adcenter{
+ width: 407px;
+ height: 390px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+.adcentercenter{
+ width: 407px;
+ height: 390px;
+}
+.adcentertop{
+ width: 407px;
+ height:195px;
+}
+.aiicon{
+ font-size: 50px !important;
+}
+.adright{
+ width: 353px;
+ height: 390px;
+}
+.adright2{
+ width: 353px;
+ height: 390px;
+}
+.adrighttop{
+ width:100%;
+ height:130px;
+}
+.newstitleleft{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+}
+.newsline{
+ margin: 0 9px;
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newstitledes{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 40px;
+}
+.newsrighttitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.newsrightwt{
+ margin-left: 34px;
+}
+.newsrightactive{
+ color:rgba(244,75,37,1);
+}
+.newstitle{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ padding-bottom:9px;
+ padding-right: 19px;
+}
+.newsbody{
+ margin-top: 40px;
+}
+.newsleft{
+ width: 506px;
+ height: 300px;
+ margin-right:60px;
+ text-align:center;
+}
+.newsleft img{max-width:100%;}
+.newsimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.newsrighttop{
+
+}
+.newsright {
+ width: 624px;
+ padding-right: 10px;
+}
+.icontitle{
+ width: 530px;
+ margin-left: 5px;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap
+}
+.newsicontitle{
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+ /**display:flex;
+ justify-content:center;
+ align-items:center;*/
+}
+.iocnfontsize{
+ font-size: 9px !important;
+ font-weight: bold;
+}
+.newstime{
+ font-size:12px;
+ color:rgba(128,128,128,1);
+ line-height: 20px;
+}
+.newscon{
+ font-size:14px;
+ color:rgba(102,102,102,1);
+ line-height:24px;
+ margin: 17px 0 20px 20px;
+ padding-bottom: 24px;
+ border-bottom: 1px solid rgba(245,245,245,1);
+ cursor: pointer;
+}
+.newsactive{
+ color:rgba(240,60,24,1) ;
+}
+.newsactive2{
+ color:rgba(240,60,24,1) !important ;
+}
+.newsactive2 .norimg{
+ background-image: url(../images/select.png) !important;
+}
+.icontitle-ml5{
+ margin-left: 5px;
+}
+.rightmargin{
+ margin-bottom: 25px;
+}
+.moreline{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ width: 507px;
+ margin: 12px 47px 0 20px;
+}
+.morepage{
+ font-size:14px;
+ color:rgba(26,26,52,1);
+}
+.news{
+ padding-bottom:40px;
+}
+.businessbg{
+ background-repeat: no-repeat;
+ background-position: right center;
+ background-size: contain;
+}
+.businessbgimg{
+ background-image: url(../images/businessbg.png);
+}
+.businesspadding{
+ padding: 39px 0 50px 0;
+}
+.businesstitle{
+ padding-bottom:19px;
+}
+.businessleft{
+ width: 232px;
+ height: 290px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.businessimg{
+ height: 188px;
+}
+.businessimgages{
+ background-image: url(../images/rubbish/business01.png);
+}
+.businessbottom{
+ height: 122px;
+ margin-top: -20px;
+ padding: 0 15px;
+}
+.businessbottomimg01{
+ background-image: url(../images/businessbg01.png);
+}
+.businessbottomimg02{
+ background-image: url(../images/businessbg02.png);
+}
+.businessbottomimg03{
+ background-image: url(../images/businessbg03.png);
+}
+.businessheadline{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.businessdes{
+ font-size:8px;
+ color:rgba(51,51,51,1);
+ line-height:10px;
+ margin-top: 12px;
+}
+.businessubpc{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-orient:vertical;
+ box-orient:vertical;-webkit-box-pack:center;
+ box-pack:center;
+}
+.businessright{
+ width: 474px;
+ height: 290px;
+}
+.businessright table{
+
+}
+.businessright table thead{
+ background:rgba(26,26,52,1);
+}
+.businessright table thead tr{
+ height:40px;
+}
+.businessright table thead th{
+ font-size:14px;
+ color:rgba(144,144,154,1);
+}
+.businessright table tbody{
+ height:250px;
+}
+.businessright table tbody tr{
+ text-align: center;
+ cursor: pointer;
+ line-height: 50px;
+}
+.businessright table tbody tr{
+ font-size:12px;
+ color:rgba(102,102,102,1);
+}
+.tablebg{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.fistmenumode{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(51,51,51,1);
+ line-height:72px;
+ margin-right: 35px;
+ cursor: pointer;
+}
+.fistmanuactive{
+ background-image: url(../images/fistmanuactive.png);
+ background-position:bottom center;
+ background-repeat: no-repeat;
+ background-size: auto;
+ color:rgba(244,75,37,1);
+}
+.fistmenu{
+ height: 72px;
+ background-color:rgba(240,240,240,0.88);
+ padding: 0 0 0 71px;
+}
+.mode{
+ width: 282px;
+ height: 159px;
+ background:rgba(255,255,255,1);
+ opacity:0.88;
+ cursor: pointer;
+}
+.mode .tobig-img:hover{
+ -webkit-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ transform: scale(1.05);
+ z-index: 3000;
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+}
+.modemargintop{
+ margin-top: 30px;
+}
+.modemarginright{
+ margin-right: 24px;
+}
+.modeborder01{
+ border-top: 5px solid rgba(255,175,63,1);
+}
+.modeborder02{
+ border-top: 5px solid rgba(254,108,113,1);
+}
+.modeborder03{
+ border-top: 5px solid rgba(89,208,108,1);
+}
+.modeborder04{
+ border-top: 5px solid rgba(52,103,236,1);
+}
+.modeborder05{
+ border-top: 5px solid rgba(126,52,236,1);
+}
+.modeborder06{
+ border-top: 5px solid rgba(89,208,198,1);
+}
+.modeborder07{
+ border-top: 5px solid rgba(62,159,255,1);
+}
+.modeborder08{
+ border-top: 5px solid rgba(255,212,63,1);
+}
+.modeicon01{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon01.png);
+}
+.modeicon02{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon02.png);
+}
+.modeicon03{
+ width: 68px;
+ height: 80px;
+ background-image: url(../images/modeicon03.png);
+}
+.modeicon04{
+ width: 80px;
+ height: 80px;
+ background-image: url(../images/modeicon04.png);
+}
+.modeicon05{
+ width: 76px;
+ height: 76px;
+ background-image: url(../images/modeicon05.png);
+}
+.modeicon06{
+ width: 72px;
+ height: 76px;
+ background-image: url(../images/modeicon06.png);
+}
+.modeicon07{
+ width: 68px;
+ height: 76px;
+ background-image: url(../images/modeicon07.png);
+}
+.modeicon08{
+ width: 76px;
+ height: 68px;
+ background-image: url(../images/modeicon08.png);
+}
+.modetitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ margin-top: 22px;
+}
+.culture{
+ background-repeat: no-repeat;
+ background-position: left center;
+ background-size: contain;
+}
+.cultureimg{
+ background-image: url(../images/culture.png);
+}
+.culturepadding{
+ padding: 39px 0 40px 0;
+}
+.cultureleft{
+ width: 282px;
+ height: 168px;
+ cursor: pointer;
+}
+.culturebgimg{
+ background-image: url(../images/rubbish/culture01.png);
+ filter:alpha(Opacity=60);
+ position: static;
+ *zoom: 1;
+}
+.culturecon{
+ background:rgba(255,255,255,0.6);
+ filter: Alpha(opacity=60);
+ position: static;
+ *zoom: 1;
+ height: 64px;
+ width: 100%;
+ margin-top: 104px;
+}
+.ubpe{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;-webkit-box-pack:end;
+ box-pack:end;
+}
+.culturetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.culturedes{
+ font-size:8px;
+ color:rgba(129,134,138,1);
+ margin-top: 3px;
+}
+.culturepargin{
+ margin-right: 24px;
+}
+.threemode{
+ margin-top: 33px;
+}
+.threemodeleft{
+ width: 386px;
+ height: 140px;
+ cursor: pointer;
+}
+.threeimg{
+ background-image: url(../images/rubbish/threemode01.png);
+}
+.threetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.modethree{
+ margin-top: 40px;
+}
+.modethreeleft{
+ width: 386px;
+ height: 124px;
+ cursor: pointer;
+}
+.modethreeimg{
+ background-image: url(../images/rubbish/modethree01.png);
+
+}
+.modethreepadding{
+ padding-left: 29px;
+}
+.modethreetitle{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.modethreedes{
+ font-size:8px;
+ color:rgba(144,144,144,1);
+ margin-top: 12px;
+}
+.updown{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-orient:vertical;
+ box-orient:vertical;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.modethreem{
+ margin-right: 21px;
+}
+.fourmode{
+ width: 1200px;
+ height: 124px;
+ padding-top: 40px;
+}
+.fourmodeimg{
+ background-image: url(../images/rubbish/fourmode.png);
+}
+.fourmodetitle{
+ font-size:18px;
+ color:rgba(255,255,255,1);
+}
+.fourmodedes{
+ font-size:8px;
+ color:rgba(207,165,176,1);
+ margin-top: 9px;
+}
+.fivemode{
+ margin-top: 40px;
+}
+.fivemodelineleft{
+ -webkit-border-top-left-radius: 3px;
+ border-top-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodeicon{
+ width: 160px;
+ height: 160px;
+ cursor: pointer;
+}
+.fivemodeiconimg{
+ background-image: url(../images/fivemode01.png);
+}
+.leftupdownright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+}
+.fivemodelinelefttow{
+ width: 120px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodecircle{
+ border: 5px solid rgba(245,109,79,0.4);
+ width: 150px;
+ height: 150px;
+ -webkit-border-radius: 160px;
+ border-radius: 160px ;
+ cursor: pointer;
+}
+.fivemodelineright{
+ -webkit-border-top-right-radius: 3px;
+ border-top-right-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+ width: 100px;
+ height:6px;
+ background:rgba(245,109,79,1);
+ opacity:0.4;
+}
+.fivemodetitle{
+ font-size:20px;
+ color:rgba(244,75,37,1);
+ margin-top: 21px;
+}
+.bannerbody{
+ /* margin-top: 120px; */
+ height: 318px;
+}
+.bannerservice{
+ height: 318px;
+ background-image: url(../images/bannerservice.png);
+}
+.residence{
+ margin-top:80px;
+}
+.residenceleft{
+ width: 619px;
+ height: 502px;
+ margin-right: 61px;
+}
+.residenceleftimg{
+ height: 502px;
+ background-image: url(../images/rubbish/residenceleftimg.png);
+}
+.residenceright{
+ width: 520px;
+}
+.residencerighttitle{
+ font-size: 24px;
+ text-align: center;
+}
+.residencerighdes{
+ font-size:14px;
+ color:rgba(128,128,128,1);
+ text-align: center;
+}
+.residencemenu{
+ margin-top: 39px;
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.residencemenubox{
+ background:rgba(247,244,248,1);
+ border-radius: 2px ;
+ padding:9px 14px;
+ border: 2px solid rgba(213, 221, 235, 1);
+ cursor: pointer;
+}
+.residencemenuboxtitle {
+ color: var(--color);
+ -webkit-transition: 0.25s;
+ transition: 0.25s;
+}
+.residencemenumr{
+ margin-right: 40px;
+}
+.centerleftright{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+ -webkit-box-align:center;
+ box-align:center;
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.residencedes{
+ font-size:14px;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+ margin-top: 38px;
+}
+.ub{
+ display: -webkit-box !important;
+ display: box !important;
+ position:relative;
+}
+.residencetelicon{
+ width: 80px;
+ height: 84px;
+ background-image: url(../images/residencetel.png);
+}
+.residencecontact{
+ margin-top: 64px;
+}
+.residennumber{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+ text-transform:lowercase;
+}
+.residennumberml{
+ margin-left: -5px;
+}
+.residenceemail{
+ margin-top: 20px;
+ margin-left: 28px;
+}
+.residenceemailicon{
+ background-image: url(../images/residenceemail.png);
+ width: 36px;
+ height: 26px;
+ margin-right: 13px;
+}
+.codeicon{
+ width: 162px;
+ height: 162px;
+ background-image: url(../images/codeicon.png);
+ margin-top: 60px;
+}
+.residencebody{
+ margin-top: 24px;
+}
+.residencebodyleft{
+ width: 282px;
+ height: 282px;
+ background:rgba(235,236,243,1);
+}
+.residenceticon{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.residenceticonimg{
+ width: 282px;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ cursor: pointer;
+}
+.noprice{
+ width: 87px;
+ height: 87px;
+ background-image: url(../images/noprice.png);
+}
+.residencebodyautor{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 95px;
+}
+.residencebodyautor2{
+ height: 100px;
+ background-image:-webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image:linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ margin-top: 110px;
+}
+.residencautor{
+ font-size:18px;
+ color:rgba(247,244,248,1);
+}
+.residencautordes{
+ font-size:14px;
+ color:rgba(239,236,240,1);
+}
+.residenceticonmr{
+ margin-right: 24px;
+}
+.price{
+ width: 114px;
+ height: 50px;
+ background-image: url(../images/price.png);
+ margin-top: 20px;
+ margin-left: -10px;
+ font-size:20px;
+ color:rgba(247,244,248,1);
+ text-align: center;
+ line-height:38px;
+}
+.residencebodymore{
+ margin-top: 20px;
+ width:1200px;
+ height:48px;
+ background:rgba(235,236,243,1);
+}
+.gomorepage{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+ cursor: pointer;
+}
+.banks{
+ /* margin-top:30px; */
+}
+.banksleft{
+ width: 600px;
+ height: 516px;
+ background-image: url(../images/rubbish/banksleft.png);
+ margin-right: 61px;
+}
+.banksright{
+ width: 539px;
+}
+.banksrightdesborder{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 40px;
+}
+.contantsicon{
+ width: 54px;
+ height: 134px;
+ background-image: url(../images/contantsicon.png);
+
+}
+.banksrightnum{
+ padding-left: 150px;
+ margin-top: 44px;
+}
+.number{
+ font-size:18px;
+ color:rgba(51,51,51,1);
+}
+.telnumber{
+ margin-top: 25px;
+}
+.numberbody2{
+ margin-left: -6px;
+}
+.qqnumber{
+ margin-top: 7px;
+}
+.emailnumber{
+ margin-top: 19px;
+}
+.banksbody{
+ margin-top: 40px;
+}
+.banksbodyleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.banksbodylefticon{
+ background-color: rgba(235,236,243,1);
+ height: 212px;
+}
+.banksbodylefticonimg{
+ background-image: url(../images/rubbish/priceicon01.png);
+}
+.banksbodyleftcon{
+ height: 146px;
+ background-color: rgb(255,255,255);
+}
+.banksleftcon{
+ padding: 20px;
+
+}
+.banksleftcontitle{
+ font-size:16px;
+ color:rgba(51,51,51,1);
+}
+.banksbar{
+ margin-top: 14px;
+ height:10px;
+ background:rgba(235,236,243,1);
+ border-radius: 5px
+}
+.banksshadow{
+ background-image:-webkit-linear-gradient(to right, rgba(239, 99, 22, 1), rgba(236, 179, 42, 1));
+ background-image:linear-gradient(to right,rgba(239, 99, 22, 1),rgba(236, 179, 42, 1));
+ height:10px;
+ border-radius: 5px
+}
+.banksprice{
+ font-size:24px;
+ color:rgba(51,51,51,1);
+ margin-top: 6px;
+ font-weight: lighter;
+}
+.fontweight{
+ font-weight:bolder;
+}
+
+.residencemenued{
+ margin-top: 25px;
+ /* border-bottom: 1px solid rgba(230,236,247,1); */
+ /* padding-bottom: 40px; */
+}
+
+.residencemenued2{
+ position: absolute;
+ top: 155px;
+ left: 414px;
+}
+.bankschoub{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ margin-top: 9px;
+ font-weight: lighter;
+}
+.banksmr{
+ margin-right: 24px;
+}
+.camerimg{
+ height: 381px;
+ background-image: url(../images/yipaiimg.png);
+ margin-top: 80px;
+}
+.paitop{
+ margin-top: 80px;
+}
+.artfilmtitle{
+ border-bottom: 1px solid rgba(230,236,247,1);
+ padding-bottom: 19px;
+}
+.artfilm{
+ margin-top: 40px;
+}
+.artfilmleft{
+ width: 282px;
+ height: 358px;
+ cursor: pointer;
+}
+.artfilmleftmr{
+ margin-right: 24px;
+}
+.artfilmname{
+ height: 100px;
+ background-image: -webkit-linear-gradient(360deg, rgba(61,63,75,0.5), rgba(235,236,244,0));
+ background-image: linear-gradient(360deg,rgba(61,63,75,0.5),rgba(235,236,244,0));
+ top: 112px;
+ text-align: center;
+ position: relative;
+ line-height: 100px;
+}
+.artfilmpricemtbody{
+
+ padding: 24px;
+ background-color: rgba(255,255,255,1);
+}
+.artfilmtime{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+ text-align: center;
+}
+.timeartm{
+ margin: 0 5px;
+ color: rgba(244, 75, 37, 1);
+ font-weight: bolder;
+}
+.artfilmpricemt{
+ margin-top: 14px;
+}
+.artfilmprice{
+ width: 77px;
+ text-align: center;
+}
+.artfilmpriceborder{
+ border-right: 1px solid rgba(235,236,243,1);
+}
+.qipai{
+ font-size:14px;
+ color:rgba(51,51,51,1);
+}
+.qipaiprice{
+ font-size:16px;
+ color:rgba(244,75,37,1);
+ font-weight: bolder;
+ margin-top: 19px;
+ padding-bottom: 10px;
+}
+.shoppingmt{
+ margin-top:60px;
+}
+.shoppingimg{
+ height: 200px;
+ background-image: url(../images/rubbish/shoppingimg.png);
+}
+.shopingtitle{
+ width:200px;
+ height:200px;
+ background:rgba(35,61,32,0.8);
+}
+.shoppingname{
+ font-size:40px;
+ color:rgba(234,234,244,1);
+ font-weight: bolder;
+}
+.shoppingnameen{
+ font-size:14px;
+ color:rgba(234,234,244,1);
+ margin-top: 18px;
+}
+.shoppingdes{
+ margin-top: 38px;
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.shoppingrefer{
+ margin-top: 48px;
+ padding-bottom: 20px;
+}
+.referleft{
+ width: 400px;
+}
+.refertitle{
+ font-size:24px;
+ font-family:PingFangSC-Light;
+ color:rgba(51,51,51,1);
+}
+.refertel{
+ margin-top: 28px;
+}
+.refertelleft{
+ font-size:18px;
+ font-family:PingFangSC-Light;
+ color:rgba(163,163,163,1);
+ line-height:32px;
+}
+.refertelnumber{
+ font-size:18px;
+ font-family:PingFangSC-Light;
+ color:rgba(51,51,51,1);
+ line-height:32px;
+ margin-left: 9px;
+
+}
+.refertelnumber div{
+ text-transform:lowercase;
+}
+.codeimg{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code01.png);
+}
+.codeimg2{
+ width: 132px;
+ height: 132px;
+ background-image: url(../images/rubbish/code02.png);
+}
+.honor{
+ padding-top: 40px;
+ padding-bottom:80px;
+}
+.honorbody{
+ /* margin-top: 40px; */
+}
+.honorbody{
+ height: 180px;
+}
+.honoricon{
+ width: 282px;
+ height: 180px;
+}
+.honoriconimg{
+ background-image: url(../images/rubbish/honor01.png);
+}
+.swiper-button-next, .swiper-button-prev{
+ width: 66px !important;
+ height: 66px !important;
+ background:rgba(26,26,52,0.7);
+ margin-top: -35px !important;
+}
+.footertop{
+ background:rgba(26,26,52,1);
+ padding-top: 60px;
+ padding-bottom: 50px;
+}
+.footertopleft{
+ width: 400px;
+ margin-right: 120px;
+}
+.footerborder{
+ border-bottom: 1px solid rgba(255,255,255,0.1);
+ padding-bottom: 17px;
+ margin-bottom: 19px;
+}
+.footeraddressname{
+ font-size:30px;
+ font-family:PingFangSC-Regular;
+ color:rgba(181,181,195,1);
+}
+.addressnameen{
+ font-size:20px;
+ font-family:PingFangSC-Ultralight;
+ color:rgba(68,68,94,1);
+ line-height: 42px;
+ margin-left: 152px;
+}
+.footerdes{
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(143,143,168,1);
+ margin-bottom: 15px;
+ text-transform:lowercase;
+}
+.footertopright{
+
+}
+.qscode{
+ width: 148px;
+ height: 148px;
+}
+.qscodeimg{
+ background-image: url(../images/rubbish/qscode.png);
+ width: 148px;
+ height: 148px;
+}
+.weixfont{
+ color:rgba(255,255,255,1);
+ font-size: 24px !important;
+}
+.weixtop{
+ margin-top: 20px;
+}
+.saoguan{
+ font-size:16px;
+ font-family:PingFangSC-Thin;
+ color:rgba(255,255,255,1);
+ margin-left: 15px;
+}
+.about{
+ font-size:16px;
+ font-family:PingFangSC-Light;
+ color:rgba(82,82,97,1);
+ margin-top: 20px;
+}
+.aboutus{
+ color: rgba(112, 112, 151, 1);
+ margin-left: 5px;
+ cursor: pointer;
+}
+.footerbottom{
+ background:rgba(14,14,42,1);
+ padding: 25px 0;
+}
+.friendline{
+ font-size:12px;
+ font-family:PingFangSC-Light;
+ color:rgba(82,82,97,1);
+
+}
+.gongguan{
+ width:200px;
+ height:200px;
+ background:rgba(199,122,46,0.8);
+}
+.gongguanname{
+ font-size:40px;
+ font-family:FZDBSJW--GB1-0;
+ color:rgba(234,234,244,1);
+}
+.gongguanen{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.touhang{
+ width:200px;
+ height:200px;
+ background:rgba(17,0,0,0.6);
+}
+.touhname{
+ font-size:40px;
+ font-family:FZDBSJW--GB1-0;
+ color:rgba(234,234,244,1);
+}
+.touhen{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(234,234,244,1);
+ margin-top: 14px;
+}
+.servicelogo{
+ width: 207px;
+ height: 43px;
+ background-image: url(../images/servicelogo.png);
+}
+.servicefriend{
+ width: 204px;
+ height: 25px;
+ background-image: url(../images/servicefriend.png);
+ margin-top: 24px;
+}
+.logofriend{
+ width: 380px;
+ height: 318px;
+}
+.logofriendmenu{
+ height: 318px;
+ width: 436px;
+}
+.menufriend{
+ width: 20px;
+ height: 109px;
+ margin-right: 56px;
+ cursor: pointer;
+}
+.menufriendname{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(98,56,22,1);
+ text-align: center;
+}
+.rightleft{
+ -webkit-box-pack:center;
+ box-pack:center;
+}
+.activemenu{
+ background-image: url(../images/activemenu.png);
+}
+.guafontsize{
+ font-size: 41px !important;
+}
+.guafont{
+ color: rgba(244,75,37,1);
+}
+.camerleft{
+ width: 600px;
+ padding-top: 40px;
+}
+.camerleftbg{
+ width:200px;
+ height:200px;
+ background:rgba(37,62,101,0.5);
+}
+.camerlefttitle{
+ font-size:40px;
+ font-family:FZDBSJW--GB1-0;
+ color:rgba(234,234,244,1);
+}
+.camerleften{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(234,234,244,1);
+ margin-top: 19px;
+}
+.cameright{
+ margin: 95px 30px 20px 50px;
+ width: 520px;
+}
+.camerighttop{
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(49,56,69,1);
+ line-height:24px;
+}
+.camerightconstact{
+ margin-top: 53px;
+}
+.rightline{
+ border-bottom: 1px solid rgba(49,56,69,1);
+ width: 198px;
+}
+.rightlinetel{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(49,56,69,1);
+ margin: 0 30px;
+}
+.telemail{
+ margin-top: 52px;
+}
+.telcamer{
+ width: 275px;
+}
+.telcolor{
+ font-size: 22px !important;
+ color: rgba(49,56,69,1);
+}
+.telfont{
+ font-size:16px;
+ font-family:PingFangSC-Light;
+ color:rgba(51,51,51,1);
+ margin-left: 19px;
+}
+.rightwin{
+ position: fixed;
+ bottom: 20px;
+ right: 10px;
+ width: 84px;
+ z-index: 999;
+}
+.rightwinmenu{
+ background:rgba(255,255,255,1);
+ border:1px solid rgba(230, 230, 230, 1);
+}
+.winmenu{
+ width: 84px;
+ height: 74px;
+ font-size:12px;
+ font-family:PingFangSC-Light;
+ color:rgba(102,102,102,1);
+ cursor: pointer;
+
+}
+.winmenuborder{
+ border-bottom:1px solid rgba(230, 230, 230, 1);
+}
+.winicon{
+ font-size: 20px !important;
+}
+.sticktop{
+ width: 84px;
+ height: 85px;
+ margin-top: 11px;
+ background:rgba(240,240,240,1);
+ display: none;
+}
+.jiantou{
+ font-size: 10px;
+ color: rgba(102,102,102,1);
+ text-align: center;
+ padding-top: 20px;
+}
+.dingbu{
+ font-size:12px;
+ font-family:PingFangSC-Light;
+ color:rgba(102,102,102,1);
+ margin-top: 10px;
+ text-align: center;
+}
+.winactive{
+ background:rgba(191,54,40,1);
+ color: rgba(255,255,255,1) !important;
+ width: 82px;
+}
+.iconactive{
+ color: rgba(255,255,255,1) !important;
+}
+
+/**********详情页***********/
+.detailsbg{
+ background:rgba(255,255,255,1) !important;
+}
+.detailsbanner{
+ height: 156px;
+ background-color: rgba(12, 11, 41, 0.44);
+ background-image: url(../images/pic.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.tabs{
+ height: 64px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px ;
+}
+.hometabs{
+ font-size: 20px !important;
+ color: rgba(27,26,53,1);
+ font-weight: bolder;
+}
+.tabstitle{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-left: 20px;
+}
+.tabslast{
+ color:rgba(235, 76, 18, 1);
+ cursor: pointer;
+ margin-left: 0;
+}
+.backcolor{
+ font-size: 20px !important;
+ color: rgba(0,0,0,1)
+}
+.tabslastfont{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+ cursor: pointer;
+}
+.tabslastfont .backcolor{
+ float: left;
+ margin-right: 5px;
+}
+.tabslastfont:hover a, .tabslastfont:hover .backcolor {
+ color: rgb(235, 76, 18);
+}
+.detailstitle{
+ font-size:32px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:45px;
+ margin-top: 40px;
+}
+.sharecon{
+ width:340px;
+ height:42px;
+ background:rgba(245,245,245,1);
+ border-radius: 4px ;
+ margin-top: 32px;
+}
+.sharetitle{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px
+}
+.jiathis_txt{
+ margin-right: 12px !important;
+}
+.detailscome{
+ margin-top: 32px;
+ padding-bottom: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+}
+.comefont{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px
+}
+.comecolor{
+ color: rgba(27, 26, 53, 1)
+}
+.comeml{
+ margin-left: 40px;
+}
+.detailsdes{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 40px;
+}
+.updownpage{
+ margin-top: 120px;
+ border-bottom: 1px solid rgba(207,200,208,1);
+ border-radius: 1px;
+ padding-bottom: 40px;
+}
+.detailsup{
+ width:452px;
+ height:42px;
+ background-image: url(../images/upbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.detailsdown{
+ width:452px;
+ height:42px;
+ background-image: url(../images/downbg.png);
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ cursor: pointer;
+}
+.uptitle{
+ margin-left: 5px;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ overflow:hidden;
+ width: 320px;
+}
+.upname{
+ color: rgba(128, 128, 128, 1);
+ padding-left: 40px;
+}
+.recommend{
+ margin-top: 40px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ margin-bottom: 32px;
+}
+.nor{
+ width:24px;
+ height:24px;
+ background-color:rgba(255,255,255,1);
+ border-radius: 2px ;
+}
+.norimg{
+ background-image: url(../images/nor.png);
+}
+.nortitle{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.nortime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-left: 20px;
+}
+.recommendnor{
+ margin-bottom: 24px;
+ cursor: pointer;
+}
+.recommendlist{
+ margin-bottom: 80px;
+}
+/**********本所介绍**********/
+.modeleft{
+ width: 240px;
+}
+.modelefttop{
+ width: 240px;
+ height: 120px;
+ margin-top: -60px;
+ background:rgba(184,55,32,1);
+}
+.lefttutitle{
+ font-size:24px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:33px;
+}
+.leften{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(255,255,255,1);
+ line-height:20px;
+ margin-top: 5px;
+}
+.modeleftmenu{
+ width:240px;
+ height:680px;
+ background: linear-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);
+ background:-webkit-gradient(180deg, rgba(244,242,245,1) 20%, rgba(244,242,245,0.5) 50%, rgba(244,242,245,0) 80%);
+}
+.leftmenu{
+ height: 67px;
+ border-bottom: 1px dashed rgba(207, 200, 208, 1);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ cursor: pointer;
+}
+.modekuai{
+ font-size: 21px !important;
+ margin-left: 19px;
+ margin-right: 40px;
+}
+.jiesh{
+ text-align: right;
+}
+.modeleftmenuactive{
+ color:rgba(235,76,18,1);
+}
+.moderight{
+ margin-left: 36px;
+}
+.moderighttag{
+ height: 60px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+}
+.tagtitle{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+}
+.tagline{
+ margin: 0 10px;
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:20px;
+}
+.moderightnameactive .moderightcheck{
+ border: 1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive .linkorange{
+ background-image: url(../images/orange.png);
+}
+.moderightnameactive .jianf{
+ content: "\e668";
+ color: rgba(235,76,18,1);
+ background-image: url(../images/arrowdown.png);
+}
+.tagtitleen{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:20px;
+}
+.righttagdes{
+ margin-top: 20px;
+ font-size:12px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:17px;
+ margin-bottom: 40px;
+}
+.arrowup{
+ width: 15px;
+ height: 15px;
+ background-image: url(../images/arrowup.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%;
+}
+.moderightcheck{
+ width:24px;
+ height:24px;
+ background:rgba(255,255,255,1);
+ border-radius: 2px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+.jianf{
+ font-size: 12px !important;
+ color: rgba(207,200,208,1);
+}
+.jianfactive{
+ color: rgba(235,76,18,1);
+}
+.moderighttitle{
+ height: 38px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-top: 1px solid rgba(244,242,245,1);
+ margin-left: 20px;
+ cursor: pointer;
+}
+.moderightname{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ line-height:22px;
+ margin-left: 21px;
+}
+.moderightnamecolor{
+ color:rgba(27,26,53,1);
+}
+
+.modeintrduce{
+ margin-top: 40px;
+}
+.moderightcheckactive{
+ border:1px solid rgba(235, 76, 18, 1);
+}
+.moderightnameactive{
+ color:rgba(235,76,18,1);
+}
+.modeintrducedes{
+ background:rgba(250,250,250,1);
+ border-radius: 2px ;
+ padding: 20px;
+ border:1px solid rgba(244, 242, 245, 1);
+ z-index: 9;
+ margin-top: -1px;
+}
+
+.arrow_box {
+ position: relative;
+ background: rgba(250,250,250,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+ margin: 30px 0 0 0 ;
+
+}
+.arrow_box::after,
+.arrow_box::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box.top::after,
+.arrow_box.top::before {
+ bottom: 100%;
+}
+
+.arrow_box.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 50px;
+ margin-left: -10px;
+}
+.arrow_box.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 50px;
+ margin-left: -11px;
+}
+.miaoshu{
+ padding: 20px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.bodymb{
+ margin-bottom: 100px;
+}
+.menuline li{
+ cursor: pointer;
+}
+.adverleft{
+ width: 214px;
+ cursor: pointer;
+}
+.adverleftmr{
+ margin-right: 16px;
+}
+.adverleftimg{
+ height: 140px;
+ background-image: url(../images/rubbish/business01.png);
+}
+.advercon{
+ margin: 21px 0 0 0;
+}
+.adverleftmb{
+ margin-bottom: 40px;
+}
+.advertitle{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 10px;
+}
+.pagecon{
+ margin-top: 40px;
+}
+.policybody{
+ padding: 20px 51px 20px 0;
+ cursor: pointer;
+}
+.policyimg{
+ width: 172px;
+ height: 140px;
+}
+.policycenter{
+ margin-left: 20px;
+}
+.centername{
+ padding:0 18px;
+ height:28px;
+ background:rgba(193,160,80,1);
+ border-radius: 2px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(245,245,245,1);
+ line-height:22px;
+}
+.centettitle{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-left: 10px;
+}
+.centerdes{
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 16px;
+}
+.policyright{
+ margin-left: 46px;
+}
+.policyyear{
+ width:100px;
+ height:32px;
+ border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+ font-size:18px;
+ font-family:PingFangSC-Light;
+ color:rgba(193,160,80,1);
+ line-height:25px;
+}
+.policymd{
+ font-size:32px;
+ font-family:PingFangSC-Thin;
+ color:rgba(144,129,95,1);
+ line-height:45px;
+ margin-top: 10px;
+}
+.policycontent{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 1px ;
+ margin-bottom: 40px;
+}
+.roadlist{
+ margin-top: 40px;
+ margin-bottom: 120px;
+}
+.listleft{
+ width: 360px;
+ cursor: pointer;
+}
+.listmr{
+ margin-right: 32px;
+}
+.listmb{
+ margin-bottom: 40px;
+}
+.leftlistimg{
+ height: 240px;
+ background-image: url(../images/rubbish/newsimg.png);
+}
+.leftlisttitle{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ text-align: center;
+ margin-top: 10px;
+}
+.leftlisttime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.listicon{
+ font-size: 60px !important;
+ color: rgba(255,255,255,0.8);
+}
+.culturedestop{
+ margin-top: 40px;
+}
+.culturetitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ text-align: center;
+}
+.descon{
+ font-size:16px;
+ font-family:PingFangSC-Light;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.recruitlist{
+ margin-top: 32px;
+}
+.recruitlisttitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+
+ line-height:25px;
+ margin-left: 16px;
+}
+.recruitlisttime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.recruitcon{
+ padding-bottom: 20px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ margin-bottom: 20px;
+ cursor: pointer;
+ color:rgba(27,26,53,1);
+}
+.menulistmt{
+ margin-top: 8px;
+}
+.policieslist{
+ margin-top: 32px;
+}
+.policieslisttext{
+ padding-bottom: 18px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+
+ line-height:22px;
+}
+.textml{
+ margin-left: 60px;
+}
+.textmr{
+ margin-right: 30px;
+}
+.testwh{
+ width: 120px;
+ text-align: center;
+}
+.policiescon{
+ margin-top: 22px;
+ padding-bottom: 24px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.policiescontitle{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.policiescontime{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+.icondown{
+ width:32px;
+ height:32px;
+ background-image: url(../images/icondown.png);
+ cursor: pointer;
+}
+.linkorangewh{
+ width: 6px;
+ height: 14px;
+}
+.linkorange{
+ background-image: url(../images/link.png);
+}
+.orangelink{
+ background-image: url(../images/orange.png);
+}
+.servicetableborder table{
+ border-bottom: 1px solid rgba(245,245,245,1);
+ border-top: 1px solid rgba(245,245,245,1);
+}
+.basictop{
+ margin-top: 20px;
+ background:rgba(255,255,255,1);
+ box-shadow: rgba(0, 0, 0, 0.08) 10px 10px 30px 5px ;//边框阴影
+border-radius: 4px ;
+ border:1px solid rgba(244, 242, 245, 1);
+}
+.basictitle{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:28px;
+}
+.linecolor{
+ width:4px;
+ height:30px;
+ background:rgba(235,76,18,1);
+ margin-right: 36px;
+}
+.basiccon{
+ padding:40px;
+
+}
+.basicconicon{
+ width:120px;
+ height:120px;
+ background:rgba(245,165,136,1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+}
+.basiclogo{
+ width:56px;
+ height:70px;
+ background-image: url(../images/basiclogo.png);
+}
+.basicname{
+ width:152px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ cursor: pointer;
+}
+.logintime{
+ margin-top: 24px;
+ font-size:14px;
+ font-family:PingFangSC-Light;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.basicborder{
+ padding-bottom: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ border-radius: 2px ;
+}
+.nickleft{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.nicktitle{
+ color: rgba(27, 26, 53, 1);
+}
+.nicktop{
+ margin-top: 20px;
+}
+.listborder{
+ border-bottom: 1px solid rgba(244,242,245,1);
+ padding-bottom: 20px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+ margin-bottom: 20px;
+}
+.listleftright{
+ padding-left: 12px;
+ padding-right: 12px;
+ padding-top: 12px;
+ padding-bottom: 12px;
+ cursor: pointer;
+}
+.listedtitle{
+ color:rgba(27,26,53,1);
+}
+.listedstatus{
+ color:rgba(235,76,18,1);
+}
+.listnumber{
+ width:32px;
+}
+.liststyle{
+ width:104px;
+}
+.liststu{
+ width: 282px;
+}
+.listbutton{
+ width: 161px;
+}
+.modifytag{
+ padding: 40px;
+}
+.modifyleft{
+ font-size:14px;
+ height:30px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+ line-height:30px;
+ padding: 5px 13px;
+ color:rgba(128,128,128,1);
+ cursor: pointer;
+}
+.modifyleftactive{
+ background:rgba(235,76,18,1);
+ color:rgba(255,255,255,1);
+}
+.modifymr{
+ margin-right: 25px;
+}
+.modifyheader{
+ margin-top: 40px;
+}
+.headertitle{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 27px;
+ width: 43px;
+}
+.headeright{
+ margin-left: 40px;
+}
+.headerightdes{
+ width:210px;
+ height:44px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+}
+.headerightbun{
+ width:108px;
+ height:32px;
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ border:1px solid rgba(184, 55, 32, 1);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:22px;
+ margin-top: 24px;
+ cursor: pointer;
+}
+.headerightinput{
+ width: 440px;
+ height: 64px;
+}
+.inputleft{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/gold_small_left.png);
+ background-size: 24px 52px;
+}
+.inputright{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/gold_small_right.png);
+ background-size: 24px 52px;
+}
+.inputcenter{
+ height: 52px;
+ background-image: url(../images/gold_small_middle.png);
+ background-size: 24px 52px;
+}
+.centerinput{
+ width: 400px;
+ height: 45px;
+ border: none;
+}
+.selectbg{
+
+ background-image: url(../images/cuthead.png);
+ background-size: 12px 8px;
+ background-repeat: no-repeat;
+ background-position: right 12px;
+ width: 400px;
+}
+.selectbg select {
+ background: transparent;
+ -webkit-appearance: none; /*for chrome*/
+ height: 46px;
+ border:none;
+ width: 400px;
+}
+.shititle{
+ text-align: right;
+}
+.informstop{
+ margin-top: 32px;
+}
+.informslist{
+ margin-bottom: 24px;
+ padding-bottom: 20px;
+ border-bottom:1px solid rgba(244,242,245,1);
+ cursor: pointer;
+}
+.emailicon{
+ width: 24px;
+ height: 24px;
+ background-image: url(../images/unread.png);
+}
+.emailiconactive{
+ background-image: url(../images/read.png);
+}
+.informslisttitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-left: 16px;
+ margin-right: 40px;
+}
+.informslistime{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:20px;
+}
+.butg{
+ color: rgba(207,200,208,1);
+ font-size: 12px !important;
+ width: 24px;
+}
+.statustop{
+ margin-top: 10px;
+}
+.iconstatus{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(235,76,18,1);
+ line-height:22px;
+ margin-left: 22px;
+}
+.textarealeft{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_left.png);
+ background-size: 24px 184px;
+}
+.textarearight{
+ width: 24px;
+ height: 184px;
+ background-image: url(../images/gold_big_right.png);
+ background-size: 24px 184px;
+}
+.textareacenter{
+ height: 184px;
+ background-image: url(../images/gold_big_middle.png);
+ background-size: auto 184px;
+}
+.textareacenter textarea{
+ width: 706px;
+ border: none;
+ height: 175px;
+ line-height: 30px;
+}
+.headertextarea{
+ width:760px;
+ height:184px;
+}
+.buttontip{
+ margin-top: 60px;
+ margin-bottom: 60px;
+}
+.buttonleft{
+ width: 72px;
+ height: 32px;
+ cursor: pointer;
+}
+.leftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton{
+
+ background-image: url(../images/ink_small_middle.png);
+ background-size: auto 32px;
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.buttonright{
+ width: 72px;
+ height: 32px;
+ margin-left: 40px;
+ cursor: pointer;
+}
+.leftbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_left.png);
+ background-size: 9px 32px;
+}
+.rightbutton2{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/red_small_right.png);
+ background-size: 9px 32px;
+}
+.centerbutton2{
+ height: 32px;
+ background-image: url(../images/red_small_middle.png);
+ background-size: auto 32px;
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(245,245,245,1);
+ line-height:22px;
+}
+.numbercon{
+ margin-bottom: 40px;
+}
+.numberlogoleft{
+ width:80px;
+ height:22px;
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.numbericon{
+ width:120px;
+ height:120px;
+ background:rgba(245,245,245,1);
+ border:1px solid rgba(224, 224, 224, 1);
+ -webkit-border-radius: 120px;
+ border-radius: 120px;
+ margin-left: 20px;
+}
+.numberno{
+ width:26px;
+ font-size:24px;
+ font-family:PingFangSC-Medium;
+ color:rgba(207,200,208,1);
+ line-height:33px;
+}
+.radio{
+ display: inline-block;
+ position: relative;
+ line-height: 18px;
+ margin-right: 10px;
+ cursor: pointer;
+}
+.radio input{
+ display: none;
+}
+.radio .radio-bg{
+ display: inline-block;
+ height: 20px;
+ width: 20px;
+ margin-right: 5px;
+ padding: 0;
+ background-image: url(../images/unchecked.png);
+
+ vertical-align: top;
+
+ cursor: pointer;
+ transition: all 0.2s ease;
+}
+.radio .radio-on{
+ display: none;
+}
+.radio input:checked + span.radio-on{
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ border-radius: 100%;
+ background-image: url(../images/checked.png);
+ top: 0px;
+ left: 0px;
+ transform: scale(0, 0);
+ transition: all 0.2s ease;
+ transform: scale(1, 1);
+ display: inline-block;
+}
+.checkenumber{
+ color:rgba(207,200,208,1);
+}
+.numberleft{
+ margin-left: 20px;
+}
+.numberbody{
+ width: 386px;
+ height: 52px;
+}
+.numberlefticon{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/link_small_left.png);
+ background-size: 24px 52px;
+}
+.numberrighticon{
+ width: 24px;
+ height: 52px;
+ background-image: url(../images/link_small_right.png);
+ background-size: 24px 52px;
+}
+.numbercentericon{
+ height: 52px;
+ background-image: url(../images/link_small_middle.png);
+ background-size: auto 52px;
+}
+.selectbg2 {
+ background-image: url(../images/cuthead2.png);
+}
+.numberinputwh{
+ width: 890px;
+ height: 45px;
+ border: none;
+}
+.butbgwh{
+ height: 152px;
+}
+.emaildes{
+ margin-top: 40px;
+ border-bottom: 1px solid rgba(244,242,245,1);
+ padding-bottom: 40px;
+}
+.emailedestitle{
+ font-size:24px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(184,55,32,1);
+ line-height:33px;
+}
+.filenumber{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-top: 20px;
+}
+.opinion{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+}
+.opiniondes{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 40px;
+}
+.updataopinion{
+ margin-top: 65px;
+}
+.updatatitle{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+ margin-right: 10px;
+}
+.opiniontz{
+ margin-top: 60px;
+}
+.opinionbtright{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+}
+.qscode2{
+ width: 210px;
+ height: 210px;
+ background-image: url(../images/rubbish/qscode2.png);
+ margin-top: 30px;
+}
+.opinionaddress{
+ margin-top: 30px;
+ width: 220px;
+}
+.numberlogoleft2{
+ width: 150px;
+ text-align: right;
+}
+.numberinputwh2{
+ width: 850px;
+}
+.numberinputwh3{
+ width: 400px;
+}
+.linesize{
+ color: rgba(128, 128, 128, 1);
+ font-size: 12px;
+}
+.textarealeft2{
+ background-image: url(../images/gold_big_left2.png);
+}
+.textarearight2{
+ background-image: url(../images/gold_big_right2.png);
+}
+.textareacenter2{
+ background-image: url(../images/gold_big_middle2.png);
+}
+.basiccon2{
+ padding: 20px 20px 0 20px;
+}
+.basiccon3{
+ padding: 0 20px 0 20px;
+ border-top: 20px solid rgba(245,245,245,1);
+}
+.modept{
+ padding-top: 40px;
+ padding-bottom: 40px;
+}
+.filename{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:28px;
+ margin-right: 21px;
+ margin-left:21px;
+}
+.sicon{
+ width: 16px;
+ height: 8px;
+ background-image: url(../images/Sicon.png);
+}
+.buttonright2{
+ width: 122px;
+}
+.xuzhi{
+ margin-left: 20px;
+}
+.updataopinion2{
+ margin-top: 40px;
+}
+
+/*************弹出层样式***********/
+.reveal-modal-bg {
+ position: fixed;
+ height: 100%;
+ width: 100%;
+ z-index: 100;
+ display: none;
+ top: 0;
+ left: 0;
+ background: rgba(00, 00, 00, 0.8)
+}
+.reveal-modal {
+ visibility: hidden;
+ top: 5% !important;
+ left: 50%;
+ margin-left: -300px;
+ width: 645px;
+ position:fixed;
+ z-index: 9999;
+ padding: 60px 100px 34px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
+ -box-shadow: 0 0 10px rgba(0,0,0,.4);
+ background-image: url(../images/loginbg.png);
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+.cheless{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+}
+
+.reveal-modal.small {
+ width: 200px;
+ margin-left: -140px;
+}
+
+.reveal-modal.medium {
+ width: 400px;
+ margin-left: -240px;
+}
+
+.reveal-modal.large {
+ width: 600px;
+ margin-left: -340px;
+}
+
+.reveal-modal.xlarge {
+ width: 800px;
+ margin-left: -440px;
+}
+
+
+
+.reveal-modal .close-reveal-modal {
+ font-size: 55px;
+ line-height: 0.5;
+ position: absolute;
+ top: -28px !important;
+ right: 11px;
+ color: rgba(76,76,76,1);
+ text-shadow: 0 -1px 1px rbga(0,0,0,.6);
+ font-weight: bold;
+ cursor: pointer;
+}
+.logintop{
+ margin-top: 22px;
+ margin-bottom: 63px;
+}
+.logintitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:33px
+}
+.registerpage{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(188,142,30,1);
+ line-height:25px;
+}
+.loginname{
+ font-size: 26px !important;
+ color: rgba(193,160,80,1);
+ margin-right: 20px;
+}
+.logininput input{
+ background: none;
+}
+.numberinputwh4{
+ width: 350px;
+}
+.loginpagemb{
+ margin-bottom: 24px;
+}
+.authcode{
+ width: 250px;
+ height: 42px;
+ background-color: #dedede;
+}
+.loginpagemt{
+ margin-top: 40px;
+}
+.rememberpassword{
+ font-size: 16px;
+ font-family: PingFangSC-Regular;
+ color: rgba(76,76,76,1);
+ line-height: 22px
+}
+.forgetpassword{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:22px;
+}
+.loginbutton{
+ height:56px;
+ background:rgba(235,76,18,1);
+ border-radius: 8px ;
+ font-size:24px;
+ font-family:PingFangSC-Medium;
+ color:rgba(255,255,255,1);
+ line-height:33px;
+ margin: 32px 0;
+}
+.registered{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:33px;
+ margin: 0 11px;
+}
+.cardregisterpage{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:33px;
+}
+.fillecode{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(184,55,32,1);
+ line-height:25px
+ width: 120px;
+}
+.havename{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:25px;
+}
+.havelogin{
+ color: rgba(235, 76, 18, 1);
+}
+.perfect{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:33px;
+ margin: 0 41px;
+}
+.perfectname{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:22px
+}
+.resitop{
+ margin-top: 80px;
+}
+.resiover{
+ background:rgba(207,200,208,1);
+ border:1px solid rgba(128, 128, 128, 1);
+}
+.uploadcard{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:28px;
+}
+.siconleft{
+ margin-left: 30px;
+}
+.siconeight{
+ margin-right: 30px;
+}
+.cardtitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:33px;
+}
+.findtitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.aginresi{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(235,76,18,1);
+ line-height:25px;
+}
+.mianzhuc{
+ font-size:18px;
+ font-family:PingFangSC-Regular;
+ color:rgba(188,142,30,1);
+ line-height:25px;
+}
+.miantop{
+ margin-top: 60px;
+}
+.notetitle{
+ font-size:24px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:33px;
+}
+.notedes{
+ font-size:20px;
+ font-family:PingFangSC-Regular;
+ color:rgba(184,55,32,1);
+ line-height:40px;
+ width: 312px;
+}
+.alertbg{
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px ;
+}
+.cooperationbg{
+ width:1000px;
+ height:600px;
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.13)
+ border-radius: 8px;
+ left: 33%;
+ padding: 0 20px;
+}
+.cooperationtitle{
+ height: 68px;
+}
+.cooperationname{
+ font-size:22px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:68px;
+}
+.part1{
+ width: 100%;
+ height: 358px;
+ overflow: hidden;
+ border:1px solid rgba(224, 224, 224, 1);
+ border-radius: 4px ;
+}
+.item{
+ position: relative;
+ height: 358px;
+
+ overflow-y: scroll;
+ outline: none;
+ line-height:20px;
+}
+.itemtitle{
+ font-size:24px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(184,55,32,1);
+ line-height:33px;
+ margin-top: 60px;
+ text-align: center;
+}
+.itemtitledes{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ text-align: center;
+ margin-top: 20px;
+}
+.itemsamilltitle{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-top: 40px;
+ text-align: center;
+}
+.itembody{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:32px;
+ margin-top: 60px;
+ padding: 0 20px 60px 20px;
+}
+.yiyue{
+ height:62px;
+ background:rgba(244,242,245,1);
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:22px;
+ padding-left: 26px;
+ margin-top: -63px;
+ -webkit-border-bottom-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius:4px;
+ border-bottom-right-radius: 4px;
+ margin-left: 1px;
+}
+.guaipailess{
+ margin-top: 17px;
+ padding: 0 20px;
+ margin-bottom: 20px;
+}
+.lessleft{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+
+}
+.lessleftml{
+ margin-left: 20px;
+}
+.cancel{
+ font-size:14px !important;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1) !important;
+ font-weight: lighter !important;
+ top: 0 !important;
+ right: 0 !important;
+ position: relative !important;
+}
+
+.navContent{
+ display: none;
+}
+.samlltitve{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:22px;
+}
+.zhidutitle{
+ line-height: 50px;
+ text-align: center;
+ padding-left: 50px;
+ border-bottom: 1px solid rgba(230,226,231,1);
+ height: 50px;
+ cursor: pointer;
+}
+.codebg{
+ visibility: hidden;
+ top: 40px !important;
+ left: 67%;
+ margin-left: -300px;
+ width: 300px;
+ position: fixed;
+ z-index: 101;
+ padding: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -moz-box-shadow: none;
+ -webkit-box-shadow: none;
+ -box-shadow: none;
+ background-image: none;
+ background-position: center;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+
+.arrow_box2 {
+ position: relative;
+ background: rgba(255,255,255,1);
+ border: 1px solid rgba(244, 242, 245, 1);
+ width: 100%;
+ height: 100%;
+
+}
+.arrow_box2::after,
+.arrow_box2::before {
+ position:absolute;
+ content:"";
+ height:0;
+ width: 0;
+ pointer-events: none;
+ border: solid transparent;
+}
+/*top*/
+.arrow_box2.top::after,
+.arrow_box2.top::before {
+ bottom: 100%;
+}
+
+.arrow_box2.top::after {
+ border-color: rgba(136, 183, 213, 0);
+ border-bottom-color: rgba(250,250,250,1);
+ border-width: 10px;
+ left: 150px;
+ margin-left: -10px;
+}
+.arrow_box2.top::before {
+ border-color: rgba(194, 225, 245, 0);
+ border-bottom-color:rgba(244, 242, 245, 1);
+ border-width: 11px;
+ left: 150px;
+ margin-left: -11px;
+}
+.qrcodebody{
+ padding: 24px 20px;
+ padding-bottom:0px;
+}
+.qrcodeimages{
+ width: 120px;
+ height: 120px;
+}
+.qricon{
+ background-image: url(../images/qrcode/qrcode1.png);
+}
+.gongguantitle{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-top: 10px;
+ text-align: center;
+}
+.ggmarginleft{
+ margin-right: 20px;
+}
+.doubtwin{
+ position: fixed;
+ width: 460px;
+ left: 10px;
+ bottom: 20px;
+ z-index: 9999;
+}
+.doubtleft{
+ width: 154px;
+ height: 230px;
+ background-image: url(../images/red-pic.png);
+ padding: 38px 34px
+}
+.doubtleftname{
+ font-size:20px;
+ font-family:PingFangSC-Semibold;
+ line-height:28px;
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ font-weight: bolder;
+}
+.doubtleftcon{
+ margin-top: 23px;
+}
+.qqfontcolor{
+ font-size:14px;
+ font-family:PingFangSC-Medium;
+ color:rgba(253,218,132,1);
+ line-height:20px;
+}
+.qqnumberfont{
+ margin-left: 11px;
+}
+.doubtleftconmt{
+ margin-top: 12px;
+}
+.doubtleftnamemt{
+ margin-top: 20px
+}
+.doubtright{
+ width: 174px;
+ background-image: url(../images/gold-pic.png);
+ padding: 28px 32px;
+}
+.doubtrighttitle{
+ font-size:20px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(235,76,18,1);
+ line-height:28px;
+ font-weight: bolder;
+ background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(235, 76, 18, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.gtitle{
+ font-size:18px;
+ font-family:PingFangSC-Semibold;
+ color:rgba(184,55,32,1);
+ line-height:25px;
+}
+.rightqqfontcolor2{
+ color: rgba(184,55,32,1) !important;
+}
+.rightqqfontcolor{
+ color:rgba(27,26,53,1) !important;
+}
+.doubcolose{
+ position: absolute;
+ top: 25px;
+ right: 25px;
+ z-index: 99999;
+}
+.doubcolosefont{
+ font-size: 24px !important;
+ color: rgba(76,76,76,1);
+}
+.doubtop{
+ top: -20px;
+}
+
+/********有疑问请点我新的样式************/
+.clickme{
+ position: fixed;
+ width: 706px;
+ background-image: url(../images/bg_gold.png);
+ top: 100px;
+ left: 20%;
+ padding: 15px;
+ z-index: 999;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.clickmeborder{
+ border-right: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+}
+.clickmeborderbt{
+ border-bottom: 1px solid rgba(235,76,18,1);
+ border-radius: 2px
+}
+.jinfumr{
+ margin-right: 20px;
+
+}
+.jinfuml{
+ margin-left: 20px;
+}
+.clickmeborderbtb{
+ border-bottom: 1px solid rgba(184,55,32,0.2);
+ border-radius: 2px ;
+ padding-bottom: 15px;
+}
+.alertwin{
+ width: 240px;
+ height: 80px;
+ position: fixed;
+ top: 50%;
+ left: 45%;
+ background-image: url(../images/bg_alert.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ z-index: 9999;
+}
+.alertheight{
+ height: 100%;
+}
+.alertfont{
+ background-image: -webkit-gradient(linear, 0 60%, 0 bottom, from(rgba(253, 218, 132, 1)), to(rgba(235, 76, 18, 1)));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+.lesstbmt{
+ position: absolute;
+ z-index: 100;
+ top: 532px;
+ width: 100%;
+}
+
+.lastedmenu{
+ margin-top: 22px;
+ margin-bottom: 20px;
+}
+.lastedtitle{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(27,26,53,1);
+ line-height:20px;
+ margin-right: 10px;
+}
+.lastedtitlemenu{
+ font-size:14px;
+ font-family:PingFangSC-Regular;
+ color:rgba(76,76,76,1);
+ line-height:20px;
+ margin-right: 30px;
+ cursor: pointer;
+}
+.lastedmenuactive{
+ background:rgba(184,55,32,1);
+ color:rgba(245,245,245,1);
+ border-radius: 2px ;
+ padding: 2px 3px;
+}
+.lastedsearch{
+ height: 32px;
+ background:rgba(245,245,245,1);
+ border-radius: 2px ;
+}
+.lastedsearchinput{
+ width: 100%;
+ height: 29px;
+ border: none;
+ background: none;
+ padding-left: 10px;
+}
+.lastedbutton{
+ width:72px;
+ height:32px;
+ background:rgba(184,55,32,1);
+ border-radius: 2px ;
+ font-size:12px;
+ font-family:PingFangSC-Medium;
+ color:rgba(245,245,245,1);
+ line-height:17px;
+ cursor: pointer;
+}
+.liastedimg{
+ width: 276px;
+
+ margin-right: 50px;
+}
+.liastedimgwh{
+ height: 158px;
+}
+.liastedimgimg{
+ background-image: url(../images/rubbish/lasted1.png);
+}
+.lastedlist{
+
+}
+.xiangxi{
+ color: #8d8d8d
+}
+.expertsmr{
+ margin-right: 50px;
+}
+.experts{
+ width: 220px;
+ height: 220px;
+
+}
+.expertsimg{
+ background-image: url(../images/rubbish/experts.png);
+}
+.expertsname{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ margin-right: 46px;
+ margin-left: 46px;
+}
+.expertsmt{
+ margin-top: 20px;
+}
+.otherexperts{
+ margin-top: 60px;
+}
+.otherexpertstitle{
+ font-size:20px;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1);
+ line-height:28px;
+}
+.wenli{
+ color: rgba(244,242,245,1);
+ font-size: 12px !important;
+}
+.otherlist{
+ margin-top: 66px;
+}
+#swiper-experts {
+ width: 100%;
+ height: 120px;
+}
+.jiancolor{
+ color: rgba(245,245,245,1);
+ font-size: 12px !important;
+}
+.otherimg{
+ width: 120px;
+ height: 120px;
+ border-radius: 3px;
+ cursor: pointer;
+}
+.bankimg{
+ width: 380px;
+ height: 240px;
+}
+.banckimgimg{
+ background-image: url(../images/rubbish/bankimg.png);
+}
+.bankdelete{
+ width: 200px;
+ height: 48px;
+ background-image: url(../images/btn_delete.png);
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(244,242,245,1);
+ line-height:22px;
+ background-size: 100% 100%;
+}
+.imgcamer{
+ background-image: url(../images/imgcamer.png);
+
+}
+.jiahao{
+ color: rgba(207,200,208,1);
+ border-radius: 2px ;
+ font-size: 64px !important;
+}
+.uoimg{
+ font-size:16px;
+ font-family:PingFangSC-Regular;
+ color:rgba(128,128,128,1);
+ line-height:22px;
+ margin-top: 34px;
+}
+
+.upfileter{
+ position: absolute;
+ width: 122px;
+ height: 32px;
+ left: 100px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+ top: 0px;
+}
+.detelefileter{
+ width: 200px;
+ height: 48px;
+ position: absolute;
+ top: 96px;
+ right: 90px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.imgfileter{
+ width: 380px;
+ height: 240px;
+ position: absolute;
+ top: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.loginbuttonupimg{
+ height: 38px;
+ background: rgba(235,76,18,1);
+ border-radius: 8px;
+ font-size: 16px;
+ font-family: PingFangSC-Medium;
+ color: rgba(255,255,255,1);
+ line-height: 38px;
+ margin: 10px 0;
+}
+.loginfile{
+ width: 100%;
+ height: 38px;
+ position: absolute;
+ top: 10px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.gghaoimg{
+ background-image: url(../images/gghao.png);
+}
+.shenzhen{
+ background-image: url(../images/shenzhen.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+.beijing{
+ background-image: url(../images/beijing.png);
+ background-position: right bottom;
+ background-repeat: no-repeat;
+}
+@media screen and (max-width: 1366px) {
+ .service{
+ width: 231px;
+ }
+ .serviceIcon{
+ margin-left: 14px;
+ }
+}
+
+.phoneleftbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_left2.png);
+ background-size: 9px 32px;
+}
+.phonerightbutton{
+ width: 9px;
+ height: 32px;
+ background-image: url(../images/ink_small_right2.png);
+ background-size: 9px 32px;
+}
+.phonecenterbutton{
+ background-image: url(../images/ink_small_middle2.png);
+ background-size: auto 32px;
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(144,129,95,1);
+ line-height:22px
+}
+.phonedeimg{
+ background-image: url(../images/rubbish/newsimg.png);
+}
+
+
+.phonesicon{
+ background-image: url(../images/Sicon2.png);
+}
+.phonemap{
+ margin-top: 2em;
+ padding: 1em;
+}
+.container{
+ height: 630px;
+ width: 576px;
+ background-image: url(../images/map.png);
+}
+.amap-logo {
+ right: 0 !important;
+ left: auto !important;
+ display: none;
+}
+
+.amap-copyright {
+ right: 70px !important;
+ left: auto !important;
+}
+.bitian{
+ font-size: 16px;
+ color: rgba(128, 128, 128, 1);
+}
+.youname{
+ height: auto;
+}
+.faliuy{
+ margin-bottom: 20px
+}
+.mapbg{
+ width: 490px;
+ height: 185px;
+ background-image: url(../images/bg.png);
+ padding: 3px 20px;
+}
+.phonemapbg{
+ background-image: url(../images/phonebg.png);
+}
+.dingwei{
+ font-size: 20px !important;
+ color: rgba(245,165,136,1);
+}
+.dingweiadress{
+ font-size:16px;
+ font-family:PingFangSC-Medium;
+ color:rgba(235,76,18,1);
+ line-height:32px;
+ margin: 0 5px;
+}
+.dingname{
+ color: rgba(27, 26, 53, 1)
+}
+.dingline{
+ color: rgba(207, 200, 208, 1)
+}
+.tabledes tr{
+ cursor: pointer;
+}
+.pinginput{
+ width: 122px;
+ height: 32px;
+ position: absolute;
+ top: 3px;
+ right: 0px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+
+.detailesname{
+ font-size:18px;
+ font-family:PingFangSC-Medium;
+ color:rgba(27,26,53,1);
+ line-height:25px;
+ width: 276px;
+}
+.companyheader{
+ width: 110px;
+ height: 110px;
+ -webkit-border-radius: 110px;
+ border-radius: 110px;
+}
+.companyinput{
+ width: 108px;
+ height: 32px;
+ position: absolute;
+ top: 69px;
+ right: 101px;
+ background: transparent;
+ font-size: 0;
+ border: none;
+ resize: none;
+ z-index: 0;
+ cursor: pointer;
+ outline: medium none;
+ filter:alpha(opacity=0);
+ -moz-opacity:0;
+ opacity:0;
+}
+.productpadding{
+ padding-bottom: 50px;
+}
+.nav1{
+ perspective:100%;
+}
+.nav1 .datawidth:hover{
+ transform:rotateY(360deg) scale(1.1);
+}
+/* Sweep To Right */
+.hvr-sweep-to-right {
+ display: inline-block;
+ vertical-align: middle;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -moz-osx-font-smoothing: grayscale;
+ position: relative;
+ -webkit-transition-property: color;
+ transition-property: color;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+
+}
+.hvr-sweep-to-right:before {
+ content: "";
+ position: absolute;
+ z-index: -1;
+ top: 0;
+ left: -5px;
+ right: -5px;
+ bottom: 0;
+ background: rgba(204,204,204,0.5);
+ -webkit-transform: scaleX(0);
+ transform: scaleX(0);
+ -webkit-transform-origin: 0 50%;
+ transform-origin: 0 50%;
+ -webkit-transition-property: transform;
+ transition-property: transform;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+
+}
+.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
+}
+.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
+ -webkit-transform: scaleX(1);
+ transform: scaleX(1);
+
+}
+.fistcardtitle{
+ top: 36px;
+}
+.winmenu .fistcard{
+ display: inline-block;
+ width: 82px;
+ height: 74px;
+ text-align: center;
+ position: relative;
+ text-decoration: none;
+ overflow: hidden;
+
+}
+.winmenu .fistcard .iconfont{
+ position: absolute;
+ top: 12px;
+ left: 0;
+ display: inline-block;
+ width: 100%;
+ text-align: center;
+ filter:alpha(opacity=100);
+ opacity: 1;
+}
+.partialBorder {
+ -webkit-transform: scale(0.5);
+ -moz-transform: scale(0.5);
+ -o-transform: scale(0.5);
+ transform: scale(0.5);
+ opacity: 0;
+}
+.partialBorder > div {
+ position: absolute;
+ height: 10%;
+ width: 10%;
+ border: .15vw solid #fff;
+}
+.partialBorder .leftTop {
+ left: 0;
+ top: 0;
+ border-right: none;
+ border-bottom: none;
+}
+.partialBorder .rightTop {
+ right: 0;
+ top: 0;
+ border-left: none;
+ border-bottom: none;
+}
+.partialBorder .leftBot {
+ left: 0;
+ bottom: 0;
+ border-right: none;
+ border-top: none;
+}
+.partialBorder .rightBot {
+ right: 0;
+ bottom: 0;
+ border-left: none;
+ border-top: none;
+}
+.adleftsizing div, .adleftsizing div:before, .adleftsizing div:after {
+ -webkit-transition: 0.5s;
+ -moz-transition: 0.5s;
+ -o-transition: 0.5s;
+ transition: 0.5s;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 0;
+}
+
+.elem {
+ display: inline-block;
+ color: white;
+ position: relative;
+ overflow: hidden;
+ will-change: transform;
+}
+.elem:before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ opacity: 0;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ will-change: transform, opacity;
+}
+.elem:after {
+ content: "";
+ position: absolute;
+ will-change: transform;
+}
+.elem:hover:before {
+ opacity: 1;
+}
+/* SECOND ELEMENT */
+.second:before {
+
+ background-blend-mode: darken;
+}
+.second:hover .partialBorder {
+ opacity: 1;
+ -webkit-transform: scale(0.95);
+ -moz-transform: scale(0.95);
+ -o-transform: scale(0.95);
+ transform: scale(0.95);
+}
+.modenavcon, .modenavcon:before, .modenavcon:after {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+
+}
+/* MAIN VARIABLES FOR CUSTOMIZATION */
+/* -------------------------------- */
+.modenav {
+ overflow: hidden;
+ position: fixed;
+ left: 28px;
+ top: 50%;
+ width: auto;
+ height: 57px;
+ background-color: rgba(251,118,88,0.8);
+ border-radius: 5px;
+ -webkit-transform: translate3d(-50%, 0, 0);
+ transform: translate3d(-50%, 0, 0);
+ box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+ z-index: 99999;
+}
+.modenav__cb {
+ z-index: -1000;
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0;
+ pointer-events: none;
+}
+.modenav__content {
+ position: relative;
+ width: 57px;
+ height: 100%;
+ -webkit-transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+ transition: width 1s cubic-bezier(0.49, -0.3, 0.68, 1.23);
+}
+.modenav__cb:checked ~ .modenav__content {
+ -webkit-transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: width 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ width: 380px;
+ left: 200px;
+}
+.modenav__items {
+ position: relative;
+ width: 380px;
+ height: 100%;
+ list-style-type: none;
+ font-size: 0;
+}
+.modenav__item {
+ display: inline-block;
+ vertical-align: top;
+ text-align: center;
+ color: #ffffff;
+ font-size: 14px;
+ line-height: 57px;
+ font-family: Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ -webkit-transition: color 0.3s;
+ transition: color 0.3s;
+ cursor: pointer;
+}
+.modenav__item:hover {
+}
+.modenav__item-text {
+ display: block;
+ height: 100%;
+ -webkit-transform: rotateY(-70deg);
+ transform: rotateY(-70deg);
+ opacity: 0;
+ -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item-text {
+ -webkit-transform: rotateY(0);
+ transform: rotateY(0);
+ opacity: 1;
+ -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s;
+ transition: transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5), opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.48, 0.43, 0.7, 2.5);
+ -webkit-border-top-right-radius: 50px;
+ border-top-right-radius: 50px;
+ -webkit-border-bottom-right-radius: 50px;
+ border-bottom-right-radius: 50px;
+}
+.modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0.3s;
+ transition-delay: 0.3s;
+}
+.modenav__cb:checked ~ .modenav__content .modenav__item:nth-child(1) .modenav__item-text {
+ -webkit-transition-delay: 0s;
+ transition-delay: 0s;
+}
+.modenav__btn {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 57px;
+ height: 57px;
+ cursor: pointer;
+}
+.modenav__btn:before, .modenav__btn:after {
+ content: "";
+ display: block;
+ border-radius: 2px;
+ -webkit-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
+ -webkit-transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s;
+ transition: transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3), background-color 0.3s, -webkit-transform 1s cubic-bezier(0.48, 0.43, 0.29, 1.3);
+}
+.modenav__btn:before {
+}
+.modenav__btn:hover:before, .modenav__btn:hover:after {
+}
+.modenav__cb:checked ~ .modenav__btn:before {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.modenav__cb:checked ~ .modenav__btn:after {
+ -webkit-transform: translateY(0px) rotate(0deg);
+ transform: translateY(0px) rotate(0deg);
+}
+.wapper .fivediv, .businessleft, .cultureleft,.residencebodyleft,.banksbodyleft,.artfilmleft {
+/* .wapper .fivediv, .businessleft, .cultureleft,.threemodeleft, .modethreeleft,.residencebodyleft,.banksbodyleft,.artfilmleft { */
+ transition:All 0.4s ease-in-out;
+ -webkit-transition:All 0.4s ease-in-out;
+ -moz-transition:All 0.4s ease-in-out;
+ -o-transition:All 0.4s ease-in-out;
+
+}
+.wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{
+/* .wapper .fivediv:hover, .businessleft:hover, .cultureleft:hover,.threemodeleft:hover,.modethreeleft:hover,.residencebodyleft:hover,.banksbodyleft:hover,.artfilmleft:hover{ */
+ transform:translate(0,-3px);
+ -webkit-transform:translate(0,-3px);
+ -moz-transform:translate(0,-3px);
+ -o-transform:translate(0,-3px);
+ -ms-transform:translate(0,-3px);
+ -webkit-box-shadow:0px 5px 15px #e5e5e5;
+ -moz-box-shadow:0px 5px 15px #e5e5e5;
+ box-shadow:0px 5px 15px #e5e5e5;
+}
+.residencemenubox:hover,
+.residencemenubox:focus {
+ box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
+}
+.close {
+ --color: #ff0000;
+ --hover: rgba(213, 221, 235, 1);
+}
+.residencemenuboxtitle:hover, .residencemenuboxtitle:focus {
+ border-color: var(--hover);
+}
+.button {
+ cursor: pointer;
+ background: rgba(244,242,245,1);
+ text-decoration: none;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+/* Bubble Right */
+.bubble-right {
+ display: inline-block;
+ position: relative;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0);
+}
+.bubble-right:before {
+ pointer-events: none;
+ position: absolute;
+ z-index: -1;
+ content: '';
+ border-style: solid;
+ -webkit-transition-duration: 0.3s;
+ transition-duration: 0.3s;
+ -webkit-transition-property: right;
+ transition-property: right;
+ top: calc(50% - 10px);
+ right: 0;
+ border-width: 10px 0 10px 10px;
+ border-color: transparent transparent transparent rgba(244,242,245,1);
+}
+.bubble-right:hover:before, .bubble-right:focus:before, .bubble-right:active:before {
+ right: -10px;
+}
+.modeleftmenuactive.bubble-right:before {
+ right: -10px;
+}
+
+.ub-ver
+{
+ -webkit-box-orient:vertical;
+ -moz-box-orient:vertical;
+ -ms-box-orient:vertical;
+ -o-box-orient:vertical;
+ box-orient:vertical;
+}
+.ub
+{
+ display: -webkit-box;
+ display: -moz-box;
+ display: -webkit-flex;
+ display: -moz-flex;
+ display: -ms-flexbox;
+ display: flex;
+ position:relative;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/spectrum.css b/app/home/view/szwjs/public/css/spectrum.css
new file mode 100644
index 0000000..87b300a
--- /dev/null
+++ b/app/home/view/szwjs/public/css/spectrum.css
@@ -0,0 +1 @@
+.sp-container{position:absolute;top:0;left:0;display:inline-block;z-index:2147483647;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid #000;background:#fff;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:solid 1px #333}.sp-alpha,.sp-alpha-handle,.sp-container,.sp-container button,.sp-container.sp-dragging .sp-input,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-input-disabled .sp-input-container{display:none}.sp-container.sp-buttons-disabled .sp-button-container{display:none}.sp-palette-only .sp-picker-container{display:none}.sp-palette-disabled .sp-palette-container{display:none}.sp-initial-disabled .sp-initial{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')}.sp-hue{background:-moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));background:-webkit-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')}.sp-hidden{display:none!important}.sp-cf:after,.sp-cf:before{content:"";display:table}.sp-cf:after{clear:both}@media (max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;position:absolute;top:0;left:0}.sp-slider{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}.sp-container{border-radius:0;background-color:#ECECEC;border:solid 1px #f0c49B;padding:0}.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue{font:400 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-color,.sp-hue{border:solid 1px #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{font-size:12px!important;border:1px inset;padding:4px 5px;margin:0;width:100%;background:0 0;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-palette-container,.sp-picker-container{float:left;position:relative;padding:10px;padding-bottom:300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:solid 2px transparent}.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:solid 1px #333}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;border:solid 1px #ccc;background:#fff;border-radius:2px;color:#333;vertical-align:middle;width:150px}.sp-replacer.sp-active,.sp-replacer:hover{border-color:#F0C49B;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:118px;height:20px;border:solid 1px #222;margin-right:5px;float:left;z-index:0}.sp-palette{max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:solid 1px #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(to bottom,#eee,#ccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(to bottom,#ddd,#bbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f!important;margin:0;padding:2px;margin-right:5px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f!important;text-decoration:underline}.sp-palette span.sp-thumb-active,.sp-palette span:hover{border-color:#000}.sp-alpha,.sp-preview,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/style.css b/app/home/view/szwjs/public/css/style.css
new file mode 100644
index 0000000..c9ea9b5
--- /dev/null
+++ b/app/home/view/szwjs/public/css/style.css
@@ -0,0 +1,4301 @@
+body {
+ color: #727272;
+ font-family: "Open Sans",Helvetica,Arial,sans-serif;
+ font-size: 14px;
+ line-height: 24px
+}
+
+body.boxed header {
+ width: 100%
+}
+
+.wrap {
+ overflow: hidden
+}
+
+img {
+ max-width: 100%
+}
+
+h1,h2,h3,h4,h5,h6 {
+ font-weight: 400;
+ color: #666;
+ font-family: Oswald,sans-serif;
+ text-shadow: 0 0 1px rgba(0,0,0,.01)
+}
+
+h1,h2,h3 {
+ margin: 0 0 25px
+}
+
+h1.title {
+ margin: 0 0 10px
+}
+
+h3 {
+ font-size: 20px;
+ position: relative
+}
+
+h3.title {
+ overflow: hidden;
+ line-height: 28px
+}
+
+h3.title:after {
+ background: url(../images/bg_off.png) repeat;
+ content: "";
+ height: 5px;
+ margin-left: 10px;
+ position: absolute;
+ top: 12px;
+ width: 99%
+}
+
+.our-clients h3.title:after,.service-reasons h3.title:after {
+ background: 0 0
+}
+
+.our-clients h3.title,.service-reasons h3.title {
+ color: #fff
+}
+
+.our-clients,.service-reasons {
+ background: url(../images/img-bg-blur.jpg) 50% 0 no-repeat fixed;
+ margin: 0 auto;
+ padding: 50px 0;
+ background-position: center center;
+ background-size: cover
+}
+
+.client,.service-reasons {
+ position: relative;
+ overflow: hidden
+}
+
+.our-clients .carousel-controls {
+ display: block;
+ height: 25px;
+ position: absolute;
+ right: 0;
+ top: 3px;
+ width: 83px
+}
+
+li,ol,ul {
+ line-height: 30px;
+ list-style: none;
+ margin: 0;
+ padding: 0
+}
+
+a:focus,a:hover {
+ text-decoration: none;
+ outline: 0;
+ color: #666
+}
+
+.btn-large,.btn-normal,.btn-small,.btn-special,.comment-des,.contact-box,.steps .popup,.testimonial p {
+ border-radius: 3px
+}
+.nav-qar{
+ display: none;
+ position: absolute;
+ top:35px;
+ z-index: 9999999999;
+}
+.top-back{
+ height: 213px;
+ width: 100%;
+ background: url(../images/top_background.jpg) no-repeat 50%;
+}
+#header .main-header {
+ min-height: 86px;
+ z-index: 9999;
+ width: 100%;
+ position: relative;
+ background: #fff;
+ -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,.2);
+ box-shadow: 0 3px 3px -3px rgba(0,0,0,.2)
+}
+
+header .top-bar {
+ min-height: 30px;
+ background: #510303;
+ border-bottom: 1px solid #414f5a;
+ padding: 7px 0
+}
+.header-nav-right li{
+ display: inline;
+}
+.header-nav-right li a{
+ border-right:1px solid #d5cccc;
+ padding-right: 10px;
+}
+.header-nav-right li:last-child a{
+ border-right:none;
+}
+.topnav .navbar-toggle i {
+ line-height: 20px
+}
+
+.phone-email {
+ padding: 3px 0
+}
+
+.phone-email a {
+ margin: 0 10px
+}
+
+.phone-email i .fa-phone {
+ font-size: 14px
+}
+
+.phone-email i {
+ margin-right: 7px
+}
+
+footer .social,header .social {
+ margin-right: 4px;
+ line-height: 30px
+}
+
+header #search-form {
+ line-height: 30px
+}
+
+footer .social,footer .social li:last-child {
+ margin-right: 0!important
+}
+
+footer .social li,header .social li {
+ background-color: #FFF;
+ border-radius: 100% 100% 100% 100%;
+ -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.6);
+ box-shadow: 0 2px 2px 0 rgba(0,0,0,.6);
+ display: inline-block;
+ height: 25px;
+ margin-right: 5px;
+ width: 25px;
+ text-align: center;
+ background: #fff;
+ -webkit-transition: background .5s ease-in-out;
+ -moz-transition: background .5s ease-in-out;
+ -o-transition: background .5s ease-in-out;
+ -ms-transition: background .5s ease-in-out;
+ transition: background .5s ease-in-out;
+ padding: 1px
+}
+
+footer .social i,header .social i {
+ color: #666;
+ -webkit-transition: color .5s ease-in-out;
+ -moz-transition: color .5s ease-in-out;
+ -o-transition: color .5s ease-in-out;
+ -ms-transition: color .5s ease-in-out;
+ transition: color .5s ease-in-out
+}
+.footer-four img{
+ margin-bottom: 10px;
+}
+#search-form .search-text-box {
+ background-color: #fff;
+ background-image: url(../images/search-icon.png);
+ background-position: 6px 56%;
+ background-repeat: no-repeat;
+ border: 0;
+ color: transparent;
+ font-size: 13px;
+ line-height: 18px;
+ cursor: pointer;
+ -webkit-transition: all .3s ease-in-out;
+ -moz-transition: all .3s ease-in-out;
+ -o-transition: all .3s ease-in-out;
+ -ms-transition: all .3s ease-in-out;
+ transition: all .3s ease-in-out;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+ border-radius: 30px;
+ width: 25px;
+ height: 25px;
+ margin: 0;
+ padding: 0
+}
+
+#search-form .search-text-box {
+ font-size: 13px;
+ background-color: #fff;
+ width: 170px;
+ height: 25px;
+ border: 0;
+ color: #888;
+ cursor: text;
+ text-align: left;
+ padding: 0 15px 1px 25px
+}
+
+header .main-header {
+ display: block;
+ position: relative;
+ text-align: left
+}
+
+.logo {
+ margin: 13px 0;
+}
+.logo img{
+ margin-top:6px;
+ max-height:52px;
+}
+.logo h1 {
+ margin: 13px 0
+}
+
+.navbar-fixed-top {
+ position: fixed!important
+}
+
+.breadcrumb-wrapper {
+ background: #FAFAFA;
+ border: 1px solid #DDD;
+ -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
+ box-shadow: 0 0 3px rgba(0,0,0,.1);
+ background: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fafafa));
+ background: -webkit-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -moz-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -ms-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -o-linear-gradient(top,#f8f8f8,#fafafa)
+}
+
+h2.title {
+ font-size: 26px;
+ line-height: 40px;
+ margin: 5px 0
+}
+
+.breadcrumbs {
+ margin: 7px 0
+}
+
+.breadcrumbs ul li {
+ display: inline-block;
+ line-height: 24px;
+ font-size: 13px;
+ color: #9e9e9e;
+ margin: 0 0 0 5px
+}
+
+.breadcrumbs ul li a {
+ color: #898989;
+ font-weight: 600
+}
+
+.breadcrumbs ul li:first-child {
+ margin-left: 2px!important
+}
+
+.breadcrumbs ul li:first-child:before,.breadcrumbs ul li:nth-child(2):before {
+ content: " ";
+ margin: 0
+}
+
+.breadcrumbs ul li:before {
+ color: #9e9e9e;
+ content: "\f105";
+ font-family: FontAwesome;
+ font-size: 12px;
+ margin: 0 9px 0 0
+}
+
+.fullwidthbanner-container {
+ width: 100%!important;
+ position: relative;
+ max-height: 470px!important;
+ overflow: hidden;
+ background-image: url(../images/loader.gif);
+ background-repeat: no-repeat;
+ background-position: 50%;
+ padding: 0;
+ visibility: hidden
+}
+
+.nivo-prevNav,.tp-leftarrow.default {
+ border-bottom-right-radius: 3px;
+ border-top-right-radius: 3px;
+ z-index: 100;
+ cursor: pointer;
+ position: relative;
+ background: #898989;
+ padding-top: 20px!important;
+ width: 45px;
+ height: 60px;
+ text-align: center;
+ -webkit-transition: background .5s ease-in-out;
+ -moz-transition: background .5s ease-in-out;
+ -o-transition: background .5s ease-in-out;
+ -ms-transition: background .5s ease-in-out;
+ transition: background .5s ease-in-out;
+ -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+ filter: alpha(opacity=0);
+ opacity: 0;
+ -khtml-opacity: 0;
+ -moz-opacity: 0;
+ visibility: visible
+}
+
+.nivo-prevNav:before,.tp-leftarrow.default:before {
+ content: "\f053";
+ font-family: FontAwesome;
+ font-size: 24px;
+ font-style: normal;
+ font-weight: 400;
+ color: #fafafa;
+ text-align: center;
+ visibility: visible
+}
+
+.nivo-nextNav,.tp-rightarrow.default {
+ border-bottom-left-radius: 3px;
+ border-top-left-radius: 3px;
+ z-index: 100;
+ cursor: pointer;
+ position: relative;
+ background: #898989;
+ padding-top: 20px!important;
+ width: 45px;
+ height: 60px;
+ text-align: center;
+ -webkit-transition: background .5s ease-in-out;
+ -moz-transition: background .5s ease-in-out;
+ -o-transition: background .5s ease-in-out;
+ -ms-transition: background .5s ease-in-out;
+ transition: background .5s ease-in-out;
+ -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+ filter: alpha(opacity=0);
+ opacity: 0;
+ -khtml-opacity: 0;
+ -moz-opacity: 0;
+ visibility: visible
+}
+
+.nivo-nextNav:before,.tp-rightarrow.default:before {
+ content: "\f054";
+ font-family: FontAwesome;
+ font-size: 24px;
+ font-style: normal;
+ font-weight: 400;
+ color: #fafafa;
+ text-align: center;
+ visibility: visible
+}
+
+.nivo-caption h2 {
+ margin: 0;
+ line-height: 60px
+}
+
+#center-content {
+ border: 1px solid #ddd;
+ padding: 0 20px 20px 20px;
+ min-height: 155px
+}
+
+.btn:focus,.btn:hover {
+ color: #fff
+}
+
+.btn-pad {
+ margin: 0 7px;
+}
+
+.btn-grey {
+ color: #515151!important;
+ text-shadow: -1px 1px 0 #fff;
+ outline: 0;
+ white-space: nowrap;
+ word-wrap: normal;
+ vertical-align: middle;
+ cursor: pointer;
+ background-color: #fff;
+ background-image: -webkit-linear-gradient(top,#fff 2%,#f0f0f0 2%,#dedede 100%);
+ background-image: -moz-linear-gradient(top,#fff 2%,#f0f0f0 2%,#dedede 100%);
+ background-image: -o-linear-gradient(top,#fff 2%,#f0f0f0 2%,#dedede 100%);
+ background-image: -ms-linear-gradient(top,#fff 2%,#f0f0f0 2%,#dedede 100%);
+ background-image: linear-gradient(top,#fff 2%,#f0f0f0 2%,#dedede 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0 );
+ border: 1px solid #969696;
+ -webkit-box-shadow: 0 1px 2px rgba(144,144,144,.4);
+ box-shadow: 0 1px 2px rgba(144,144,144,.4);
+ text-shadow: 0 1px 1px rgba(255,255,255,.75)!important
+}
+
+.btn-grey:hover {
+ background: -webkit-linear-gradient(#f8f8f8,#ddd);
+ background: -moz-linear-gradient(#f8f8f8,#ddd);
+ background: -o-linear-gradient(#f8f8f8,#ddd);
+ background: -ms-linear-gradient(#f8f8f8,#ddd);
+ background: linear-gradient(#f8f8f8,#ddd)
+}
+
+.btn-color,.btn-grey {
+ -webkit-transition: all .5s ease-in-out!important;
+ -moz-transition: all .5s ease-in-out!important;
+ -o-transition: all .5s ease-in-out!important;
+ -ms-transition: all .5s ease-in-out!important;
+ transition: all .5s ease-in-out!important
+}
+
+.btn-color {
+ color: #fff!important;
+ text-shadow: 0 1px #555!important
+}
+
+.btn-special {
+ border-radius: 4px
+}
+
+.btn-special {
+ padding: 15px 30px;
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ font-weight: 700;
+ outline: 0;
+ -webkit-transition: all .5s ease-in-out;
+ -moz-transition: all .5s ease-in-out;
+ -o-transition: all .5s ease-in-out;
+ -ms-transition: all .5s ease-in-out;
+ transition: all .5s ease-in-out
+}
+
+.btn-normal {
+ display: inline-block;
+ cursor: pointer;
+ font-size: 16px;
+ padding: 12px 30px
+}
+
+.btn-small {
+ display: inline-block;
+ cursor: pointer;
+ font-size: 14px;
+ padding: 7px 20px
+}
+
+.btn-large {
+ display: inline-block;
+ cursor: pointer;
+ font-size: 20px;
+ padding: 17px 50px
+}
+
+#main-cmf {
+ background-color: #fff;
+ padding: 0 0 60px
+}
+
+#main-cmf .page-title {
+ padding-top: 20px;
+ padding-bottom: 10px
+}
+
+.about #main-cmf,.home #main-cmf,.home-2 #main-cmf,.home-3 #main-cmf,.page-services #main-cmf {
+ padding: 0
+}
+
+.page article.post {
+ border-bottom: none
+}
+
+.post-header h3.content-title {
+ text-align: left!important;
+ margin-bottom: 15px
+}
+
+.blog-entry-meta {
+ font-size: 0
+}
+
+.blog-entry-meta-date {
+ display: inline-block;
+ margin-right: 25px;
+ margin-bottom: 10px;
+ font-size: 14px;
+ vertical-align: top
+}
+
+.blog-entry-meta-author {
+ display: none;
+ margin-right: 5px;
+ margin-bottom: 10px;
+ font-size: 14px;
+ vertical-align: top
+}
+
+.blog-entry-meta-tags {
+ display: none;
+ margin-right: 25px;
+ margin-bottom: 10px;
+ font-size: 14px;
+ vertical-align: top
+}
+
+.blog-entry-meta-comments {
+ display: none;
+ margin-bottom: 10px;
+ margin-right: 10px;
+ font-size: 14px;
+ vertical-align: top
+}
+
+.blog-entry-meta i {
+ margin-right: 4px
+}
+
+.blog.meta_author .blog-entry-meta-author {
+ display: inline-block
+}
+
+.blog.meta_tags .blog-entry-meta-tags {
+ display: inline-block
+}
+
+.blog.meta_comments .blog-entry-meta-comments {
+ display: inline-block
+}
+
+.blog.meta_authortags .blog-entry-meta-author,.blog.meta_authortags .blog-entry-meta-tags {
+ display: inline-block
+}
+
+.blog.meta_authorcomments .blog-entry-meta-author,.blog.meta_authorcomments .blog-entry-meta-comments {
+ display: inline-block
+}
+
+.blog.meta_tagscomments .blog-entry-meta-comments,.blog.meta_tagscomments .blog-entry-meta-tags {
+ display: inline-block
+}
+
+.blog-entry-meta-author,.blog-entry-meta-comments,.blog-entry-meta-tags {
+ display: inline-block
+}
+
+.post-content {
+ padding-bottom: 10px
+}
+
+.blog-small article .post-image {
+ float: left;
+ width: 30%;
+ margin-bottom: 10px
+}
+
+.blog-small article .post-content-wrap {
+ float: left;
+ width: 65%;
+ margin: 0 0 0 4%
+}
+
+.post-date a.date {
+ background: none repeat scroll 0 0 #fafafa;
+ display: block;
+ float: left;
+ margin-right: 20px;
+ padding: 10px 0 0;
+ text-align: center;
+ text-decoration: none;
+ width: 55px;
+ border-radius: 2px
+}
+
+.post-date a.date strong {
+ color: #1889C1;
+ display: block;
+ font-size: 20px;
+ font-weight: 400
+}
+
+.post-date a.date i {
+ background-color: #1889C1;
+ border-top: 1px solid #F3F3F3;
+ color: #FFF;
+ display: block;
+ font-size: 14px;
+ font-style: normal
+}
+
+.blog-small .blog-entry-meta-author,.blog-small .blog-entry-meta-comments,.blog-small .blog-entry-meta-tags {
+ font-size: 11px
+}
+
+.sidebar ul.slide li {
+ padding-left: 0;
+ -webkit-transition: all .5s ease-in-out;
+ -moz-transition: all .5s ease-in-out;
+ -o-transition: all .5s ease-in-out;
+ -ms-transition: all .5s ease-in-out;
+ transition: all .5s ease-in-out
+}
+
+.sidebar ul.slide li:hover {
+ padding-left: 5px;
+ -webkit-transition: all .5s ease-in-out;
+ -moz-transition: all .5s ease-in-out;
+ -o-transition: all .5s ease-in-out;
+ -ms-transition: all .5s ease-in-out;
+ transition: all .5s ease-in-out
+}
+
+.sidebar p {
+ text-align: left!important;
+ margin: 0 0 2px
+}
+
+.sidebar .widget,.widget {
+ margin-bottom: 35px
+}
+
+.search-input {
+ height: 38px!important;
+ width: 218px
+}
+
+#horizontal-tabs {
+ margin-bottom: 30px
+}
+
+#horizontal-tabs ul.tabs li {
+ background: #fafafa;
+ border-right: 1px solid #ddd;
+ border-top: 2px solid #666;
+ cursor: pointer;
+ float: left;
+ font-size: 15px;
+ padding: 12px
+}
+
+#horizontal-tabs ul.tabs li.current {
+ border-bottom: 1px solid #fff;
+ background: 0 0;
+ cursor: default
+}
+
+#horizontal-tabs ul.tabs {
+ border: 1px solid #ddd;
+ overflow: hidden;
+ border-radius: 2px
+}
+
+#horizontal-tabs .contents {
+ border: 1px solid #ddd;
+ margin-top: -1px;
+ border-radius: 2px
+}
+
+#horizontal-tabs .tabscontent.no-padding {
+ padding-left: 0;
+ padding-right: 0
+}
+
+#horizontal-tabs .tabscontent {
+ display: none;
+ overflow: hidden;
+}
+
+.tabs ul.posts li {
+ margin-bottom: 15px;
+ padding-bottom: 10px;
+ overflow: hidden;
+ border-bottom: 1px solid #f8f8f8
+}
+
+.tabs ul.posts li img {
+ height: 68px;
+ width: 68px;
+ -webkit-transition: all .4s ease-in 0s;
+ -moz-transition: all .4s ease-in 0s;
+ -o-transition: all .4s ease-in 0s;
+ -ms-transition: all .4s ease-in 0s;
+ transition: all .4s ease-in 0s;
+ float: left
+}
+
+.recent-post-img {
+ margin: 0 13px 5px 0
+}
+
+.sidebar .testimonials-title h3 {
+ margin: 0 0 20px!important
+}
+
+.category ul li:before {
+ content: "\f105";
+ font-family: FontAwesome;
+ font-size: 16px;
+ font-style: normal;
+ font-weight: 400;
+ padding-right: 10px
+}
+
+.widget.category ul li {
+ margin-bottom: 7px;
+ border-bottom: 1px solid #F8F8F8;
+ padding: 3px 0
+}
+
+.widget .ads-img img {
+ margin-bottom: 30px;
+ max-width: 100%
+}
+
+.about-author {
+ margin-top: 30px
+}
+
+.author-content {
+ padding: 20px
+}
+
+.author-content .avatar {
+ float: left;
+ margin: 0 20px 0 0
+}
+
+.avatar {
+ border: 1px solid #ddd;
+ padding: 4px!important;
+ border-radius: 100%
+}
+
+.avatar img {
+ border-radius: 100%
+}
+
+.author-content .data {
+ margin: -10px 0 0
+}
+
+.comments-sec {
+ float: left;
+ width: 100%;
+ margin: -5px 0 25px
+}
+
+ol.commentlist li {
+ float: left;
+ padding: 10px 0 15px
+}
+
+ol.commentlist {
+ float: left;
+ width: 100%;
+ margin: 0
+}
+
+ol li ol.childlist {
+ float: right;
+ width: 86%;
+ margin: 0
+}
+
+ol.commentlist li ol.childlist li:first-child {
+ padding: 25px 0 0
+}
+
+ol.commentlist li:first-child {
+ margin: 0 0 7px;
+ padding: 25px 0 0
+}
+
+.comment a img.avatar {
+ float: left;
+ max-width: 70px;
+ margin: 0 10px
+}
+
+.comment-des p {
+ line-height: 23px;
+ margin: 0
+}
+
+.comment-des {
+ float: left;
+ min-height: 128px;
+ background: #fafafa;
+ border: 1px solid #ddd;
+ color: #888;
+ -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.06);
+ box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.06);
+ margin: -70px 0 0 100px;
+ padding: 19px 22px 22px
+}
+
+.comments {
+ border: 1px solid #D4D4D4
+}
+
+.comment {
+ padding: 10px;
+ border-bottom: 1px solid #D4D4D4
+}
+
+.comment_child {
+ border-top: 1px solid #D4D4D4
+}
+
+.comment:before {
+ position: absolute;
+ display: block;
+ margin-left: 93px;
+ margin-top: 25px;
+ width: 15px;
+ height: 15px;
+ background-color: #fafafa;
+ border: 1px solid #ddd;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+ border-right: none;
+ border-top: 0;
+ z-index: 1
+}
+
+.comment-des strong {
+ float: left;
+ padding-right: 5px;
+ font-size: 14px;
+ color: #666
+}
+
+.comment-des span {
+ float: left;
+ color: #999
+}
+
+.comment-by {
+ float: left;
+ width: 100%;
+ padding-bottom: 8px;
+ padding-top: 5px
+}
+
+.comment-by span.reply {
+ float: right;
+ display: inline
+}
+
+.comment-by span.reply a {
+ float: right;
+ height: 17px;
+ margin-left: 5px;
+ font-weight: 400;
+ color: #999
+}
+
+.comment-by span.reply a i {
+ color: #bbb;
+ -webkit-transition: all .1s ease-in-out;
+ -moz-transition: all .1s ease-in-out;
+ -o-transition: all .1s ease-in-out;
+ -ms-transition: all .1s ease-in-out;
+ transition: all .1s ease-in-out
+}
+
+.comment-by span.reply a:hover,.comment-by span.reply a:hover i {
+ color: #a0a0a0
+}
+
+.comment-by span.date {
+ color: #999;
+ float: left;
+ font-weight: 300;
+ margin: 0 0 0 2px;
+ padding: 0 0 0 9px
+}
+
+.comments .comment .comment-body .time {
+ margin: 0 10px
+}
+
+.comment-reply-box .textbox {
+ width: 100%;
+ margin-top: 15px;
+ padding: 6px 6px;
+ text-indent: 1px;
+ box-shadow: none;
+ border-radius: 0;
+ background-color: #fff;
+ border: 1px solid #bbb;
+ transition: border linear .2s,box-shadow linear .2s;
+ display: inline-block;
+ margin-bottom: 10px;
+ font-size: 14px;
+ line-height: 20px;
+ vertical-align: middle
+}
+
+.reply label {
+ margin: 0 0 4px
+}
+
+.reply label span {
+ color: #e24747
+}
+
+.reply input {
+ margin: 0 0 20px
+}
+
+.reply textarea {
+ min-width: 97.5%;
+ min-height: 180px;
+ -webkit-resize: vertical;
+ -moz-resize: vertical;
+ -webkit-resize: vertical;
+ -moz-resize: vertical;
+ resize: vertical;
+ margin: 0 0 18px
+}
+
+.slogan {
+ min-height: 100px;
+ background: #fafafa;
+ width: 100%;
+ border-top: 1px solid #DDD;
+ border-bottom: 1px solid #DDD;
+ -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
+ box-shadow: 0 0 3px rgba(0,0,0,.1)
+}
+
+.slogan-content {
+ padding: 25px 0
+}
+
+.slogan-title {
+ display: inline-block;
+ margin: 10px 0
+}
+
+.page-services .slogan-content {
+ padding: 40px 0
+}
+
+.page-services .get-started {
+ padding-top: 15px
+}
+
+.get-started {
+ padding-top: 1px;
+ vertical-align: middle
+}
+
+.content,.main-content {
+ padding: 0
+}
+
+.home-2 .main-content,.home-3 .main-content {
+ margin: 45px 0 40px;
+ padding: 0
+}
+
+.main-content {
+ margin: 0;
+}
+
+div.content-box {
+ clear: both
+}
+
+div.content-box div.content-box-info {
+ padding-left: 115px
+}
+
+div.content-box.big {
+ padding: 0 5% 10px;
+ border-radius: 3px;
+ background: #fff;
+ -webkit-transition: background .5s ease-in-out;
+ -moz-transition: background .5s ease-in-out;
+ -o-transition: background .5s ease-in-out;
+ -ms-transition: background .5s ease-in-out;
+ transition: background .5s ease-in-out
+}
+
+div.content-box.big .ch-info-wrap {
+ margin: -42px auto 35px;
+ position: relative;
+ left: auto;
+ top: auto
+}
+
+div.content-box.big:hover {
+ background: #fafafa
+}
+
+div.content-box.big div.content-box-info {
+ padding-left: 0;
+ text-align: center;
+ margin: 25px 0 0
+}
+
+div.content-box.big div.content-box-info p {
+ text-align: center;
+ margin-top: 25px
+}
+
+.service-reasons div.content-box.big {
+ transition: none;
+ margin-top: 30px;
+ border: 1px solid #fff
+}
+
+.main-content h3 {
+ color: #666;
+ line-height: 32px;
+ margin: 0 0 5px
+}
+
+.content p,.main-content p {
+ text-align: left
+}
+
+#cn-tabs .service,.author-content,.comment-des,.contact-box,div.content-box.big {
+ border-style: solid;
+ border-width: 1px 1px 3px;
+ border-color: #ddd;
+ background: #fafafa;
+ background: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fafafa));
+ background: -webkit-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -moz-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -ms-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -o-linear-gradient(top,#f8f8f8,#fafafa)
+}
+
+ul.graph-container {
+ margin-left: 10em
+}
+
+.graph-container>li:nth-child(1) .bar-inner {
+ height: 25%;
+ bottom: 0
+}
+
+.graph-container>li:nth-child(2) .bar-inner {
+ height: 50%;
+ bottom: 0
+}
+
+.graph-container>li:nth-child(3) .bar-inner {
+ height: 75%;
+ bottom: 0
+}
+
+.graph-container>li:nth-child(4) .bar-inner {
+ height: 85%;
+ bottom: 0
+}
+
+.graph-container>li:nth-child(5) .bar-inner {
+ height: 90%;
+ bottom: 0
+}
+
+.portfolio-single .work-title h3 {
+ margin-bottom: 20px!important
+}
+
+.portfolio-wrap .item {
+ width: 24.99%
+}
+
+.item .item-inner,.post-image {
+ margin-bottom: 30px;
+ overflow: hidden;
+ position: relative;
+ border-radius: 2px
+}
+
+.img-content,.post-image {
+ padding: 4px;
+ border: 1px solid #ddd;
+ background: url(../images/bg_off.png) repeat
+}
+
+.img-content {
+ float: left;
+ margin: 5px 20px 20px 0
+}
+
+.img-content img {
+ width: 100%
+}
+
+.post-image a {
+ display: block;
+ position: relative
+}
+
+.post-image .nivoSlider a {
+ position: absolute!important
+}
+
+.portfolio .item .portfolio-item {
+ margin-bottom: 30px
+}
+
+.project_details span {
+ border-bottom: 1px solid #E3E3E3;
+ color: #454545;
+ float: left;
+ font-size: 14px;
+ font-weight: 700;
+ margin: 0;
+ padding: 5px 0;
+ width: 100%
+}
+
+.project_details strong {
+ float: left;
+ margin: 0;
+ padding: 0;
+ width: 40%
+}
+
+.project_details em {
+ float: left;
+ font-style: normal;
+ margin: 0;
+ padding: 0;
+ width: 60%
+}
+
+.project_details span a {
+ background-color: #fafafa;
+ border-radius: 3px;
+ border: 1px solid #ddd;
+ color: #666;
+ font-size: 14px;
+ font-style: normal;
+ font-weight: 400;
+ margin: 0 0 5px 5px;
+ padding: 3px 10px;
+ display: inline-block
+}
+
+.recentworks {
+ background: #fafafa;
+ border-top: 1px solid #DDD;
+ border-bottom: 1px solid #DDD;
+ padding: 60px 0;
+ -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
+ box-shadow: 0 0 3px rgba(0,0,0,.1);
+ background: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fafafa));
+ background: -webkit-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -moz-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -ms-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -o-linear-gradient(top,#f8f8f8,#fafafa)
+}
+
+.cn-wrapper {
+ width: 26em;
+ height: 26em;
+ position: relative;
+ z-index: 10;
+ bottom: 0;
+ left: 50%;
+ overflow: hidden;
+ margin-left: -185px;
+ border: 1px solid #ddd;
+ -webkit-transition: all .3s ease;
+ -moz-transition: all .3s ease;
+ -o-transition: all .3s ease;
+ -ms-transition: all .3s ease;
+ transition: all .3s ease
+}
+
+.cn-wrapper:after {
+ content: "";
+ display: block;
+ height: 8px;
+ width: 8px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ margin-top: -4px;
+ margin-left: -4px;
+ border-radius: 50%;
+ z-index: 11
+}
+
+.cn-wrapper li {
+ position: absolute;
+ font-size: 1.5em;
+ width: 10em;
+ height: 10em;
+ overflow: hidden;
+ -webkit-transform-origin: 100% 100%;
+ -moz-transform-origin: 100% 100%;
+ -o-transform-origin: 100% 100%;
+ -ms-transform-origin: 100% 100%;
+ transform-origin: 100% 100%;
+ border: 1px solid #fff;
+ -webkit-transition: all 1s ease;
+ -moz-transition: all 1s ease;
+ -o-transition: all 1s ease;
+ -ms-transition: all 1s ease;
+ transition: all 1s ease
+}
+
+.cn-wrapper li a {
+ display: block;
+ font-size: 1.2em;
+ height: 13.5em;
+ width: 13.5em;
+ position: absolute;
+ bottom: -6.75em;
+ right: -6.75em;
+ overflow: hidden;
+ text-decoration: none;
+ -webkit-transition: background-color .3s ease,-webkit-transform .8s ease;
+ -moz-transition: background-color .3s ease,-moz-transform .8s ease;
+ -o-transition: background-color .3s ease,-o-transform .8s ease;
+ -ms-transition: background-color .3s ease,-ms-transform .8s ease;
+ transition: background-color .3s ease,transform .8s ease
+}
+
+.cn-wrapper li a.active,.cn-wrapper li a:hover {
+ background-color: #fafafa;
+ -webkit-transition: background-color .5s ease;
+ -moz-transition: background-color .5s ease;
+ -o-transition: background-color .5s ease;
+ -ms-transition: background-color .5s ease;
+ transition: background-color .5s ease
+}
+
+.cn-wrapper span {
+ font-size: 1.3em
+}
+
+.cn-content {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+ filter: alpha(opacity=0);
+ opacity: 0
+}
+
+.circular-nav {
+ overflow: hidden
+}
+
+#cn-tabs .service {
+ display: none;
+ overflow: hidden;
+ background: #fafafa;
+ padding: 15px 25px;
+ border-radius: 2px
+}
+
+.cn-content {
+ overflow: hidden
+}
+
+.cn-content p {
+ z-index: 9999
+}
+
+#cn-tabs .service:before {
+ position: absolute;
+ display: block;
+ content: "";
+ top: 44%;
+ right: -3px;
+ width: 35px;
+ height: 35px;
+ background-color: #fafafa;
+ border: 1px solid #ddd;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+ border-left: none;
+ border-bottom: 0;
+ z-index: 1
+}
+
+a.next.disabled,a.prev.disabled {
+ cursor: default
+}
+#client-carousel{
+ margin:0 20px;
+}
+.carousel-controls a.next {
+ right: 0px;
+ top:78px;
+ position: absolute
+}
+
+.carousel-controls a.prev {
+ left: 0px;
+ top:78px;
+ position: absolute
+}
+.carousel-controls a.next-more {
+ right: 65px;
+}
+.carousel-controls a.prev-more {
+ right: 95px;
+}
+.team-name{
+ margin-top: 10px;
+}
+.team-title{
+ margin-bottom: 10px;
+}
+.team-name span{
+ color:#cc0000;
+ font-size: 17px;
+}
+.team-title span{
+ color:#333333;
+ font-size: 14px;
+}
+.bxslider-team li{
+ border-bottom: 3px solid #742121;;
+}
+a.next,a.prev {
+ width: 25px;
+ height: 25px;
+ display: block;
+ cursor: pointer;
+ background: #930;
+ color: #fafafa;
+ font-size: 20px;
+ text-align: center;
+ text-decoration: none
+}
+
+a.next {
+ padding-left: 3px
+}
+
+a.next.disabled,a.prev.disabled {
+ display: block;
+ cursor: default;
+ background: #323B44;
+ color: #fafafa;
+ font-size: 20px;
+ text-align: center
+}
+
+.testimonial p {
+ background: #fafafa;
+ font-weight: 500;
+ margin: 0;
+ padding: 27px 25px;
+ border: 1px solid #ddd;
+ background: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#fafafa));
+ background: -webkit-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -moz-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -ms-linear-gradient(top,#f8f8f8,#fafafa);
+ background: -o-linear-gradient(top,#f8f8f8,#fafafa)
+}
+
+.our-clients .testimonial p,.our-clients .testimonials-arrow {
+ border: none
+}
+
+.testimonials-arrow {
+ display: block;
+ content: "";
+ margin-top: -7px;
+ margin-left: 45px;
+ width: 14px;
+ height: 14px;
+ background-color: #fafafa;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+ margin-bottom: 10px;
+ border-bottom: 1px solid #ddd;
+ border-right: 1px solid #ddd;
+ border-top: 0
+}
+
+.testimonial .author {
+ margin: 0 0 0 19px
+}
+
+.testimonial-image {
+ float: left;
+ height: 70px;
+ position: relative;
+ width: 70px
+}
+
+.testimonial-image img {
+ border-radius: 50px;
+ height: 70px!important;
+ width: 70px!important;
+ border: 1px solid #ddd;
+ padding: 4px
+}
+
+.our-clients .testimonial-image img {
+ border: none;
+ padding: 0
+}
+
+.our-clients .testimonial-author-info {
+ color: #ddd
+}
+
+.testimonial-author-info {
+ padding: 10px 0 0 90px;
+ color: #666
+}
+
+.testimonial-author-info a {
+ display: block
+}
+
+.our-clients .testimonial-author-info a {
+ color: #fff
+}
+
+span.color {
+ font-size: 14px;
+ font-weight: 700
+}
+
+.footer-top {
+ border-bottom: 1px solid #414f5a;
+ color: #999999;
+ padding: 20px 0;
+ background: url(../images/background9.jpg) 0 0 repeat-y;
+}
+
+.footer-bottom {
+ background: #742121;
+ color: #fff;
+ line-height: 30px;
+ padding: 10px
+}
+
+.social-icons-footer-bottom {
+ float: right;
+ margin: 6px 0 0
+}
+
+.social-icons-footer-bottom li {
+ display: inline;
+ float: left;
+ margin-right: 7px!important;
+ list-style: none;
+ -webkit-transition: all .2s ease-in-out 0s;
+ -moz-transition: all .2s ease-in-out 0s;
+ -o-transition: all .2s ease-in-out 0s;
+ -ms-transition: all .2s ease-in-out 0s;
+ transition: all .2s ease-in-out 0s
+}
+
+.social-icons-footer-bottom li i {
+ display: inline-block;
+ font-family: FontAwesome;
+ font-size: 13px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: 400;
+ line-height: 16px;
+ padding-top: 0;
+ text-align: center;
+ text-decoration: inherit;
+ text-transform: none
+}
+
+#tweets li:before {
+ color: #c9c9c9;
+ content: "\f0c1";
+ float: left;
+ font-family: FontAwesome;
+ font-size: 16px;
+ margin: 0 0 0 -28px
+}
+.footer-top .contact-us li i{
+ color: #c9c9c9;
+}
+#tweets li {
+ line-height: 24px;
+ padding: 0 0 0 28px;
+}
+.footer-top li{
+ border-bottom: 1px solid #535353;
+}
+#tweets .content {
+ padding-top: 0;
+ margin-bottom: 5px
+}
+
+#flickrfeed li {
+ float: left;
+ margin: 5px 5px 0 0
+}
+
+.contact-us {
+ margin: 15px 0 0;
+ background: url(../images/contact-map.png) no-repeat center bottom
+}
+
+.contact-us .fa-map-marker {
+ font-size: 16px
+}
+
+.contact-us li i {
+ color: #666;
+ float: left;
+ margin: 4px 0 0
+}
+
+.contact-us p {
+ line-height: 24px;
+ margin-left: 20px;
+ margin-top: -2px
+}
+
+.contact-us li p strong {
+ color: #727272;
+ float: left;
+ font-weight: 600;
+ margin: 0 5px 5px 0
+}
+
+.subscribe-btn {
+ height: 38px;
+ background-image: none;
+ color: #fff;
+ text-shadow: none;
+ font-size: 14px;
+ border: none;
+ text-shadow: 0 1px #555!important
+}
+
+.subscribe {
+ height: 38px!important;
+ width: 100%
+}
+
+#not-found {
+ margin: 60px 0 45px
+}
+
+#not-found h2 {
+ font-size: 200px;
+ font-weight: 500;
+ letter-spacing: -5px;
+ line-height: 210px;
+ text-align: center
+}
+
+#not-found p {
+ color: #9e9e9e;
+ font-size: 32px;
+ line-height: 48px;
+ text-align: center
+}
+
+#not-found i {
+ color: #F03;
+ font-size: 210px;
+ position: relative;
+ top: -12px
+}
+
+.back-home p {
+ text-align: center!important;
+ margin: 0 auto
+}
+
+.back-home .search-form {
+ width: 290px;
+ margin: 30px auto 0
+}
+
+.sitemap {
+ margin-bottom: 15px
+}
+
+.sitemap li,.sitemap ul {
+ margin: auto!important;
+ padding: inherit!important;
+ list-style: disc
+}
+
+.sitemap li ul li {
+ list-style: circle
+}
+
+ul.why li {
+ margin: 7px 0
+}
+
+ul.why li:before {
+ content: "\f00c";
+ font-family: FontAwesome;
+ position: relative;
+ color: #fff;
+ background: #666;
+ border-radius: 100%;
+ margin: 0 7px 0 0;
+ padding: 3px
+}
+
+.services-big div.content-box div.content-box-icon {
+ border: 1px solid #ddd;
+ background: url(../images/bg_off.png) repeat;
+ border-radius: 2px;
+ display: block;
+ float: none;
+ position: relative;
+ padding: 4px
+}
+
+.services-big .content-box-icon span {
+ z-index: 4;
+ display: block;
+ width: 130px;
+ height: 130px;
+ border-radius: 130px;
+ background-color: #666
+}
+
+.services-big .content-box-icon i {
+ color: #fff;
+ float: left;
+ font-size: 48px;
+ line-height: 130px;
+ left: 34%;
+ position: relative;
+ z-index: 5
+}
+
+.services-big div.content-box div.content-box-info {
+ padding-left: 0
+}
+
+.services-big h4 {
+ margin: 20px 0
+}
+
+.services-big img {
+ width: 100%
+}
+
+.divider {
+ margin: 60px 0
+}
+
+.blog-divider {
+ margin: 10px 0;
+ background: url(../images/bg_off.png) repeat;
+ content: "";
+ height: 5px
+}
+
+.top-pad {
+ margin-top: 25px
+}
+
+.no-divider {
+ margin: 0
+}
+
+.bottom-pad {
+ margin-bottom: 60px
+}
+
+.bottom-pad-small {
+ margin-bottom: 30px
+}
+
+.no-bottom-pad {
+ margin-bottom: 0!important;
+ padding-bottom: 0!important
+}
+
+input,textarea {
+ border: solid 1px #E5E5E5;
+ background: -webkit-gradient(linear,left top,left 25,from(#FFF),color-stop(4%,#EEE),to(#FFF));
+ background: -moz-linear-gradient(top,#FFF,#EEE 1px,#FFF 25px);
+ box-shadow: rgba(0,0,0,.1) 0 0 8px!important;
+ -moz-box-shadow: rgba(0,0,0,.1) 0 0 8px!important;
+ -webkit-box-shadow: rgba(0,0,0,.1) 0 0 8px!important;
+}
+.h28{
+ min-height: 28px!important;
+}
+
+input:focus,input:hover,textarea:focus,textarea:hover {
+ border-color: #C9C9C9;
+ -webkit-box-shadow: rgba(0,0,0,.15) 0 0 8px
+}
+
+.accordionMod .panel-heading .accordion-toggle {
+ position: relative;
+ cursor: pointer;
+ margin: 0;
+ padding: 10px 45px
+}
+
+.accordion-body,.panel-heading {
+ background: #fff;
+ border-radius: 3px;
+ padding: 0
+}
+
+.accordionMod .panel-heading .accordion-toggle .icon:before {
+ content: "\f067";
+ font-family: FontAwesome;
+ display: block;
+ width: 14px;
+ height: 14px;
+ position: absolute;
+ left: 15px;
+ top: 11px
+}
+
+.accordionMod .panel-heading .accordion-toggle .iconActive:before {
+ content: "\f068";
+ font-family: FontAwesome
+}
+
+.accordionMod .panel-heading .current {
+ color: #fff;
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px
+}
+
+.contact-box,.contact-box h3,.contact-box i,.contact-box p {
+ -webkit-transition: all .5s ease-in-out 0s;
+ -moz-transition: all .5s ease-in-out 0s;
+ -o-transition: all .5s ease-in-out 0s;
+ -ms-transition: all .5s ease-in-out 0s;
+ transition: all .5s ease-in-out 0s
+}
+
+.contact-box {
+ text-align: center!important;
+ -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.05) inset;
+ box-shadow: 0 -1px 0 0 rgba(0,0,0,.05) inset;
+ -webkit-transition: background .5s ease-in-out;
+ -moz-transition: background .5s ease-in-out;
+ -o-transition: background .5s ease-in-out;
+ -ms-transition: background .5s ease-in-out;
+ transition: background .5s ease-in-out;
+ margin: 0 0 20px;
+ padding: 32px 28px
+}
+
+.contact-box:hover {
+ border: none
+}
+
+.contact-box i {
+ font-size: 48px
+}
+
+.blog-showcase {
+ padding: 0
+}
+
+.blog-showcase ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ width: 100%;
+ display: block;
+ overflow: hidden
+}
+
+.blog-showcase ul li {
+ position: relative;
+ display: inline-block
+}
+
+.blog-showcase ul li:last-child {
+ padding-right: 0!important
+}
+
+.blog-showcase ul li.blog-first-el {
+ padding-right: 270px
+}
+
+.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
+ zoom: 1;
+ filter: alpha(opacity=100);
+ filter: alpha(opacity=100);
+ opacity: 1
+}
+
+.blog-showcase ul li.blog-first-el .blog-showcase-thumb {
+ border-right: 0
+}
+
+.blog-showcase ul li,.blog-showcase ul li img,.blog-showcase-extra-info {
+ -webkit-transition: all .3s ease-in-out 0s;
+ -moz-transition: all .3s ease-in-out 0s;
+ -o-transition: all .3s ease-in-out 0s;
+ -ms-transition: all .3s ease-in-out 0s;
+ transition: all .3s ease-in-out 0s
+}
+
+.blog-showcase-thumb {
+ position: relative;
+ overflow: hidden;
+ z-index: 20;
+ margin-bottom: 5px;
+ width: 297px
+}
+
+.blog-showcase-thumb:hover .showcase-blog-overlay {
+ zoom: 1;
+ filter: alpha(opacity=50);
+ filter: alpha(opacity=50);
+ opacity: .5
+}
+
+.blog-showcase-extra-info {
+ width: 277px;
+ height: 180px;
+ z-index: 10;
+ margin: 0;
+ position: absolute;
+ left: 297px;
+ top: 2px;
+ overflow: hidden;
+ zoom: 1;
+ filter: alpha(opacity=0);
+ filter: alpha(opacity=0);
+ opacity: 0
+}
+
+.blog-showcase-extra-info span {
+ display: block;
+ border: 1px solid rgba(0,0,0,.1);
+ border-left: none;
+ border-right: 0;
+ margin-bottom: 5px;
+ line-height: 24px
+}
+
+.blog-showcase-extra-info span a {
+ font-size: 10px;
+ color: #999
+}
+
+.blog-showcase-title {
+ font-size: 13px;
+ font-weight: 700;
+ line-height: 20px!important;
+ display: inline-block;
+ margin-bottom: 0;
+ color: #333
+}
+
+.blog-showcase-more {
+ font-size: 12px;
+ text-decoration: underline
+}
+
+.web-normal i {
+ display: inline-block;
+ margin: 15px
+}
+
+#options {
+ padding: 10px 0 25px
+}
+
+#options li {
+ float: left;
+ margin: 4px 8px 4px 0
+}
+
+#options li a {
+ display: inline-block;
+ background: #fafafa;
+ color: #727272;
+ font-size: 16px;
+ text-decoration: none;
+ padding: 7px 20px;
+ border: 1px solid #ddd
+}
+
+.portfolio .item {
+ position: relative;
+ overflow: hidden
+}
+
+.isotope-item {
+ z-index: 2
+}
+
+.isotope-hidden.isotope-item {
+ pointer-events: none;
+ z-index: 1
+}
+
+.isotope,.isotope .isotope-item {
+ -webkit-transition-duration: .8s;
+ -moz-transition-duration: .8s;
+ -o-transition-duration: .8s;
+ -ms-transition-duration: .8s;
+ transition-duration: .8s
+}
+
+.isotope {
+ -webkit-transition-property: height,width;
+ -moz-transition-property: height,width;
+ -o-transition-property: height,width;
+ -ms-transition-property: height,width;
+ transition-property: height,width
+}
+
+.isotope .isotope-item {
+ -webkit-transition-property: 0;
+ -moz-transition-property: 0;
+ -o-transition-property: 0;
+ -ms-transition-property: 0;
+ transition-property: 0
+}
+
+.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item {
+ -webkit-transition-duration: 0s;
+ -moz-transition-duration: 0s;
+ -o-transition-duration: 0s;
+ -ms-transition-duration: 0s;
+ transition-duration: 0s
+}
+
+.isotope.infinite-scrolling {
+ -webkit-transition: none;
+ -moz-transition: none;
+ -o-transition: none;
+ -ms-transition: none;
+ transition: none
+}
+
+.progress {
+ height: 40px
+}
+
+.progress .progress-bar {
+ font-size: 15px;
+ font-weight: 600;
+ line-height: 40px;
+ padding-left: 20px;
+ text-align: left;
+ text-shadow: none
+}
+
+a.mobile-menu {
+ color: #000;
+ cursor: pointer
+}
+
+.mobile-menu {
+ height: 40px;
+ position: absolute;
+ right: 0;
+ top: 25px
+}
+
+.google-maps {
+ height: 400px
+}
+
+#options li a,.author-content,.img-caption,.portfolio .img-caption,.portfolio img.pic,.recentworks .pic,.scrollup,.tabs ul.posts li img,a.next,a.prev,li.work img {
+ border-radius: 2px
+}
+
+#options ul,#search-form form,.features .panel-heading h4,.gallery ul,.panel-heading h3,.sidebar ul,.testimonials ul,ul.post-meta,ul.tabs,ul.why {
+ margin: 0
+}
+
+#horizontal-tabs ul.tabs li,#vertical-tabs ul.tabs li,.content h3,.latest-posts h4 a {
+ color: #666
+}
+
+.our-clients ul,.recentworks ul,ul#tweets {
+ list-style: none;
+ margin: 0
+}
+
+#footer ul,.our-clients ul {
+ list-style: none
+}
+
+ul#projects-carousel {
+ overflow: hidden;
+ position: relative;
+ list-style: none;
+ margin: 0;
+ padding: 0;
+ float: left
+}
+
+.portfolio-item {
+ background: url(../images/bg_off.png) repeat;
+ border-radius: 3px;
+ -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
+ box-shadow: 0 0 3px rgba(0,0,0,.1);
+ border: 1px solid #ddd;
+ padding: 4px;
+ overflow: hidden;
+ display: block
+}
+
+.portfolio-item img {
+ display: block;
+ width: 100%
+}
+
+.fullscreen {
+ position: absolute;
+ left: 50%;
+ top: 65%;
+ color: #fff;
+ font-size: 18px;
+ margin-top: -30px;
+ margin-left: -24px;
+ width: 60px;
+ height: 60px;
+ opacity: 0
+}
+
+.fullscreen i {
+ color: #fff!important;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
+ filter: alpha(opacity=100);
+ opacity: 1;
+ z-index: 11;
+ background: rgba(0,0,0,.6);
+ padding: 16px 18px;
+ font-size: 16px;
+ border-radius: 100px
+}
+
+.portfolio-item-link {
+ display: block;
+ position: relative
+}
+
+.post-item-link {
+ display: block;
+ position: relative;
+ overflow: hidden;
+ margin: 0
+}
+
+.post-body {
+ padding: 4px;
+ background: url(../images/bg_off.png) repeat;
+ border: 1px solid #DDD;
+ border-radius: 3px
+}
+
+.img-hover,.portfolio-item-link span.portfolio-item-hover,.post-item-link span.post-item-hover {
+ background: rgba(50,50,50,.75)
+}
+
+.portfolio-item.round img {
+ border-radius: 2px
+}
+
+a.portfolio-item-link {
+ line-height: 0;
+ padding: 0;
+ margin: 0
+}
+
+.img-hover,.portfolio-item-link span.portfolio-item-hover,.post-item-link span.post-item-hover {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+ filter: alpha(opacity=0);
+ opacity: 0;
+ top: 0;
+ left: 0;
+ -webkit-transition: all .35s ease-out;
+ -moz-transition: all .35s ease-out;
+ -o-transition: all .35s ease-out;
+ -ms-transition: all .35s ease-out;
+ transition: all .35s ease-out
+}
+
+.img-hover:hover,.portfolio-item-link span.portfolio-item-hover:hover,.post-item-link span.post-item-hover:hover {
+ background-position: center center
+}
+
+.portfolio-item-title {
+ text-align: center;
+ padding: 10px 5px 10px 5px;
+ background: #FFF
+}
+
+.portfolio-item-title a {
+ font-weight: 600;
+ font-size: 14px;
+ font-family: "Open Sans",Arial,Verdana;
+ color: #666;
+ -webkit-transition: all .25s ease-out;
+ -moz-transition: all .25s ease-out;
+ -o-transition: all .25s ease-out;
+ -ms-transition: all .25s ease-out;
+ transition: all .25s ease-out
+}
+
+.portfolio-item-title a:hover {
+ text-decoration: none
+}
+
+.portfolio-item-title p {
+ font-style: italic;
+ font-size: 12px;
+ margin-bottom: 0;
+ text-align: center
+}
+
+.ch-item {
+ width: 100%;
+ position: relative;
+ cursor: default
+}
+
+.ch-info-wrap i {
+ color: #FFF;
+ float: left;
+ font-size: 28px;
+ left: 35%;
+ line-height: 80px;
+ position: relative;
+ z-index: 5;
+ text-shadow: 0 3px 0 rgba(0,0,0,.1)
+}
+
+.ch-info-wrap {
+ position: absolute;
+ width: 80px;
+ height: 80px;
+ border-radius: 50%;
+ background: #666;
+ top: 10px;
+ left: 10px
+}
+
+.ch-info {
+ position: absolute;
+ width: 80px;
+ height: 80px;
+ border-radius: 50%;
+ -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.2);
+ box-shadow: 0 0 0 5px rgba(0,0,0,.2);
+ -webkit-transition: all .4s ease-in-out;
+ -moz-transition: all .4s ease-in-out;
+ -o-transition: all .4s ease-in-out;
+ -ms-transition: all .4s ease-in-out;
+ transition: all .4s ease-in-out
+}
+
+.ch-info>div {
+ display: block;
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ border-radius: 50%;
+ background-position: center center;
+ -webkit-backface-visibility: hidden
+}
+
+.ch-info .ch-info-front {
+ -webkit-transition: all .6s ease-in-out;
+ -moz-transition: all .6s ease-in-out;
+ -o-transition: all .6s ease-in-out;
+ -ms-transition: all .6s ease-in-out;
+ transition: all .6s ease-in-out
+}
+
+.ch-info .ch-info-back {
+ -webkit-transform: scale(1.5);
+ -moz-transform: scale(1.5);
+ -o-transform: scale(1.5);
+ -ms-transform: scale(1.5);
+ transform: scale(1.5);
+ box-shadow: inset 0 0 3px rgba(0,0,0,.6);
+ -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.6);
+ -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.6);
+ -webkit-transition: all .4s ease-in-out .2s;
+ -moz-transition: all .4s ease-in-out .2s;
+ -o-transition: all .4s ease-in-out .2s;
+ -ms-transition: all .4s ease-in-out .2s;
+ transition: all .4s ease-in-out .2s;
+ opacity: 0
+}
+
+.ch-item:hover .ch-info-front {
+ -webkit-transform: scale(0);
+ -moz-transform: scale(0);
+ -o-transform: scale(0);
+ -ms-transform: scale(0);
+ transform: scale(0)
+}
+
+.ch-item:hover .ch-info-back {
+ -webkit-transform: scale(1);
+ -moz-transform: scale(1);
+ -o-transform: scale(1);
+ -ms-transform: scale(1);
+ transform: scale(1);
+ opacity: 1;
+ pointer-events: auto
+}
+
+.member-social.dark a.facebook:hover,.team .item .team-member-links a.facebook:hover,footer .social li.facebook:hover,header .social li.facebook:hover {
+ background: #4C66A4
+}
+
+.member-social.dark a.dribbble:hover,.team .item .team-member-links a.dribbble:hover,footer .social li.dribbble:hover,header .social li.dribbble:hover {
+ background: #EA4C89
+}
+
+.member-social.dark a.twitter:hover,.team .item .team-member-links a.twitter:hover,footer .social li.twitter:hover,header .social li.twitter:hover {
+ background: #2C77BA
+}
+
+.member-social.dark a.gplus:hover,.team .item .team-member-links a.gplus:hover,footer .social li.gplus:hover,header .social li.gplus:hover {
+ background: #9e0b0f
+}
+
+.member-social.dark a.linkedin:hover,.team .item .team-member-links a.linkedin:hover,footer .social li.linkedin:hover,header .social li.linkedin:hover {
+ background: #069
+}
+
+.member-social.dark a.pinterest:hover,.team .item .team-member-links a.pinterest:hover,footer .social li.pinterest:hover,header .social li.pinterest:hover {
+ background: #C92228
+}
+
+footer .social li.rss:hover,header .social li.rss:hover {
+ background: #f60
+}
+
+.team-member {
+ display: block;
+ margin: 0 auto 50px;
+ width: 100%;
+ max-width: 350px;
+ padding: 0
+}
+
+.team-member-image {
+ float: none;
+ overflow: visible;
+ height: 0;
+ width: 100%;
+ padding-bottom: 100%
+}
+
+.team-member-image img {
+ border-radius: 50%
+}
+
+.team-member-links {
+ top: 0;
+ min-height: 1px;
+ border-radius: 50%;
+ box-shadow: 0 0 0 10px rgba(255,255,255,.25) inset;
+ -webkit-transition: all .25s ease;
+ transition: all .25s ease
+}
+
+.team-member:hover .team-member-links {
+ box-shadow: 0 0 0 175px rgba(50,50,50,.75) inset
+}
+
+.team-member-links-list {
+ filter: alpha(opacity=0);
+ opacity: 0;
+ -webkit-transition: opacity .25s ease;
+ transition: opacity .25s ease
+}
+
+.team-member:hover .team-member-links-list {
+ filter: alpha(opacity=100);
+ opacity: 1
+}
+
+.team-member-links-item {
+ font-size: 22px;
+ line-height: 44px;
+ height: 44px;
+ width: 44px;
+ margin: 5px;
+ position: relative;
+ border-radius: 50%;
+ background-color: #fff;
+ color: #666
+}
+
+.color_alternate .team-member-links-item:hover,.color_primary .team-member-links-item:hover,.team-member-links-item:hover {
+ background-color: #f8862c;
+ color: #fff
+}
+
+.team-member-meta {
+ margin-left: 0;
+ min-height: 1px;
+ padding: 15px 0 0;
+ text-align: center
+}
+
+.team-member-name {
+ margin-bottom: 6px
+}
+
+.team-member-role {
+ font-size: 13px;
+ margin-bottom: 10px;
+ color: #999
+}
+
+.team-member-description p {
+ margin-bottom: 0;
+ text-align: center
+}
+
+.member-social.dark a {
+ background: #9e9e9e;
+ -webkit-transition: background .5s ease-in-out;
+ -moz-transition: background .5s ease-in-out;
+ -o-transition: background .5s ease-in-out;
+ -ms-transition: background .5s ease-in-out;
+ transition: background .5s ease-in-out
+}
+
+.team .item .team-member-links a {
+ -webkit-transition: all .5s ease-in-out;
+ -moz-transition: all .5s ease-in-out;
+ -o-transition: all .5s ease-in-out;
+ -ms-transition: all .5s ease-in-out;
+ transition: all .5s ease-in-out
+}
+
+.member-social a {
+ width: 36px;
+ float: left;
+ text-align: center;
+ margin: 0 6px 6px 0;
+ padding: 7px 0 6px;
+ border-radius: 2px
+}
+
+.member-social a i {
+ display: block!important;
+ font-size: 20px;
+ color: #fff;
+ margin: 0 auto!important
+}
+
+.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
+ border-color: transparent
+}
+
+.pager li>a:hover {
+ border: none
+}
+
+.menu>ul li {
+ float: none
+}
+
+.navbar-toggle {
+ border: none;
+ border-radius: 2px;
+ padding: 9px 10px 5px
+}
+
+button,input,select,textarea {
+ font-family: "Open Sans",Helvetica,Arial,sans-serif
+}
+select{
+ min-height: 28px!important;
+}
+.author-content .data a,strong {
+ font-weight: 600
+}
+
+.breadcrumbs ul,.portfolio-single .sidebar h3 {
+ margin-top: 5px
+}
+
+.nivo-caption h2,.pagination-centered {
+ text-align: center
+}
+
+.page article.post .post-image,.portfolio-single .recentwork_wrapper .item {
+ margin-bottom: 25px
+}
+
+.avatar,header nav li,ol li ol.childlist .comment-des {
+ float: left
+}
+
+.portfolio-wrap,.recentworks li.slide {
+ overflow: hidden
+}
+
+#options li a.selected,.contact-box:hover,.contact-box:hover h3,.content-box:hover>.content-box-icon i,div.content-box div.content-box-icon:hover,div.content-box div.content-box-icon:hover i,header .social li:hover i,header .top-bar,header .top-bar a {
+ color: #d5cccc
+}
+#footer h3{
+ line-height: 38px;
+ font-size: 16px;
+ color: #fff;
+ margin-bottom: 10px;
+}
+#footer h3 span{
+ border-bottom: 2px solid #e5493a;
+ padding-bottom: 8px;
+}
+.contact-us li.phone p,.contact-us li.email p,.contact-us li.email p a{
+ color:#e5493a
+}
+footer .social li:hover i,footer a{
+ color: #999999;
+}
+.contact-box p {
+ text-align: center!important
+}
+
+.accordionMod .accordion-group,.panel-group .panel {
+ margin-bottom: 15px
+}
+
+.profile-picture {
+ border: 1px solid #CCC;
+ background-color: #FFF;
+ padding: 4px;
+ display: inline-block;
+ max-width: 100%;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ box-shadow: 1px 1px 1px rgba(0,0,0,.15);
+}
+
+.pagination {
+ margin: 0;
+}
+
+.pagination ul {
+ display: inline-block;
+ list-style: none;
+ margin-left: 0;
+ margin-bottom: 0;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0,0,0,.05);
+}
+
+.pagination ul>li {
+ display: inline;
+}
+
+.pagination ul>li>a, .pagination ul>li>span {
+ position: relative;
+ float: left;
+ padding: 6px 12px;
+ margin-left: -1px;
+ line-height: 1.428571429;
+ text-decoration: none;
+ background-color: #fff;
+ border: 1px solid #ddd;
+}
+
+.navbar-nav>li>a:focus {
+ color: #313131;
+}
+.lastnews i{
+ float: left;
+ font-style: normal;
+ padding-right: 12px;
+ color: #4f0302;
+ line-height: 25px;
+ font-size: 14px;
+}
+.riqi {
+ float: right;
+ color: #999;
+}
+.lastnews a {
+ color: #333;
+}
+.kuaijie {
+ width: 100%;
+ background: url(../images/background1.jpg) center 0 no-repeat;
+}
+.index_products{
+ margin-bottom: 20px;
+}
+#myTab {
+ /*height: 125px;*/
+ padding-bottom: 3px;
+ float: left;
+ width: 100%;
+}
+#myTab li {
+ text-align: center;
+ float: left;
+ font-size: 14px;
+ border-right: 1px solid #eeeeee;
+ border-top: 1px solid #eeeeee;
+ height: 180px;
+ overflow: hidden;
+ background: #fff;
+ padding:0;
+}
+#myTab li:hover {
+ background-color: #930;
+}
+#myTab li i {
+ display: block;
+ height: 130px;
+ font-style: normal;
+}
+#myTab li a {
+ text-decoration: none;
+ color:#972823;
+ outline: none;
+}
+#myTab li:hover a {
+ color: #fff;
+}
+#myTab li span {
+}
+#myTab li div.title{
+ margin: 0 20px;
+}
+#myTab li.li-top{
+ border-top: none;
+}
+#myTab li.li-right{
+ border-right: none;
+}
+.index_header{
+ background: url(../images/index_header.png) center 0 no-repeat;
+ line-height: 60px;
+ margin: 20px auto;
+ color: #742121;
+ font-size: 32px;
+}
+.index_news{
+ /*background: url(../images/background2.jpg) 0 no-repeat;*/
+ padding: 20px 0;
+}
+.index_gg{
+ background: url(../images/background3.jpg) center 0 no-repeat;
+ padding: 20px 0;
+}
+.index_baojia{
+ background: url(../images/background4.jpg) center 0 no-repeat;
+ padding: 20px 0;
+}
+.index_ywzy{
+ background: url(../images/background5.jpg) center 0 no-repeat;
+ padding: 20px 0;
+}
+.index_foot1{
+ background: url(../images/background6.jpg) center 0 no-repeat;
+ padding: 20px 0;
+}
+.index_video{
+ /*background: url(../images/background10.jpg) center 0 no-repeat;*/
+ background: #f3f3f3;
+ padding: 20px 0;
+}
+.video-title{
+ text-align: center;
+ color: #742121;
+ font-size: 20px;
+ margin: 10px 0;
+}
+.index_news span.date,.index_gg span.date,.index_ywzy span.date{
+ float: right;
+}
+.index_header_more{
+ margin: 10px 0;
+}
+.index_header_more a{
+ color:#dd0000 ;
+}
+.index_title_type{
+ margin-right: 10px;
+}
+.index_news li,.index_gg li,.index_ywzy li{
+ height: 36px;
+ border-bottom: 1px dotted;
+ border-color: #D8D8D8 !important;
+ padding-top: 8px;
+}
+.index_title_type{
+ text-shadow: none;
+ font-size: 12px;
+ font-weight: normal;
+ line-height: 15px;
+ background-color: #ABBAC3;
+ display: inline-block;
+ min-width: 10px;
+ padding: 3px 7px;
+ color: #fff;
+ vertical-align: middle;
+ white-space: nowrap;
+ text-align: center;
+ border-radius: 10px;
+}
+.list-block li{
+ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
+}
+.iconfont1 {
+ background: url(../images/nav_icon_01.png) center 10px no-repeat;
+}
+.iconfont2 {
+ background: url(../images/nav_icon_02.png) center 30px no-repeat;
+}
+.iconfont3 {
+ background: url(../images/nav_icon_03.png) center 30px no-repeat;
+}
+.iconfont4 {
+ background: url(../images/nav_icon_04.png) center 30px no-repeat;
+}
+.iconfont5 {
+ background: url(../images/nav_icon_05.png) center 30px no-repeat;
+}
+.iconfont6 {
+ background: url(../images/nav_icon_06.png) center 30px no-repeat;
+}
+#myTab li:hover .iconfont1 {
+ background: url(../images/nav_icon2_01.png) center 10px no-repeat;
+}
+#myTab li:hover .iconfont2 {
+ background: url(../images/nav_icon2_02.png) center 30px no-repeat;
+}
+#myTab li:hover .iconfont3 {
+ background: url(../images/nav_icon2_03.png) center 30px no-repeat;
+}
+#myTab li:hover .iconfont4 {
+ background: url(../images/nav_icon2_04.png) center 30px no-repeat;
+}
+#myTab li:hover .iconfont5 {
+ background: url(../images/nav_icon2_05.png) center 30px no-repeat;
+}
+#myTab li:hover .iconfont6 {
+ background: url(../images/nav_icon2_06.png) center 30px no-repeat;
+}
+#myTab > li:nth-child(1){
+ border-left: 1px solid #fff;
+}
+.new-list{
+ border: 1px solid #ddd;
+ padding: 15px;
+ box-sizing: border-box;
+}
+.new-list.new-right{
+ margin-left: -15px;
+}
+.new-list-top{
+ margin-bottom: 10px;
+}
+.new-list-t{
+ font-size: 16px;
+ color: #4d4d4d;
+ padding-left: 10px;
+ line-height: 20px;
+ position: relative;
+}
+.new-list-t:before {
+ content: '';
+ display: block;
+ position: absolute;
+ width: 3px;
+ height: 20px;
+ background: #930;
+ left: 0;
+}
+a.new-list-more {
+ margin-top: 14px;
+ padding: 6px 12px;
+ background-color: #8e2609;
+ color: #fff;
+}
+.new-tab{
+ margin-top: 15px;
+}
+.new-tab > ul > li.active > a,.new-tab > ul > li.active > a:hover,.new-tab > ul > li.active > a:focus{
+ color: #8e2609;
+}
+.new-tab > ul > li>a {
+ margin-right: 2px;
+ line-height: 1.428571429;
+ border: 1px solid transparent;
+ border-radius: 1px 1px 0 0;
+ padding: 5px 15px;
+ cursor: pointer;
+}
+.tab-content>.tab-pane {
+ padding-top: 10px;
+}
+.tab-pane li{
+ margin: 3px auto;
+}
+.tab-pane span.date{
+ float: right;
+}
+.gushi-tab{
+ margin: 0 -15px;
+}
+.index_baojia a.title4{
+ background: url(../images/nav5_b.png) center 0 no-repeat;
+ height: 34px;
+ line-height: 34px;
+ font-size: 15px;
+ padding: 8px 28px;
+ color: #930;
+ margin: 0 10px;
+}
+.index_baojia a.current{
+ background: url(../images/nav6_b.png) center 0 no-repeat;
+ color: #fff;
+}
+.bd_title {
+ background: #eaeaea;
+ margin: 10px 0 8px 0;
+}
+.bd_content span,.bd_content span {
+ width: 24%;
+}
+.bd_content span {
+ display: inline-block;
+ text-align: center;
+ line-height: 30px;
+ font-size: 14px;
+ color: #999;
+ white-space:nowrap;
+ overflow:hidden;
+ text-overflow:clip;
+}
+.bd_content .bd {
+ height: 300px;
+ overflow: hidden;
+ margin-bottom: 10px;
+}
+.gushi-more{
+ height: 50px;
+ margin-right: 15px;
+}
+.gushi-more a{
+ line-height: 50px;
+}
+.tabbable.gushi{
+ margin-left: -15px;
+ border: 1px solid #ddd;
+}
+.tabbable.gushi .nav-tabs{
+ height: 53px;
+}
+.tabbable.gushi > ul > li.active {
+ border-top: 2px solid #930;
+ color: #930;
+}
+.tabbable.gushi .nav-tabs>li.active>a,.tabbable.gushi .nav-tabs>li.active>a:focus,.tabbable.gushi .nav-tabs>li.active>a:hover {
+ border: 0;
+ color: #930;
+}
+a.index-link:hover{
+ color: #930;
+}
+.nav-tabs>li>a{
+ border-radius: 0 0 0 0;
+ height: 53px;
+ line-height: 35px;
+ font-size: 15px;
+}
+.tabbable.gushi .nav-tabs>li {
+ border-right: 1px solid #ddd;
+ border-top: 2px solid #666;
+ height: 53px;
+}
+.gushi .tab-content{
+ height: 266px;
+ padding: 0;
+}
+.gushi .tab-content .tab-pane{
+ padding: 2px 0 0 0;
+}
+.gushi .tab-content img{
+ min-height: 264px
+}
+.tit.carousel-controls h2{
+ margin: 0;
+}
+.tit.carousel-controls h2.t {
+ font-size: 16px;
+ position: relative;
+ line-height: 30px;
+}
+.tit.carousel-controls {
+ overflow: hidden;
+ border-bottom: 1px solid #ddd;
+ margin-bottom: 15px;
+}
+.tit.carousel-controls h2.t:before {
+ content: '';
+ display: block;
+ position: absolute;
+ bottom: 0;
+ width: 64px;
+ height: 3px;
+ background-color: #8e2609;
+}
+.tit.carousel-controls h2.t.vip_h2:before {
+ width: 176px;
+}
+img.team{
+ width: 220px;
+ height: 220px;
+}
+/*业务规则*/
+.yewu{
+ margin-right: 15px;
+ border: 1px solid #ddd;
+ box-sizing: border-box;
+ padding: 0 0 10px 0;
+}
+.yewu .tit {
+ line-height: 38px;
+ color: #fff;
+ background-color: #8e2609;
+ font-size: 16px;
+ padding: 0 18px;
+ margin-bottom: 15px;
+ overflow: hidden;
+}
+.yewu .tit>h5 {
+ font-size: 16px;
+ color: #fff;
+}
+.yewu .tit>a {
+ color: #fff;
+}
+.yewu ul {
+ line-height: 31px;
+ padding: 10px 15px 0 10px;
+}
+.yewu ul>li {
+ padding-left: 30px;
+ background: url(../images/pdf-icon_03.jpg) no-repeat left center;
+}
+.yewu-left{
+ padding-right: 0;
+ margin-bottom: 10px;
+}
+.yewu-right{
+ padding-left: 0;
+ padding-right: 0;
+ margin-bottom: 10px;
+}
+/*你问我答*/
+div.ans {
+ border: 1px solid #ddd;
+ height: 38px;
+ box-sizing: border-box;
+ background: #f5f5f5;
+}
+.ans>h6 {
+ font-size: 16px;
+ color: #8e2609;
+ margin-left: 20px;
+}
+.ans>a {
+ line-height: 38px;
+ margin-right: 15px;
+}
+.yewu-bt{
+ margin-top: 10px;
+ border: 1px solid #ddd;
+}
+.yewu-bt .tit {
+ padding: 0 15px;
+ line-height: 40px;
+ border-bottom: 1px solid #ddd;
+ margin-bottom: 15px;
+ overflow: hidden;
+}
+.yewu-bt .tit>span {
+ font-size: 16px;
+}
+.yewu-bt ul {
+ padding: 0 15px 15px;
+ line-height: 2;
+ list-style: none;
+ text-transform: capitalize;
+}
+.yewu-bt ul>li>a:before {
+ content: '';
+ display: inline-block;
+ margin-right: 8px;
+ line-height: 24px;
+ position: relative;
+ width: 4px;
+ height: 4px;
+ background-color: #878787;
+ top: -2px;
+}
+/*合作单位*/
+.hezuo_ul li{
+ display: inline-block;
+ margin: 0 0 5px 5px;
+}
+/*登录 注册*/
+.row.login > div{
+ border: 1px solid #eaeaea;
+ border-radius: 8px;
+ background: #FFF;
+ margin-top:50px;
+ padding: 20px;
+ margin-bottom: 30px;
+}
+.login form >div{
+ margin: 15px auto;
+}
+.row.register > div{
+ border: 1px solid #eaeaea;
+ border-radius: 8px;
+ background: #FFF;
+ margin-top:50px;
+ padding-left: 0;
+ padding-right: 0;
+ }
+.register .widget,.register #horizontal-tabs{
+ margin-bottom: 0;
+}
+.register #horizontal-tabs li{
+ width: 50%;
+ text-align: center;
+}
+.register #horizontal-tabs ul.tabs{
+ border-right: none;
+ border-left: none;
+}
+.register #horizontal-tabs ul.tabs li:last-child{
+ border-right: none;
+}
+.register #horizontal-tabs .contents {
+ border: none;
+ margin: 10px 15px 10px 15px;
+ border-radius: 2px;
+}
+.register .verify-code {
+
+}
+.register .red-btn,.login .red-btn {
+ text-align: center;
+ color: #fff;
+ background: #8e2609;
+ cursor: pointer;
+ border-color: #8e2609;
+ height: 40px;
+ line-height: 28px;
+}
+.register-sumit:focus{
+ background: #8e2609;
+}
+.login_wrap h2,.register_wrap h2 {
+ font-size: 28px;
+ line-height: 50px;
+ color: #8e2609;
+}
+.register_wrap h2 {
+ margin-bottom: 10px;
+}
+#input_username,#input_password,#verify,.register_wrap input,.login_wrap input {
+ /*padding-left: 27px;*/
+ height: 40px;
+ line-height: 40px;
+ border-radius: 3px;
+ margin-bottom: 10px;
+}
+#input_username:focus, #input_password:focus,#verify:focus,.register_wrap input:focus,.login_wrap input:focus {
+ border-color: #b72f23;
+}
+#login .login-sumit,.register-sumit{
+ text-align: center;
+ line-height: 35px;
+ background: #8e2609;
+ font-size: 23px;
+ color: #FFF;
+ border: 0;
+ margin-bottom: 10px;
+}
+#login .login-sumit:hover,.register-sumit:hover{
+ background: #8e2609;
+}
+#login .with-line {
+ font-size: 16px;
+ color: #999;
+ margin: 0 auto;
+ position: relative;
+ text-align: center;
+}
+#login .with-line:before {
+ content: "";
+ border-top: 1px solid #ededed;
+ display: block;
+ position: absolute;
+ width: 50px;
+ top: 8px;
+ left: 0;
+}
+#login .with-line:after {
+ content: "";
+ border-top: 1px solid #ededed;
+ display: block;
+ position: absolute;
+ width: 50px;
+ top: 8px;
+ right: 0;
+}
+.login-button{
+ text-align: center;
+}
+.login-button a i{
+ height: 40px;
+ width: 40px;
+ line-height: 40px;
+ font-size: 30px;
+ margin: 0 5px;
+}
+.login-button i.fa-weibo{
+ color: #930;
+}
+.login-button i.fa-qq{
+ color: #428bca;
+}
+.login-button i.fa-weixin{
+ color: #00cc00;
+}
+#login .register-forget{
+ text-align: center;
+ margin: 10px 0
+}
+.register_wrap a,.login_wrap a{
+ color: #930;
+}
+.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
+ background-color: #8e2609;
+}
+/*顶部登录 注册*/
+.top-login{
+ padding: 3px 0;
+ margin-left: 10px;
+}
+.top-login a{
+ margin: 0 5px;
+}
+.img-thumbnail.headicon{
+ padding: 0;
+ border-radius: 100%;
+ border: 2px solid #FFF;
+ max-width: 30px;
+}
+/*列表页*/
+.nav_i {
+ background: #f3f3f3;
+ width: 100%;
+ height: 43px;
+ line-height: 43px;
+ font-size: 14px;
+ color: #a4a4a4;
+}
+.nav_i a:hover {
+ color: #df392d;
+}
+.nav_i .back {
+ float: right;
+ padding-right: 26px;
+ background: url(../images/back_03.png) no-repeat right center;
+ color: #df392d;
+ margin-right: 10px;
+}
+.nav_i a {
+ display: inline-block;
+ padding-left: 28px;
+ background: url(../images/home_03.png) no-repeat left center;
+ color: #a4a4a4;
+}
+.about {
+ padding: 33px 0 160px;
+}
+.about_aside {
+ border: 1px solid #f1f1f1;
+ margin-right: 30px;
+}
+.about_aside h3 {
+ line-height: 54px;
+ font-size: 24px;
+ color: #FFF;
+ margin-bottom: 16px;
+ text-align: center;
+ background-color: #930;
+}
+.about_aside ul li {
+ line-height: 37px;
+}
+.about_aside ul li.on>a, .about_aside ul li:hover>a {
+ background-color: #f1f1f1;
+}
+.about_aside>ul>li>a {
+ display: inline-block;
+ padding-left: 58px;
+ width: 100%;
+ color: #000;
+ font-size: 14px;
+ background: url(../images/sj_07.png) no-repeat 39px center;
+}
+.about_main h4 {
+ font-size: 18px;
+ color: #b72e22;
+}
+.about_main .p {
+ font-size: 14px;
+ color: #666;
+ line-height: 57px;
+}
+.about_m_title {
+ color: #9e0404;
+ font-size: 15px;
+ line-height: 69px;
+ height: 69px;
+ border-top: 1px solid #f3bcbf;
+ border-bottom: 1px solid #f3bcbf;
+ margin-bottom: 23px;
+}
+.about_m_title span {
+ display: inline-block;
+ width: 36px;
+ height: 36px;
+ margin: -4px 25px 0 10px;
+ vertical-align: middle;
+ background: url(../images/about_m_bg_03.png) no-repeat left bottom;
+}
+.about_m_title p {
+ display: inline-block;
+ width: 258px;
+ padding-left: 13px;
+}
+.about_m_title p.about-title {
+ min-width: 173px;
+}
+.about_m_title a {
+ float: right;
+ width: 21px;
+ height: 27px;
+ margin: 24px 23px 0 0;
+ background: url(../images/about_bo_19.png) no-repeat center;
+}
+.about_m_txt {
+ padding: 20px 0 30px;
+ display: none;
+}
+.down-menu .arrow{
+ margin-left: 5px;
+}
+.down-child li a{
+ padding-left: 70px;
+ display: inline-block;
+ width: 100%;
+ color: #000;
+ font-size: 14px;
+ background: url(../images/sj_07.png) no-repeat 51px center;
+}
+.down-child li:hover>a {
+ background-color: #f1f1f1;
+}
+.state_6_item {
+ display: block;
+ border-bottom: 1px solid #f1f1f1;
+ padding: 0 0 10px 0;
+ margin: 5px auto!important;
+ width: 100%;
+}
+.state_6_item:hover .state_6_time {
+ border: 1px solid #df392d;
+}
+.state_6_time {
+ float: left;
+ margin-right: 25px;
+ width: 65px;
+ height: 60px;
+ border: 1px solid #9d9d9d;
+ text-align: center;
+}
+.state_6_item:hover .state_6_time h3, .state_6_item:hover .state_6_txt h4 {
+ color: #df392d;
+}
+.state_6_time h3 {
+ font-size: 24px;
+ color: #9d9d9d;
+ line-height: 32px;
+ font-weight: bold;
+}
+.state_6_time p {
+ background: #9d9d9d;
+ font-size: 15px;
+ color: #FFF;
+ line-height: 22px;
+ margin-top: -22px;
+}
+.state_6_txt {
+}
+.state_6_txt h4 {
+ font-size: 16px;
+ line-height: 28px;
+ color: #343434;
+ margin-bottom: 9px;
+ height: 28px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ float: left;
+}
+.state_6_txt p {
+ font-size: 14px;
+ line-height: 25px!important;
+ color: #727272!important;
+ max-height: 75px!important;
+ overflow: hidden!important;
+ background: none!important;
+ float: left;
+}
+.hdzx-list{
+ margin-left: -15px;
+ margin-right: -45px;
+ padding-right: 0;
+ padding-left: 15px
+}
+.list-page{
+ margin: 20px auto;
+}
+.menu2{
+ border-top: none;
+ margin-bottom: 20px;
+}
+.menu2 .about_aside{
+ margin-right: 0;
+}
+.h2_title {
+ border-bottom: 1px solid #e1e1e1;
+ margin-bottom: 20px;
+ height: 52px;
+}
+.h2_title h2 {
+ display: inline-block;
+ font-size: 18px;
+ color: #4c4b4b;
+ line-height: 50px;
+ border-bottom: 2px solid #df392d;
+ margin-left: -15px;
+}
+.about_v_main a {
+ display: inline-block;
+ margin: 0 8px 40px;
+ text-align: center;
+}
+.about_v_main a div {
+ position: relative;
+ overflow: hidden;
+}
+.about_v_main a>div>span {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ width: 39px;
+ height: 39px;
+ background: url(../images/about_v_14.png);
+ margin-left: -19px;
+ margin-top: -19px;
+}
+.about_v_main a:hover p {
+ background: #b72e22;
+}
+.about_v_main a p {
+ font-size: 14px;
+ line-height: 28px;
+ color: #FFF;
+ background: #666;
+}
+.msk {
+ background: rgba(0,0,0,0.5);
+ width: 100%;
+ position: absolute;
+ left: 0;
+ top: 0;
+ z-index: 1;
+}
+.about_v_msk {
+ width: 790px;
+ height: 490px;
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ margin-top: -250px;
+ margin-left: -400px;
+ background: #666;
+ z-index: 999999;
+ padding: 25px 25px 10px;
+ display: none;
+}
+.about_v_msk video {
+ width: 100%;
+ height: 100%;
+}
+.about_v_msk a {
+ position: absolute;
+ top: 0;
+ right: 10px;
+ border-radius: 50%;
+ color: #FFF;
+ font-size: 30px;
+}
+.about_aside a.guapai{
+ color: #fff;
+}
+.culture .about_m_list{
+ margin-left: -15px;
+}
+.culture .about_m_title {
+ border-top: 0;
+ border-bottom: 1px solid #9e0404;
+}
+.culture .about_m_title span {
+ width: 8px;
+ height: 8px;
+ margin: -4px 13px 0 3px;
+ background: url(../images/about_m_bg1_03.png) no-repeat left center;
+}
+.culture .about_m_title p {
+ background: url(../images/about_bg_07.png) no-repeat left 8px;
+ color: #FFF;
+}
+.culture .about_m_txt {
+ display: block;
+ padding: 0 0 30px;
+}
+.culture .about_m_txt p {
+ margin: 0;
+ text-indent: 2em;
+ line-height: 24px;
+}
+.culture_txt2_item {
+ margin-bottom: 20px;
+ padding: 0 10px 0 20px;
+}
+.culture_txt3_item {
+ padding: 15px 20px 0 30px;
+ border: 1px solid #ececec;
+ margin-bottom: 5px;
+}
+.culture_txt3_item:hover h3, .culture_txt3_item:hover a {
+ color: #9e0404;
+}
+.culture_txt3 .culture_txt3_m p {
+ text-indent: 0;
+ color: #666;
+ line-height: 24px;
+ max-height: 50px;
+ overflow: hidden;
+}
+.culture_txt3_item img{
+ max-height: 130px;
+}
+.culture .culture_txt3{
+ padding: 5px 0;
+}
+.l_entry {
+ display: block;
+ width: 187px;
+ height: 55px;
+ line-height: 55px;
+ font-size: 22px;
+ color: #FFF;
+ background: #9d0000;
+ border-radius: 5px;
+ text-align: center;
+ margin: 30px auto 0;
+}
+a.l_entry:hover,a.l_entry:focus{
+ color: #FFF;
+}
+.entry_cc {
+ padding: 11px 0 11px 30px;
+ background: #f1f1f1;
+}
+.entry_cc p {
+ font-size: 14px;
+ color: #b72e22;
+}
+.entry_cc p a {
+ color: #666;
+ margin: 0 8px;
+ padding: 5px;
+ line-height: 23px;
+}
+.entry_cc p a:hover, .entry_cc p a.on {
+ background: #b72e22;
+ color: #FFF;
+}
+.share_main .search {
+ width: 100%;
+ float: none;
+ padding: 20px 0;
+}
+.search {
+ float: left;
+ padding: 10px;
+ font-size: 14px;
+ color: #666;
+ line-height: 32px;
+}
+.search input{
+ outline: none;
+ line-height: 31px;
+ font-size: 14px;
+ color: #333;
+ padding-left: 5px;
+ background:none;
+}
+.share_main .search a {
+ width: 50px;
+ height: 31px;
+ line-height: 31px;
+ color: #FFF;
+ text-align: center;
+ font-size: 14px;
+ background: #b72e22;
+ display: inline-block;
+ margin-left: 10px;
+}
+.page {
+ text-align: center;
+ margin-top: 50px;
+}
+.share_main .page ul {
+ margin: 0;
+ border: 0;
+}
+.share_main ul {
+ margin: 20px 0 0 0;
+ border: 1px solid #ddd;
+}
+.share_main ul li:first-child {
+ background: #f2f2f2;
+}
+.page ul {
+ display: inline-block;
+}
+.share_main ul li {
+ float: none;
+}
+.page ul li {
+ display: inline-block;
+ margin: 0 5px;
+ color: #1d1d1d;
+ line-height: 30px;
+}
+.page ul li.first a, .page ul li.last a {
+ width: 50px;
+ height: 30px;
+}
+.page ul li a {
+ display: block;
+ width: 30px;
+ height: 30px;
+ border: 1px solid #e1e1e1;
+ color: #1d1d1d;
+}
+.about_main .download-list{
+ padding-left: 0;
+ padding-right: 0;
+}
+.page ul li a:hover, .page ul li.on a {
+ background: #df392d;
+ color: #FFF;
+}
+.about_main .download-list .list-file{
+ font-size: 20px;
+ color: #930;
+}
+.about_main .download-list .download-button{
+ height: 20px;
+ line-height: 20px;
+ color: #FFF;
+ text-align: center;
+ font-size: 14px;
+ background: #b72e22;
+ margin: 0;
+ padding: 0 5px;
+}
+.about_main .download-list td{
+ vertical-align: middle !important;
+}
+.curprice-container{
+ padding: 10px;
+ background: #f7f7f7;
+}
+.entry_in {
+ padding-bottom: 30px;
+}
+.entry {
+ padding-top: 20px;
+ padding-bottom: 80px;
+}
+.entry h2 {
+ font-size: 18px;
+ line-height: 38px;
+ color: #510303;
+ padding-top: 15px;
+ font-weight: bold;
+}
+.entry_i h2 {
+ font-size: 22px;
+ color: #510303;
+ line-height: 63px;
+ text-align: center;
+ padding: 0;
+ margin-bottom: 0;
+}
+.entry_i table {
+ width: 100%;
+ border: 1px solid #eaeaea;
+ text-align: center;
+ color: #333;
+ font-size: 14px;
+}
+.entry_i table input[type="text"],.entry_i table input[type="email"],.entry_i table input[type="number"], .entry_i table textarea {
+ width: 100%;
+ border: none!important;
+ outline: none;
+ line-height: 24px;
+ font-size: 14px;
+ color: #333;
+ padding-left: 5px;
+ -webkit-appearance: textfield;
+ -webkit-rtl-ordering: logical;
+ user-select: text;
+ cursor: auto;
+ text-rendering: auto;
+ letter-spacing: normal;
+ word-spacing: normal;
+ text-transform: none;
+ text-indent: 0;
+ text-shadow: none;
+ display: inline-block;
+ text-align: start;
+ background:none;
+ -webkit-box-shadow:none!important;
+}
+.entry_i table>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
+ background: none;
+}
+.entry_i table label{
+ font-weight: 400;
+}
+.file {
+ position: relative;
+ display: inline-block;
+ background: #fff;
+ border: 1px solid #eaeaea;
+ border-radius: 4px;
+ padding: 4px 9px;
+ overflow: hidden;
+ color: #930;
+ text-decoration: none;
+ text-indent: 0;
+ /*margin: 35px 0;*/
+
+}
+.file input {
+ position: absolute;
+ font-size: 75pt;
+ right: 10px;
+ top: 0;
+ opacity: 0;
+}
+.entry_i table .img-tr{
+ max-height: 106px;
+ vertical-align:baseline;
+}
+.entry_i table table a:focus,.entry_i table table a:hover {
+ text-decoration: none;
+ outline: 0;
+ color: #fff;
+}
+.entry_i table table .download-button {
+ height: 20px;
+ line-height: 20px;
+ color: #FFF;
+ text-align: center;
+ font-size: 14px;
+ background: #b72e22;
+ margin: 0;
+ padding: 0 5px;
+ border: none;
+}
+.entry_i table td.address{
+ text-align: right;
+ vertical-align: middle;
+}
+.entry_i table tr td,.entry_i table table tr td{
+ vertical-align: middle
+}
+.entry_i table table .input-group .form-control{
+ min-width: 200px;
+}
+.entry_i table table .form-control:focus {
+ border-color: #b72e22;
+ outline: 0;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(157, 0, 0, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(157, 0, 0, 0.6);
+}
+.entry_i table table .input-group-btn>.btn+.btn {
+ margin-left: 0;
+ height: 39px;
+ background: #510303;
+ line-height: 30px;
+}
+.entry_i select {
+ padding: 3px 4px;
+ height: 30px;
+ margin-right: 10px;
+}
+.entry_i tr.agent{
+ display: none;
+}
+.entry_i tr.natural{
+ display: none;
+}
+.entry_i tr.com{
+ display: table-row;
+}
+.entry_i tr.c_type3{
+ display: none;
+}
+.entry_i tr.c_type1{
+ display: table-row;
+}
+.entry_i input,.entry_i textarea{
+ box-shadow: none!important;
+ -moz-box-shadow: none!important;
+ -webkit-box-shadow: none!important;
+}
+.red-btn,.red-btn.disabled,.red-btn:focus{
+ background-color: #8e2609;
+ border-color: #510303;
+}
+#main-cmf .content{
+ margin-top:5px
+}
+.newdetail {
+ border: 1px solid #d1d1d1;
+ box-shadow: 1px 1px 6px #b9b9b9;
+ margin: -40px 0 20px 0;
+ background-color: rgba(255,255,255,0.5);
+ position: relative;
+ z-index: 100;
+ padding: 40px 15px 20px 15px;
+}
+.bgwhite {
+ background: #fff;
+ margin-top: 20px;
+}
+.newdetail .newtitle {
+ border-bottom: 1px solid #dcdcdc;
+ padding-top: 10px;
+ padding-bottom: 30px;
+ text-align: center;
+ color: #c7161c;
+ margin-left: 20px;
+ margin-right: 20px;
+}
+.f24 {
+ font-size: 24px!important;
+}
+.mt20 {
+ margin-top: 20px;
+}
+.fgrey1 {
+ color: #999!important;
+}
+.f14 {
+ font-size: 14px;
+}
+.mr100 {
+ margin-right: 100px;
+}
+.newdetail-con {
+ padding-left: 30px;
+ padding-right: 30px;
+}
+.pt20 {
+ padding-top: 20px;
+}
+.newlisbtn {
+ border-bottom: 1px solid #c7161c;
+ padding-bottom: 15px;
+ margin-left: 20px;
+ margin-right: 20px;
+}
+.pt80 {
+ padding-top: 80px;
+}
+.fgrey {
+ color: #333!important;
+}
+.newlisbtn a:hover {
+ color: #c7161c;
+ text-decoration: none;
+}
+.mr10 {
+ margin-right: 10px;
+}
+.pb100 {
+ padding-bottom: 20px;
+}
+.pt20 {
+ padding-top: 20px;
+}
+.newlistul li {
+ height: 30px;
+ line-height: 30px;
+ font-size: 14px;
+ margin-left: 30px;
+ margin-right: 30px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+.newlistul li a {
+ color: #666;
+}
+.fgrey1 {
+ color: #999!important;
+}
+.ml15 {
+ margin-left: 15px;
+}
+.newlistul li a:hover {
+ color: #c7161c;
+ text-decoration: none;
+}
+.bdsharebuttonbox{
+ display: inline-block;
+}
+.state_in_title div {
+ font-size: 14px;
+ color: #a5a5a5;
+ line-height: 40px;
+ vertical-align: middle;
+ margin: 5px auto;
+}
+.state_in_title .share {
+ display: inline-block;
+ margin: -5px 10px 0;
+}
+.title span{
+ margin-left: 10px;
+}
+.team-img{
+ border: 1px solid #eee;
+ text-align: center;
+ max-width: 250px;
+ display: block;
+ margin-right: auto;
+ margin-left: auto;
+}
+.team-img img{
+ width: 100%;
+ max-height: 250px;
+ overflow: hidden;
+}
+.team-img p{
+ padding-top: 10px;
+ font-size: 16px;
+ color: #666;
+ line-height: 30px;
+}
+.row.team-list{
+ margin: 20px 0;
+ padding: 20px 0;
+}
+.team-list .carousel-controls a.next {
+ right: 0;
+ top:38px;
+ position: absolute
+}
+.team-list .carousel-controls a.prev {
+ left: 0;
+ top:38px;
+ position: absolute
+}
+.team-list h3{
+ font-size: 14px;
+}
+.no-background{
+ background: none!important;
+ padding-left: 0!important;
+}
+#gpModal,#tgModal,#orgModal{
+ z-index: 10000;
+}
+#gpModal,#tgModal .modal-footer{
+ text-align: center;
+ margin-top: 0;
+}
+#gpModal,#tgModal .modal-footer button{
+ margin: auto 10px;
+}
+#gpModal,#tgModal .modal-body{
+ padding-bottom: 0;
+}
+#gpModal,#tgModal .form-group{
+ margin: 0 20px;
+}
+#gpModal,#tgModal .form-group>div {
+ margin: 10px 0;
+}
+.agreement {
+ box-shadow: 5px 5px 5px #f7f7f7 inset;
+ border: 1px solid #bdbcbc;
+ height: 350px;
+ padding: 10px;
+ overflow: hidden;
+ display: block;
+ overflow-y: scroll;
+ margin: 0 auto;
+ font-size: 12px;
+ line-height: 1.5;
+ margin-bottom: 22px;
+ outline: 0;
+}
+pre {
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word;
+ word-break: normal;
+ background-color: #f5f5f5;
+ border-radius: 3px;
+ text-align: left;
+}
+#horizontal-tabs .tabscontent{
+ padding: 20px;
+}
+.team a {
+ margin: 0!important;
+ border: 1px solid #eee;
+ overflow: hidden;
+}
+.team a p{
+ background: #fff;
+ color: #000;
+ margin: 0!important;
+}
+.team a p:hover,.team a:hover p {
+ background: #b72f23;
+ color: #fff!important;
+}
+.team a:hover img {
+ -webkit-transform: scale(1.2);
+ -moz-transform: scale(1.2);
+ -ms-transform: scale(1.2);
+ transform: scale(1.2);
+}
+.team a img {
+ -webkit-transition: .5s;
+ -moz-transition: .5s;
+ transition: .5s;
+}
+.search-rst{
+ color: #c7161c;
+}
+.notice-unread {
+ text-shadow: none;
+ font-size: 12px;
+ font-weight: normal;
+ line-height: 12px;
+ background-color: #c7161c;
+ display: inline-block;
+ min-width: 25px;
+ padding: 3px 7px;
+ color: #fff;
+ vertical-align: middle;
+ white-space: nowrap;
+ text-align: center;
+ border-radius: 10px;
+ margin-left:10px;
+}
+.notify-avatar{
+ max-width: 60px;
+ float: left;
+ margin-right: 10px;
+}
+.notify-content {
+ margin-left: 60px;
+ margin-top: 5px;
+ word-break: break-all;
+ word-wrap: break-word;
+}
+.gray {
+ color: gray;
+}
+.notice-title{
+ font-style: normal;
+ font-weight: bold;
+ color: #c7161c;
+ font-size: 16px;
+}
+.notice-item {
+ min-height: 0;
+ padding-bottom: 10px;
+ border-bottom: 1px dashed #D4D4D4;
+}
+/*通知样式*/
+.news-list-item {
+ list-style-type: none;
+ padding: 0 10px;
+}
+.news-list-item-wrap {
+ border-bottom: 1px solid #f3f3f3;
+ position: relative;
+ overflow: hidden;
+}
+.news-list-item-content {
+ height: 25px;
+ line-height: 25px;
+ font-size: 15px;
+ display: inline-block;
+ margin: 13px 0;
+ vertical-align: middle;
+ color: #666;
+}
+.cut-string {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+.news-list-item-right {
+ display: inline-block;
+ float: right;
+ line-height: 50px;
+ height: 50px;
+}
+.news-list-item-time {
+ color: #959595;
+}
+.news-list-item:hover {
+ background-color: #f5f5f5;
+}
+.news-list-wrap{
+ margin: 0 10px;
+}
+.isread-item,.isread-item:focus,.isread-item:hover{
+ color: #abafb4;
+}
+/*联系我们*/
+#plug_sug_add input {
+ height: 45px;
+ background: none!important;
+}
+#plug_sug_add textarea{
+ background: none!important;
+}
+#plug_sug_add .row{
+ margin: 15px 0;
+}
+#plug_sug_add button{
+ margin-left: 15px;
+}
+/*微信分享*/
+.bd_weixin_popup .bd_weixin_popup_foot {
+ font-size: 10px!important;
+ text-align: center!important;
+ line-height: 20px!important;
+ margin-top: -12px!important;
+}
+/*页脚*/
+.elevator-item {
+ position: fixed;
+ right: 15px;
+ bottom: 15px;
+ z-index: 99992;
+ -webkit-transition: opacity .4s ease-in-out;
+ -moz-transition: opacity .4s ease-in-out;
+ -o-transition: opacity .4s ease-in-out;
+ opacity: 1;
+}
+.elevator-item .plus {
+ display: block;
+ border-radius: 2px;
+ width: 40px;
+ height: 36px;
+ background: url(../images/iconsprite_btbar.png) 8px -34px no-repeat;
+ background-color: #930;
+ background-color: rgba(72, 16, 1, 0.9);
+ cursor: pointer;
+ box-shadow: 0 1px 3px rgba(72, 16, 1, 0.2);
+}
+.scrollup {
+ width: 40px;
+ height: 40px;
+ position: fixed;
+ bottom: 55px;
+ right: 15px;
+ display: none;
+ text-align: center;
+ color: #fafafa;
+ font-size: 28px;
+ z-index: 9999;
+ background-color: #930;
+ background-color: rgba(72, 16, 1, 0.7);
+ box-shadow: 0 1px 3px rgba(72, 16, 1, 0.2);
+}
+
+.scrollup i {
+ line-height: 38px
+}
+a.scrollup:focus i,a.scrollup:hover i {
+ text-decoration: none;
+ color: #fafafa;
+ outline: 0
+}
+.jzdc .btn-file{
+ margin-left: 0!important;
+ padding: 6px 12px!important;
+ height: 36px;
+}
+.jzdc .btn-file input.file{
+ margin: 0!important;
+}
+.editcheck.btn{
+ padding: 3px 5px;;
+}
+.input-small.knob{
+ box-shadow:none!important;
+}
+.nopadding-left{
+ padding-left:0!important;
+}
+#player2 .aplayer-pic {
+ width:100%!important;
+}
+#player4 .aplayer-pic{
+ background-size: auto 100%!important;
+}
+.audio-more{
+ font-size: 14px;
+ line-height: 26px;
+ color: #663333;
+ text-decoration: none;
+ box-sizing: border-box;
+}
+/*validate样式*/
+input.error { border: 1px solid red; }
+label.error {
+ padding-left: 16px;
+ padding-bottom: 2px;
+ font-weight: bold;
+ color: #EA5200;
+}
+#header .alert{
+ margin-bottom: 0!important;
+}
+/*首页样式*/
+/*新闻模块*/
+.index_news #myTab2{
+ height: 56px;
+ border-top: 2px solid #dd0000;
+ background: #F8F8F8;
+ border-left:1px solid #ddd;
+ border-right:1px solid #ddd;
+}
+.index_news #myTab2Content li{
+ padding-top: 0px;
+ height: 25px;
+}
+.index_news #myTab2 li{
+ height: 54px;
+ padding:0px;
+}
+/*日期字体颜色样式*/
+.data_color_gray{
+ color: #aaaaaa;
+}
+
+.index_news #myTab2 li a{
+ height: 54px;
+ padding-top:0px;
+ padding-left: 27px;
+ padding-right: 27px;
+ line-height: 54px;
+ font-weight:bold;
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+}
+.index_news #myTab2Content{
+ border: 1px solid #ddd;
+ border-top-color: transparent;
+ padding-bottom: 1px;
+}
+.index_news .slider-index .slide img{
+ border: 1px solid #ddd;
+}
+/*本所服务模块*/
+.index_bsfw{
+ margin-top:20px ;
+ padding-bottom: 0px;
+}
+.index_bsfw .bsfw_row{
+ padding-top: 10px;
+ padding-bottom: 10px;
+ border-bottom: 1px solid #ddd;
+}
+.index_bsfw div{
+ line-height: 50px;
+ background: #f3f3f3;
+/* font-size: 20px;*/
+ font-weight: bold;
+}
+.index_bsfw div a{
+ /*font-size: 20px;*/
+ font-weight: bold;
+}
+.index_bsfw .div_width{
+ width: 20%;
+ float: left;
+ padding: 0px 10px;
+}
+.index_bsfw .div_mobilewidth{
+ width: 100%;
+ float: left;
+ padding: 0px 10px;
+}
+.index_bsfw .div_width div{
+ padding: 0px;
+}
+.index_scsjhq_bj{
+ color: #333333;
+ font-family: "Microsoft YaHei";
+}
+.index_scsjhq_bj a span{
+ color: #333333;
+ font-family: "Microsoft YaHei";
+}
+.index_scsjhq_bj #content21{
+ display: block;
+ background: #ffffff;
+ height:365px;
+ padding:12px 5px 5px 5px;
+ border:1px solid #ddd;
+
+}
+#index_sczcxy{
+ background: #ffffff;
+}
+#index_sczcxy .index_sczcxy_right_title{
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+ color: #333333;
+ margin-bottom:0px ;
+}
+#index_sczcxy .index_sczcxy_right_title a{
+ font-size:12px!important;
+}
+#index_sczcxy .index_sczcxy_right_title span{
+ font-weight: bold;
+ padding-left: 0px;
+}
+#index_sczcxy #index_sczc_detail ul li span:first-child{
+ padding-right: 5px;
+}
+#index_sczc_detail div{
+ padding-right: 0px!important;
+}
+#index_sczcxy #index_sczc_detail ul li{
+ border-bottom: 0px;
+ height: 25px;
+ line-height: 25px;
+ padding-top: 0px;
+ font-size: 13px;
+ font-family: "Microsoft YaHei";
+}
+.index_ryq .bxslider-team li{
+ padding: 10px;
+ border-bottom: 0px;
+ background: #ffffff;
+}
+
+
+.index_ryq_title{
+ font-weight: bold;
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+ height: 40px;
+ padding-left: 40px;
+ background: url("../images/bg18.png") no-repeat;
+ background-position: 10px 2px;
+}
+.index_sczcxy_left_title{
+ font-weight: bold;
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+ height: 40px;
+ padding-left: 30px;
+ background: url("../images/bg14.png") no-repeat;
+ background-position: 0px 2px;
+}
+.index_scsjhq_title{
+ font-weight: bold;
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+ height: 30px;
+ line-height: 40px;
+ padding-left: 50px;
+ background: url("../images/bg4.png") no-repeat;
+ background-position: 25px 10px;
+}
+.index_scsjhq_bj{
+ background: #f3f3f3;
+}
+.index_scsjhq_infotitle{
+ background: #EAEAEA;
+ border:1px solid #ddd;
+ border-bottom-color: transparent;
+}
+
+.gprk_content{
+ font-size: 18px;
+ color: #ffffff;
+ background: #663333;
+ text-align: center;
+ width: 19px;
+ margin: 0px auto;
+ line-height: 21px;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/superfish.css b/app/home/view/szwjs/public/css/superfish.css
new file mode 100644
index 0000000..94a7770
--- /dev/null
+++ b/app/home/view/szwjs/public/css/superfish.css
@@ -0,0 +1,196 @@
+.sf-menu,.sf-menu * {
+ margin: 0;
+ padding: 0;
+ list-style: none
+}
+
+.sf-menu li {
+ position: relative
+}
+
+.sf-menu ul {
+ position: absolute;
+ display: none;
+ top: 100%;
+ left: 0;
+ z-index: 99
+}
+
+.sf-menu>li {
+ float: left
+}
+
+.sf-menu>li>a>.headicon {
+ height: 30px;
+ margin-top: -5px;
+ margin-right: 5px
+}
+
+.sf-menu li.sfHover>ul,.sf-menu li:hover>ul {
+ display: block
+}
+
+.sf-menu .sf-with-ul a {
+ display: block;
+ position: relative
+}
+
+.sf-menu ul ul {
+ top: 0;
+ left: 100%
+}
+
+.menu ul {
+ margin: 0;
+ padding: 0;
+ list-style: none
+}
+
+.menu ul li {
+ position: relative
+}
+
+.menu ul ul {
+ position: absolute;
+ display: none;
+ top: 100%;
+ left: 0;
+ z-index: 100;
+ width: 175px
+}
+
+.menu>ul li {
+ float: left
+}
+
+.menu ul li:hover>ul {
+ display: block
+}
+
+.menu ul a {
+ display: block;
+ position: relative
+}
+
+.menu ul ul ul {
+ top: 0;
+ left: 100%
+}
+
+.menu ul a {
+ text-decoration: none
+}
+
+.menu ul>li>a {
+ color: #313131;
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 18px;
+ padding: 10px 15px;
+ overflow: hidden;
+ border-bottom: 3px solid transparent
+}
+
+.menu ul>li>a:hover {
+ color: #fff
+}
+
+#current,.menu ul li a:hover,.menu ul>li:hover>a {
+ background-color: #930;
+ color: #fff;
+}
+
+#current:after {
+ bottom: -2.5px;
+ content: '';
+ left: 50%;
+ display: block;
+ height: 5px;
+ margin: 0 0 0 -2.5px;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ transform: rotate(45deg);
+ position: absolute;
+ width: 5px
+}
+
+.ie8 #current:after {
+ display: none
+}
+
+.menu ul li a {
+ -webkit-transition: border 150ms ease-in-out,background-color 150ms ease-in-out;
+ -moz-transition: border 150ms ease-in-out,background-color 150ms ease-in-out;
+ -o-transition: border 150ms ease-in-out,background-color 150ms ease-in-out;
+ -ms-transition: border 150ms ease-in-out,background-color 150ms ease-in-out;
+ transition: border 150ms ease-in-out,background-color 150ms ease-in-out
+}
+
+.menu ul ul {
+ background-color: #fff;
+ z-index: 999;
+ border-radius: 0 0 3px 3px;
+ margin: -3px 0 0 0;
+ box-shadow: 0 1px 3px rgba(0,0,0,.04)
+}
+
+.menu>ul ul li:hover>a {
+ border-bottom: 0;
+ /*background: 0 0*/
+}
+
+.menu ul ul li {
+ margin: 0;
+ padding: 0;
+ width: 100%
+}
+
+.menu ul ul li a {
+ color: #313131;
+ font-size: 13px;
+ line-height: 18px;
+ padding: 10px 16px!important;
+ border: 0;
+ -webkit-transition: all .4s ease-in-out;
+ -moz-transition: all .4s ease-in-out;
+ -o-transition: all .4s ease-in-out;
+ -ms-transition: all .4s ease-in-out;
+ transition: all .4s ease-in-out
+}
+
+.menu ul ul li {
+ border-left: 1px solid #e5e5e5;
+ border-right: 1px solid #e5e5e5;
+ border-bottom: 1px solid #e5e5e5
+}
+
+.menu ul ul li a:hover {
+ color: #fff;
+ background-color: #930;
+ border: 0;
+ padding-left: 21px!important
+}
+
+.menu ul ul li a:last-child:hover {
+ border-radius: 0 0 3px 3px
+}
+
+.menu ul ul ul {
+ border-radius: 0 3px 3px 3px;
+ margin: -1px 0 0 0
+}
+
+.sf-sub-indicator {
+ color: #c6c6c6;
+ margin: 0;
+ width: 11px;
+ display: inline-block;
+ font-size: 12px!important;
+ line-height: 0
+}
+
+.menu ul ul .sf-sub-indicator .icon-chevron-down {
+ display: none
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/theme-responsive.css b/app/home/view/szwjs/public/css/theme-responsive.css
new file mode 100644
index 0000000..418f06e
--- /dev/null
+++ b/app/home/view/szwjs/public/css/theme-responsive.css
@@ -0,0 +1,851 @@
+@media(min-width:1200px) {
+ body.boxed {
+ width: 1230px;
+ -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
+ box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
+ background: url(../images/patterns/whitey.png) repeat;
+ margin: 0 auto
+ }
+
+ body.boxed #header .main-header {
+ width: 1230px;
+ margin: 0 auto
+ }
+}
+
+@media (max-width:991px) {
+ #cn-tabs .service {
+ border-bottom-color: #ddd;
+ border-bottom-width: 1px
+ }
+
+ .sf-menu>li>.menu-login {
+ height: 41px
+ }
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ body.boxed {
+ width: 100%
+ }
+
+ .modal-avatar {
+ top: 120px;
+ }
+
+ .navbar-toggle {
+ position: relative;
+ float: none;
+ padding: 9px 10px;
+ margin-top: 8px;
+ margin-bottom: 8px;
+ background-color: transparent;
+ border: 1px solid #ddd;
+ border-radius: 4px;
+ display: block
+ }
+
+ .navbar-header,.navbar-nav {
+ float: none
+ }
+
+ .navbar-collapse.collapse {
+ display: none!important;
+ height: auto!important;
+ overflow: visible!important;
+ padding-bottom: 0
+ }
+
+ .our-clients,.recentworks {
+ overflow: hidden
+ }
+
+ .portfolio-desc {
+ margin-bottom: 40px
+ }
+
+ .portfolio.two-column .view h3 {
+ margin-top: 50px
+ }
+
+ .nivo-directionNav a {
+ top: 30%
+ }
+
+ #cn-tabs .service {
+ margin-bottom: 40px
+ }
+
+ #cn-tabs .service:before {
+ content: "";
+ position: absolute;
+ left: 46%;
+ top: auto!important;
+ right: auto!important;
+ bottom: 23px;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+ border-bottom: 1px solid #ddd;
+ border-top: 0
+ }
+
+ #flickrfeed li {
+ margin: 3px 3px 0 0
+ }
+
+ .team .item {
+ margin-top: 25px
+ }
+}
+
+@media (min-width:992px) {
+ nav.menu {
+ float: right!important
+ }
+
+ .modal-avatar {
+ top: 120px;
+ }
+
+ .menu>ul li {
+ float: left
+ }
+
+ .menu ul>li>a {
+ padding: 34px 10px 31px 10px
+ }
+
+ .sf-menu>li>.menu-login {
+ height: 86px
+ }
+}
+
+@media (max-width:767px) {
+ body.boxed {
+ width: 100%
+ }
+
+ .modal-avatar {
+ top: 220px;
+ }
+
+ .get-started .pull-right,.logo.pull-left,.top-bar .pull-left,.top-bar .pull-right {
+ float: none!important
+ }
+
+ .logo.pull-left {
+ display: block;
+ text-align: center;
+ margin: 0
+ }
+
+ .navbar-fixed-top {
+ position: relative!important;
+ top: auto
+ }
+
+ header .top-bar {
+ min-height: 0;
+ padding: 3px 0
+ }
+
+ .navbar-toggle {
+ float: none;
+ text-align: center;
+ padding: 0;
+ display: block
+ }
+
+ .mobile.navbar-header {
+ margin-bottom: 5px
+ }
+
+ .topnav a.navbar-toggle {
+ padding: 0;
+ line-height: 18px;
+ margin-top: -1px
+ }
+
+ .navbar-toggle:focus,.navbar-toggle:hover {
+ background-color: transparent
+ }
+
+ .mobile .navbar-toggle i {
+ padding: 9px 12px;
+ border-radius: 3px!important
+ }
+
+ .topnav .navbar-toggle {
+ display: block;
+ float: none;
+ margin: 0 auto;
+ border: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px
+ }
+
+ .topnav .navbar-toggle i {
+ border-radius: 0 0 2px 2px!important;
+ padding: 0 8px;
+ font-size: 19px;
+ cursor: pointer
+ }
+
+ .top-bar {
+ text-align: center;
+ padding: 0 15px 10px!important
+ }
+
+ .slidedown .social {
+ padding-bottom: 10px
+ }
+
+ .phone-email {
+ padding: 5px 0 3px
+ }
+
+ .top-bar #search-form {
+ display: none
+ }
+
+ div.content-box.big.bottom-pad-small {
+ margin-bottom: 80px
+ }
+
+ .portfolio-item {
+ margin-bottom: 20px
+ }
+
+ .portfolio-wrap .item {
+ width: 100%
+ }
+
+ .tp-caption h3 {
+ font-size: 14px!important;
+ line-height: 25px!important
+ }
+
+ .tp-caption h5 {
+ font-size: 11px!important;
+ line-height: 24px;
+ margin: 10px 0 0 10px
+ }
+
+ .tp-caption i {
+ background: 0 0!important;
+ font-size: 11px!important;
+ margin-right: 0!important;
+ color: #666;
+ line-height: 34px!important;
+ margin-right: 5px!important;
+ width: 11px!important
+ }
+
+ .list-slide {
+ margin-bottom: 5px
+ }
+
+ .slogan h2 {
+ text-align: center;
+ line-height: 44px;
+ margin-top: 0
+ }
+
+ .slogan h3 {
+ text-align: center;
+ line-height: 32px
+ }
+
+ .slogan-content p {
+ text-align: center
+ }
+
+ .get-started {
+ text-align: center;
+ margin-bottom: 15px
+ }
+
+ .breadcrumb-wrapper {
+ text-align: center
+ }
+
+ .breadcrumbs.pull-right {
+ float: none!important
+ }
+
+ .blog-small article .post-image {
+ width: 99.7%
+ }
+
+ .blog-small article .post-content-wrap {
+ float: left;
+ margin: 0;
+ padding: 0;
+ width: 95%
+ }
+
+ .main-content .bottom-pad {
+ margin-bottom: 0
+ }
+
+ .main-content .content-box {
+ margin-bottom: 40px;
+ display: inline-block
+ }
+
+ .features .bottom-pad-small {
+ margin-bottom: 0
+ }
+
+ .services .bottom-pad-small {
+ margin-bottom: 0
+ }
+
+ .img-content {
+ float: none;
+ margin: 0 0 15px
+ }
+
+ .portfolio-desc {
+ margin-bottom: 40px
+ }
+
+ .portfolio.two-column .view h3 {
+ margin-top: 50px
+ }
+
+ .portfolio.three-column .view h3 {
+ margin-top: 30px
+ }
+
+ #cn-tabs .service {
+ margin-bottom: 40px
+ }
+
+ #cn-tabs .service:before {
+ content: "";
+ position: absolute;
+ left: 44%;
+ top: auto!important;
+ right: auto!important;
+ bottom: 23px;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -o-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+ border-bottom: 1px solid #ddd;
+ border-top: 0
+ }
+
+ .latest-posts .post-item {
+ margin-bottom: 30px
+ }
+
+ .col-xs-12 .btn {
+ font-size: 11px
+ }
+
+ .our-clients .item {
+ text-align: center
+ }
+
+ footer section {
+ margin-bottom: 35px
+ }
+
+ .footer-bottom {
+ text-align: center
+ }
+
+ .social-icons-footer-bottom {
+ display: inline-block;
+ float: none
+ }
+
+ div.p_table div.column_1,div.p_table div.column_2,div.p_table div.column_3,div.p_table div.column_4,div.p_table.three-col div.column_1,div.p_table.three-col div.column_2,div.p_table.three-col div.column_3 {
+ width: 100%;
+ margin-bottom: 25px
+ }
+
+ .testimonial.item {
+ margin-bottom: 25px
+ }
+
+ .team .item {
+ margin-top: 25px
+ }
+
+ .about .testimonials.widget {
+ margin-top: 30px
+ }
+
+ .nivo-directionNav a {
+ top: 30%
+ }
+}
+
+@media (min-width:992px) {
+ .top-bar .collapse {
+ display: block!important;
+ height: auto!important;
+ overflow: visible!important;
+ padding-bottom: 0
+ }
+}
+
+@media (min-width:992px) and (max-width:1199px) {
+ body.boxed {
+ width: 100%
+ }
+
+ .slogan h2 {
+ display: inline-block;
+ font-size: 24px;
+ line-height: 36px;
+ margin: 10px 0
+ }
+
+ .get-started {
+ padding-top: 1px
+ }
+
+ .tp-caption .btn-special {
+ padding: 10px 15px;
+ font-size: 14px
+ }
+
+ .view p {
+ padding: 10px 20px 0;
+ font-size: 14px
+ }
+
+ .portfolio.two-column .view h3 {
+ margin-top: 100px
+ }
+
+ .portfolio.three-column .view h3 {
+ margin-top: 50px
+ }
+
+ #horizontal-tabs ul.tabs li {
+ text-align: center;
+ }
+}
+
+@media (min-width:768px) and (max-width:991px) {
+ .get-started .pull-right {
+ float: none!important
+ }
+
+ .logo.pull-left {
+ margin: 0 0 20px
+ }
+
+ .portfolio-wrap .view h3 {
+ font-size: 14px;
+ margin: 10px 0 0;
+ padding: 5px 0
+ }
+
+ .portfolio-wrap .view p {
+ font-size: 11px;
+ padding: 0 20px
+ }
+
+ .portfolio-wrap .view a.info {
+ padding: 2px 8px
+ }
+
+ .portfolio.three-column .view h3 {
+ margin-top: 7px
+ }
+
+ header .top-bar {
+ min-height: 0;
+ padding: 3px 0
+ }
+ #header .container{
+ min-width: 760px!important;
+ }
+ .navbar-toggle {
+ float: none;
+ text-align: center;
+ padding: 0;
+ display: block;
+ border: none;
+ border-radius: 0
+ }
+
+ .mobile.navbar-header {
+ float: none;
+ margin: 20px 0 0 92.5%;
+ padding: 0
+ }
+
+ .topnav a.navbar-toggle {
+ line-height: 18px;
+ margin-top: -1px;
+ padding: 0
+ }
+
+ .navbar-toggle:focus,.navbar-toggle:hover {
+ background-color: transparent
+ }
+
+ .mobile .navbar-toggle i {
+ padding: 9px 12px;
+ border-radius: 3px!important
+ }
+
+ .topnav .navbar-toggle {
+ display: block;
+ float: none;
+ margin: 0 auto;
+ border: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px
+ }
+
+ .topnav .navbar-toggle i {
+ border-radius: 0 0 2px 2px!important;
+ padding: 0 8px;
+ font-size: 19px;
+ cursor: pointer
+ }
+
+ .top-bar {
+ text-align: center;
+ padding: 0 15px 10px!important
+ }
+
+ .slidedown .social {
+ margin-top: 12px
+ }
+
+ .phone-email,.top-login {
+ padding: 12px 0 3px
+ }
+
+ .top-bar #search-form {
+ display: none
+ }
+
+ #horizontal-tabs ul.tabs li {
+ text-align: center;
+ }
+
+ .tp-caption h3 {
+ font-size: 28px!important
+ }
+
+ .tp-caption h5 {
+ font-size: 15px!important
+ }
+
+ .tp-caption i {
+ font-size: 13px!important;
+ color: #fff;
+ line-height: 25px!important;
+ margin-right: 5px!important;
+ margin-top: -5px!important;
+ width: 25px!important;
+ height: 25px!important
+ }
+
+ .tp-caption .btn-special {
+ padding: 9px 10px;
+ font-size: 11px
+ }
+
+ .list-slide {
+ margin-bottom: 5px
+ }
+
+ .slogan h2 {
+ text-align: center;
+ line-height: 44px;
+ margin-top: 0
+ }
+
+ .get-started {
+ text-align: center;
+ margin-bottom: 15px
+ }
+
+ .main-content .bottom-pad {
+ margin-bottom: 0
+ }
+
+ .main-content .content-box {
+ margin-bottom: 40px;
+ display: inline-block
+ }
+
+ .features .bottom-pad-small {
+ margin-bottom: 0
+ }
+
+ .features .feature-box {
+ margin-bottom: 30px;
+ display: inline-block
+ }
+
+ .features .feature-box-info h4 {
+ margin-top: 0
+ }
+
+ .latest-posts .post-item {
+ margin-bottom: 30px
+ }
+
+ .blog-showcase li {
+ margin-bottom: 20px
+ }
+
+ .blog-showcase-thumb {
+ width: 375px
+ }
+
+ .blog-showcase-extra-info {
+ left: 375px;
+ width: 375px
+ }
+
+ footer section {
+ margin-bottom: 35px
+ }
+
+ .social-icons-footer-bottom {
+ display: inline-block
+ }
+}
+
+@media (max-width:768px) {
+ .services.big .content-box {
+ margin-bottom: 30px
+ }
+
+ .services .bottom-pad {
+ margin-bottom: 0
+ }
+
+ .services .content-box {
+ display: inline-block;
+ margin-bottom: 30px
+ }
+
+ .services .feature-box {
+ margin-bottom: 20px;
+ display: inline-block
+ }
+
+ .services .bottom-pad-small {
+ margin-bottom: 0
+ }
+
+ #not-found h2 {
+ font-size: 180px
+ }
+}
+
+@media (min-width:992px) and (max-width:1048px) {
+ .blog-showcase-thumb {
+ width: 250px
+ }
+
+ .blog-showcase-extra-info {
+ left: 250px;
+ width: 213px
+ }
+
+ .blog-showcase ul li.blog-first-el {
+ padding-right: 212px
+ }
+
+ .blog-showcase ul li .blog-showcase-extra-info {
+ filter: alpha(opacity=0);
+ opacity: 0!important
+ }
+
+ .blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
+ opacity: 1!important
+ }
+}
+
+@media handheld,only screen and (max-width:1140px) {
+ .blog-showcase ul li .blog-showcase-extra-info {
+ zoom: 1;
+ filter: alpha(opacity=100);
+ opacity: 1
+ }
+}
+
+@media handheld,only screen and (max-width:640px) {
+ .blog-showcase ul li {
+ float: none!important;
+ display: block!important;
+ padding: 0!important;
+ margin-bottom: 15px
+ }
+
+ .blog-showcase ul li .blog-showcase-extra-info {
+ display: none!important
+ }
+
+ .blog-showcase ul li .blog-showcase-thumb {
+ max-width: 100%;
+ width: 100%!important;
+ height: auto!important;
+ line-height: 4px
+ }
+
+ .blog-showcase ul li .blog-showcase-thumb img {
+ max-width: 100%;
+ width: 100%;
+ height: auto!important
+ }
+}
+
+@media (min-width:992px) and (max-width:1024px) {
+ .csstransforms .cn-wrapper {
+ font-size: .9em
+ }
+}
+
+@media only screen and (max-width:620px) {
+ .no-csstransforms li {
+ width: 4em;
+ height: 4em;
+ line-height: 4em
+ }
+}
+
+@media only screen and (max-width:500px) {
+ .no-ccstransforms .cn-wrapper {
+ padding: .5em
+ }
+
+ .no-csstransforms .cn-wrapper li {
+ font-size: .9em;
+ width: 4em;
+ height: 4em;
+ line-height: 4em
+ }
+}
+
+@media only screen and (max-width:480px) {
+ .csstransforms .cn-wrapper {
+ font-size: .78em;
+ margin-left: -142px
+ }
+
+ .cn-button {
+ font-size: 1em
+ }
+}
+
+@media only screen and (max-width:420px) {
+ .no-csstransforms .cn-wrapper li {
+ width: 100%;
+ height: 3em;
+ line-height: 3em
+ }
+}
+@media (min-width:992px) and (max-width:1199px) {
+ .container {
+ max-width: 980px;
+ }
+ .logo img{
+ margin-top:8px;
+ max-height:48px;
+ max-width: 160px;
+ margin-left: 5px;
+ }
+}
+@media (max-width: 991px){
+ .yewu-img{
+ display: none;
+ }
+}
+@media (max-width: 767px){
+ .new-list{
+ margin-top: 5px;
+ }
+ .new-list.new-right,.tabbable.gushi,.gushi-tab {
+ margin-left: 0;
+ }
+ .gushi-tab{
+ margin-right: 0;
+ margin-top: 10px;
+ }
+ .yewu-right{
+ padding-left: 15px;
+ }
+}
+@media (min-width: 992px){
+ .tabbable.gushi {
+ margin-right: 0;
+ }
+ .list-menu{
+ display: none!important;
+ }
+}
+@media (min-width:768px) and (max-width:992px) {
+ .tabbable.gushi {
+ margin-right: -15px;
+ margin-bottom: 10px;
+ }
+}
+@media (min-width: 1200px){
+ .navbar-collapse.in {
+ overflow-y:auto;
+ }
+ .curprice span{
+ display: inline-block!important;
+ width: 9.5%;
+ text-align: center;
+ }
+}
+@media (min-width:730px) and (max-width:1199px) {
+ .hidden-zk,.hidden-jk{
+ display: none!important;
+ }
+ .curprice span{
+ width: 11.8%;
+ }
+}
+@media (min-width:421px) and (max-width:731px) {
+ .hidden-zk,.hidden-jk,.hidden-zd,.hidden-zg,.hidden-zd{
+ display: none!important;
+ }
+ .curprice span{
+ width: 19%;
+ }
+}
+@media (max-width:420px) {
+ .curprice-container{
+ padding: 10px 0!important;
+ }
+ .hidden-zk,.hidden-jk,.hidden-zd,.hidden-zg,.hidden-zd,.hidden-zjl,.hidden-zjje{
+ display: none!important;
+ }
+ .curprice span{
+ width: 32%;
+ }
+ .index_baojia a.title4{
+ margin:0;
+ }
+}
+@media (min-width: 992px) {
+ .modal-lg {
+ width: 900px;
+ }
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/upload.css b/app/home/view/szwjs/public/css/upload.css
new file mode 100644
index 0000000..443b5cb
--- /dev/null
+++ b/app/home/view/szwjs/public/css/upload.css
@@ -0,0 +1,348 @@
+#container {
+ color: #838383;
+ font-size: 12px;
+}
+#uploader .queueList.filled {
+ margin: 0;
+ border: 3px dashed transparent;
+}
+#uploader .queueList.webuploader-dnd-over {
+ border: 3px dashed #999999;
+}
+
+#uploader p {margin: 0;}
+
+.element-invisible {
+ position: absolute !important;
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+ clip: rect(1px,1px,1px,1px);
+}
+
+#uploader .placeholder {
+ text-align: center;
+ color: #cccccc;
+ font-size: 18px;
+ position: relative;
+}
+
+#uploader .placeholder .webuploader-pick {
+ font-size: 18px;
+ background: #930;
+ border-radius: 3px;
+ line-height: 44px;
+ padding: 0 30px;
+ *width: 120px;
+ color: #fff;
+ display: inline-block;
+ cursor: pointer;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+}
+
+#uploader .placeholder .webuploader-pick-hover {
+ background: #930;
+}
+
+#uploader .placeholder .flashTip {
+ color: #666666;
+ font-size: 12px;
+ position: absolute;
+ width: 100%;
+ text-align: center;
+ bottom: 20px;
+}
+#uploader .placeholder .flashTip a {
+ color: #930;
+ text-decoration: none;
+}
+#uploader .placeholder .flashTip a:hover {
+ text-decoration: underline;
+}
+
+#uploader .filelist {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+#uploader .filelist:after {
+ content: '';
+ display: block;
+ width: 0;
+ height: 0;
+ overflow: hidden;
+ clear: both;
+}
+
+#uploader .filelist li {
+ width: 90px;
+ height: 90px;
+ background: url(../images/bg.png) no-repeat;
+ text-align: center;
+ margin: 0 8px 10px 0;
+ position: relative;
+ display: inline;
+ float: left;
+ overflow: hidden;
+ font-size: 12px;
+}
+
+#uploader .filelist li p.log {
+ position: relative;
+ top: -45px;
+}
+
+#uploader .filelist li p.title {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow : ellipsis;
+ top: 5px;
+ text-indent: 5px;
+ text-align: left;
+}
+
+#uploader .filelist li p.progress {
+ position: absolute;
+ width: 100%;
+ bottom: 0;
+ left: 0;
+ height: 8px;
+ overflow: hidden;
+ z-index: 50;
+ margin: 0;
+ border-radius: 0;
+ background: none;
+ -webkit-box-shadow: 0 0 0;
+}
+#uploader .filelist li p.progress span {
+ display: none;
+ overflow: hidden;
+ width: 0;
+ height: 100%;
+ background: #930 url(../images/progress.png) repeat-x;
+
+ -webit-transition: width 200ms linear;
+ -moz-transition: width 200ms linear;
+ -o-transition: width 200ms linear;
+ -ms-transition: width 200ms linear;
+ transition: width 200ms linear;
+
+ -webkit-animation: progressmove 2s linear infinite;
+ -moz-animation: progressmove 2s linear infinite;
+ -o-animation: progressmove 2s linear infinite;
+ -ms-animation: progressmove 2s linear infinite;
+ animation: progressmove 2s linear infinite;
+
+ -webkit-transform: translateZ(0);
+}
+
+@-webkit-keyframes progressmove {
+ 0% {
+ background-position: 0 0;
+ }
+ 100% {
+ background-position: 17px 0;
+ }
+}
+@-moz-keyframes progressmove {
+ 0% {
+ background-position: 0 0;
+ }
+ 100% {
+ background-position: 17px 0;
+ }
+}
+@keyframes progressmove {
+ 0% {
+ background-position: 0 0;
+ }
+ 100% {
+ background-position: 17px 0;
+ }
+}
+
+#uploader .filelist li p.imgWrap {
+ position: relative;
+ z-index: 2;
+ line-height: 90px;
+ vertical-align: middle;
+ overflow: hidden;
+ width: 90px;
+ height: 90px;
+
+ -webkit-transform-origin: 50% 50%;
+ -moz-transform-origin: 50% 50%;
+ -o-transform-origin: 50% 50%;
+ -ms-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
+
+ -webit-transition: 200ms ease-out;
+ -moz-transition: 200ms ease-out;
+ -o-transition: 200ms ease-out;
+ -ms-transition: 200ms ease-out;
+ transition: 200ms ease-out;
+}
+
+#uploader .filelist li img {
+ width: 100%;
+}
+
+#uploader .filelist li p.error {
+ background: #f43838;
+ color: #fff;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ height: 28px;
+ line-height: 28px;
+ width: 100%;
+ z-index: 100;
+}
+
+#uploader .filelist li .success {
+ display: block;
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ height: 40px;
+ width: 100%;
+ z-index: 200;
+ background: url(../images/success.png) no-repeat right bottom;
+}
+
+#uploader .filelist div.file-panel {
+ position: absolute;
+ height: 0;
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
+ background: rgba( 0, 0, 0, 0.5 );
+ width: 100%;
+ top: 0;
+ left: 0;
+ overflow: hidden;
+ z-index: 300;
+}
+
+#uploader .filelist div.file-panel span {
+ width: 24px;
+ height: 24px;
+ display: inline;
+ float: right;
+ text-indent: -9999px;
+ overflow: hidden;
+ background: url(../images/icons.png) no-repeat;
+ margin: 5px 1px 1px;
+ cursor: pointer;
+}
+
+#uploader .filelist div.file-panel span.rotateLeft {
+ background-position: 0 -24px;
+}
+#uploader .filelist div.file-panel span.rotateLeft:hover {
+ background-position: 0 0;
+}
+
+#uploader .filelist div.file-panel span.rotateRight {
+ background-position: -24px -24px;
+}
+#uploader .filelist div.file-panel span.rotateRight:hover {
+ background-position: -24px 0;
+}
+
+#uploader .filelist div.file-panel span.cancel {
+ background-position: -48px -24px;
+}
+#uploader .filelist div.file-panel span.cancel:hover {
+ background-position: -48px 0;
+}
+
+#uploader .statusBar {
+ height: 63px;
+ border-top: 1px solid #dadada;
+ padding: 0 20px;
+ line-height: 63px;
+ vertical-align: middle;
+ position: relative;
+}
+
+#uploader .statusBar .progress {
+ border: 1px solid #930;
+ width: 198px;
+ background: #fff;
+ height: 18px;
+ position: relative;
+ display: inline-block;
+ text-align: center;
+ line-height: 20px;
+ color: #FF520C;
+ position: relative;
+ margin: 0 10px 0 0;
+}
+#uploader .statusBar .progress span.percentage {
+ width: 0;
+ height: 100%;
+ left: 0;
+ top: 0;
+ background: #930;
+ position: absolute;
+}
+#uploader .statusBar .progress span.text {
+ position: relative;
+ z-index: 10;
+}
+
+#uploader .statusBar .info {
+ display: inline-block;
+ font-size: 14px;
+ color: #666666;
+}
+
+#uploader .statusBar .btns {
+ position: absolute;
+ top: 10px;
+ right: 20px;
+ line-height: 40px;
+}
+
+#filePicker2 {
+ display: inline-block;
+ float: left;
+}
+
+#uploader .statusBar .btns .webuploader-pick,
+#uploader .statusBar .btns .uploadBtn,
+#uploader .statusBar .btns .uploadBtn.state-uploading,
+#uploader .statusBar .btns .uploadBtn.state-paused {
+ background: #ffffff;
+ border: 1px solid #cfcfcf;
+ color: #565656;
+ padding: 0 18px;
+ display: inline-block;
+ border-radius: 3px;
+ margin-left: 10px;
+ cursor: pointer;
+ font-size: 14px;
+ float: left;
+}
+#uploader .statusBar .btns .webuploader-pick-hover,
+#uploader .statusBar .btns .uploadBtn:hover,
+#uploader .statusBar .btns .uploadBtn.state-uploading:hover,
+#uploader .statusBar .btns .uploadBtn.state-paused:hover {
+ background: #f0f0f0;
+}
+
+#uploader .statusBar .btns .uploadBtn {
+ background: #930;
+ color: #fff;
+ border-color: transparent;
+}
+#uploader .statusBar .btns .uploadBtn:hover {
+ background: #930;
+}
+
+#uploader .statusBar .btns .uploadBtn.disabled {
+ pointer-events: none;
+ opacity: 0.6;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/widget/menu.css b/app/home/view/szwjs/public/css/widget/menu.css
new file mode 100644
index 0000000..7fc4ec4
--- /dev/null
+++ b/app/home/view/szwjs/public/css/widget/menu.css
@@ -0,0 +1,171 @@
+.venus-menu{
+ width:100%;
+ margin:0;
+ padding:0;
+ position:relative;
+ font-family:'Open Sans', sans-serif;
+ list-style:none;
+}
+.venus-menu li{
+ display:inline-block;
+ margin:0 7px 0 0;
+ padding: 5px 0;
+ float:left;
+ line-height:42px;
+ position:relative;
+}
+.activemr{
+ margin: 0;
+}
+.venus-menu > li > a{
+ font-size:12px;
+ padding: 0 15px;
+ color:rgba(255,255,255,1);
+ text-decoration:none;
+ display:block;
+ -webkit-transition:color 0.2s linear, background 0.2s linear;
+ -moz-transition:color 0.2s linear, background 0.2s linear;
+ -ms-transition:color 0.2s linear, background 0.2s linear;
+ -o-transition:color 0.2s linear, background 0.2s linear;
+ transition:color 0.2s linear, background 0.2s linear;
+}
+.venus-menu li:hover > a, .venus-menu li.active a{
+ background:rgba(235,76,18,1);
+ border-radius: 2px ;
+ color:#fff;
+}
+.venus-menu li.active ul a{
+ background:rgba(255,255,255,1);
+ color:rgba(27,26,53,1);
+}
+.venus-menu > li > a i{
+ color:#bababa;
+}
+.venus-menu > li:hover > a i, .venus-menu li.active a i{
+ color:#fff;
+}
+.venus-menu ul, .venus-menu ul li ul{
+ list-style:none;
+ margin:0;
+ padding:0;
+ display:none;
+ position:absolute;
+ z-index:99;
+ width:237px;
+}
+.venus-menu ul{
+ top:52px;
+ left:0;
+ padding-top:10px;
+ background:rgba(255,255,255,1);
+ box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.08);
+ border-radius: 4px ;
+}
+.venus-menu > li > ul > li:first-child a:before{
+
+}
+.venus-menu > li > ul > li ul li:first-child a:before{
+
+}
+.venus-menu li ul li{
+ line-height: 31px;
+ margin: 0
+}
+.venus-menu ul li ul{
+ top:0;
+ left:100%;
+}
+.venus-menu ul li{
+ clear:both;
+ width:100%;
+ border:none;
+}
+.venus-menu ul li a{
+ padding:2px 20px;
+ width:100%;
+ color:rgba(27,26,53,1);
+ font-size:14px;
+ text-decoration:none;
+ display:inline-block;
+ float:left;
+ clear:both;
+ box-sizing:border-box;
+ -moz-box-sizing:border-box;
+ -webkit-box-sizing:border-box;
+ -ms-box-sizing:border-box;
+ -o-box-sizing:border-box;
+ -webkit-transition:background 0.2s linear;
+ -moz-transition:background 0.2s linear;
+ -o-transition:background 0.2s linear;
+ -ms-transition:background 0.2s linear;
+ transition:background 0.2s linear;
+}
+.venus-menu ul li:hover > a{
+ background:rgba(224,224,224,1);
+ color:rgba(27,26,53,1);
+ border-radius: 0px ;
+}
+.venus-menu > li > ul > li:first-child:hover a:before{
+
+}
+.venus-menu > li > ul > li ul li:first-child:hover a:before{
+
+}
+.venus-menu > li .indicator{
+ position:absolute;
+ color:#bababa;
+ top:19px;
+ right:8px;
+ font-size:20px;
+ -webkit-transition:color 0.2s linear;
+ -moz-transition:color 0.2s linear;
+ -o-transition:color 0.2s linear;
+ -ms-transition:color 0.2s linear;
+ transition:color 0.2s linear;
+}
+.venus-menu > li:hover > .indicator{
+ color:rgba(27,26,53,1);
+}
+.venus-menu ul > li .indicator{
+ top:14px;
+ right:8px;
+ color:rgba(27,26,53,1);
+}
+.venus-menu i{
+ line-height:20px !important;
+ margin-right:6px;
+ font-size:20px;
+ float:left;
+}
+.venus-menu > li.showhide{
+ display:none;
+ width:100%;
+ height:46px;
+ cursor:pointer;
+ color:#777;
+ border-bottom:solid 1px rgba(0, 0, 0, 0.1);
+ background:#fff;
+}
+.venus-menu > li.showhide span.title{
+ margin:13px 0 0 20px;
+ float:left;
+}
+.venus-menu > li.showhide span.icon{
+ margin:16px 20px;
+ float:right;
+}
+.venus-menu > li.showhide .icon em{
+ margin-bottom:3px;
+ display:block;
+ width:20px;
+ height:2px;
+ background:#ccc;
+}
+.zoom-out{
+ -webkit-animation:zoomOut 600ms ease both;
+ -moz-animation:zoomOut 600ms ease both;
+ -o-animation:zoomOut 600ms ease both;
+ -ms-animation:zoomOut 600ms ease both;
+ animation:zoomOut 600ms ease both;
+}
+
diff --git a/app/home/view/szwjs/public/css/widget/page.css b/app/home/view/szwjs/public/css/widget/page.css
new file mode 100644
index 0000000..1fe58b9
--- /dev/null
+++ b/app/home/view/szwjs/public/css/widget/page.css
@@ -0,0 +1,30 @@
+.page-box{
+ display: inline-block;
+}
+.page-contain{
+ text-align: center;
+ font-size: 0px;
+}
+.page-contain a{
+ font-size: 14px;
+ display: inline-block;
+ margin:5px 5px;
+ text-decoration: none;
+ color:rgba(144,129,95,1);
+ background-image: url(../../images/norpage.png);
+ width:32px;
+ height:32px;
+ line-height: 32px;
+ border-radius:3px;
+}
+.page-contain a.active{
+ background-image: url(../../images/selectpage.png);
+ color:rgba(245,245,245,1);
+}
+.page-contain a:active{
+ background-image: url(../../images/selectpage.png);
+ color:rgba(245,245,245,1);
+}
+.policycon{
+ margin-top: 20px;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/widget/selectFilter.css b/app/home/view/szwjs/public/css/widget/selectFilter.css
new file mode 100644
index 0000000..fe294fd
--- /dev/null
+++ b/app/home/view/szwjs/public/css/widget/selectFilter.css
@@ -0,0 +1,149 @@
+/**
+ * selectFilter --v1.0
+ *
+ **/
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+li {
+ list-style: none;
+}
+
+.filter-disabled {
+ -moz-user-select: none;
+ -webkit-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+}
+
+.filter-box {
+ position: relative;
+}
+
+.filter-box select {
+ display: none;
+}
+
+.filter-text {
+ height: 100%;
+ overflow: hidden;
+ position: relative;
+ cursor: pointer;
+
+ background: rgba(255,255,255,0);
+
+}
+
+.filter-text input {
+ font-size: 12px;
+}
+
+.filter-text .filter-title {
+ width: 100%;
+ height: 30px;
+ line-height: 30px;
+
+ border: 0;
+ background-color: transparent;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ padding: 0;
+ cursor: pointer;
+ width: 231px;
+}
+
+.filter-list {
+ display: none;
+ width: 231px;
+ max-height: 300px;
+ background-color: #fff;
+ font-size: 12px;
+ position: relative;
+ left: 0;
+ z-index: 9999;
+ border: 1px solid #e6e6e6;
+ overflow: auto;
+}
+
+.filter-list li.filter-null a {
+ color:rgba(27,26,53,1);
+}
+
+.filter-list li a {
+ display: block;
+ padding: 0 10px;
+ line-height: 36px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ cursor: pointer;
+ color:rgba(27,26,53,1);
+
+}
+
+.filter-list li:hover {
+ background-color: #f2f2f2;
+}
+
+.filter-list li.filter-selected {
+ background-color: rgba(224,224,224,1);
+}
+
+.filter-list li.filter-selected a{
+ display: block;
+ color:rgba(27,26,53,1);
+}
+
+.filter-list li.filter-disabled {
+ background-color: #fff;
+}
+
+.filter-list li.filter-disabled a{
+ display: block;
+ color:rgba(27,26,53,1);
+}
+
+.filter-list li.filter-disabled:hover a {
+ cursor: not-allowed!important;
+ background-color: #fff;
+}
+
+.icon {
+ position: absolute;
+}
+
+.icon-filter-arrow {
+ width: 8px;
+ height: 6px;
+ background-repeat: no-repeat;
+ background-image: url(../images/icon_arrow_down_x2.png);
+ background-size: 100%;
+ right: 10px;
+ top: 13px;
+ transition: all .2s;
+}
+
+.icon-filter-arrow.filter-show {
+ -webkit-transform: rotate(-180deg);
+ -moz-transform: rotate(-180deg);
+ -ms-transform: rotate(-180deg);
+ -o-transform: rotate(-180deg);
+ transform: rotate(-180deg);
+}
+
+.filter-list::-webkit-scrollbar {
+ width: 4px;
+ height: 4px;
+}
+
+.filter-list::-webkit-scrollbar-track {
+ background: #fff
+}
+
+.filter-list::-webkit-scrollbar-thumb {
+ background: #CBCBCB;
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/css/widget/swiper.min.css b/app/home/view/szwjs/public/css/widget/swiper.min.css
new file mode 100644
index 0000000..147b40c
--- /dev/null
+++ b/app/home/view/szwjs/public/css/widget/swiper.min.css
@@ -0,0 +1,602 @@
+/**
+ * Swiper 3.4.2
+ * Most modern mobile touch slider and framework with hardware accelerated transitions
+ *
+ * http://www.idangero.us/swiper/
+ *
+ * Copyright 2017, Vladimir Kharlampidi
+ * The iDangero.us
+ * http://www.idangero.us/
+ *
+ * Licensed under MIT
+ *
+ * Released on: March 10, 2017
+ */
+.swiper-container {
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ overflow: hidden;
+ z-index: 1
+}
+
+.swiper-container-no-flexbox .swiper-slide {
+ float: left
+}
+
+.swiper-container-vertical>.swiper-wrapper {
+ -webkit-box-orient: vertical;
+ -moz-box-orient: vertical;
+ -ms-box-orient: vertical;
+ -o-box-orient: vertical;
+ -ms-flex-direction: column;
+ -webkit-flex-direction: column;
+ -moz-flex-direction: column;
+ -o-flex-direction: column;
+ flex-direction: column
+}
+
+.swiper-wrapper {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ display: -webkit-box;
+ display: -moz-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-transition-property: -webkit-transform;
+ -moz-transition-property: -moz-transform;
+ -o-transition-property: -o-transform;
+ -ms-transition-property: -ms-transform;
+ transition-property: transform;
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ -ms-box-sizing: content-box;
+ -o-box-sizing: content-box;
+ box-sizing: content-box
+}
+
+.swiper-container-android .swiper-slide,.swiper-wrapper {
+ -webkit-transform: translate3d(0,0,0);
+ -moz-transform: translate3d(0,0,0);
+ -o-transform: translate(0,0);
+ -ms-transform: translate3d(0,0,0);
+ transform: translate3d(0,0,0)
+}
+
+.swiper-container-multirow>.swiper-wrapper {
+ -webkit-box-lines: multiple;
+ -moz-box-lines: multiple;
+ -ms-box-lines: multiple;
+ -o-box-lines: multiple;
+ -ms-flex-wrap: wrap;
+ -webkit-flex-wrap: wrap;
+ -moz-flex-wrap: wrap;
+ -o-flex-wrap: wrap;
+ flex-wrap: wrap
+}
+
+.swiper-container-free-mode>.swiper-wrapper {
+ -webkit-transition-timing-function: ease-out;
+ -moz-transition-timing-function: ease-out;
+ -ms-transition-timing-function: ease-out;
+ -o-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+ margin: 0 auto
+}
+
+.swiper-slide {
+ -webkit-flex-shrink: 0;
+ -ms-flex: 0 0 auto;
+ flex-shrink: 0;
+ width: 100%;
+ height: 100%;
+ position: relative
+}
+
+.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
+ height: auto
+}
+
+.swiper-container-autoheight .swiper-wrapper {
+ -webkit-box-align: start;
+ -ms-flex-align: start;
+ -moz-flex-align: start;
+ -o-flex-align: start;
+ -webkit-align-items: flex-start;
+ -moz-align-items: flex-start;
+ -ms-align-items: flex-start;
+ -o-align-items: flex-start;
+ align-items: flex-start;
+ -webkit-transition-property: -webkit-transform,height;
+ -moz-transition-property: -moz-transform;
+ -o-transition-property: -o-transform;
+ -ms-transition-property: -ms-transform;
+ transition-property: transform,height
+}
+
+.swiper-container .swiper-notification {
+ position: absolute;
+ left: 0;
+ top: 0;
+ pointer-events: none;
+ opacity: 0;
+ z-index: -1000
+}
+
+.swiper-wp8-horizontal {
+ -ms-touch-action: pan-y;
+ -moz-touch-action: pan-y;
+ -o-touch-action: pan-y;
+ -webkit-touch-action: pan-y;
+ touch-action: pan-y
+}
+
+.swiper-wp8-vertical {
+ -ms-touch-action: pan-x;
+ -moz-touch-action: pan-x;
+ -o-touch-action: pan-x;
+ -webkit-touch-action: pan-x;
+ touch-action: pan-x
+}
+
+.swiper-button-next,.swiper-button-prev {
+ position: absolute;
+ top: 50%;
+ width: 27px;
+ height: 44px;
+ margin-top: -22px;
+ z-index: 10;
+ cursor: pointer;
+ -moz-background-size: 27px 44px;
+ -webkit-background-size: 27px 44px;
+ -ms-background-size: 27px 44px;
+ -o-background-size: 27px 44px;
+ background-size: 27px 44px;
+ background-position: center;
+ background-repeat: no-repeat
+}
+
+.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
+ background-color: rgba(255,255,255,0.35);
+ cursor: auto;
+ pointer-events: none
+}
+
+.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
+ background-image: url("../../images/leftbutton.png");
+ background-size: 14px 23px;
+
+ right: auto
+}
+
+.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
+}
+
+.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
+}
+
+.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
+ background-image: url("../../images/rightbutton.png");
+ background-size: 14px 23px;
+ right: 0px;
+ left: auto
+}
+
+.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
+}
+
+.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
+}
+
+.swiper-pagination {
+ position: absolute;
+ text-align: center;
+ -webkit-transition: .3s;
+ -moz-transition: .3s;
+ -o-transition: .3s;
+ -ms-transition: .3s;
+ transition: .3s;
+ -webkit-transform: translate3d(0,0,0);
+ -ms-transform: translate3d(0,0,0);
+ -o-transform: translate3d(0,0,0);
+ -moz-transform: translate3d(0,0,0);
+ transform: translate3d(0,0,0);
+ z-index: 10
+}
+
+.swiper-pagination.swiper-pagination-hidden {
+ opacity: 0
+}
+
+.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
+ bottom: 10px;
+ left: 0;
+ width: 100%
+}
+
+.swiper-pagination-bullet {
+ width: 8px;
+ height: 8px;
+ display: inline-block;
+ border-radius: 100%;
+ background: #000;
+ opacity: .2
+}
+
+button.swiper-pagination-bullet {
+ border: none;
+ margin: 0;
+ padding: 0;
+ box-shadow: none;
+ -moz-appearance: none;
+ -ms-appearance: none;
+ -webkit-appearance: none;
+ -o-appearance: none;
+ appearance: none
+}
+
+.swiper-pagination-clickable .swiper-pagination-bullet {
+ cursor: pointer
+}
+
+.swiper-pagination-white .swiper-pagination-bullet {
+ background: #fff
+}
+
+.swiper-pagination-bullet-active {
+ opacity: 1;
+ background: #007aff
+}
+
+.swiper-pagination-white .swiper-pagination-bullet-active {
+ background: #fff
+}
+
+.swiper-pagination-black .swiper-pagination-bullet-active {
+ background: #000
+}
+
+.swiper-container-vertical>.swiper-pagination-bullets {
+ right: 10px;
+ top: 50%;
+ -webkit-transform: translate3d(0,-50%,0);
+ -moz-transform: translate3d(0,-50%,0);
+ -o-transform: translate(0,-50%);
+ -ms-transform: translate3d(0,-50%,0);
+ transform: translate3d(0,-50%,0)
+}
+
+.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
+ margin: 5px 0;
+ display: block
+}
+
+.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
+ margin: 0 5px
+}
+
+.swiper-pagination-progress {
+ background: rgba(0,0,0,.25);
+ position: absolute
+}
+
+.swiper-pagination-progress .swiper-pagination-progressbar {
+ background: #007aff;
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ -webkit-transform: scale(0);
+ -ms-transform: scale(0);
+ -o-transform: scale(0);
+ -moz-transform: scale(0);
+ transform: scale(0);
+ -webkit-transform-origin: left top;
+ -moz-transform-origin: left top;
+ -ms-transform-origin: left top;
+ -o-transform-origin: left top;
+ transform-origin: left top
+}
+
+.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
+ -webkit-transform-origin: right top;
+ -moz-transform-origin: right top;
+ -ms-transform-origin: right top;
+ -o-transform-origin: right top;
+ transform-origin: right top
+}
+
+.swiper-container-horizontal>.swiper-pagination-progress {
+ width: 100%;
+ height: 4px;
+ left: 0;
+ top: 0
+}
+
+.swiper-container-vertical>.swiper-pagination-progress {
+ width: 4px;
+ height: 100%;
+ left: 0;
+ top: 0
+}
+
+.swiper-pagination-progress.swiper-pagination-white {
+ background: rgba(255,255,255,.5)
+}
+
+.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
+ background: #fff
+}
+
+.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
+ background: #000
+}
+
+.swiper-container-3d {
+ -webkit-perspective: 1200px;
+ -moz-perspective: 1200px;
+ -o-perspective: 1200px;
+ -ms-perspective: 1200px;
+ perspective: 1200px
+}
+
+.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
+ -webkit-transform-style: preserve-3d;
+ -moz-transform-style: preserve-3d;
+ -ms-transform-style: preserve-3d;
+ -o-transform-style: preserve-3d;
+ transform-style: preserve-3d
+}
+
+.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ pointer-events: none;
+ z-index: 10
+}
+
+.swiper-container-3d .swiper-slide-shadow-left {
+ background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
+ background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
+}
+
+.swiper-container-3d .swiper-slide-shadow-right {
+ background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
+ background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
+}
+
+.swiper-container-3d .swiper-slide-shadow-top {
+ background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
+ background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
+}
+
+.swiper-container-3d .swiper-slide-shadow-bottom {
+ background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
+ background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
+ background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
+}
+
+.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
+ -ms-perspective: 1200px
+}
+
+.swiper-container-cube,.swiper-container-flip {
+ overflow: visible
+}
+
+.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
+ pointer-events: none;
+ -webkit-backface-visibility: hidden;
+ -moz-backface-visibility: hidden;
+ -ms-backface-visibility: hidden;
+ backface-visibility: hidden;
+ z-index: 1
+}
+
+.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
+ pointer-events: none
+}
+
+.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
+ pointer-events: auto
+}
+
+.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
+ z-index: 0;
+ -webkit-backface-visibility: hidden;
+ -moz-backface-visibility: hidden;
+ -ms-backface-visibility: hidden;
+ backface-visibility: hidden
+}
+
+.swiper-container-cube .swiper-slide {
+ visibility: hidden;
+ -webkit-transform-origin: 0 0;
+ -moz-transform-origin: 0 0;
+ -ms-transform-origin: 0 0;
+ transform-origin: 0 0;
+ width: 100%;
+ height: 100%
+}
+
+.swiper-container-cube.swiper-container-rtl .swiper-slide {
+ -webkit-transform-origin: 100% 0;
+ -moz-transform-origin: 100% 0;
+ -ms-transform-origin: 100% 0;
+ transform-origin: 100% 0
+}
+
+.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
+ pointer-events: auto;
+ visibility: visible
+}
+
+.swiper-container-cube .swiper-cube-shadow {
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100%;
+ background: #000;
+ opacity: .6;
+ -webkit-filter: blur(50px);
+ filter: blur(50px);
+ z-index: 0
+}
+
+.swiper-container-fade.swiper-container-free-mode .swiper-slide {
+ -webkit-transition-timing-function: ease-out;
+ -moz-transition-timing-function: ease-out;
+ -ms-transition-timing-function: ease-out;
+ -o-transition-timing-function: ease-out;
+ transition-timing-function: ease-out
+}
+
+.swiper-container-fade .swiper-slide {
+ pointer-events: none;
+ -webkit-transition-property: opacity;
+ -moz-transition-property: opacity;
+ -o-transition-property: opacity;
+ transition-property: opacity
+}
+
+.swiper-container-fade .swiper-slide .swiper-slide {
+ pointer-events: none
+}
+
+.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
+ pointer-events: auto
+}
+
+.swiper-zoom-container {
+ width: 100%;
+ height: 100%;
+ display: -webkit-box;
+ display: -moz-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-pack: center;
+ -moz-box-pack: center;
+ -ms-flex-pack: center;
+ -webkit-justify-content: center;
+ justify-content: center;
+ -webkit-box-align: center;
+ -moz-box-align: center;
+ -ms-flex-align: center;
+ -webkit-align-items: center;
+ align-items: center;
+ text-align: center
+}
+
+.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
+ max-width: 100%;
+ max-height: 100%;
+ object-fit: contain
+}
+
+.swiper-scrollbar {
+ border-radius: 10px;
+ position: relative;
+ -ms-touch-action: none;
+ background: rgba(0,0,0,.1)
+}
+
+.swiper-container-horizontal>.swiper-scrollbar {
+ position: absolute;
+ left: 1%;
+ bottom: 3px;
+ z-index: 50;
+ height: 5px;
+ width: 98%
+}
+
+.swiper-container-vertical>.swiper-scrollbar {
+ position: absolute;
+ right: 3px;
+ top: 1%;
+ z-index: 50;
+ width: 5px;
+ height: 98%
+}
+
+.swiper-scrollbar-drag {
+ height: 100%;
+ width: 100%;
+ position: relative;
+ background: rgba(0,0,0,.5);
+ border-radius: 10px;
+ left: 0;
+ top: 0
+}
+
+.swiper-scrollbar-cursor-drag {
+ cursor: move
+}
+
+.swiper-lazy-preloader {
+ width: 42px;
+ height: 42px;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin-left: -21px;
+ margin-top: -21px;
+ z-index: 10;
+ -webkit-transform-origin: 50%;
+ -moz-transform-origin: 50%;
+ transform-origin: 50%;
+ -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
+ -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
+ animation: swiper-preloader-spin 1s steps(12,end) infinite
+}
+
+.swiper-lazy-preloader:after {
+ display: block;
+ content: "";
+ width: 100%;
+ height: 100%;
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+ background-position: 50%;
+ -webkit-background-size: 100%;
+ background-size: 100%;
+ background-repeat: no-repeat
+}
+
+.swiper-lazy-preloader-white:after {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
+}
+
+@-webkit-keyframes swiper-preloader-spin {
+ 100% {
+ -webkit-transform: rotate(360deg)
+ }
+}
+
+@keyframes swiper-preloader-spin {
+ 100% {
+ transform: rotate(360deg)
+ }
+}
\ No newline at end of file
diff --git a/app/home/view/szwjs/public/font/iconfont.css b/app/home/view/szwjs/public/font/iconfont.css
new file mode 100644
index 0000000..428e194
--- /dev/null
+++ b/app/home/view/szwjs/public/font/iconfont.css
@@ -0,0 +1,109 @@
+@font-face {font-family: "iconfont";
+ src: url('iconfont.eot?t=1598838527474'); /* IE9 */
+ src: url('iconfont.eot?t=1598838527474#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAaUAAsAAAAAD+gAAAZGAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGDAqNTIs8ATYCJANcCzAABCAFhG0Hgj0b3w0jUnIWIfsPkMmtd0ACkoShs5y7hOU6pukIAIBxXgGogC+ADQAAaCiMguyW8Q1I8AtgAAAA8UDt97+z8u43045Ox5NqCRDFIiERktl0Mt50kRI4snt/dkJpo/rBF4AXuUqnD7Gydr+AKmqAAIL6OjdyUEg2I5xgcgMJkZjs8+hp6adLzZhOx+QG5FdgVLbx5H7/eUReOt8ningZLkIFsIVlBbgK3OxYQBmcd7wsCvRYn/wABvgAhzGAg8l9+run///7uTrRyCEUfYmL9/Jt88dE/8QEaarVrCSSmJ9OaVYJkdIbNqRth1XwWRMj4m4CGo1aFvYaW8lYxuqADlfrumScM8mWiqC+vao5M4dwX019vBEZ7oU/H/7ZzJiolvCR+9QKor//xwt61/6POOpzMOtj0T2PhGVkwu9a5zcixcllSeN4++wJRrVLWtf1Pr3SLx8WfEQoUKE32hyupSVs2+XChIcQOUrDHQT7QNkdjMp2k6bNmrdo2XBXNev077woyWoqdeo1aNSkWYtWUZt2HTp16dajl1Ch8mYI0zD0uTaMCwQKDUQKCySKCmSKBtQoOlBRTKCOYgH1FI8cuxQfQCMlBJooEdBMyYEWSgG0UkogUiqgjdID7ZQB6KCMQCdlA7ooO9BNOYAeymXVe1bOxSo2Cc+J70j4SFP/bGqCVFeC6EyCy+QoUPFWqaUl55bm3NDQYvTNFfMzBUPVAENzc0C40uZmtqo6w1s1XKAevDI1vfmGkOtvg9q2vQbX8vmuScloOkPFl6eTLtH8oXV3M4v371X3rXxf9fe1f+d5q216t4ZJh4TKgZVNSFjJ7h2FZHBzpKD6m3MyDW1aw5Fw+yuc6XQTOGvrnQ749XuqjXe+uf6ukZ2TCLtH91REn+w2RXV6VU2msmHLFMgsAaUGauXSSXU/KdfsiLOAVOzWaI1Wrdx2r5K3TKnep94quqaP5SiFpmYHqPbmN94LV1H1kXumezGwvSO7ajzPl36pB7M4tzPuce5n3OIOhh5MY2Zgs86wse60p67L40HD1tdyQRAgF3IFXS4RVqcjgV8nXMxU/cEmp1urZNUytUwFwQX06cuXLCIiPIK9egUbGfSq80E6/OkTd+QQhxETXfHTJ/h36PMn5ujo4MhgaRNV0d00VMb8hRxw3f18bh6Ep1yAmscc7gb75WsgmD0R4TC2P//8SZxwd3mRXL02bLjdcwdH2KdbF6NFuUYTsT56UZqC9MnJahA8daBdlr6s0mNMb5UYGPN6tHLShvR27NCDcqhDQtHyKyr4LB/Bz52DGFJOn8OrVyzSdI96/uY1PCijz/KqZ+2NRfHXr9fLXthyrkWvY2B21vRKK43BvIEpbc1b9mhAzVXr3549x7ZaNsvgn2+fuaMDP43DvdMirl2Dop6P8Hbrrt879gbLXMNFXLMWRem6Zo2YriM9PcRrKfR061DA7u6l1XX3nLJXjNSdO8dE0ZAaiJ0MhpcAJDU+CGcl4+F8MO7FFRCMhZM5Wtg0E6jMxj04HBjhDiNn1sWfdjbgV2DrdeMYyOsGBPm2vBI8Q1ryFdvj44XY/yXI7+aL9Wu16iv2f2jKlk/Vi6iZ/yHzri2KiZxVfdOJcyfTYxso6C3V9nmyiEc0ygz+jbydfvYH96gpnwDuSVFUZwQl9aa5WbiMappso0q9HajRksfzm3RBYyGPwKIPg4J2nyhq9RYl7b64WfiNanr9oUp7eqjRkS6v2GS2OnaLIAg63h64lTEox0os6vgMuncCs/Kw6h0w2whvyrqYeYQAuI5j8k6viRRXGD1/MPcD5yJPGLcgqTREaVNVqu4ZpYx+wOyBgEBAh2sd/LaWFAVqbsJK3/8MaD1HQEuf47bvAMqsk2t+ZPtUcB81QdXnvnTPdrQ1IlbhbhxFPsYPLRY4SUZcqt9tC0ikZJaIJxsVjaW0mnL72D8OG6ARf2hfKMmKqumGadmO6/nZZJtd9jnkmFPOxqecm6HNNuhFcodCWedWAjHuC7TaEOukHChawN+nhbyKN9ARD1PpYobzLvatg6KJWaBXSbYceRm72ZRtnisRO4JmNYVtTxTDckTPZ2TPS9I04tRG708RQ4CIpDlT9KwPLV5jGjIbu3EX92GWQaA0LBsRtDS9CIMBAA==') format('woff2'),
+ url('iconfont.woff?t=1598838527474') format('woff'),
+ url('iconfont.ttf?t=1598838527474') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
+ url('iconfont.svg?t=1598838527474#iconfont') format('svg'); /* iOS 4.1- */
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-all:before {
+ content: "\e6ef";
+}
+
+.icon-rising:before {
+ content: "\e703";
+}
+
+.icon-all-fill:before {
+ content: "\e718";
+}
+
+.icon-arrow-right:before {
+ content: "\e743";
+}
+
+.icon-arrow-left:before {
+ content: "\e744";
+}
+
+.icon-arrow-up:before {
+ content: "\e745";
+}
+
+.icon-category:before {
+ content: "\e747";
+}
+
+.icon-close:before {
+ content: "\e748";
+}
+
+.icon-double-arro-right:before {
+ content: "\e74c";
+}
+
+.icon-double-arrow-left:before {
+ content: "\e74d";
+}
+
+.icon-ellipsis:before {
+ content: "\e74f";
+}
+
+.icon-falling:before {
+ content: "\e750";
+}
+
+.icon-leftbutton:before {
+ content: "\e755";
+}
+
+.icon-leftarrow:before {
+ content: "\e756";
+}
+
+.icon-rising1:before {
+ content: "\e761";
+}
+
+.icon-Rightarrow:before {
+ content: "\e762";
+}
+
+.icon-leftbutton-fill:before {
+ content: "\e782";
+}
+
+.icon-reeor-fill:before {
+ content: "\e789";
+}
+
+.icon-Rightbutton-fill:before {
+ content: "\e78a";
+}
+
+.icon-Top-fill:before {
+ content: "\e78f";
+}
+
+.icon-arrow-down:before {
+ content: "\e7b2";
+}
+
+.icon-search:before {
+ content: "\e7b3";
+}
+
+.icon-shangchuan:before {
+ content: "\e7c4";
+}
+
diff --git a/app/home/view/szwjs/public/font/iconfont.eot b/app/home/view/szwjs/public/font/iconfont.eot
new file mode 100644
index 0000000..7a82fb7
Binary files /dev/null and b/app/home/view/szwjs/public/font/iconfont.eot differ
diff --git a/app/home/view/szwjs/public/font/iconfont.json b/app/home/view/szwjs/public/font/iconfont.json
new file mode 100644
index 0000000..1461057
--- /dev/null
+++ b/app/home/view/szwjs/public/font/iconfont.json
@@ -0,0 +1,170 @@
+{
+ "id": "",
+ "name": "",
+ "font_family": "iconfont",
+ "css_prefix_text": "icon-",
+ "description": "",
+ "glyphs": [
+ {
+ "icon_id": "11474219",
+ "name": "all",
+ "font_class": "all",
+ "unicode": "e6ef",
+ "unicode_decimal": 59119
+ },
+ {
+ "icon_id": "11474331",
+ "name": "rising",
+ "font_class": "rising",
+ "unicode": "e703",
+ "unicode_decimal": 59139
+ },
+ {
+ "icon_id": "11481287",
+ "name": "all-fill",
+ "font_class": "all-fill",
+ "unicode": "e718",
+ "unicode_decimal": 59160
+ },
+ {
+ "icon_id": "11487977",
+ "name": "arrow-right",
+ "font_class": "arrow-right",
+ "unicode": "e743",
+ "unicode_decimal": 59203
+ },
+ {
+ "icon_id": "11487978",
+ "name": "arrow-left",
+ "font_class": "arrow-left",
+ "unicode": "e744",
+ "unicode_decimal": 59204
+ },
+ {
+ "icon_id": "11487982",
+ "name": "arrow-up",
+ "font_class": "arrow-up",
+ "unicode": "e745",
+ "unicode_decimal": 59205
+ },
+ {
+ "icon_id": "11488000",
+ "name": "category",
+ "font_class": "category",
+ "unicode": "e747",
+ "unicode_decimal": 59207
+ },
+ {
+ "icon_id": "11488001",
+ "name": "close",
+ "font_class": "close",
+ "unicode": "e748",
+ "unicode_decimal": 59208
+ },
+ {
+ "icon_id": "11488026",
+ "name": "double-arro- right",
+ "font_class": "double-arro-right",
+ "unicode": "e74c",
+ "unicode_decimal": 59212
+ },
+ {
+ "icon_id": "11488028",
+ "name": "double-arrow-left",
+ "font_class": "double-arrow-left",
+ "unicode": "e74d",
+ "unicode_decimal": 59213
+ },
+ {
+ "icon_id": "11488037",
+ "name": "ellipsis",
+ "font_class": "ellipsis",
+ "unicode": "e74f",
+ "unicode_decimal": 59215
+ },
+ {
+ "icon_id": "11488039",
+ "name": "falling",
+ "font_class": "falling",
+ "unicode": "e750",
+ "unicode_decimal": 59216
+ },
+ {
+ "icon_id": "11488060",
+ "name": "left button",
+ "font_class": "leftbutton",
+ "unicode": "e755",
+ "unicode_decimal": 59221
+ },
+ {
+ "icon_id": "11488063",
+ "name": "left arrow",
+ "font_class": "leftarrow",
+ "unicode": "e756",
+ "unicode_decimal": 59222
+ },
+ {
+ "icon_id": "11488114",
+ "name": "rising",
+ "font_class": "rising1",
+ "unicode": "e761",
+ "unicode_decimal": 59233
+ },
+ {
+ "icon_id": "11488115",
+ "name": "Right arrow",
+ "font_class": "Rightarrow",
+ "unicode": "e762",
+ "unicode_decimal": 59234
+ },
+ {
+ "icon_id": "11488272",
+ "name": "left button-fill",
+ "font_class": "leftbutton-fill",
+ "unicode": "e782",
+ "unicode_decimal": 59266
+ },
+ {
+ "icon_id": "11488302",
+ "name": "reeor-fill",
+ "font_class": "reeor-fill",
+ "unicode": "e789",
+ "unicode_decimal": 59273
+ },
+ {
+ "icon_id": "11488309",
+ "name": "Right button-fill",
+ "font_class": "Rightbutton-fill",
+ "unicode": "e78a",
+ "unicode_decimal": 59274
+ },
+ {
+ "icon_id": "11488338",
+ "name": "top-fill",
+ "font_class": "Top-fill",
+ "unicode": "e78f",
+ "unicode_decimal": 59279
+ },
+ {
+ "icon_id": "12011691",
+ "name": "arrow-down",
+ "font_class": "arrow-down",
+ "unicode": "e7b2",
+ "unicode_decimal": 59314
+ },
+ {
+ "icon_id": "12011697",
+ "name": "search",
+ "font_class": "search",
+ "unicode": "e7b3",
+ "unicode_decimal": 59315
+ },
+ {
+ "icon_id": "13087834",
+ "name": "上传",
+ "font_class": "shangchuan",
+ "unicode": "e7c4",
+ "unicode_decimal": 59332
+ }
+ ]
+}
diff --git a/app/home/view/szwjs/public/font/iconfont.svg b/app/home/view/szwjs/public/font/iconfont.svg
new file mode 100644
index 0000000..eb84c86
--- /dev/null
+++ b/app/home/view/szwjs/public/font/iconfont.svg
@@ -0,0 +1,95 @@
+
+
+
+
diff --git a/app/home/view/szwjs/public/font/iconfont.ttf b/app/home/view/szwjs/public/font/iconfont.ttf
new file mode 100644
index 0000000..04f8920
Binary files /dev/null and b/app/home/view/szwjs/public/font/iconfont.ttf differ
diff --git a/app/home/view/szwjs/public/font/iconfont.woff b/app/home/view/szwjs/public/font/iconfont.woff
new file mode 100644
index 0000000..c8c55d0
Binary files /dev/null and b/app/home/view/szwjs/public/font/iconfont.woff differ
diff --git a/app/home/view/szwjs/public/font/iconfont.woff2 b/app/home/view/szwjs/public/font/iconfont.woff2
new file mode 100644
index 0000000..cec9675
Binary files /dev/null and b/app/home/view/szwjs/public/font/iconfont.woff2 differ
diff --git a/app/home/view/szwjs/public/images/patterns/dark_wood.png b/app/home/view/szwjs/public/images/patterns/dark_wood.png
new file mode 100644
index 0000000..7d429bc
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/dark_wood.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/denim.png b/app/home/view/szwjs/public/images/patterns/denim.png
new file mode 100644
index 0000000..e5a2a11
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/denim.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/fabrics_gray.png b/app/home/view/szwjs/public/images/patterns/fabrics_gray.png
new file mode 100644
index 0000000..952a42a
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/fabrics_gray.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/grey_wash.png b/app/home/view/szwjs/public/images/patterns/grey_wash.png
new file mode 100644
index 0000000..4f883f3
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/grey_wash.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/lghtmesh.png b/app/home/view/szwjs/public/images/patterns/lghtmesh.png
new file mode 100644
index 0000000..0925bbd
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/lghtmesh.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/retina_wood.png b/app/home/view/szwjs/public/images/patterns/retina_wood.png
new file mode 100644
index 0000000..8969d29
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/retina_wood.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/subtle_grunge.png b/app/home/view/szwjs/public/images/patterns/subtle_grunge.png
new file mode 100644
index 0000000..8eccee0
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/subtle_grunge.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/tileable_wood.png b/app/home/view/szwjs/public/images/patterns/tileable_wood.png
new file mode 100644
index 0000000..1f88e46
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/tileable_wood.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/wall.png b/app/home/view/szwjs/public/images/patterns/wall.png
new file mode 100644
index 0000000..07ef95b
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/wall.png differ
diff --git a/app/home/view/szwjs/public/images/patterns/whitey.png b/app/home/view/szwjs/public/images/patterns/whitey.png
new file mode 100644
index 0000000..c56844a
Binary files /dev/null and b/app/home/view/szwjs/public/images/patterns/whitey.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/btnNext.png b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/btnNext.png
new file mode 100644
index 0000000..3ee962d
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/btnNext.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/btnPrevious.png b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/btnPrevious.png
new file mode 100644
index 0000000..a823839
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/btnPrevious.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/contentPattern.png b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/contentPattern.png
new file mode 100644
index 0000000..3d31ec4
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/contentPattern.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/loader.gif b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/loader.gif
new file mode 100644
index 0000000..15a60b5
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/loader.gif differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/sprite.png b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/sprite.png
new file mode 100644
index 0000000..4b87e16
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_rounded/sprite.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_square/btnNext.png b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/btnNext.png
new file mode 100644
index 0000000..3ee962d
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/btnNext.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_square/btnPrevious.png b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/btnPrevious.png
new file mode 100644
index 0000000..a823839
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/btnPrevious.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_square/loader.gif b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/loader.gif
new file mode 100644
index 0000000..15a60b5
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/loader.gif differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/dark_square/sprite.png b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/sprite.png
new file mode 100644
index 0000000..1739a2b
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/dark_square/sprite.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/default/default_thumb.png b/app/home/view/szwjs/public/images/prettyPhoto/default/default_thumb.png
new file mode 100644
index 0000000..28f2be1
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/default/default_thumb.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/default/loader.gif b/app/home/view/szwjs/public/images/prettyPhoto/default/loader.gif
new file mode 100644
index 0000000..4c8a3f7
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/default/loader.gif differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/default/sprite.png b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite.png
new file mode 100644
index 0000000..5908087
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_next.png b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_next.png
new file mode 100644
index 0000000..fd898a4
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_next.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_prev.png b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_prev.png
new file mode 100644
index 0000000..ad532fa
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_prev.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_x.png b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_x.png
new file mode 100644
index 0000000..410cc2f
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_x.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_y.png b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_y.png
new file mode 100644
index 0000000..2323af3
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/default/sprite_y.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/btnNext.png b/app/home/view/szwjs/public/images/prettyPhoto/facebook/btnNext.png
new file mode 100644
index 0000000..fb4c3a8
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/btnNext.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/btnPrevious.png b/app/home/view/szwjs/public/images/prettyPhoto/facebook/btnPrevious.png
new file mode 100644
index 0000000..af0dc24
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/btnPrevious.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternBottom.png b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternBottom.png
new file mode 100644
index 0000000..ecf58ca
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternBottom.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternLeft.png b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternLeft.png
new file mode 100644
index 0000000..ea57d24
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternLeft.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternRight.png b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternRight.png
new file mode 100644
index 0000000..af5393e
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternRight.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternTop.png b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternTop.png
new file mode 100644
index 0000000..b8abdb8
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/contentPatternTop.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/default_thumbnail.gif b/app/home/view/szwjs/public/images/prettyPhoto/facebook/default_thumbnail.gif
new file mode 100644
index 0000000..fc756aa
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/default_thumbnail.gif differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/loader.gif b/app/home/view/szwjs/public/images/prettyPhoto/facebook/loader.gif
new file mode 100644
index 0000000..8564a7b
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/loader.gif differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/facebook/sprite.png b/app/home/view/szwjs/public/images/prettyPhoto/facebook/sprite.png
new file mode 100644
index 0000000..4d17be3
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/facebook/sprite.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/btnNext.png b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/btnNext.png
new file mode 100644
index 0000000..3ee962d
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/btnNext.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/btnPrevious.png b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/btnPrevious.png
new file mode 100644
index 0000000..a823839
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/btnPrevious.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/loader.gif b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/loader.gif
new file mode 100644
index 0000000..8564a7b
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/loader.gif differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/sprite.png b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/sprite.png
new file mode 100644
index 0000000..3787ad3
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/light_rounded/sprite.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/light_square/btnNext.png b/app/home/view/szwjs/public/images/prettyPhoto/light_square/btnNext.png
new file mode 100644
index 0000000..3ee962d
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/light_square/btnNext.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/light_square/btnPrevious.png b/app/home/view/szwjs/public/images/prettyPhoto/light_square/btnPrevious.png
new file mode 100644
index 0000000..a823839
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/light_square/btnPrevious.png differ
diff --git a/app/home/view/szwjs/public/images/prettyPhoto/light_square/sprite.png b/app/home/view/szwjs/public/images/prettyPhoto/light_square/sprite.png
new file mode 100644
index 0000000..1739a2b
Binary files /dev/null and b/app/home/view/szwjs/public/images/prettyPhoto/light_square/sprite.png differ