@media(max-width:1980px){
    .banner .owl-carousel .p{
        display: none!important;
    }
}
@media(max-width: 768px){
    /*.banner .owl-wrap .owl-wrap-item i{*/
    /*    display:none!important;*/
    /*}*/
    /*.banner .owl-wrap .owl-wrap-item{*/
    /*    top: 26%!important;*/
    /*}*/
    .banner .active .owl-wrap .owl-wrap-item{
        /*top: 50%!important;*/
    }
}





.owl-carousel,.owl-carousel .owl-item {
	-webkit-tap-highlight-color:transparent;
	position:relative
}
.owl-carousel {
	display:none;
	width:100%;
	z-index:1
}





.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
	touch-action:manipulation;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translateZ(0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0)
}
.owl-carousel .owl-item {
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-touch-callout:none
}
/*@media(max-width:856px){*/
/*    .owl-carousel .owl-item img{*/
/*        height:260px;*/
/*    }*/
/*}*/
/*@media(max-width:760px){*/
/*    .owl-carousel .owl-item img{*/
/*        height:250px;*/
/*    }*/
/*}*/
@media(max-width:996px){
    .owl-carousel .owl-item img{
        /* height: 400px!important; */
    }
    .banner .item{
            height: 400px!important;
            display:block;
          
    }
    .owl-carousel .owl-item .item > img{
        height:400px!important;
    }
    .banner .item-onee{
        background:#fff;
    }
    .banner .item-onee .owl-wrap .owl-wrap-image {
    top: 132px;
    opacity: 1;
}
    
}

@media(max-width:375px){
    .owl-carousel .owl-item img{
        /* height: 200px!important; */
    }
    .banner .item{
            height: 200px!important;
            display:block;
    }
    .owl-carousel .owl-item .item > img{
        height:200px!important;
    }
    .banner .item-onee .owl-wrap .owl-wrap-image {
    top: 39px;
    opacity: 1;
}
    
}
/*@media(max-width:640px){*/
/*    .owl-carousel .owl-item img{*/
/*        height: 262px!important;*/
/*    }*/
/*}*/
@media(max-width:414px){
    .owl-carousel .owl-item img{
        /*height:120px!important;*/
       
    }
}
@media (max-width: 375px){
.owl-carousel .owl-item img{
    /*height: 100%!important;*/
}
  /*.banner .item-four .owl-four-img{*/
  /*    display:none!important;*/
  /*} */
  /*.banner .item-ksp .owl-ksp-img{*/
  /*     display:none!important;*/
  /*}*/
    
    
}
.owl-carousel .owl-item img {
	display:block;
	max-width:100%;
	height:auto;
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded {
	display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
	background:0 0;
	color:inherit;
	border:none;
	padding:0!important;
	font:inherit
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:grab
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.owl-carousel .animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
	z-index:0
}
.owl-carousel .owl-animated-out {
	z-index:1
}
.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}
@-webkit-keyframes fadeOut {
	0% {
	opacity:1
}
to {
	opacity:0
}
}@keyframes fadeOut {
	0% {
	opacity:1
}
to {
	opacity:0
}
}.owl-height {
	-webkit-transition:height .5s ease-in-out;
	transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity .4s ease;
	transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	-webkit-transition:-webkit-transform .1s ease;
	transition:-webkit-transform .1s ease;
	transition:transform .1s ease;
	transition:transform .1s ease,-webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform:scale(1.3);
	transform:scale(1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition:opacity .4s ease;
	transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter,Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline
}
audio:not([controls]) {
	display:none;
	height:0
}
[hidden],template {
	display:none
}
a {
	background-color:transparent
}
a:active,a:hover {
	outline:0
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted
}
b,strong {
	font-weight:700
}
dfn {
	font-style:italic
}
h1 {
	font-size:2em;
	margin:.67em 0
}
mark {
	background:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
img {
	border:0
}
svg:not(:root) {
	overflow:hidden
}
figure {
	margin:1em 40px
}
hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}
pre {
	overflow:auto
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0
}
button {
	overflow:visible
}
button,select {
	text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled],html input[disabled] {
	cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0
}
input {
	line-height:normal
}
input[type=checkbox],input[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height:auto
}
input[type=search] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
textarea {
	overflow:auto
}
optgroup {
	font-weight:700
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td,th {
	padding:0
}
/*! Source:https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
	color:#000!important;
	text-shadow:none!important;
	background:transparent!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important
}
a,a:visited {
	text-decoration:underline
}
a[href]:after {
	content:" (" attr(href) ")"
}
abbr[title]:after {
	content:" (" attr(title) ")"
}
a[href^="#"]:after,a[href^="javascript:"]: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
}
h2,h3,p {
	orphans:3;
	widows:3
}
h2,h3 {
	page-break-after:avoid
}
.navbar {
	display:none
}
.btn>.caret,.dropup>.btn>.caret {
	border-top-color:#000!important
}
.label {
	border:1px solid #000
}
.table {
	border-collapse:collapse!important
}
.table td,.table th {
	background-color:#fff!important
}
.table-bordered td,.table-bordered th {
	border:1px solid #ddd!important
}
}@font-face {
	font-family:Glyphicons Halflings;
	src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:Glyphicons Halflings;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.glyphicon-asterisk:before {
	content:"*"
}
.glyphicon-plus:before {
	content:"+"
}
.glyphicon-eur:before,.glyphicon-euro:before {
	content:"\20AC"
}
.glyphicon-minus:before {
	content:"\2212"
}
.glyphicon-cloud:before {
	content:"\2601"
}
.glyphicon-envelope:before {
	content:"\2709"
}
.glyphicon-pencil:before {
	content:"\270F"
}
.glyphicon-glass:before {
	content:"\E001"
}
.glyphicon-music:before {
	content:"\E002"
}
.glyphicon-search:before {
	content:"\E003"
}
.glyphicon-heart:before {
	content:"\E005"
}
.glyphicon-star:before {
	content:"\E006"
}
.glyphicon-star-empty:before {
	content:"\E007"
}
.glyphicon-user:before {
	content:"\E008"
}
.glyphicon-film:before {
	content:"\E009"
}
.glyphicon-th-large:before {
	content:"\E010"
}
.glyphicon-th:before {
	content:"\E011"
}
.glyphicon-th-list:before {
	content:"\E012"
}
.glyphicon-ok:before {
	content:"\E013"
}
.glyphicon-remove:before {
	content:"\E014"
}
.glyphicon-zoom-in:before {
	content:"\E015"
}
.glyphicon-zoom-out:before {
	content:"\E016"
}
.glyphicon-off:before {
	content:"\E017"
}
.glyphicon-signal:before {
	content:"\E018"
}
.glyphicon-cog:before {
	content:"\E019"
}
.glyphicon-trash:before {
	content:"\E020"
}
.glyphicon-home:before {
	content:"\E021"
}
.glyphicon-file:before {
	content:"\E022"
}
.glyphicon-time:before {
	content:"\E023"
}
.glyphicon-road:before {
	content:"\E024"
}
.glyphicon-download-alt:before {
	content:"\E025"
}
.glyphicon-download:before {
	content:"\E026"
}
.glyphicon-upload:before {
	content:"\E027"
}
.glyphicon-inbox:before {
	content:"\E028"
}
.glyphicon-play-circle:before {
	content:"\E029"
}
.glyphicon-repeat:before {
	content:"\E030"
}
.glyphicon-refresh:before {
	content:"\E031"
}
.glyphicon-list-alt:before {
	content:"\E032"
}
.glyphicon-lock:before {
	content:"\E033"
}
.glyphicon-flag:before {
	content:"\E034"
}
.glyphicon-headphones:before {
	content:"\E035"
}
.glyphicon-volume-off:before {
	content:"\E036"
}
.glyphicon-volume-down:before {
	content:"\E037"
}
.glyphicon-volume-up:before {
	content:"\E038"
}
.glyphicon-qrcode:before {
	content:"\E039"
}
.glyphicon-barcode:before {
	content:"\E040"
}
.glyphicon-tag:before {
	content:"\E041"
}
.glyphicon-tags:before {
	content:"\E042"
}
.glyphicon-book:before {
	content:"\E043"
}
.glyphicon-bookmark:before {
	content:"\E044"
}
.glyphicon-print:before {
	content:"\E045"
}
.glyphicon-camera:before {
	content:"\E046"
}
.glyphicon-font:before {
	content:"\E047"
}
.glyphicon-bold:before {
	content:"\E048"
}
.glyphicon-italic:before {
	content:"\E049"
}
.glyphicon-text-height:before {
	content:"\E050"
}
.glyphicon-text-width:before {
	content:"\E051"
}
.glyphicon-align-left:before {
	content:"\E052"
}
.glyphicon-align-center:before {
	content:"\E053"
}
.glyphicon-align-right:before {
	content:"\E054"
}
.glyphicon-align-justify:before {
	content:"\E055"
}
.glyphicon-list:before {
	content:"\E056"
}
.glyphicon-indent-left:before {
	content:"\E057"
}
.glyphicon-indent-right:before {
	content:"\E058"
}
.glyphicon-facetime-video:before {
	content:"\E059"
}
.glyphicon-picture:before {
	content:"\E060"
}
.glyphicon-map-marker:before {
	content:"\E062"
}
.glyphicon-adjust:before {
	content:"\E063"
}
.glyphicon-tint:before {
	content:"\E064"
}
.glyphicon-edit:before {
	content:"\E065"
}
.glyphicon-share:before {
	content:"\E066"
}
.glyphicon-check:before {
	content:"\E067"
}
.glyphicon-move:before {
	content:"\E068"
}
.glyphicon-step-backward:before {
	content:"\E069"
}
.glyphicon-fast-backward:before {
	content:"\E070"
}
.glyphicon-backward:before {
	content:"\E071"
}
.glyphicon-play:before {
	content:"\E072"
}
.glyphicon-pause:before {
	content:"\E073"
}
.glyphicon-stop:before {
	content:"\E074"
}
.glyphicon-forward:before {
	content:"\E075"
}
.glyphicon-fast-forward:before {
	content:"\E076"
}
.glyphicon-step-forward:before {
	content:"\E077"
}
.glyphicon-eject:before {
	content:"\E078"
}
.glyphicon-chevron-left:before {
	content:"\E079"
}
.glyphicon-chevron-right:before {
	content:"\E080"
}
.glyphicon-plus-sign:before {
	content:"\E081"
}
.glyphicon-minus-sign:before {
	content:"\E082"
}
.glyphicon-remove-sign:before {
	content:"\E083"
}
.glyphicon-ok-sign:before {
	content:"\E084"
}
.glyphicon-question-sign:before {
	content:"\E085"
}
.glyphicon-info-sign:before {
	content:"\E086"
}
.glyphicon-screenshot:before {
	content:"\E087"
}
.glyphicon-remove-circle:before {
	content:"\E088"
}
.glyphicon-ok-circle:before {
	content:"\E089"
}
.glyphicon-ban-circle:before {
	content:"\E090"
}
.glyphicon-arrow-left:before {
	content:"\E091"
}
.glyphicon-arrow-right:before {
	content:"\E092"
}
.glyphicon-arrow-up:before {
	content:"\E093"
}
.glyphicon-arrow-down:before {
	content:"\E094"
}
.glyphicon-share-alt:before {
	content:"\E095"
}
.glyphicon-resize-full:before {
	content:"\E096"
}
.glyphicon-resize-small:before {
	content:"\E097"
}
.glyphicon-exclamation-sign:before {
	content:"\E101"
}
.glyphicon-gift:before {
	content:"\E102"
}
.glyphicon-leaf:before {
	content:"\E103"
}
.glyphicon-fire:before {
	content:"\E104"
}
.glyphicon-eye-open:before {
	content:"\E105"
}
.glyphicon-eye-close:before {
	content:"\E106"
}
.glyphicon-warning-sign:before {
	content:"\E107"
}
.glyphicon-plane:before {
	content:"\E108"
}
.glyphicon-calendar:before {
	content:"\E109"
}
.glyphicon-random:before {
	content:"\E110"
}
.glyphicon-comment:before {
	content:"\E111"
}
.glyphicon-magnet:before {
	content:"\E112"
}
.glyphicon-chevron-up:before {
	content:"\E113"
}
.glyphicon-chevron-down:before {
	content:"\E114"
}
.glyphicon-retweet:before {
	content:"\E115"
}
.glyphicon-shopping-cart:before {
	content:"\E116"
}
.glyphicon-folder-close:before {
	content:"\E117"
}
.glyphicon-folder-open:before {
	content:"\E118"
}
.glyphicon-resize-vertical:before {
	content:"\E119"
}
.glyphicon-resize-horizontal:before {
	content:"\E120"
}
.glyphicon-hdd:before {
	content:"\E121"
}
.glyphicon-bullhorn:before {
	content:"\E122"
}
.glyphicon-bell:before {
	content:"\E123"
}
.glyphicon-certificate:before {
	content:"\E124"
}
.glyphicon-thumbs-up:before {
	content:"\E125"
}
.glyphicon-thumbs-down:before {
	content:"\E126"
}
.glyphicon-hand-right:before {
	content:"\E127"
}
.glyphicon-hand-left:before {
	content:"\E128"
}
.glyphicon-hand-up:before {
	content:"\E129"
}
.glyphicon-hand-down:before {
	content:"\E130"
}
.glyphicon-circle-arrow-right:before {
	content:"\E131"
}
.glyphicon-circle-arrow-left:before {
	content:"\E132"
}
.glyphicon-circle-arrow-up:before {
	content:"\E133"
}
.glyphicon-circle-arrow-down:before {
	content:"\E134"
}
.glyphicon-globe:before {
	content:"\E135"
}
.glyphicon-wrench:before {
	content:"\E136"
}
.glyphicon-tasks:before {
	content:"\E137"
}
.glyphicon-filter:before {
	content:"\E138"
}
.glyphicon-briefcase:before {
	content:"\E139"
}
.glyphicon-fullscreen:before {
	content:"\E140"
}
.glyphicon-dashboard:before {
	content:"\E141"
}
.glyphicon-paperclip:before {
	content:"\E142"
}
.glyphicon-heart-empty:before {
	content:"\E143"
}
.glyphicon-link:before {
	content:"\E144"
}
.glyphicon-phone:before {
	content:"\E145"
}
.glyphicon-pushpin:before {
	content:"\E146"
}
.glyphicon-usd:before {
	content:"\E148"
}
.glyphicon-gbp:before {
	content:"\E149"
}
.glyphicon-sort:before {
	content:"\E150"
}
.glyphicon-sort-by-alphabet:before {
	content:"\E151"
}
.glyphicon-sort-by-alphabet-alt:before {
	content:"\E152"
}
.glyphicon-sort-by-order:before {
	content:"\E153"
}
.glyphicon-sort-by-order-alt:before {
	content:"\E154"
}
.glyphicon-sort-by-attributes:before {
	content:"\E155"
}
.glyphicon-sort-by-attributes-alt:before {
	content:"\E156"
}
.glyphicon-unchecked:before {
	content:"\E157"
}
.glyphicon-expand:before {
	content:"\E158"
}
.glyphicon-collapse-down:before {
	content:"\E159"
}
.glyphicon-collapse-up:before {
	content:"\E160"
}
.glyphicon-log-in:before {
	content:"\E161"
}
.glyphicon-flash:before {
	content:"\E162"
}
.glyphicon-log-out:before {
	content:"\E163"
}
.glyphicon-new-window:before {
	content:"\E164"
}
.glyphicon-record:before {
	content:"\E165"
}
.glyphicon-save:before {
	content:"\E166"
}
.glyphicon-open:before {
	content:"\E167"
}
.glyphicon-saved:before {
	content:"\E168"
}
.glyphicon-import:before {
	content:"\E169"
}
.glyphicon-export:before {
	content:"\E170"
}
.glyphicon-send:before {
	content:"\E171"
}
.glyphicon-floppy-disk:before {
	content:"\E172"
}
.glyphicon-floppy-saved:before {
	content:"\E173"
}
.glyphicon-floppy-remove:before {
	content:"\E174"
}
.glyphicon-floppy-save:before {
	content:"\E175"
}
.glyphicon-floppy-open:before {
	content:"\E176"
}
.glyphicon-credit-card:before {
	content:"\E177"
}
.glyphicon-transfer:before {
	content:"\E178"
}
.glyphicon-cutlery:before {
	content:"\E179"
}
.glyphicon-header:before {
	content:"\E180"
}
.glyphicon-compressed:before {
	content:"\E181"
}
.glyphicon-earphone:before {
	content:"\E182"
}
.glyphicon-phone-alt:before {
	content:"\E183"
}
.glyphicon-tower:before {
	content:"\E184"
}
.glyphicon-stats:before {
	content:"\E185"
}
.glyphicon-sd-video:before {
	content:"\E186"
}
.glyphicon-hd-video:before {
	content:"\E187"
}
.glyphicon-subtitles:before {
	content:"\E188"
}
.glyphicon-sound-stereo:before {
	content:"\E189"
}
.glyphicon-sound-dolby:before {
	content:"\E190"
}
.glyphicon-sound-5-1:before {
	content:"\E191"
}
.glyphicon-sound-6-1:before {
	content:"\E192"
}
.glyphicon-sound-7-1:before {
	content:"\E193"
}
.glyphicon-copyright-mark:before {
	content:"\E194"
}
.glyphicon-registration-mark:before {
	content:"\E195"
}
.glyphicon-cloud-download:before {
	content:"\E197"
}
.glyphicon-cloud-upload:before {
	content:"\E198"
}
.glyphicon-tree-conifer:before {
	content:"\E199"
}
.glyphicon-tree-deciduous:before {
	content:"\E200"
}
.glyphicon-cd:before {
	content:"\E201"
}
.glyphicon-save-file:before {
	content:"\E202"
}
.glyphicon-open-file:before {
	content:"\E203"
}
.glyphicon-level-up:before {
	content:"\E204"
}
.glyphicon-copy:before {
	content:"\E205"
}
.glyphicon-paste:before {
	content:"\E206"
}
.glyphicon-alert:before {
	content:"\E209"
}
.glyphicon-equalizer:before {
	content:"\E210"
}
.glyphicon-king:before {
	content:"\E211"
}
.glyphicon-queen:before {
	content:"\E212"
}
.glyphicon-pawn:before {
	content:"\E213"
}
.glyphicon-bishop:before {
	content:"\E214"
}
.glyphicon-knight:before {
	content:"\E215"
}
.glyphicon-baby-formula:before {
	content:"\E216"
}
.glyphicon-tent:before {
	content:"\26FA"
}
.glyphicon-blackboard:before {
	content:"\E218"
}
.glyphicon-bed:before {
	content:"\E219"
}
.glyphicon-apple:before {
	content:"\F8FF"
}
.glyphicon-erase:before {
	content:"\E221"
}
.glyphicon-hourglass:before {
	content:"\231B"
}
.glyphicon-lamp:before {
	content:"\E223"
}
.glyphicon-duplicate:before {
	content:"\E224"
}
.glyphicon-piggy-bank:before {
	content:"\E225"
}
.glyphicon-scissors:before {
	content:"\E226"
}
.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before {
	content:"\E227"
}
.glyphicon-jpy:before,.glyphicon-yen:before {
	content:"\A5"
}
.glyphicon-rub:before,.glyphicon-ruble:before {
	content:"\20BD"
}
.glyphicon-scale:before {
	content:"\E230"
}
.glyphicon-ice-lolly:before {
	content:"\E231"
}
.glyphicon-ice-lolly-tasted:before {
	content:"\E232"
}
.glyphicon-education:before {
	content:"\E233"
}
.glyphicon-option-horizontal:before {
	content:"\E234"
}
.glyphicon-option-vertical:before {
	content:"\E235"
}
.glyphicon-menu-hamburger:before {
	content:"\E236"
}
.glyphicon-modal-window:before {
	content:"\E237"
}
.glyphicon-oil:before {
	content:"\E238"
}
.glyphicon-grain:before {
	content:"\E239"
}
.glyphicon-sunglasses:before {
	content:"\E240"
}
.glyphicon-text-size:before {
	content:"\E241"
}
.glyphicon-text-color:before {
	content:"\E242"
}
.glyphicon-text-background:before {
	content:"\E243"
}
.glyphicon-object-align-top:before {
	content:"\E244"
}
.glyphicon-object-align-bottom:before {
	content:"\E245"
}
.glyphicon-object-align-horizontal:before {
	content:"\E246"
}
.glyphicon-object-align-left:before {
	content:"\E247"
}
.glyphicon-object-align-vertical:before {
	content:"\E248"
}
.glyphicon-object-align-right:before {
	content:"\E249"
}
.glyphicon-triangle-right:before {
	content:"\E250"
}
.glyphicon-triangle-left:before {
	content:"\E251"
}
.glyphicon-triangle-bottom:before {
	content:"\E252"
}
.glyphicon-triangle-top:before {
	content:"\E253"
}
.glyphicon-console:before {
	content:"\E254"
}
.glyphicon-superscript:before {
	content:"\E255"
}
.glyphicon-subscript:before {
	content:"\E256"
}
.glyphicon-menu-left:before {
	content:"\E257"
}
.glyphicon-menu-right:before {
	content:"\E258"
}
.glyphicon-menu-down:before {
	content:"\E259"
}
.glyphicon-menu-up:before {
	content:"\E260"
}
*,:after,:before {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
html {
	font-size:10px;
		font-family:"微软雅黑"!important;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
body {
	font-family:"微软雅黑"!important;
	font-size:12px;
	line-height:1.42857143;
	color:#333;
	background-color:#fff
}
button,input,select,textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
a {
	color:#337ab7
}
a:focus,a:hover {
	color:#23527c;
	text-decoration:underline
}
a:focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
figure {
	margin:0
}
img {
	vertical-align:middle
}
.img-responsive {
	display:block;
	max-width:100%;
	height:auto
}
.img-rounded {
	border-radius:6px
}
.img-thumbnail {
	padding:4px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto
}
.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
}
.sr-only-focusable:active,.sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
[role=button] {
	cursor:pointer
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
	color:inherit
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-weight:400;
	line-height:1;
	color:#777
}
.h1,.h2,.h3,h1,h2,h3 {
	margin-top:20px;
	margin-bottom:10px
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
	font-size:65%
}
.h4,.h5,.h6,h4,h5,h6 {
	margin-top:10px;
	margin-bottom:10px
}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-size:75%
}
.h1,h1 {
	font-size:36px
}
.h2,h2 {
	font-size:30px
}
.h3,h3 {
	font-size:24px
}
.h4,h4 {
	font-size:18px
}
.h5,h5 {
	font-size:14px
}
.h6,h6 {
	font-size:12px
}
p {
	margin:0 0 10px
}
.lead {
	margin-bottom:20px;
	font-size:16px;
	font-weight:300;
	line-height:1.4
}
@media (min-width:768px) {
	.lead {
	font-size:21px
}
}.small,small {
	font-size:85%
}
.mark,mark {
	padding:.2em;
	background-color:#fcf8e3
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.text-nowrap {
	white-space:nowrap
}
.text-lowercase {
	text-transform:lowercase
}
.initialism,.text-uppercase {
	text-transform:uppercase
}
.text-capitalize {
	text-transform:capitalize
}
.text-muted {
	color:#777
}
.text-primary {
	color:#337ab7
}
a.text-primary:focus,a.text-primary:hover {
	color:#286090
}
.text-success {
	color:#3c763d
}
a.text-success:focus,a.text-success:hover {
	color:#2b542c
}
.text-info {
	color:#31708f
}
a.text-info:focus,a.text-info:hover {
	color:#245269
}
.text-warning {
	color:#8a6d3b
}
a.text-warning:focus,a.text-warning:hover {
	color:#66512c
}
.text-danger {
	color:#a94442
}
a.text-danger:focus,a.text-danger:hover {
	color:#843534
}
.bg-primary {
	color:#fff;
	background-color:#337ab7
}
a.bg-primary:focus,a.bg-primary:hover {
	background-color:#286090
}
.bg-success {
	background-color:#dff0d8
}
a.bg-success:focus,a.bg-success:hover {
	background-color:#c1e2b3
}
.bg-info {
	background-color:#d9edf7
}
a.bg-info:focus,a.bg-info:hover {
	background-color:#afd9ee
}
.bg-warning {
	background-color:#fcf8e3
}
a.bg-warning:focus,a.bg-warning:hover {
	background-color:#f7ecb5
}
.bg-danger {
	background-color:#f2dede
}
a.bg-danger:focus,a.bg-danger:hover {
	background-color:#e4b9b9
}
.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-inline,.list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline {
	margin-left:-5px
}
.list-inline>li {
	display:inline-block;
	padding-right:5px;
	padding-left:5px
}
dl {
	margin-top:0;
	margin-bottom:20px
}
dd,dt {
	line-height:1.42857143
}
dt {
	font-weight:700
}
dd {
	margin-left:0
}
.dl-horizontal dd:after,.dl-horizontal dd:before {
	display:table;
	content:" "
}
.dl-horizontal dd:after {
	clear:both
}
@media (min-width:768px) {
	.dl-horizontal dt {
	float:left;
	width:160px;
	clear:left;
	text-align:right;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.dl-horizontal dd {
	margin-left:180px
}
}abbr[data-original-title],abbr[title] {
	cursor:help
}
.initialism {
	font-size:90%
}
blockquote {
	padding:10px 20px;
	margin:0 0 20px;
	font-size:17.5px;
	border-left:5px solid #eee
}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom:0
}
blockquote .small,blockquote footer,blockquote small {
	display:block;
	font-size:80%;
	line-height:1.42857143;
	color:#777
}
blockquote .small:before,blockquote footer:before,blockquote small:before {
	content:"\2014   \A0"
}
.blockquote-reverse,blockquote.pull-right {
	padding-right:15px;
	padding-left:0;
	text-align:right;
	border-right:5px solid #eee;
	border-left:0
}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content:""
}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content:"\A0   \2014"
}
address {
	margin-bottom:20px;
	font-style:normal;
	line-height:1.42857143
}
code,kbd,pre,samp {
	font-family:Menlo,Monaco,Consolas,Courier New,monospace
}
code {
	color:#c7254e;
	background-color:#f9f2f4;
	border-radius:4px
}
code,kbd {
	padding:2px 4px;
	font-size:90%
}
kbd {
	color:#fff;
	background-color:#333;
	border-radius:3px;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
	padding:0;
	font-size:100%;
	font-weight:700;
	-webkit-box-shadow:none;
	box-shadow:none
}
pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:1.42857143;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px
}
pre code {
	padding:0;
	font-size:inherit;
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border-radius:0
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.container:after,.container:before {
	display:table;
	content:" "
}
.container:after {
	clear:both
}
@media (min-width:768px) {
	.container {
	width:750px
}
}@media (min-width:992px) {
	.container {
	width:970px
}
}@media (min-width:1200px) {
	.container {
	width:1170px
}
}.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.container-fluid:after,.container-fluid:before {
	display:table;
	content:" "
}
.container-fluid:after {
	clear:both
}
.row {
	margin-right:-15px;
	margin-left:-15px
}
.row:after,.row:before {
	display:table;
	content:" "
}
.row:after {
	clear:both
}
.row-no-gutters {
	margin-right:0;
	margin-left:0
}
.row-no-gutters [class*=col-] {
	padding-right:0;
	padding-left:0
}
.col-lg-1,.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-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.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-md-10,.col-md-11,.col-md-12,.col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float:left
}
.col-xs-1 {
	width:8.33333333%
}
.col-xs-2 {
	width:16.66666667%
}
.col-xs-3 {
	width:25%
}
.col-xs-4 {
	width:33.33333333%
}
.col-xs-5 {
	width:41.66666667%
}
.col-xs-6 {
	width:50%
}
.col-xs-7 {
	width:58.33333333%
}
.col-xs-8 {
	width:66.66666667%
}
.col-xs-9 {
	width:75%
}
.col-xs-10 {
	width:83.33333333%
}
.col-xs-11 {
	width:91.66666667%
}
.col-xs-12 {
	width:100%
}
.col-xs-pull-0 {
	right:auto
}
.col-xs-pull-1 {
	right:8.33333333%
}
.col-xs-pull-2 {
	right:16.66666667%
}
.col-xs-pull-3 {
	right:25%
}
.col-xs-pull-4 {
	right:33.33333333%
}
.col-xs-pull-5 {
	right:41.66666667%
}
.col-xs-pull-6 {
	right:50%
}
.col-xs-pull-7 {
	right:58.33333333%
}
.col-xs-pull-8 {
	right:66.66666667%
}
.col-xs-pull-9 {
	right:75%
}
.col-xs-pull-10 {
	right:83.33333333%
}
.col-xs-pull-11 {
	right:91.66666667%
}
.col-xs-pull-12 {
	right:100%
}
.col-xs-push-0 {
	left:auto
}
.col-xs-push-1 {
	left:8.33333333%
}
.col-xs-push-2 {
	left:16.66666667%
}
.col-xs-push-3 {
	left:25%
}
.col-xs-push-4 {
	left:33.33333333%
}
.col-xs-push-5 {
	left:41.66666667%
}
.col-xs-push-6 {
	left:50%
}
.col-xs-push-7 {
	left:58.33333333%
}
.col-xs-push-8 {
	left:66.66666667%
}
.col-xs-push-9 {
	left:75%
}
.col-xs-push-10 {
	left:83.33333333%
}
.col-xs-push-11 {
	left:91.66666667%
}
.col-xs-push-12 {
	left:100%
}
.col-xs-offset-0 {
	margin-left:0
}
.col-xs-offset-1 {
	margin-left:8.33333333%
}
.col-xs-offset-2 {
	margin-left:16.66666667%
}
.col-xs-offset-3 {
	margin-left:25%
}
.col-xs-offset-4 {
	margin-left:33.33333333%
}
.col-xs-offset-5 {
	margin-left:41.66666667%
}
.col-xs-offset-6 {
	margin-left:50%
}
.col-xs-offset-7 {
	margin-left:58.33333333%
}
.col-xs-offset-8 {
	margin-left:66.66666667%
}
.col-xs-offset-9 {
	margin-left:75%
}
.col-xs-offset-10 {
	margin-left:83.33333333%
}
.col-xs-offset-11 {
	margin-left:91.66666667%
}
.col-xs-offset-12 {
	margin-left:100%
}
@media (min-width:768px) {
	.col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12 {
	float:left
}
.col-sm-1 {
	width:8.33333333%
}
.col-sm-2 {
	width:16.66666667%
}
.col-sm-3 {
	width:25%
}
.col-sm-4 {
	width:33.33333333%
}
.col-sm-5 {
	width:41.66666667%
}
.col-sm-6 {
	width:50%
}
.col-sm-7 {
	width:58.33333333%
}
.col-sm-8 {
	width:66.66666667%
}
.col-sm-9 {
	width:75%
}
.col-sm-10 {
	width:83.33333333%
}
.col-sm-11 {
	width:91.66666667%
}
.col-sm-12 {
	width:100%
}
.col-sm-pull-0 {
	right:auto
}
.col-sm-pull-1 {
	right:8.33333333%
}
.col-sm-pull-2 {
	right:16.66666667%
}
.col-sm-pull-3 {
	right:25%
}
.col-sm-pull-4 {
	right:33.33333333%
}
.col-sm-pull-5 {
	right:41.66666667%
}
.col-sm-pull-6 {
	right:50%
}
.col-sm-pull-7 {
	right:58.33333333%
}
.col-sm-pull-8 {
	right:66.66666667%
}
.col-sm-pull-9 {
	right:75%
}
.col-sm-pull-10 {
	right:83.33333333%
}
.col-sm-pull-11 {
	right:91.66666667%
}
.col-sm-pull-12 {
	right:100%
}
.col-sm-push-0 {
	left:auto
}
.col-sm-push-1 {
	left:8.33333333%
}
.col-sm-push-2 {
	left:16.66666667%
}
.col-sm-push-3 {
	left:25%
}
.col-sm-push-4 {
	left:33.33333333%
}
.col-sm-push-5 {
	left:41.66666667%
}
.col-sm-push-6 {
	left:50%
}
.col-sm-push-7 {
	left:58.33333333%
}
.col-sm-push-8 {
	left:66.66666667%
}
.col-sm-push-9 {
	left:75%
}
.col-sm-push-10 {
	left:83.33333333%
}
.col-sm-push-11 {
	left:91.66666667%
}
.col-sm-push-12 {
	left:100%
}
.col-sm-offset-0 {
	margin-left:0
}
.col-sm-offset-1 {
	margin-left:8.33333333%
}
.col-sm-offset-2 {
	margin-left:16.66666667%
}
.col-sm-offset-3 {
	margin-left:25%
}
.col-sm-offset-4 {
	margin-left:33.33333333%
}
.col-sm-offset-5 {
	margin-left:41.66666667%
}
.col-sm-offset-6 {
	margin-left:50%
}
.col-sm-offset-7 {
	margin-left:58.33333333%
}
.col-sm-offset-8 {
	margin-left:66.66666667%
}
.col-sm-offset-9 {
	margin-left:75%
}
.col-sm-offset-10 {
	margin-left:83.33333333%
}
.col-sm-offset-11 {
	margin-left:91.66666667%
}
.col-sm-offset-12 {
	margin-left:100%
}
}@media (min-width:992px) {
	.col-md-1,.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-md-10,.col-md-11,.col-md-12 {
	float:left
}
.col-md-1 {
	width:8.33333333%
}
.col-md-2 {
	width:16.66666667%
}
.col-md-3 {
	width:25%
}
.col-md-4 {
	width:33.33333333%
}
.col-md-5 {
	width:41.66666667%
}
.col-md-6 {
	width:50%
}
.col-md-7 {
	width:58.33333333%
}
.col-md-8 {
	width:66.66666667%
}
.col-md-9 {
	width:75%
}
.col-md-10 {
	width:83.33333333%
}
.col-md-11 {
	width:91.66666667%
}
.col-md-12 {
	width:100%
}
.col-md-pull-0 {
	right:auto
}
.col-md-pull-1 {
	right:8.33333333%
}
.col-md-pull-2 {
	right:16.66666667%
}
.col-md-pull-3 {
	right:25%
}
.col-md-pull-4 {
	right:33.33333333%
}
.col-md-pull-5 {
	right:41.66666667%
}
.col-md-pull-6 {
	right:50%
}
.col-md-pull-7 {
	right:58.33333333%
}
.col-md-pull-8 {
	right:66.66666667%
}
.col-md-pull-9 {
	right:75%
}
.col-md-pull-10 {
	right:83.33333333%
}
.col-md-pull-11 {
	right:91.66666667%
}
.col-md-pull-12 {
	right:100%
}
.col-md-push-0 {
	left:auto
}
.col-md-push-1 {
	left:8.33333333%
}
.col-md-push-2 {
	left:16.66666667%
}
.col-md-push-3 {
	left:25%
}
.col-md-push-4 {
	left:33.33333333%
}
.col-md-push-5 {
	left:41.66666667%
}
.col-md-push-6 {
	left:50%
}
.col-md-push-7 {
	left:58.33333333%
}
.col-md-push-8 {
	left:66.66666667%
}
.col-md-push-9 {
	left:75%
}
.col-md-push-10 {
	left:83.33333333%
}
.col-md-push-11 {
	left:91.66666667%
}
.col-md-push-12 {
	left:100%
}
.col-md-offset-0 {
	margin-left:0
}
.col-md-offset-1 {
	margin-left:8.33333333%
}
.col-md-offset-2 {
	margin-left:16.66666667%
}
.col-md-offset-3 {
	margin-left:25%
}
.col-md-offset-4 {
	margin-left:33.33333333%
}
.col-md-offset-5 {
	margin-left:41.66666667%
}
.col-md-offset-6 {
	margin-left:50%
}
.col-md-offset-7 {
	margin-left:58.33333333%
}
.col-md-offset-8 {
	margin-left:66.66666667%
}
.col-md-offset-9 {
	margin-left:75%
}
.col-md-offset-10 {
	margin-left:83.33333333%
}
.col-md-offset-11 {
	margin-left:91.66666667%
}
.col-md-offset-12 {
	margin-left:100%
}
}@media (min-width:1200px) {
	.col-lg-1,.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-lg-10,.col-lg-11,.col-lg-12 {
	float:left
}
.col-lg-1 {
	width:8.33333333%
}
.col-lg-2 {
	width:16.66666667%
}
.col-lg-3 {
	width:25%
}
.col-lg-4 {
	width:33.33333333%
}
.col-lg-5 {
	width:41.66666667%
}
.col-lg-6 {
	width:50%
}
.col-lg-7 {
	width:58.33333333%
}
.col-lg-8 {
	width:66.66666667%
}
.col-lg-9 {
	width:75%
}
.col-lg-10 {
	width:83.33333333%
}
.col-lg-11 {
	width:91.66666667%
}
.col-lg-12 {
	width:100%
}
.col-lg-pull-0 {
	right:auto
}
.col-lg-pull-1 {
	right:8.33333333%
}
.col-lg-pull-2 {
	right:16.66666667%
}
.col-lg-pull-3 {
	right:25%
}
.col-lg-pull-4 {
	right:33.33333333%
}
.col-lg-pull-5 {
	right:41.66666667%
}
.col-lg-pull-6 {
	right:50%
}
.col-lg-pull-7 {
	right:58.33333333%
}
.col-lg-pull-8 {
	right:66.66666667%
}
.col-lg-pull-9 {
	right:75%
}
.col-lg-pull-10 {
	right:83.33333333%
}
.col-lg-pull-11 {
	right:91.66666667%
}
.col-lg-pull-12 {
	right:100%
}
.col-lg-push-0 {
	left:auto
}
.col-lg-push-1 {
	left:8.33333333%
}
.col-lg-push-2 {
	left:16.66666667%
}
.col-lg-push-3 {
	left:25%
}
.col-lg-push-4 {
	left:33.33333333%
}
.col-lg-push-5 {
	left:41.66666667%
}
.col-lg-push-6 {
	left:50%
}
.col-lg-push-7 {
	left:58.33333333%
}
.col-lg-push-8 {
	left:66.66666667%
}
.col-lg-push-9 {
	left:75%
}
.col-lg-push-10 {
	left:83.33333333%
}
.col-lg-push-11 {
	left:91.66666667%
}
.col-lg-push-12 {
	left:100%
}
.col-lg-offset-0 {
	margin-left:0
}
.col-lg-offset-1 {
	margin-left:8.33333333%
}
.col-lg-offset-2 {
	margin-left:16.66666667%
}
.col-lg-offset-3 {
	margin-left:25%
}
.col-lg-offset-4 {
	margin-left:33.33333333%
}
.col-lg-offset-5 {
	margin-left:41.66666667%
}
.col-lg-offset-6 {
	margin-left:50%
}
.col-lg-offset-7 {
	margin-left:58.33333333%
}
.col-lg-offset-8 {
	margin-left:66.66666667%
}
.col-lg-offset-9 {
	margin-left:75%
}
.col-lg-offset-10 {
	margin-left:83.33333333%
}
.col-lg-offset-11 {
	margin-left:91.66666667%
}
.col-lg-offset-12 {
	margin-left:100%
}
}table {
	background-color:transparent
}
table col[class*=col-] {
	position:static;
	display:table-column;
	float:none
}
table td[class*=col-],table th[class*=col-] {
	position:static;
	display:table-cell;
	float:none
}
caption {
	padding-top:8px;
	padding-bottom:8px;
	color:#777
}
caption,th {
	text-align:left
}
.table {
	width:100%;
	max-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.42857143;
	vertical-align:top;
	border-top:1px solid #ddd
}
.table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd
}
.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,.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-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color:#f9f9f9
}
.table-hover>tbody>tr:hover,.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-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color:#e8e8e8
}
.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
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color:#d0e9c6
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color:#d9edf7
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color:#c4e3f3
}
.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
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color:#faf2cc
}
.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
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color:#ebcccc
}
.table-responsive {
	min-height:.01%;
	overflow-x:auto
}
@media screen and (max-width:767px) {
	.table-responsive {
	width:100%;
	margin-bottom:15px;
	overflow-y:hidden;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	border:1px solid #ddd
}
.table-responsive>.table {
	margin-bottom:0
}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
	white-space:nowrap
}
.table-responsive>.table-bordered {
	border:0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left:0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right:0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom:0
}
}fieldset {
	min-width:0;
	margin:0
}
fieldset,legend {
	padding:0;
	border:0
}
legend {
	display:block;
	width:100%;
	margin-bottom:20px;
	font-size:21px;
	line-height:inherit;
	color:#333;
	border-bottom:1px solid #e5e5e5
}
label {
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:700
}
input[type=search] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
input[type=checkbox],input[type=radio] {
	margin:4px 0 0;
	margin-top:1px\9;
	line-height:normal
}
fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor:not-allowed
}
input[type=file] {
	display:block
}
input[type=range] {
	display:block;
	width:100%
}
select[multiple],select[size] {
	height:auto
}
input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
output {
	padding-top:7px
}
.form-control,output {
	display:block;
	font-size:14px;
	line-height:1.42857143;
	color:#555
}
.form-control {
	width:94%;
	height:34px;
	padding:6px 12px;
	background-color:#fff;
	background-image:none;
	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 .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
.form-control:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
	color:#999;
	opacity:1
}
.form-control:-ms-input-placeholder {
	color:#999
}
.form-control::-webkit-input-placeholder {
	color:#999
}
.form-control::-ms-expand {
	background-color:transparent;
	border:0
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color:#eee;
	opacity:1
}
.form-control[disabled],fieldset[disabled] .form-control {
	cursor:not-allowed
}
textarea.form-control {
	height:auto
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
	line-height:34px
}
.input-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.form-control[type=time],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[type=month],.input-group-sm>input.input-group-addon[type=time],.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
	line-height:30px
}
.input-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.form-control[type=time],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[type=month],.input-group-lg>input.input-group-addon[type=time],.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
	line-height:46px
}
}.form-group {
	margin-bottom:15px
}
.checkbox,.radio {
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:10px
}
.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
	cursor:not-allowed
}
.checkbox label,.radio label {
	min-height:20px;
	padding-left:20px;
	margin-bottom:0;
	font-weight:400;
	cursor:pointer
}
.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio] {
	position:absolute;
	margin-top:4px\9;
	margin-left:-20px
}
.checkbox+.checkbox,.radio+.radio {
	margin-top:-5px
}
.checkbox-inline,.radio-inline {
	position:relative;
	display:inline-block;
	padding-left:20px;
	margin-bottom:0;
	font-weight:400;
	vertical-align:middle;
	cursor:pointer
}
.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
	cursor:not-allowed
}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top:0;
	margin-left:10px
}
.form-control-static {
	min-height:34px;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:0
}
.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right:0;
	padding-left:0
}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
	height:30px;
	line-height:30px
}
.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
	height:auto
}
.form-group-sm .form-control {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.form-group-sm select.form-control {
	height:30px;
	line-height:30px
}
.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
	height:auto
}
.form-group-sm .form-control-static {
	height:30px;
	min-height:32px;
	padding:6px 10px;
	font-size:12px;
	line-height:1.5
}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
	height:46px;
	line-height:46px
}
.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
	height:auto
}
.form-group-lg .form-control {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
.form-group-lg select.form-control {
	height:46px;
	line-height:46px
}
.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
	height:auto
}
.form-group-lg .form-control-static {
	height:46px;
	min-height:38px;
	padding:11px 16px;
	font-size:18px;
	line-height:1.3333333
}
.has-feedback {
	position:relative
}
.has-feedback .form-control {
	padding-right:42.5px
}
.form-control-feedback {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	pointer-events:none
}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback {
	width:46px;
	height:46px;
	line-height:46px
}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback {
	width:30px;
	height:30px;
	line-height:30px
}
.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label {
	color:#3c763d
}
.has-success .form-control {
	border-color:#3c763d;
	-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:#2b542c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}
.has-success .input-group-addon {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#3c763d
}
.has-success .form-control-feedback {
	color:#3c763d
}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label {
	color:#8a6d3b
}
.has-warning .form-control {
	border-color:#8a6d3b;
	-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:#66512c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#8a6d3b
}
.has-warning .form-control-feedback {
	color:#8a6d3b
}
.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label {
	color:#a94442
}
.has-error .form-control {
	border-color:#a94442;
	-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:#843534;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon {
	color:#a94442;
	background-color:#f2dede;
	border-color:#a94442
}
.has-error .form-control-feedback {
	color:#a94442
}
.has-feedback label~.form-control-feedback {
	top:25px
}
.has-feedback label.sr-only~.form-control-feedback {
	top: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;
	width:auto;
	vertical-align:middle
}
.form-inline .form-control-static {
	display:inline-block
}
.form-inline .input-group {
	display:inline-table;
	vertical-align:middle
}
.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
	width:auto
}
.form-inline .input-group>.form-control {
	width:100%
}
.form-inline .control-label {
	margin-bottom:0;
	vertical-align:middle
}
.form-inline .checkbox,.form-inline .radio {
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle
}
.form-inline .checkbox label,.form-inline .radio label {
	padding-left:0
}
.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
	position:relative;
	margin-left:0
}
.form-inline .has-feedback .form-control-feedback {
	top:0
}
}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	padding-top:7px;
	margin-top:0;
	margin-bottom:0
}
.form-horizontal .checkbox,.form-horizontal .radio {
	min-height:27px
}
.form-horizontal .form-group {
	margin-right:-15px;
	margin-left:-15px
}
.form-horizontal .form-group:after,.form-horizontal .form-group:before {
	display:table;
	content:" "
}
.form-horizontal .form-group:after {
	clear:both
}
@media (min-width:768px) {
	.form-horizontal .control-label {
	padding-top:7px;
	margin-bottom:0;
	text-align:right
}
}.form-horizontal .has-feedback .form-control-feedback {
	right:15px
}
@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
	padding-top:11px;
	font-size:18px
}
}@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
	padding-top:6px;
	font-size:12px
}
}.btn {
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn.focus,.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 {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	opacity:.65;
	-webkit-box-shadow:none;
	box-shadow:none
}
a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events:none
}
.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}
.btn-default.focus,.btn-default:focus {
	color:#333;
	background-color:#e6e5e5;
	border-color:#8c8c8c
}
.btn-default:hover {
	color:#333;
	background-color:#e6e5e5;
	border-color:#adadad
}
.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
	color:#333;
	background-color:#e6e5e5;
	background-image:none;
	border-color:#adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
	color:#333;
	background-color:#d4d4d4;
	border-color:#8c8c8c
}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color:#fff;
	border-color:#ccc
}
.btn-default .badge {
	color:#fff;
	background-color:#333
}
.btn-primary {
	color:#fff;
	background-color:#337ab7;
	border-color:#2e6da4
}
.btn-primary.focus,.btn-primary:focus {
	color:#fff;
	background-color:#286090;
	border-color:#122b40
}
.btn-primary:hover {
	color:#fff;
	background-color:#286090;
	border-color:#204d74
}
.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
	color:#fff;
	background-color:#286090;
	background-image:none;
	border-color:#204d74
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
	color:#fff;
	background-color:#204d74;
	border-color:#122b40
}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color:#337ab7;
	border-color:#2e6da4
}
.btn-primary .badge {
	color:#337ab7;
	background-color:#fff
}
.btn-success {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success.focus,.btn-success:focus {
	color:#fff;
	background-color:#449d44;
	border-color:#255625
}
.btn-success:hover {
	color:#fff;
	background-color:#449d44;
	border-color:#398439
}
.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
	color:#fff;
	background-color:#449d44;
	background-image:none;
	border-color:#398439
}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
	color:#fff;
	background-color:#398439;
	border-color:#255625
}
.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color:#5cb85c;
	border-color:#4cae4c
}
.btn-success .badge {
	color:#5cb85c;
	background-color:#fff
}
.btn-info {
	color:#fff;
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info.focus,.btn-info:focus {
	color:#fff;
	background-color:#31b0d5;
	border-color:#1b6d85
}
.btn-info:hover {
	color:#fff;
	background-color:#31b0d5;
	border-color:#269abc
}
.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
	color:#fff;
	background-color:#31b0d5;
	background-image:none;
	border-color:#269abc
}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
	color:#fff;
	background-color:#269abc;
	border-color:#1b6d85
}
.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info .badge {
	color:#5bc0de;
	background-color:#fff
}
.btn-warning {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning.focus,.btn-warning:focus {
	color:#fff;
	background-color:#ec971f;
	border-color:#985f0d
}
.btn-warning:hover {
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512
}
.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
	color:#fff;
	background-color:#ec971f;
	background-image:none;
	border-color:#d58512
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
	color:#fff;
	background-color:#d58512;
	border-color:#985f0d
}
.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning .badge {
	color:#f0ad4e;
	background-color:#fff
}
.btn-danger {
	color:#fff;
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger.focus,.btn-danger:focus {
	color:#fff;
	background-color:#c9302c;
	border-color:#761c19
}
.btn-danger:hover {
	color:#fff;
	background-color:#c9302c;
	border-color:#ac2925
}
.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
	color:#fff;
	background-color:#c9302c;
	background-image:none;
	border-color:#ac2925
}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
	color:#fff;
	background-color:#ac2925;
	border-color:#761c19
}
.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger .badge {
	color:#d9534f;
	background-color:#fff
}
.btn-link {
	font-weight:400;
	color:#337ab7;
	border-radius:0
}
.btn-link,.btn-link.active,.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:#23527c;
	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:#777;
	text-decoration:none
}
.btn-group-lg>.btn,.btn-lg {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px
}
.btn-group-sm>.btn,.btn-sm {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-group-xs>.btn,.btn-xs {
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px
}
.btn-block {
	display:block;
	width:100%
}
.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
}
tr.collapse.in {
	display:table-row
}
tbody.collapse.in {
	display:table-row-group
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-property:height,visibility;
	transition-property:height,visibility;
	-webkit-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease
}
.caret {
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:4px dashed;
	border-top:4px solid\9;
	border-right:4px solid transparent;
	border-left:4px solid transparent
}
.dropdown,.dropup {
	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;
	text-align:left;
	list-style:none;
	background-color:#fff;
	background-clip:padding-box;
	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)
}
.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.42857143;
	color:#333;
	white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color:#262626;
	text-decoration:none;
	background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#337ab7;
	outline:0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color:#777
}
.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-menu-right {
	right:0;
	left:auto
}
.dropdown-menu-left {
	right:auto;
	left:0
}
.dropdown-header {
	display:block;
	padding:3px 20px;
	font-size:12px;
	line-height:1.42857143;
	color:#777;
	white-space:nowrap
}
.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 {
	content:"";
	border-top:0;
	border-bottom:4px dashed;
	border-bottom:4px solid\9
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:2px
}
@media (min-width:768px) {
	.navbar-right .dropdown-menu {
	right:0;
	left:auto
}
.navbar-right .dropdown-menu-left {
	left:0;
	right:auto
}
}.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 .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left:-1px
}
.btn-toolbar {
	margin-left:-5px
}
.btn-toolbar:after,.btn-toolbar:before {
	display:table;
	content:" "
}
.btn-toolbar:after {
	clear:both
}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float:left
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-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-top-left-radius:0;
	border-bottom-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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline:0
}
.btn-group>.btn+.dropdown-toggle {
	padding-right:8px;
	padding-left:8px
}
.btn-group-lg.btn-group>.btn+.dropdown-toggle,.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-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn .caret {
	margin-left:0
}
.btn-group-lg>.btn .caret,.btn-lg .caret {
	border-width:5px 5px 0;
	border-bottom-width:0
}
.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
	border-width:0 5px 5px
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	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>.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-left-radius:4px;
	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-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius:0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.btn-group-justified {
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:separate
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display:table-cell;
	float:none;
	width:1%
}
.btn-group-justified>.btn-group .btn {
	width:100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left:auto
}
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
	position:absolute;
	clip:rect(0,0,0,0);
	pointer-events:none
}
.input-group {
	position:relative;
	display:table;
	border-collapse:separate
}
.input-group[class*=col-] {
	float:none;
	padding-right:0;
	padding-left:0
}
.input-group .form-control {
	position:relative;
	z-index:2;
	float:left;
	width:100%;
	margin-bottom:0
}
.input-group .form-control:focus {
	z-index:3
}
.input-group-addon,.input-group-btn,.input-group .form-control {
	display:table-cell
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control: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;
	color:#555;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:4px
}
.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding:5px 10px;
	font-size:12px;
	border-radius:3px
}
.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
	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-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.input-group-addon:first-child {
	border-right:0
}
.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child {
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.input-group-addon:last-child {
	border-left:0
}
.input-group-btn {
	font-size:0;
	white-space:nowrap
}
.input-group-btn,.input-group-btn>.btn {
	position:relative
}
.input-group-btn>.btn+.btn {
	margin-left:-1px
}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index:2
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right:-1px
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index:2;
	margin-left:-1px
}
.nav {
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav:after,.nav:before {
	display:table;
	content:" "
}
.nav:after {
	clear:both
}
.nav>li,.nav>li>a {
	position:relative;
	display:block
}
.nav>li>a {
	padding:10px 15px
}
.nav>li>a:focus,.nav>li>a:hover {
	text-decoration:none;
	background-color:#eee
}
.nav>li.disabled>a {
	color:#777
}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color:#777;
	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:#337ab7
}
.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.42857143;
	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;
	cursor:default;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent
}
.nav-pills>li {
	float:left
}
.nav-pills>li>a {
	border-radius:4px
}
.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:#337ab7
}
.nav-stacked>li {
	float:none
}
.nav-stacked>li+li {
	margin-top:2px;
	margin-left:0
}
.nav-justified,.nav-tabs.nav-justified {
	width:100%
}
.nav-justified>li,.nav-tabs.nav-justified>li {
	float:none
}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
	margin-bottom:5px;
	text-align:center
}
.nav-justified>.dropdown .dropdown-menu {
	top:auto;
	left:auto
}
@media (min-width:768px) {
	.nav-justified>li,.nav-tabs.nav-justified>li {
	display:table-cell;
	width:1%
}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
	margin-bottom:0
}
}.nav-tabs-justified,.nav-tabs.nav-justified {
	border-bottom:0
}
.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
	margin-right:0;
	border-radius:4px
}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border:1px solid #ddd
}
@media (min-width:768px) {
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
	border-bottom:1px solid #ddd;
	border-radius:4px 4px 0 0
}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color:#fff
}
}.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.navbar {
	position:relative;
	min-height:50px;
	margin-bottom:20px;
	border:1px solid transparent
}
.navbar:after,.navbar:before {
	display:table;
	content:" "
}
.navbar:after {
	clear:both
}
@media (min-width:768px) {
	.navbar {
	border-radius:4px
}
}.navbar-header:after,.navbar-header:before {
	display:table;
	content:" "
}
.navbar-header:after {
	clear:both
}
@media (min-width:768px) {
	.navbar-header {
	float:left
}
}.navbar-collapse {
	padding-right:15px;
	padding-left:15px;
	overflow-x:visible;
	border-top:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);
	box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);
	-webkit-overflow-scrolling:touch
}
.navbar-collapse:after,.navbar-collapse:before {
	display:table;
	content:" "
}
.navbar-collapse:after {
	clear:both
}
.navbar-collapse.in {
	overflow-y:auto
}
@media (min-width:768px) {
	.navbar-collapse {
	width:auto;
	border-top:0;
	-webkit-box-shadow:none;
	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-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
	padding-right:0;
	padding-left:0
}
}.navbar-fixed-bottom,.navbar-fixed-top {
	position:fixed;
	right:0;
	left:0;
	z-index:1030
}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height:340px
}
@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height:200px
}
}@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
	border-radius:0
}
}.navbar-fixed-top {
	top:0;
	border-width:0 0 1px
}
.navbar-fixed-bottom {
	bottom:0;
	margin-bottom:0;
	border-width:1px 0 0
}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right:-15px;
	margin-left:-15px
}
@media (min-width:768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right:0;
	margin-left:0
}
}.navbar-static-top {
	z-index:1000;
	border-width:0 0 1px
}
@media (min-width:768px) {
	.navbar-static-top {
	border-radius:0
}
}.navbar-brand {
	float:left;
	height:50px;
	padding:15px;
	font-size:18px;
	line-height:20px
}
.navbar-brand:focus,.navbar-brand:hover {
	text-decoration:none
}
.navbar-brand>img {
	display:block
}
@media (min-width:768px) {
	.navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand {
	margin-left:-15px
}
}.navbar-toggle {
	position:relative;
	float:right;
	padding:9px 10px;
	margin-right:15px;
	margin-top:8px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}
.navbar-toggle:focus {
	outline:0
}
.navbar-toggle .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top:4px
}
@media (min-width:768px) {
	.navbar-toggle {
	display:none
}
}.navbar-nav {
	margin:7.5px -15px
}
.navbar-nav>li>a {
	padding-top:10px;
	padding-bottom:10px;
	line-height:20px
}
@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
	position:static;
	float:none;
	width:auto;
	margin-top:0;
	background-color:transparent;
	border:0;
	-webkit-box-shadow:none;
	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
}
.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
	background-image:none
}
}@media (min-width:768px) {
	.navbar-nav {
	float:left;
	margin:0
}
.navbar-nav>li {
	float:left
}
.navbar-nav>li>a {
	padding-top:15px;
	padding-bottom:15px
}
}.navbar-form {
	padding:10px 15px;
	margin:8px -15px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
	box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.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;
	width:auto;
	vertical-align:middle
}
.navbar-form .form-control-static {
	display:inline-block
}
.navbar-form .input-group {
	display:inline-table;
	vertical-align:middle
}
.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
	width:auto
}
.navbar-form .input-group>.form-control {
	width:100%
}
.navbar-form .control-label {
	margin-bottom:0;
	vertical-align:middle
}
.navbar-form .checkbox,.navbar-form .radio {
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
	vertical-align:middle
}
.navbar-form .checkbox label,.navbar-form .radio label {
	padding-left:0
}
.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
	position:relative;
	margin-left:0
}
.navbar-form .has-feedback .form-control-feedback {
	top:0
}
}@media (max-width:767px) {
	.navbar-form .form-group {
	margin-bottom:5px
}
.navbar-form .form-group:last-child {
	margin-bottom:0
}
}@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-left-radius:0;
	border-top-right-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom:0;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.navbar-btn {
	margin-top:8px;
	margin-bottom:8px
}
.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
	margin-top:10px;
	margin-bottom:10px
}
.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
	margin-top:14px;
	margin-bottom:14px
}
.navbar-text {
	margin-top:15px;
	margin-bottom:15px
}
@media (min-width:768px) {
	.navbar-text {
	float:left;
	margin-right:15px;
	margin-left:15px
}
}@media (min-width:768px) {
	.navbar-left {
	float:left!important
}
.navbar-right {
	float:right!important;
	margin-right:-15px
}
.navbar-right~.navbar-right {
	margin-right:0
}
}.navbar-default {
	background-color:#f8f8f8;
	border-color:#e7e7e7
}
.navbar-default .navbar-brand {
	color:#777
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color:#5e5d5d;
	background-color:transparent
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
	color:#777
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color:#333;
	background-color:transparent
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color:#555;
	background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color:#ccc;
	background-color:transparent
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	color:#555;
	background-color:#e7e7e7
}
@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:#777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color:#333;
	background-color:transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color:#555;
	background-color:#e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color:#ccc;
	background-color:transparent
}
}.navbar-default .navbar-toggle {
	border-color:#ddd
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#888
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color:#e7e7e7
}
.navbar-default .navbar-link {
	color:#777
}
.navbar-default .navbar-link:hover {
	color:#333
}
.navbar-default .btn-link {
	color:#777
}
.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color:#333
}
.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color:#ccc
}
.navbar-inverse {
	background-color:#222;
	border-color:#090909
}
.navbar-inverse .navbar-brand {
	color:#9d9d9d
}
.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	color:#fff;
	background-color:transparent
}
.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
	color:#9d9d9d
}
.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:#090909
}
.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-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	color:#fff;
	background-color:#090909
}
@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color:#090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color:#090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color:#9d9d9d
}
.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:#090909
}
.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-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-link {
	color:#9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color:#fff
}
.navbar-inverse .btn-link {
	color:#9d9d9d
}
.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
	color:#fff
}
.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color:#444
}
.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:"/\A0"
}
.breadcrumb>.active {
	color:#777
}
.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.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.pagination-lg>li>a,.pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius:6px;
	border-bottom-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;
	line-height:1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius:3px;
	border-bottom-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 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:#eee
}
.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:#777;
	cursor:not-allowed;
	background-color:#fff
}
.label {
	display:inline;
	padding:.2em .6em .3em;
	font-size:75%;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
.label:empty {
	display:none
}
.btn .label {
	position:relative;
	top:-1px
}
a.label:focus,a.label:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.label-default {
	background-color:#777
}
.label-default[href]:focus,.label-default[href]:hover {
	background-color:#5e5e5e
}
.label-primary {
	background-color:#337ab7
}
.label-primary[href]:focus,.label-primary[href]:hover {
	background-color:#286090
}
.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:middle;
	background-color:#777;
	border-radius:10px
}
.badge:empty {
	display:none
}
.btn .badge {
	position:relative;
	top:-1px
}
.btn-group-xs>.btn .badge,.btn-xs .badge {
	top:0;
	padding:1px 5px
}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color:#337ab7;
	background-color:#fff
}
.list-group-item>.badge {
	float:right
}
.list-group-item>.badge+.badge {
	margin-right:5px
}
.nav-pills>li>a>.badge {
	margin-left:3px
}
a.badge:focus,a.badge:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.jumbotron {
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
	background-color:#eee
}
.jumbotron,.jumbotron .h1,.jumbotron h1 {
	color:inherit
}
.jumbotron p {
	margin-bottom:15px;
	font-size:21px;
	font-weight:200
}
.jumbotron>hr {
	border-top-color:#d5d5d5
}
.container-fluid .jumbotron,.container .jumbotron {
	padding-right:15px;
	padding-left:15px;
	border-radius:6px
}
.jumbotron .container {
	max-width:100%
}
@media screen and (min-width:768px) {
	.jumbotron {
	padding-top:48px;
	padding-bottom:48px
}
.container-fluid .jumbotron,.container .jumbotron {
	padding-right:60px;
	padding-left:60px
}
.jumbotron .h1,.jumbotron h1 {
	font-size:63px
}
}.thumbnail {
	display:block;
	padding:4px;
	margin-bottom:20px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out
}
.thumbnail>img,.thumbnail a>img {
	display:block;
	max-width:100%;
	height:auto;
	margin-right:auto;
	margin-left:auto
}
.thumbnail .caption {
	padding:9px;
	color:#333
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color:#337ab7
}
.alert {
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px
}
.alert h4 {
	margin-top:0;
	color:inherit
}
.alert .alert-link {
	font-weight:700
}
.alert>p,.alert>ul {
	margin-bottom:0
}
.alert>p+p {
	margin-top:5px
}
.alert-dismissable,.alert-dismissible {
	padding-right:35px
}
.alert-dismissable .close,.alert-dismissible .close {
	position:relative;
	top:-2px;
	right:-21px;
	color:inherit
}
.alert-success {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.alert-success hr {
	border-top-color:#c9e2b3
}
.alert-success .alert-link {
	color:#2b542c
}
.alert-info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.alert-info hr {
	border-top-color:#a6e1ec
}
.alert-info .alert-link {
	color:#245269
}
.alert-warning {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.alert-warning hr {
	border-top-color:#f7e1b5
}
.alert-warning .alert-link {
	color:#66512c
}
.alert-danger {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.alert-danger hr {
	border-top-color:#e4b9c0
}
.alert-danger .alert-link {
	color:#843534
}
@-webkit-keyframes progress-bar-stripes {
	0% {
	background-position:40px 0
}
to {
	background-position:0 0
}
}@keyframes progress-bar-stripes {
	0% {
	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;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#337ab7;
	-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-bar-striped,.progress-striped .progress-bar {
	background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size:40px 40px
}
.progress-bar.active,.progress.active .progress-bar {
	-webkit-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:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}
.progress-bar-info {
	background-color:#5bc0de
}
.progress-striped .progress-bar-info {
	background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}
.progress-bar-warning {
	background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}
.progress-bar-danger {
	background-color:#d9534f
}
.progress-striped .progress-bar-danger {
	background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}
.media {
	margin-top:15px
}
.media:first-child {
	margin-top:0
}
.media,.media-body {
	overflow:hidden;
	zoom:1
}
.media-body {
	width:10000px
}
.media-object {
	display:block
}
.media-object.img-thumbnail {
	max-width:none
}
.media-right,.media>.pull-right {
	padding-left:10px
}
.media-left,.media>.pull-left {
	padding-right:10px
}
.media-body,.media-left,.media-right {
	display:table-cell;
	vertical-align:top
}
.media-middle {
	vertical-align:middle
}
.media-bottom {
	vertical-align:bottom
}
.media-heading {
	margin-top:0;
	margin-bottom:5px
}
.media-list {
	padding-left:0;
	list-style:none
}
.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-left-radius:4px;
	border-top-right-radius:4px
}
.list-group-item:last-child {
	margin-bottom:0;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px
}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
	color:#777;
	cursor:not-allowed;
	background-color:#eee
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
	color:inherit
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
	color:#777
}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index:2;
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	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:#c7ddef
}
a.list-group-item,button.list-group-item {
	color:#555
}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color:#333
}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	color:#555;
	text-decoration:none;
	background-color:#f5f5f5
}
button.list-group-item {
	width:100%;
	text-align:left
}
.list-group-item-success {
	color:#3c763d;
	background-color:#dff0d8
}
a.list-group-item-success,button.list-group-item-success {
	color:#3c763d
}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color:inherit
}
a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
	color:#3c763d;
	background-color:#d0e9c6
}
a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
	color:#fff;
	background-color:#3c763d;
	border-color:#3c763d
}
.list-group-item-info {
	color:#31708f;
	background-color:#d9edf7
}
a.list-group-item-info,button.list-group-item-info {
	color:#31708f
}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color:inherit
}
a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
	color:#31708f;
	background-color:#c4e3f3
}
a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
	color:#fff;
	background-color:#31708f;
	border-color:#31708f
}
.list-group-item-warning {
	color:#8a6d3b;
	background-color:#fcf8e3
}
a.list-group-item-warning,button.list-group-item-warning {
	color:#8a6d3b
}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color:inherit
}
a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
	color:#8a6d3b;
	background-color:#faf2cc
}
a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
	color:#fff;
	background-color:#8a6d3b;
	border-color:#8a6d3b
}
.list-group-item-danger {
	color:#a94442;
	background-color:#f2dede
}
a.list-group-item-danger,button.list-group-item-danger {
	color:#a94442
}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color:inherit
}
a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
	color:#a94442;
	background-color:#ebcccc
}
a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
	color:#fff;
	background-color:#a94442;
	border-color:#a94442
}
.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 transparent;
	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-body:after,.panel-body:before {
	display:table;
	content:" "
}
.panel-body:after {
	clear:both
}
.panel-heading {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle,.panel-title {
	color:inherit
}
.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px
}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>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>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width:1px 0;
	border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top:0;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom:0
}
.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption {
	padding-right:15px;
	padding-left:15px
}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top:0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border:0
}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left:0
}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right:0
}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom:0
}
.panel>.table-responsive {
	margin-bottom:0;
	border:0
}
.panel-group {
	margin-bottom:20px
}
.panel-group .panel {
	margin-bottom:0;
	border-radius:4px
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.list-group,.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-default {
	border-color:#ddd
}
.panel-default>.panel-heading {
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
	color:#f5f5f5;
	background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#337ab7
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#337ab7
}
.panel-primary>.panel-heading .badge {
	color:#337ab7;
	background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#337ab7
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
	color:#dff0d8;
	background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#d6e9c6
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
	color:#d9edf7;
	background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#bce8f1
}
.panel-warning {
	border-color:#faebcc
}
.panel-warning>.panel-heading {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
	color:#fcf8e3;
	background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#faebcc
}
.panel-danger {
	border-color:#ebccd1
}
.panel-danger>.panel-heading {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
	color:#f2dede;
	background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ebccd1
}
.embed-responsive {
	position:relative;
	display:block;
	height:0;
	padding:0;
	overflow:hidden
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.embed-responsive-16by9 {
	padding-bottom:56.25%
}
.embed-responsive-4by3 {
	padding-bottom:75%
}
.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;
	filter:alpha(opacity=20);
	opacity:.2
}
.close:focus,.close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5
}
button.close {
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.modal,.modal-open {
	overflow:hidden
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	display:none;
	-webkit-overflow-scrolling:touch;
	outline:0
}
.modal.fade .modal-dialog {
	-webkit-transform:translateY(-25%);
	transform:translateY(-25%);
	-webkit-transition:-webkit-transform .3s ease-out;
	transition:-webkit-transform .3s ease-out;
	transition:transform .3s ease-out;
	transition:transform .3s ease-out,-webkit-transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0);
	transform:translate(0)
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:10px
}
.modal-content {
	position:relative;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5);
	outline:0
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#000
}
.modal-backdrop.fade {
	filter:alpha(opacity=0);
	opacity:0
}
.modal-backdrop.in {
	filter:alpha(opacity=50);
	opacity:.5
}
.modal-header {
	padding:15px;
	border-bottom:1px solid #e5e5e5
}
.modal-header:after,.modal-header:before {
	display:table;
	content:" "
}
.modal-header:after {
	clear:both
}
.modal-header .close {
	margin-top:-2px
}
.modal-title {
	margin:0;
	line-height:1.42857143
}
.modal-body {
	padding:15px
}
.modal-footer {
	padding: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 .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
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media (min-width:768px) {
	.modal-dialog {
	width:600px;
	margin:30px auto
}
.modal-content {
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
	box-shadow:0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width:300px
}
}@media (min-width:992px) {
	.modal-lg {
	width:900px
}
}.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style:normal;
	font-weight:400;
	line-height:1.42857143;
	line-break:auto;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	font-size:12px;
	filter:alpha(opacity=0);
	opacity:0
}
.tooltip.in {
	filter:alpha(opacity=90);
	opacity:.9
}
.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.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-left .tooltip-arrow {
	right:5px
}
.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
	bottom:0;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-right .tooltip-arrow {
	left:5px
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#000
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#000
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	max-width:276px;
	padding:1px;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style:normal;
	font-weight:400;
	line-height:1.42857143;
	line-break:auto;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	font-size:14px;
	background-color:#fff;
	background-clip:padding-box;
	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)
}
.popover.top {
	margin-top:-10px
}
.popover.right {
	margin-left:10px
}
.popover.bottom {
	margin-top:10px
}
.popover.left {
	margin-left:-10px
}
.popover>.arrow {
	border-width:11px
}
.popover>.arrow,.popover>.arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover>.arrow:after {
	content:"";
	border-width:10px
}
.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;
	content:" ";
	border-top-color:#fff;
	border-bottom-width:0
}
.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;
	content:" ";
	border-right-color:#fff;
	border-left-width:0
}
.popover.bottom>.arrow {
	top:-11px;
	left:50%;
	margin-left:-11px;
	border-top-width:0;
	border-bottom-color:#999;
	border-bottom-color:rgba(0,0,0,.25)
}
.popover.bottom>.arrow:after {
	top:1px;
	margin-left:-10px;
	content:" ";
	border-top-width:0;
	border-bottom-color:#fff
}
.popover.left>.arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999;
	border-left-color:rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	right:1px;
	bottom:-10px;
	content:" ";
	border-right-width:0;
	border-left-color:#fff
}
.popover-title {
	padding:8px 14px;
	margin:0;
	font-size:14px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.popover-content {
	padding:9px 14px
}
.carousel,.carousel-inner {
	position:relative
}
.carousel-inner {
	width:100%;
	overflow:hidden
}
.carousel-inner>.item {
	position:relative;
	display:none;
	-webkit-transition:left .6s ease-in-out;
	transition:left .6s ease-in-out
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	display:block;
	max-width:100%;
	height:auto;
	line-height:1
}
@media (-webkit-transform-3d),(transform-3d) {
	.carousel-inner>.item {
	-webkit-transition:-webkit-transform .6s ease-in-out;
	transition:-webkit-transform .6s ease-in-out;
	transition:transform .6s ease-in-out;
	transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000px;
	perspective:1000px
}
.carousel-inner>.item.active.right,.carousel-inner>.item.next {
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
	left:0
}
.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
	left:0
}
.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	left:0
}
}.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);
	background-color:transparent;
	filter:alpha(opacity=50);
	opacity:.5
}
.carousel-control.left {
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
	background-repeat:repeat-x
}
.carousel-control.right {
	right:0;
	left:auto;
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
	background-repeat:repeat-x
}
.carousel-control:focus,.carousel-control:hover {
	color:#fff;
	text-decoration:none;
	outline:0;
	filter:alpha(opacity=90);
	opacity:.9
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block;
	margin-top:-10px
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left:50%;
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-next,.carousel-control .icon-prev {
	width:20px;
	height:20px;
	font-family:serif;
	line-height:1
}
.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;
	background-color:#000\9;
	background-color:transparent;
	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 .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	width:30px;
	height:30px;
	margin-top:-10px;
	font-size:30px
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	margin-right:-10px
}
.carousel-caption {
	right:20%;
	left:20%;
	padding-bottom:30px
}
.carousel-indicators {
	bottom:20px
}
}.clearfix:after,.clearfix:before {
	display:table;
	content:" "
}
.clearfix:after {
	clear:both
}
.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}
.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
}
.hidden {
	display:none!important
}
.affix {
	position:fixed
}
@-ms-viewport {
	width:device-width
}
.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display:none!important
}
@media (max-width:767px) {
	.visible-xs {
	display:block!important
}
table.visible-xs {
	display:table!important
}
tr.visible-xs {
	display:table-row!important
}
td.visible-xs,th.visible-xs {
	display:table-cell!important
}
}@media (max-width:767px) {
	.visible-xs-block {
	display:block!important
}
}@media (max-width:767px) {
	.visible-xs-inline {
	display:inline!important
}
}@media (max-width:767px) {
	.visible-xs-inline-block {
	display:inline-block!important
}
}@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
	display:block!important
}
table.visible-sm {
	display:table!important
}
tr.visible-sm {
	display:table-row!important
}
td.visible-sm,th.visible-sm {
	display:table-cell!important
}
}@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
	display:block!important
}
}@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
	display:inline!important
}
}@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
	display:inline-block!important
}
}@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
	display:block!important
}
table.visible-md {
	display:table!important
}
tr.visible-md {
	display:table-row!important
}
td.visible-md,th.visible-md {
	display:table-cell!important
}
}@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
	display:block!important
}
}@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
	display:inline!important
}
}@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
	display:inline-block!important
}
}@media (min-width:1200px) {
	.visible-lg {
	display:block!important
}
table.visible-lg {
	display:table!important
}
tr.visible-lg {
	display:table-row!important
}
td.visible-lg,th.visible-lg {
	display:table-cell!important
}
}@media (min-width:1200px) {
	.visible-lg-block {
	display:block!important
}
}@media (min-width:1200px) {
	.visible-lg-inline {
	display:inline!important
}
}@media (min-width:1200px) {
	.visible-lg-inline-block {
	display:inline-block!important
}
}@media (max-width:767px) {
	.hidden-xs {
	display:none!important
}
}@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
	display:none!important
}
}@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
	display:none!important
}
}@media (min-width:1200px) {
	.hidden-lg {
	display:none!important
}
}.visible-print {
	display:none!important
}
@media print {
	.visible-print {
	display:block!important
}
table.visible-print {
	display:table!important
}
tr.visible-print {
	display:table-row!important
}
td.visible-print,th.visible-print {
	display:table-cell!important
}
}.visible-print-block {
	display:none!important
}
@media print {
	.visible-print-block {
	display:block!important
}
}.visible-print-inline {
	display:none!important
}
@media print {
	.visible-print-inline {
	display:inline!important
}
}.visible-print-inline-block {
	display:none!important
}
@media print {
	.visible-print-inline-block {
	display:inline-block!important
}
}@media print {
	.hidden-print {
	display:none!important
}
}body.stop-scrolling {
	height:100%;
	overflow:hidden
}
.sweet-overlay {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background-color:rgba(0,0,0,.4);
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:none;
	z-index:10000
}
.sweet-alert {
	background-color:#fff;
	font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	width:478px;
	padding:17px;
	border-radius:5px;
	text-align:center;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-256px;
	margin-top:-200px;
	overflow:hidden;
	display:none;
	z-index:99999
}
@media (max-width:540px) {
	.sweet-alert {
	width:auto;
	margin-left:0;
	margin-right:0;
	left:15px;
	right:15px
}
}.sweet-alert h2 {
	color:#575757;
	font-size:30px;
	font-weight:600;
	text-transform:none;
	margin:25px 0;
	line-height:40px;
	display:block
}
.sweet-alert h2,.sweet-alert p {
	text-align:center;
	position:relative;
	padding:0
}
.sweet-alert p {
	color:#797979;
	font-size:16px;
	font-weight:300;
	text-align:inherit;
	float:none;
	margin:0;
	line-height:normal
}
.sweet-alert fieldset {
	border:none;
	position:relative
}
.sweet-alert .sa-error-container {
	background-color:#f1f1f1;
	margin-left:-17px;
	margin-right:-17px;
	overflow:hidden;
	padding:0 10px;
	max-height:0;
	webkit-transition:padding .15s,max-height .15s;
	-webkit-transition:padding .15s,max-height .15s;
	transition:padding .15s,max-height .15s
}
.sweet-alert .sa-error-container.show {
	padding:10px 0;
	max-height:100px;
	webkit-transition:padding .2s,max-height .2s;
	-webkit-transition:padding .25s,max-height .25s;
	transition:padding .25s,max-height .25s
}
.sweet-alert .sa-error-container .icon {
	display:inline-block;
	width:24px;
	height:24px;
	border-radius:50%;
	background-color:#ea7d7d;
	color:#fff;
	line-height:24px;
	text-align:center;
	margin-right:3px
}
.sweet-alert .sa-error-container p {
	display:inline-block
}
.sweet-alert .sa-input-error {
	position:absolute;
	top:29px;
	right:26px;
	width:20px;
	height:20px;
	opacity:0;
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	-webkit-transition:all .1s;
	transition:all .1s
}
.sweet-alert .sa-input-error:after,.sweet-alert .sa-input-error:before {
	content:"";
	width:20px;
	height:6px;
	background-color:#f06e57;
	border-radius:3px;
	position:absolute;
	top:50%;
	margin-top:-4px;
	left:50%;
	margin-left:-9px
}
.sweet-alert .sa-input-error:before {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.sweet-alert .sa-input-error:after {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.sweet-alert .sa-input-error.show {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.sweet-alert input {
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:3px;
	border:1px solid #d7d7d7;
	height:43px;
	margin-top:10px;
	margin-bottom:17px;
	font-size:18px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
	padding:0 12px;
	display:none;
	-webkit-transition:all .3s;
	transition:all .3s
}
.sweet-alert input:focus {
	outline:none;
	-webkit-box-shadow:0 0 3px #c4e6f5;
	box-shadow:0 0 3px #c4e6f5;
	border:1px solid #b4dbed
}
.sweet-alert input:focus::-moz-placeholder {
	-webkit-transition:opacity .3s ease .03s;
	transition:opacity .3s ease .03s;
	opacity:.5
}
.sweet-alert input:focus:-ms-input-placeholder {
	-webkit-transition:opacity .3s ease .03s;
	transition:opacity .3s ease .03s;
	opacity:.5
}
.sweet-alert input:focus::-webkit-input-placeholder {
	-webkit-transition:opacity .3s ease .03s;
	transition:opacity .3s ease .03s;
	opacity:.5
}
.sweet-alert input::-moz-placeholder {
	color:#bdbdbd
}
.sweet-alert input:-ms-input-placeholder {
	color:#bdbdbd
}
.sweet-alert input::-webkit-input-placeholder {
	color:#bdbdbd
}
.sweet-alert.show-input input {
	display:block
}
.sweet-alert .sa-confirm-button-container {
	display:inline-block;
	position:relative
}
.sweet-alert .la-ball-fall {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-27px;
	margin-top:4px;
	opacity:0;
	visibility:hidden
}
.sweet-alert button {
	background-color:#8cd4f5;
	color:#fff;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:17px;
	font-weight:500;
	border-radius:5px;
	padding:10px 32px;
	margin:26px 5px 0;
	cursor:pointer
}
.sweet-alert button:focus {
	outline:none;
	-webkit-box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05);
	box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
}
.sweet-alert button:hover {
	background-color:#7ecff4
}
.sweet-alert button:active {
	background-color:#5dc2f1
}
.sweet-alert button.cancel {
	background-color:#c1c1c1
}
.sweet-alert button.cancel:hover {
	background-color:#b9b9b9
}
.sweet-alert button.cancel:active {
	background-color:#a8a8a8
}
.sweet-alert button.cancel:focus {
	-webkit-box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important;
	box-shadow:0 0 2px rgba(197,205,211,.8),inset 0 0 0 1px rgba(0,0,0,.0470588)!important
}
.sweet-alert button[disabled] {
	opacity:.6;
	cursor:default
}
.sweet-alert button.confirm[disabled] {
	color:transparent
}
.sweet-alert button.confirm[disabled]~.la-ball-fall {
	opacity:1;
	visibility:visible;
	-webkit-transition-delay:0s;
	transition-delay:0s
}
.sweet-alert button::-moz-focus-inner {
	border:0
}
.sweet-alert[data-has-cancel-button=false] button {
	-webkit-box-shadow:none!important;
	box-shadow:none!important
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
	padding-bottom:40px
}
.sweet-alert .sa-icon {
	width:80px;
	height:80px;
	border:4px solid gray;
	border-radius:40px;
	border-radius:50%;
	margin:20px auto;
	padding:0;
	position:relative;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
.sweet-alert .sa-icon.sa-error {
	border-color:#f27474
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
	position:relative;
	display:block
}
.sweet-alert .sa-icon.sa-error .sa-line {
	position:absolute;
	height:5px;
	width:47px;
	background-color:#f27474;
	display:block;
	top:37px;
	border-radius:2px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	left:17px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:16px
}
.sweet-alert .sa-icon.sa-warning {
	border-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-body {
	position:absolute;
	width:5px;
	height:47px;
	left:50%;
	top:10px;
	border-radius:2px;
	margin-left:-2px;
	background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
	position:absolute;
	width:7px;
	height:7px;
	border-radius:50%;
	margin-left:-3px;
	left:50%;
	bottom:10px;
	background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-info {
	border-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info:before {
	content:"";
	position:absolute;
	width:5px;
	height:29px;
	left:50%;
	bottom:17px;
	border-radius:2px;
	margin-left:-2px;
	background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info:after {
	content:"";
	position:absolute;
	width:7px;
	height:7px;
	border-radius:50%;
	margin-left:-3px;
	top:19px;
	background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-success {
	border-color:#a5dc86
}
.sweet-alert .sa-icon.sa-success:after,.sweet-alert .sa-icon.sa-success:before {
	content:"";
	border-radius:40px;
	border-radius:50%;
	position:absolute;
	width:60px;
	height:120px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success:before {
	border-radius:120px 0 0 120px;
	top:-7px;
	left:-33px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:60px 60px;
	transform-origin:60px 60px
}
.sweet-alert .sa-icon.sa-success:after {
	border-radius:0 120px 120px 0;
	top:-11px;
	left:30px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:0 60px;
	transform-origin:0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	width:80px;
	height:80px;
	border:4px solid hsla(98,55%,69%,.2);
	border-radius:40px;
	border-radius:50%;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	position:absolute;
	left:-4px;
	top:-4px;
	z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-fix {
	width:5px;
	height:90px;
	background-color:#fff;
	position:absolute;
	left:28px;
	top:8px;
	z-index:1;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line {
	height:5px;
	background-color:#a5dc86;
	display:block;
	border-radius:2px;
	position:absolute;
	z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	width:25px;
	left:14px;
	top:46px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	width:47px;
	right:8px;
	top:38px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-custom {
	background-size:contain;
	border-radius:0;
	border:none;
	background-position:50%;
	background-repeat:no-repeat
}
@-webkit-keyframes showSweetAlert {
	0% {
	transform:scale(.7);
	-webkit-transform:scale(.7)
}
45% {
	transform:scale(1.05);
	-webkit-transform:scale(1.05)
}
80% {
	transform:scale(.95);
	-webkit-transform:scale(.95)
}
to {
	transform:scale(1);
	-webkit-transform:scale(1)
}
}@keyframes showSweetAlert {
	0% {
	transform:scale(.7);
	-webkit-transform:scale(.7)
}
45% {
	transform:scale(1.05);
	-webkit-transform:scale(1.05)
}
80% {
	transform:scale(.95);
	-webkit-transform:scale(.95)
}
to {
	transform:scale(1);
	-webkit-transform:scale(1)
}
}@-webkit-keyframes hideSweetAlert {
	0% {
	transform:scale(1);
	-webkit-transform:scale(1)
}
to {
	transform:scale(.5);
	-webkit-transform:scale(.5)
}
}@keyframes hideSweetAlert {
	0% {
	transform:scale(1);
	-webkit-transform:scale(1)
}
to {
	transform:scale(.5);
	-webkit-transform:scale(.5)
}
}@-webkit-keyframes slideFromTop {
	0% {
	top:0
}
to {
	top:50%
}
}@keyframes slideFromTop {
	0% {
	top:0
}
to {
	top:50%
}
}@-webkit-keyframes slideToTop {
	0% {
	top:50%
}
to {
	top:0
}
}@keyframes slideToTop {
	0% {
	top:50%
}
to {
	top:0
}
}@-webkit-keyframes slideFromBottom {
	0% {
	top:70%
}
to {
	top:50%
}
}@keyframes slideFromBottom {
	0% {
	top:70%
}
to {
	top:50%
}
}@-webkit-keyframes slideToBottom {
	0% {
	top:50%
}
to {
	top:70%
}
}@keyframes slideToBottom {
	0% {
	top:50%
}
to {
	top:70%
}
}.showSweetAlert[data-animation=pop] {
	-webkit-animation:showSweetAlert .3s;
	animation:showSweetAlert .3s
}
.showSweetAlert[data-animation=none] {
	-webkit-animation:none;
	animation:none
}
.showSweetAlert[data-animation=slide-from-top] {
	-webkit-animation:slideFromTop .3s;
	animation:slideFromTop .3s
}
.showSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation:slideFromBottom .3s;
	animation:slideFromBottom .3s
}
.hideSweetAlert[data-animation=pop] {
	-webkit-animation:hideSweetAlert .2s;
	animation:hideSweetAlert .2s
}
.hideSweetAlert[data-animation=none] {
	-webkit-animation:none;
	animation:none
}
.hideSweetAlert[data-animation=slide-from-top] {
	-webkit-animation:slideToTop .4s;
	animation:slideToTop .4s
}
.hideSweetAlert[data-animation=slide-from-bottom] {
	-webkit-animation:slideToBottom .3s;
	animation:slideToBottom .3s
}
@-webkit-keyframes animateSuccessTip {
	0% {
	width:0;
	left:1px;
	top:19px
}
54% {
	width:0;
	left:1px;
	top:19px
}
70% {
	width:50px;
	left:-8px;
	top:37px
}
84% {
	width:17px;
	left:21px;
	top:48px
}
to {
	width:25px;
	left:14px;
	top:45px
}
}@keyframes animateSuccessTip {
	0% {
	width:0;
	left:1px;
	top:19px
}
54% {
	width:0;
	left:1px;
	top:19px
}
70% {
	width:50px;
	left:-8px;
	top:37px
}
84% {
	width:17px;
	left:21px;
	top:48px
}
to {
	width:25px;
	left:14px;
	top:45px
}
}@-webkit-keyframes animateSuccessLong {
	0% {
	width:0;
	right:46px;
	top:54px
}
65% {
	width:0;
	right:46px;
	top:54px
}
84% {
	width:55px;
	right:0;
	top:35px
}
to {
	width:47px;
	right:8px;
	top:38px
}
}@keyframes animateSuccessLong {
	0% {
	width:0;
	right:46px;
	top:54px
}
65% {
	width:0;
	right:46px;
	top:54px
}
84% {
	width:55px;
	right:0;
	top:35px
}
to {
	width:47px;
	right:8px;
	top:38px
}
}@-webkit-keyframes rotatePlaceholder {
	0% {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg)
}
5% {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg)
}
12% {
	transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg)
}
to {
	transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg)
}
}@keyframes rotatePlaceholder {
	0% {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg)
}
5% {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg)
}
12% {
	transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg)
}
to {
	transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg)
}
}.animateSuccessTip {
	-webkit-animation:animateSuccessTip .75s;
	animation:animateSuccessTip .75s
}
.animateSuccessLong {
	-webkit-animation:animateSuccessLong .75s;
	animation:animateSuccessLong .75s
}
.sa-icon.sa-success.animate:after {
	-webkit-animation:rotatePlaceholder 4.25s ease-in;
	animation:rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animateErrorIcon {
	0% {
	transform:rotateX(100deg);
	-webkit-transform:rotateX(100deg);
	opacity:0
}
to {
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);
	opacity:1
}
}@keyframes animateErrorIcon {
	0% {
	transform:rotateX(100deg);
	-webkit-transform:rotateX(100deg);
	opacity:0
}
to {
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);
	opacity:1
}
}.animateErrorIcon {
	-webkit-animation:animateErrorIcon .5s;
	animation:animateErrorIcon .5s
}
@-webkit-keyframes animateXMark {
	0% {
	transform:scale(.4);
	-webkit-transform:scale(.4);
	margin-top:26px;
	opacity:0
}
50% {
	transform:scale(.4);
	-webkit-transform:scale(.4);
	margin-top:26px;
	opacity:0
}
80% {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	margin-top:-6px
}
to {
	transform:scale(1);
	-webkit-transform:scale(1);
	margin-top:0;
	opacity:1
}
}@keyframes animateXMark {
	0% {
	transform:scale(.4);
	-webkit-transform:scale(.4);
	margin-top:26px;
	opacity:0
}
50% {
	transform:scale(.4);
	-webkit-transform:scale(.4);
	margin-top:26px;
	opacity:0
}
80% {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	margin-top:-6px
}
to {
	transform:scale(1);
	-webkit-transform:scale(1);
	margin-top:0;
	opacity:1
}
}.animateXMark {
	-webkit-animation:animateXMark .5s;
	animation:animateXMark .5s
}
@-webkit-keyframes pulseWarning {
	0% {
	border-color:#f8d486
}
to {
	border-color:#f8bb86
}
}@keyframes pulseWarning {
	0% {
	border-color:#f8d486
}
to {
	border-color:#f8bb86
}
}.pulseWarning {
	-webkit-animation:pulseWarning .75s infinite alternate;
	animation:pulseWarning .75s infinite alternate
}
@-webkit-keyframes pulseWarningIns {
	0% {
	background-color:#f8d486
}
to {
	background-color:#f8bb86
}
}@keyframes pulseWarningIns {
	0% {
	background-color:#f8d486
}
to {
	background-color:#f8bb86
}
}.pulseWarningIns {
	-webkit-animation:pulseWarningIns .75s infinite alternate;
	animation:pulseWarningIns .75s infinite alternate
}
@-webkit-keyframes rotate-loading {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}@keyframes rotate-loading {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
	-ms-transform:rotate(45deg)\9
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
	-ms-transform:rotate(-45deg)\9
}
.sweet-alert .sa-icon.sa-success {
	border-color:transparent\9
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform:rotate(45deg)\9
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform:rotate(-45deg)\9
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */.la-ball-fall,.la-ball-fall>div {
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.la-ball-fall {
	display:block;
	font-size:0;
	color:#fff
}
.la-ball-fall.la-dark {
	color:#333
}
.la-ball-fall>div {
	display:inline-block;
	float:none;
	background-color:currentColor;
	border:0 solid currentColor
}
.la-ball-fall {
	width:54px;
	height:18px
}
.la-ball-fall>div {
	width:10px;
	height:10px;
	margin:4px;
	border-radius:100%;
	opacity:0;
	-webkit-animation:ball-fall 1s ease-in-out infinite;
	animation:ball-fall 1s ease-in-out infinite
}
.la-ball-fall>div:first-child {
	-webkit-animation-delay:-.2s;
	animation-delay:-.2s
}
.la-ball-fall>div:nth-child(2) {
	-webkit-animation-delay:-.1s;
	animation-delay:-.1s
}
.la-ball-fall>div:nth-child(3) {
	-webkit-animation-delay:0ms;
	animation-delay:0ms
}
.la-ball-fall.la-sm {
	width:26px;
	height:8px
}
.la-ball-fall.la-sm>div {
	width:4px;
	height:4px;
	margin:2px
}
.la-ball-fall.la-2x {
	width:108px;
	height:36px
}
.la-ball-fall.la-2x>div {
	width:20px;
	height:20px;
	margin:8px
}
.la-ball-fall.la-3x {
	width:162px;
	height:54px
}
.la-ball-fall.la-3x>div {
	width:30px;
	height:30px;
	margin:12px
}
@-webkit-keyframes ball-fall {
	0% {
	opacity:0;
	-webkit-transform:translateY(-145%);
	transform:translateY(-145%)
}
10% {
	opacity:.5
}
20% {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
80% {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
90% {
	opacity:.5
}
to {
	opacity:0;
	-webkit-transform:translateY(145%);
	transform:translateY(145%)
}
}@keyframes ball-fall {
	0% {
	opacity:0;
	-webkit-transform:translateY(-145%);
	transform:translateY(-145%)
}
10% {
	opacity:.5
}
20% {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
80% {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
90% {
	opacity:.5
}
to {
	opacity:0;
	-webkit-transform:translateY(145%);
	transform:translateY(145%)
}
}.page-contact-list li:after {
	content:"";
	clear:both;
	display:table
}
.banner-text li a h4,.banner-text li a p,.detail-sort li a,.news-img-item h3,.news-list .news-text-list a,.page-case-item h4,.page-next-prev a,.template-wrap .filter-item.filter-item-industry a {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
body {
	color:#666;
	background:#fff;
	/*font:12px/1.5 microsoft yahei ui,microsoft yahei,PingFangSC-Light,helvetica neue,hiragino sans gb,arial,simsun,sans-serif;*/
	
}
a {
	text-decoration:none
}
a:link,a:visited {
	color:#666
}
li,ol,ul {
	margin:0;
	padding:0;
	list-style-type:none
}
a:active,a:focus,a:hover {
	color:#00ade9;
	text-decoration:none
}
p {
	margin:0
}
h1,h2,h3,h4 {
	font-size:12px;
	font-weight:700
}
.len {
	width:320px!important
}
.len50 {
	width:50px!important
}
.len80 {
	width:80px!important
}
.len100 {
	width:100px!important
}
.len150 {
	width:150px!important
}
.len200 {
	width:200px!important
}
.len500 {
	width:500px!important
}
.font-10 {
	font-size:10px!important
}
.font-12 {
	font-size:12px!important
}
.font-13 {
	font-size:13px!important
}
.font-14 {
	font-size:14px!important
}
.font-15 {
	font-size:15px!important
}
.font-16 {
	font-size:16px!important
}
.font-18 {
	font-size:18px!important
}
.font-20 {
	font-size:20px!important
}
.font-50 {
	font-size:50px!important
}
.font-100 {
	font-size:100px!important
}
.pl-5 {
	padding-left:5px!important
}
.pl-7 {
	padding-left:7px!important
}
.pl-10 {
	padding-left:10px!important
}
.pl-15 {
	padding-left:15px!important
}
.pl-20 {
	padding-left:20px!important
}
.pl-30 {
	padding-left:30px!important
}
.pl-40 {
	padding-left:40px!important
}
.pl-50 {
	padding-left:50px!important
}
.pl-119 {
	padding-left:119px!important
}
.pl-139 {
	padding-left:139px!important
}
.pl-149 {
	padding-left:149px!important
}
.pr-5 {
	padding-right:5px!important
}
.pr-7 {
	padding-right:7px!important
}
.pr-10 {
	padding-right:10px!important
}
.pr-15 {
	padding-right:15px!important
}
.pr-20 {
	padding-right:20px!important
}
.pr-30 {
	padding-right:30px!important
}
.pr-40 {
	padding-right:40px!important
}
.pr-50 {
	padding-right:50px!important
}
.pt-3 {
	padding-top:3px!important
}
.pt-5 {
	padding-top:5px!important
}
.pt-7 {
	padding-top:7px!important
}
.pt-10 {
	padding-top:10px!important
}
.pt-15 {
	padding-top:15px!important
}
.pt-20 {
	padding-top:20px!important
}
.pb-3 {
	padding-bottom:3px!important
}
.pb-5 {
	padding-bottom:5px!important
}
.pb-7 {
	padding-bottom:7px!important
}
.pb-10 {
	padding-bottom:10px!important
}
.pb-15 {
	padding-bottom:15px!important
}
.pb-20 {
	padding-bottom:20px!important
}
.ml-5 {
	margin-left:5px!important
}
.ml-7 {
	margin-left:7px!important
}
.ml-10 {
	margin-left:10px!important
}
.ml-15 {
	margin-left:15px!important
}
.ml-20 {
	margin-left:20px!important
}
.mr-5 {
	margin-right:5px!important
}
.mr-7 {
	margin-right:7px!important
}
.mr-10 {
	margin-right:10px!important
}
.mr-15 {
	margin-right:15px!important
}
.mr-20 {
	margin-right:20px!important
}
.mr-30 {
	margin-right:30px!important
}
.mr-40 {
	margin-right:40px!important
}
.mt-0 {
	margin-top:0!important
}
.mt-3 {
	margin-top:3px!important
}
.mt-5 {
	margin-top:5px!important
}
.mt-7 {
	margin-top:7px!important
}
.mt-10 {
	margin-top:10px!important
}
.mt-15 {
	margin-top:15px!important
}
.mt-20 {
	margin-top:20px!important
}
.mt-30 {
	margin-top:30px!important
}
.mt-40 {
	margin-top:40px!important
}
.mt-50 {
	margin-top:50px!important
}
.mb-3 {
	margin-bottom:3px!important
}
.mb-5 {
	margin-bottom:5px!important
}
.mb-7 {
	margin-bottom:7px!important
}
.mb-10 {
	margin-bottom:10px!important
}
.mb-15 {
	margin-bottom:15px!important
}
.mb-20 {
	margin-bottom:20px!important
}
.mb-30 {
	margin-bottom:30px!important
}
.mb-40 {
	margin-bottom:40px!important
}
input::-ms-clear,input::-ms-reveal {
	display:none
}
.container-big {
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px
}
@media (min-width:768px) {
	.container-big {
	width:750px
}
}@media (min-width:992px) {
	.container-big {
	width:970px
}
}@media (min-width:1200px) {
	.container-big {
	width:1170px
}
}@media (min-width:1400px) {
	.container-big {
	width:1370px
}
}.header {
	position:absolute;
	z-index:999;
	left:0;
	right:0;
	top:0;
	padding:15px 0;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.header .container {
	width:100%!important;
	padding:0 40px
}
.header-left {
	position:relative
}
.header-left .logo {
	display:block;
	height:34px
}
.header-left .logo img {
	height:100%
}
.header-menu {
	width:calc(100% - 140px)
}
.menu-left {
	margin-left:50px
}
.menu-left>li {
	float:left;
	padding:0 20px;
	position:relative
}
.menu-left>li>a {
	display:block;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:35px
}
.menu-left>li:hover>a {
	color:#03a9f4
}
.menu-left>li.active>a:after,.menu-left>li:hover>a:after {
	border-top-color:#03a9f4
}
.menu-left .nav-arrow+a {
	position:relative
}
.menu-left .nav-arrow+a:before {
	content:"";
	width:100%;
	top:100%;
	height:15px;
	position:absolute;
	left:0
}
.menu-left .sub-nav {
	position:absolute;
	z-index: 999999;
	width:400%;
	top:50px;
	left:0;
	display:none;
}
.menu-left .sub-nav>li {
	background:#1c1c1c
}
.menu-left .sub-nav>li:not(:last-child) {
	border-bottom:1px solid hsla(0,0%,90%,.1)
}
.menu-left .sub-nav>li a {
	display:block;
	padding:10px 20px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.menu-left .sub-nav>li a:hover h3 {
	color:#03a9f4
}
.menu-left .sub-nav>li h3 {
	margin:0;
	padding:5px 0;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:1;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.menu-left .sub-nav>li .iconfont {
	color:#fff;
	font-size:16px;
	vertical-align:middle;
	margin-right:10px
}
.menu-left .sub-nav>li .icon-xiaochengxu3 {
	font-size:16px
}
.menu-left .sub-nav>li p {
	font-size:12px;
	color:#97989c
}
.menu-left .sub-nav>li:hover {
	background:#222
}
.menu-left .about-sub-nav {
	width:100%
}
.menu-left .about-sub-nav>li h3 {
	text-align:center
}
.menu-right {
	text-align:right
}
.menu-right .login {
	display:inline-block;
	padding:4px 16px;
	background:#1989fa;
	color:#fff;
	margin-left:10px;
	border-radius:6px
}
.menu-right .login:hover {
	background:#4696e7
}
.menu-right .user-info {
	color:#fff;
	font-size:14px
}
.menu-right .user-info .divider {
	padding:10px
}
.menu-right .user-info #user-email {
	padding-right:10px
}
.menu-right .user-info #user-logout {
	cursor:pointer
}
.menu-right .btn-primarys {
	display:inline-block;
	padding:0 16px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	vertical-align:middle;
	border-radius:0;
	background:none;
	font-size:18px;
	line-height:35px;
	cursor:auto;
	padding-right:0;
	/*background: url(../images/tel.png)no-repeat left;*/
	padding-left: 15px;
}
.menu-right .btn-primarys .iconfont {
	font-size:20px;
	
	margin-right:10px;
	
}
.header:hover {
	background:#1c1c1c
}
@media (max-width:990px) {
	.header {
	position:static;
	background:#000
}
.header .container {
	padding:0 15px
}
.header-left {
	width:100%
}
.header-left .logo {
	padding-right:20%;
	margin-left:15px
}
.header-left .nav-btn {
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-17px;
	border:1px solid #fff;
	border-radius:5px;
	padding:9px 10px;
	background:#000;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.header-left .nav-btn:after,.header-left .nav-btn:before,.header-left .nav-btn span {
	display:block;
	height:2px;
	width:22px;
	background:#fff;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.header-left .nav-btn span {
	margin:4px 0
}
.header-left .nav-btn:after,.header-left .nav-btn:before {
	content:"";
	-webkit-transform-origin:11.2%;
	transform-origin:11.2%
}
.header-left .nav-btn.active {
	padding-right:5px
}
.header-left .nav-btn.active span {
	opacity:0;
	-webkit-transform:translateX(-20px);
	transform:translateX(-20px)
}
.header-left .nav-btn.active:before {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.header-left .nav-btn.active:after {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.header-menu {
	position:absolute;
	left:0;
	right:0;
	top:64px;
	z-index:999;
	background:#000;
	width:100%;
	display:none;
	padding-bottom:10px
}
.header-menu .menu-left {
	width:100%;
	margin-left:0
}
.header-menu .menu-left>li {
	width:100%;
	float:none;
	border-bottom:1px solid hsla(0,0%,90%,.1)
}
.header-menu .menu-left>li>a {
	text-align:left;
	padding-right:20%;
	line-height:40px;
	padding-left:15px
}
.header-menu .menu-left>li:nth-of-type(3),.header-menu .menu-left>li>a:after {
	display:none
}
.header-menu .menu-left .nav-arrow {
	position:absolute;
	z-index:999;
	width:20%;
	text-align:left;
	right:0;
	top:0;
	height:40px
}
.header-menu .menu-left .nav-arrow:after {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-2.5px;
	left:50%;
	margin-left:-5px;
	border-style:solid dashed dashed;
	border-color:#fff transparent transparent;
	border-bottom:none
}
.header-menu .menu-left .nav-arrow.clicked:after,.header-menu .menu-left .nav-arrow:after {
	width:0;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
	border-width:5px;
	cursor:pointer
}
.header-menu .menu-left .nav-arrow.clicked:after {
	border-style:dashed dashed solid;
	border-color:transparent transparent #fff;
	border-top:none
}
.header-menu .menu-left .nav-arrow.clicked+a {
	background:#000;
	color:#03a9f4
}
.header-menu .menu-left .nav-arrow.clicked+a:before {
	display:none
}
.header-menu .menu-left .sub-nav {
	position:static;
	width:100%
}
.header-menu .menu-left .sub-nav>li {
	background:none
}
.header-menu .menu-left .sub-nav>li a {
	display:block;
	padding:5px 20px
}
.header-menu .menu-left .sub-nav>li h3 {
	margin:0;
	color:#ddd;
	text-align:left;
	text-indent:5px
}
.header-menu .menu-left .sub-nav>li .iconfont {
	color:#ddd;
	font-size:14px
}
.header-menu .menu-left .sub-nav>li p {
	display:none
}
.header-menu .menu-right {
	width:100%;
	text-align:center;
	padding-top:10px
}
.header-menu .menu-right a {
	width:110px;
	margin:0!important;
	padding:0
}
.header:hover {
	background:#000
}
}@media (min-width:1200px) {
	.container {
	width:1200px
}
}.banner {
	position:relative;
	background:#24282c
}
.banner .owl-nav{
    display: block!important
}
.banner .owl-nav button{
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    text-indent: -99px;
    overflow: hidden
}
.banner .owl-nav button.owl-prev{
    left:0;
    background: url(../images/z.png) no-repeat;
}
.banner .owl-nav button.owl-next{
    right:0;
    background: url(../images/y.png) no-repeat;
}
.banner .owl-carousel {
	max-height:620px;

	display:block;
	overflow:hidden;
	position:relative
}
@media (max-width:710px) {
	.banner .owl-carousel {
	height:300px
}
}.banner .owl-loaded {
	height:auto!important
}
.banner .owl-dots {
	position:absolute;
	z-index:9;
	left:0;
	right:0;
	bottom:150px;
	text-align:center;
	font-size:0;
	display:none;
}
.banner .owl-dots .owl-dot {
	display:inline-block;
	margin:0 4px;
	padding:0!important;
	width:30px;
	height:4px;
	background:hsla(0,0%,100%,.2);
	outline:none
}
.banner .owl-dots .owl-dot.active {
	background:#fff
}
@media (max-width:1440px) {
	.banner .owl-dots {
	bottom:130px
}
}@media (max-width:1366px) {
	.banner .owl-dots {
	bottom:100px
}
}.banner .owl-wrap {
	position:relative;
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center
}
.banner .owl-wrap .owl-wrap-item {
	position:absolute;
	z-index:99;
	-webkit-transition:all .8s;
	transition:all .8s;
	opacity:0;
	margin:auto;
	left:18.75%;
	right:18.75%;
	top:50%;
	-webkit-transform:translateY(-20%);
	transform:translateY(-20%)
}
.banner .owl-wrap .owl-wrap-item img {
	max-width:100%;
	display:inline-block;
	width:auto
}
.banner .owl-wrap .owl-wrap-item h3 {
	font-size:46px;
	color:#fff;
	margin:0 0 10px;
	font-weight:100
}
@media (max-width:1366px) {
	.banner .owl-wrap .owl-wrap-item h3 {
	font-size:30px
}
}.banner .owl-wrap .owl-wrap-item h4 {
	font-size:16px;
	color:#fff;
	margin-top:20px;
	font-weight:400
}
@media (max-width:1366px) {
	.banner .owl-wrap .owl-wrap-item h4 {
	font-size:14px
}
}.banner .owl-wrap .owl-wrap-item h4 span {
	display:inline-block;
	line-height:40px;
	padding:0 25px;
	height:40px;
	border:1px solid hsla(0,0%,100%,.7);
	color:#fff;
	font-size:16px;
	margin-right:20px
}
.banner .owl-wrap .owl-wrap-item i {
    font-style: normal;
	width:10em;
	display:block;
	border:1px solid #fff;
	line-height:2.3em;
	border-radius:1.4em;
	font-size:16px;
	color:#fff;
	margin-top:30px;
	-webkit-transition:all .3s;
	transition:all .3s;
	text-align:center
}
.banner .owl-wrap .owl-wrap-item i:hover {
	background:#fff;
	color:#09003b
}
.banner .owl-wrap .owl-wrap-image {
	position:relative;
	bottom:-100px;
	-webkit-transition:all .8s;
	transition:all .8s;
	opacity:0
}
.banner .owl-wrap .owl-wrap-image a{
    display: block;
}
.banner .owl-wrap .owl-wrap-image img {
	max-width:100%
}
.banner .item-one {
	background:#09003b
}
.banner .item-one .owl-wrap .owl-wrap-item {
	padding:0 10%
}
@media (max-width:990px) {
	.banner .item-one .owl-wrap .owl-wrap-item {
	padding:0
}
}.banner .item-two {
	background:#131318;
	display: block;
}
.banner .item-two .owl-wrap-item {
	margin-top:-50px
}
@media (max-width:1366px) {
	.banner .item-two .owl-wrap-item {
	margin-top:-20px
}
}.banner .item-three {
	background-color:#18086c
}
.banner .item-three .owl-three-img {
	position:absolute;
	right:18.75%;
	bottom:0;
	width:23%;
	opacity:0;
	top:50%;
	-webkit-transform:translateY(-20%);
	transform:translateY(-20%);
	-webkit-transition:all .8s;
	transition:all .8s
}
.banner .item-three .owl-three-img img {
	width:auto;
	max-width:100%
}
@media (max-width:720px) {
	.banner .item-three .owl-three-img {
	right:5%;
	width:35%;
	top:60%;
	-webkit-transform:translateY(-20%);
	transform:translateY(-20%)
}
}.banner .item-three .owl-wrap-item {
	text-align:left
}
.banner .item-three .owl-wrap-item a {
	margin-left:1px
}
.banner .item-four {
	background-color:#0f005b;
	display: block;
}
.banner .item-four .owl-four-img {
	position:absolute;
	right:18.75%;
	bottom:0;
	width:34%;
	opacity:0;
	top:45%;
	-webkit-transform:translateY(-20%);
	transform:translateY(-20%);
	-webkit-transition:all .8s;
	transition:all .8s
}
.banner .item-four .owl-four-img img {
	width:auto;
	max-width:100%
}
@media (max-width:720px) {
	.banner .item-four .owl-four-img {
	right:5%;
	width:50%;
	top:60%;
	-webkit-transform:translateY(-20%);
	transform:translateY(-20%)
}
}.banner .item-four .owl-wrap-item {
	text-align:left;
	top:47%
}
.banner .item-four .owl-wrap-item a {
	margin-left:1px
}
.banner .item-five {
	background:#3a935d
}
.banner .item-five .owl-wrap-image .pc-img {
	display:block
}
.banner .item-five .owl-wrap-image .mobile-img {
	display:none
}
@media (max-width:768px) {
	.banner .item-five .owl-wrap-image,.banner .item-five .owl-wrap-image img {
	height:100%
}
}@media (max-width:480px) {
	.banner .item-five .owl-wrap-image .pc-img {
	display:none
}
.banner .item-five .owl-wrap-image .mobile-img {
	display:block
}
}.banner .item-ksp {
    display:block;
	background:#181b2c;
	position:relative
}
.banner .item-gq {
    display:block;
	background:#181b2c;
	position:relative
}
.banner .item-ksp .owl-wrap .owl-wrap-item {
	right:auto;
	width:31.25%;
	text-align:left;
	left:18.75%;
	margin:0
}
.banner .item-ksp .owl-wrap .owl-wrap-item h3 {
	font-size:36px;
	color:#fefefe
}
.banner .item-ksp .owl-wrap .owl-wrap-item h3 span {
	font-size:46px;
	color:#f7b51d;
	margin-right:10px
}
@media (max-width:1200px) {
	.banner .item-ksp .owl-wrap .owl-wrap-item h3 {
	font-size:28px
}
.banner .item-ksp .owl-wrap .owl-wrap-item h3 span {
	font-size:38px
}
}.banner .item-ksp .owl-wrap .owl-wrap-item a {
	margin-left:0
}
.banner .item-ksp .owl-ksp-img {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-20%);
	transform:translateY(-20%);
	opacity:0;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	right:18.75%;
	width:31.25%;
	text-align:right
}
.banner .item-ksp .owl-ksp-img img {
	display:inline-block;
	width:auto;
	max-width:100%
}
@media (max-width:1024px) {
	.banner .owl-wrap .owl-wrap-item h3 {
	font-size:30px
}
.banner .owl-wrap .owl-wrap-item h4 {
	font-size:18px;
	margin-top:15px
}
.banner .owl-wrap .owl-wrap-item i {
	font-size:16px
}
}@media (max-width:990px) {
	.banner .item {
	height:410px;
	display:block;
}
.banner .owl-dots {
	bottom:10px
}
.banner .owl-wrap {
	text-align:center;
	height:100%
}

.banner .owl-wrap .owl-wrap-item {
	left:5%;
	right:5%
}
.banner .owl-wrap .owl-wrap-item h3 {
	font-size:22px
}
.banner .owl-wrap .owl-wrap-item h4 {
	font-size:15px;
	margin:10px 0 15px
}
.banner .owl-wrap .owl-wrap-item i {
	font-size:13px;
}
.banner .item-ksp .owl-wrap .owl-wrap-item {
	right:5%;
	width:auto;
	left:5%;
	top:40%
}
.banner .item-ksp .owl-wrap .owl-wrap-item h3 {
	font-size:20px
}
.banner .item-ksp .owl-wrap .owl-wrap-item h3 span {
	font-size:30px
}
.banner .item-ksp .owl-ksp-img {
	position:absolute;
	top:auto;
	bottom:5%;
	-webkit-transform:translateY(0)!important;
	transform:translateY(0)!important;
	right:5%;
	width:50%
}
}.banner .active .owl-wrap .owl-wrap-item {
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:1
}
.fdsf{
    display: none;
}

.banner .active .owl-wrap .owl-wrap-image {
	bottom:0%;
	opacity:1
}
.banner .active .item-four .owl-four-img,.banner .active .item-ksp .owl-ksp-img,.banner .active .item-three .owl-three-img {
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:1
}
.banner-text {
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	z-index: 99;
	background:rgba(248,247,250,.08);
	display: none;
}
.banner-text ul {
	border-left:1px solid hsla(0,0%,100%,.1)
}
.banner-text li {
	width:20%;
	float:left;
	border-right:1px solid hsla(0,0%,100%,.1);
	text-align:center;
	font-size:13px;
	padding:3em 0;
	color:#fff
}
@media (max-width:1440px) {
	.banner-text li {
	padding:2.5em 0
}
}@media (max-width:1366px) {
	.banner-text li {
	padding:1.5em 0
}
}.banner-text li a {
	color:#fff
}
.banner-text li a h4 {
	font-size:17px;
	margin-bottom:10px;
	font-weight:400
}
.banner-text li a p {
	opacity:.5
}
.banner-text li:hover {
	background:hsla(0,0%,100%,.1)
}
@media (max-width:990px) {
	.banner-text {
	display:none
}
.fdsf{
    display: block;
}
.banner .item-ksp .fdsf{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.banner .item-ksp .fdsf img{
    height:100%;
}

}.main-product {
	padding-top:75px;
	padding-bottom:35px
}
.main-product-list {
	margin-top:40px
}
.main-product-list .main-product-item {
	display:block;
	padding:50px 0 25px;
	text-align:center;
	background:#fff;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.main-product-list .main-product-item .icon {
	margin-bottom:30px
}
.main-product-list .main-product-item .icon img {
	max-width:140px
}
.main-product-list .main-product-item h2 {
	font-size:18px;
	color:#323232;
	font-weight:400;
	margin:20px 0 15px;
	line-height:1
}
.main-product-list .main-product-item p {
	font-size:14px;
	line-height:2;
	color:#5a5a5a;
	height:90px;
	overflow:hidden
}
@media (max-width:420px) {
	.main-product-list .main-product-item p br {
	display:none
}
}.main-product-list .main-product-item:hover {
	-webkit-box-shadow:.521px 2.954px 10px 0 rgba(0,0,0,.16);
	box-shadow:.521px 2.954px 10px 0 rgba(0,0,0,.16);
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px)
}
.index-title {
	text-align:center;
	margin-bottom:4.16666667%;
	font-weight:400
}
.index-title h3 {
	font-size:30px;
	font-weight:400;
	color:#000;
	line-height:1.5;
	margin:0 0 1.66666667%
}
.index-title P {
	font-size:15px;
	color:#666
}
.index-title.white h3,.index-title.white p {
	color:#fff
}
@media (max-width:640px) {
	.index-title {
	padding:0 10%
}
}@media (max-width:990px) {
	.main-product {
	padding:30px 0
}
.main-product-list .main-product-item {
	padding:20px 0
}
.main-product-list .main-product-item .iconfont {
	font-size:50px
}
.main-product-list .main-product-item h2 {
	font-size:16px;
	margin:10px 0 5px
}
.main-product-list .main-product-item p {
	font-size:14px;
	height:84px
}
.index-title h3 {
	font-size:20px;
	margin-bottom:10px
}
.index-title P {
	font-size:14px
}
}.about {
	background:#f6f6f6;
	padding:50px 0
}
.about-content {
	text-align:center;
	position:relative;
	margin:0 -15px
}
.about-content h3 {
	font-weight:400;
	margin:0 0 30px;
	font-size:34px;
	color:#333;
	line-height:1.6
}
.about-content .about-info {
	font-size:15px;
	color:#666;
	line-height:2.7;
	margin-bottom:30px
}
.index-more {
	text-align:center
}
.index-more a {
	display:inline-block;
	line-height:42px;
	font-size:16px;
	color:#fff;
	background:#03a9f4;
	border-radius:2.5em;
	width:190px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.index-more a:hover {
	color:#fff;
	background:#0083cc
}
.index-more.white a {
	border-color:#fff;
	color:#fff
}
.index-more.white a:hover {
	background:#fff;
	color:#03a9f4
}
@media (max-width:990px) {
	.about {
	padding:30px 0
}
.about-content {
	margin:0
}
.about-content h3 {
	margin:0 0 15px;
	font-size:22px
}
.about-content .about-info {
	font-size:14px;
	line-height:2
}
.index-more a {
	font-size:14px
}
}.template {
	padding:8.85416667% 0;
	background:url(../images/anli.png) no-repeat 50%;
	background-attachment:fixed;
	background-size:cover
}
.template-img {
	position:relative;
	margin-top:6.66666667%;
	text-align:center
}
.template-img a {
	display:inline-block;
	width:190px;
	line-height:42px;
	text-align:center;
	background:#00ade9;
	border-radius:20px;
	color:#fff;
	font-size:16px;
	-webkit-transition:all .4s;
	transition:all .4s
}
.template-img a:hover {
	background:#0083cc
}
@media (max-width:990px) {
	.template {
	padding:30px 0
}
.template .template-img a {
	width:100px;
	line-height:30px;
	font-size:12px
}
}.case {
	padding:45px 0;
	padding-bottom:60px
}
@media (min-width:990px) {
	.case-list {
	margin:75px -20px 0
}
.case-list div[class*=col-] {
	padding:0 20px
}
}.case-list .case-item {
	margin-bottom:60px;
	-webkit-box-shadow:.521px 2.954px 10px 0 rgba(0,0,0,.16);
	box-shadow:.521px 2.954px 10px 0 rgba(0,0,0,.16)
}
.case-list .case-item a {
	display:block;
	overflow:hidden
}
.case-list .case-item a img {
	width:100%;
	-webkit-transition:-webkit-transform .5s ease;
	transition:-webkit-transform .5s ease;
	transition:transform .5s ease;
	transition:transform .5s ease,-webkit-transform .5s ease
}
.case-list .case-item a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.case .case-item a h3 {
	font-size:14px;
	font-weight:400;
	text-align:center
}
.case .case-item a:hover h3 {
	color:#00ade9
}
.template-slick {
	position:relative;
	margin-top:30px;
	margin-bottom:30px
}
.template-slick .owl-nav {
	display:none;
	-webkit-transition:all .5s;
	transition:all .5s
}
.template-slick .owl-nav .owl-next,.template-slick .owl-nav .owl-prev {
	position:absolute;
	z-index:99;
	outline:none;
	border:none;
	font-size:0!important;
	top:45%;
	width:20px;
	height:38px;
	margin-top:-19px
}
.template-slick .owl-nav .owl-prev {
	background:url(../images/case-ljt.png) 50% no-repeat!important;
	left:-50px
}
.template-slick .owl-nav .owl-prev:hover {
	background:url(../images/case-ljt1.png) 50% no-repeat!important
}
.template-slick .owl-nav .owl-next {
	background:url(../images/case-rjt.png) 50% no-repeat!important;
	right:-50px
}
.template-slick .owl-nav .owl-next:hover {
	background:url(../images/case-rjt1.png) 50% no-repeat!important
}
.template-slick .slick-con {
	display:block;
	padding:30px 10px
}
.template-slick .slick-con img {
	display:inline-block;
	width:100%;
	-webkit-box-shadow:0 12px 8px -12px rgba(12,4,8,.1);
	box-shadow:0 12px 8px -12px rgba(12,4,8,.1)
}
.case:hover .template-slick .owl-nav {
	display:block
}
@media (max-width:990px) {
	.case {
	padding:30px 0
}
.case-list {
	margin-top:40px
}
.case-list .case-item {
	margin-bottom:30px
}
}.news {
	padding:63px 0
}
.news-list {
	margin-top:60px
}
.news-img-item {
	margin-bottom:20px
}
.news-img-item a {
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	display:block
}
.news-img-item .img {
	display:block;
	overflow:hidden
}
.news-img-item .img img {
	width:100%;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.news-img-item h3 {
	border:1px solid #eee;
	border-top:none;
	margin:0;
	padding:14px 12px;
	font-weight:400;
	line-height:25px;
	font-size:14px;
	color:#444
}
.news-img-item:hover a {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);
	box-shadow:0 0 10px rgba(0,0,0,.2)
}
.news-img-item:hover .img img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.news-img-item:hover h3 {
	color:#03a9f4
}
.news-list .news-text-list ul {
	padding:10px 0;
	margin:0 15px;
	border:1px solid #eee
}
.news-list .news-text-list a {
	font-size:14px;
	color:#444;
	line-height:28px;
	display:block
}
.news-list .news-text-list a span {
	font-size:12px;
	color:#666;
	float:right
}
.news-list .news-text-list a:hover {
	color:#03a9f4
}
@media (max-width:990px) {
	.news {
	padding:30px 0
}
.news .news-list {
	margin-top:30px
}
}.links {
	padding:50px 0
}
.links .links-title {
	text-align:center;
	font-size:30px;
	color:#000;
	line-height:1.5;
	padding-bottom:25px;
	margin-bottom:20px;
	font-weight:400
}
.links .links-list li {
	float:left;
	display:block;
	text-align:center;
	width:20%;
	height:50px;
	padding:0 2.5%;
	margin:20px 0
}
.links .links-list li img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle
}
.links .links-list li:after {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.links .links-list li img {
	opacity:.7;
	-webkit-transition:all .3s;
	transition:all .3s
}
.links .links-list li:hover img {
	opacity:1
}
@media (max-width:768px) {
	.links {
	padding:30px 0;
	padding-top:0
}
.links .links-title {
	font-size:20px;
	margin:0
}
.links .links-list li {
	height:30px;
	margin:10px 0;
	width:33.333%
}
.links .links-list li:nth-of-type(10) {
	display:none
}
}.application {
	background:url(../images/915089a913jdtq3f.png) top no-repeat;
	background-size:cover;
	padding:7.8125% 0
}
.application .index-more {
	margin-top:30px
}
.application .white a {
	background:#00ade9
}
.application .white a:hover {
	background:#0083cc;
	color:#fff
}
#anchor {
	line-height:60px;
	padding-top:30px
}
#anchor .container {
	border-bottom:1px solid #ddd
}
#anchor .container .anchor {
	font-size:13px
}
#anchor .container .anchor span {
	margin:0 10px
}
#anchor .container .anchor a {
	color:#666
}
#anchor .container .anchor a:hover {
	color:#03a9f4
}
@media (max-width:768px) {
	#anchor {
	padding-top:5px;
	display:none
}
}.map-index {
	background:#f8f8f8;
	padding:50px 0;
	display:none
}
.map-index .map-content .map-img {
	width:930px;
	height:621px;
	position:relative;
	float:left
}
.map-index .map-content .map-img .point-area {
	position:absolute;
	-webkit-transition:opacity .5s ease-out;
	transition:opacity .5s ease-out;
	width:34px;
	height:34px;
	visibility:visible;
	opacity:1
}
.map-index .map-content .map-img .point-area span {
	position:absolute;
	width:50px
}
.map-index .map-content .map-img .point-area .point-dot {
	z-index:1;
	background-color:#3bbdf7;
	display:block;
	border:1px solid rgba(59,189,247,.37)
}
.map-index .map-content .map-img .point-area .point-dot.suzhou {
	background-color:#fd6e2e;
	border:1px solid rgba(253,110,46,.37)
}
.map-index .map-content .map-img .point-area .point {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:8px;
	height:8px;
	margin:auto;
	border-radius:50%
}
.map-index .map-content .map-img .point-area div.point {
	width:100%;
	height:100%
}
.map-index .map-content .map-img .point-area div.point:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #00cdec;
	opacity:0;
	-webkit-animation:ripple 4.5s ease-out 225ms infinite;
	animation:ripple 4.5s ease-out 225ms infinite
}
.map-index .map-content .map-img .point-area div.suzhou:after {
	border-color:#f0082f
}
.map-index .map-content .map-img .point-area div.point-70:after {
	-webkit-animation:ripple 4.5s ease-out 1.57s infinite;
	animation:ripple 4.5s ease-out 1.57s infinite
}
.map-index .map-content .map-text {
	padding:10px 0;
	text-align:right;
	float:right
}
.map-index .map-content .map-text li {
	padding:20px 10px;
	position:relative
}
.map-index .map-content .map-text li .num {
	position:relative;
	font-size:44px;
	font-weight:700;
	height:44px;
	padding-right:20px
}
.map-index .map-content .map-text li span {
	position:absolute;
	top:15px;
	right:6px;
	font-size:31px;
	font-weight:400
}
.map-index .map-content .map-text li .txt {
	font-size:16px;
	line-height:74px
}
@media (max-width:1200px) {
	.map-index .map-content .map-text {
	width:100%;
	text-align:left;
	padding-top:30px
}
.map-index .map-content .map-text li {
	float:left;
	width:25%;
	padding-bottom:0
}
.map-index .map-content .map-text li .num span {
	position:static;
	margin-top:-15px
}
}@-webkit-keyframes ripple {
	0% {
	opacity:0;
	-webkit-transform:scale(.1)
}
5% {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:scale(1)
}
}@keyframes ripple {
	0% {
	opacity:0;
	-webkit-transform:scale(.1);
	transform:scale(.1)
}
5% {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:scale(1);
	transform:scale(1)
}
}.page-banner {
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover!important;
	position:relative;
	display: block;
}
.page-banner.pc-banner .wz {
	height:140px;
	width: 100%;
}
.page-banner .wz {
	position:absolute;
	width:1200px;
	padding:0 15px;
	text-align:center;
	height:110px;
	top:40%;
	right:0;
	left:0;
	margin:auto;
	color:#fff
}
.page-banner .wz h3 {
	font-size:34px;
	margin:0 0 20px;
	line-height:1.3;
	font-weight:400
}
.page-banner .wz p {
	font-size:16px
}
@media (max-width:1200px) {
	.page-banner .wz {
	width:990px
}
}
.page-banner .wz {
	width:95%;
	height:60px;
	top:28%
}
.page-banner .wz h3 {
	font-size:24px;
	margin-bottom:10px
}
.page-banner .wz p {
	font-size:14px;
	line-height:25px!important
}



.page-about-one {
	background:#f6f6f6;
	padding:120px 0
}
.page-about-title {
	text-align:center;
	font-size:26px;
	color:#444;
	font-weight:200
}
.page-about-title span {
	display:block;
	font-size:17px
}
.page-about-info {
	text-align:center;
	font-size:14px;
	line-height:32px;
	color:#444;
	padding:0 10%;
	margin-top:60px
}
.about-one-list {
	margin-top:60px;
	padding:0 9%
}
.about-one-list .about-one-item {
	text-align:center
}
.about-one-list .about-one-item .num {
	font-size:40px;
	color:#333;
	font-weight:100
}
.about-one-list .about-one-item p {
	font-size:13px;
	color:#444;
	margin-top:10px
}
@media (max-width:990px) {
	.page-about-one {
	padding:40px 0
}
.page-about-title {
	font-size:18px
}
.about-one-list,.page-about-info {
	margin-top:20px;
	padding:0
}
.about-one-list .about-one-item {
	text-align:center;
	margin-bottom:10px
}
.about-one-list .about-one-item .num {
	font-size:26px
}
}.page-about-two {
	background:#fff;
	padding:120px 0
}
.about-two-list {
	margin-top:100px;
	padding:0 12.5%
}
.about-two-list>div {
	width:20%;
	position:relative
}
.about-two-list>div:after {
	background:#ddd
}
.about-two-list>div:after,.about-two-list>div:last-child:after {
	position:absolute;
	width:1px;
	height:60px;
	content:"";
	right:0;
	top:14%
}
.about-two-list>div:last-child:after {
	background:none
}
.about-two-list .about-two-item {
	text-align:center
}
.about-two-list .about-two-item .icon {
	display:block
}
.about-two-list .about-two-item .icon i {
	color:#445780;
	font-size:40px
}
.about-two-list .about-two-item p {
	margin-top:10px;
	font-size:14px;
	color:#444;
	min-height:42px
}
@media (max-width:768px) {
	.page-about-two {
	padding:35px 0
}
.about-two-list {
	padding:0;
	margin-top:30px
}
.about-two-list>div {
	width:33.3333%
}
.about-two-list div[class*=col-] {
	margin-bottom:20px
}
.about-two-list div[class*=col-]:nth-child(3n) {
	border-right:none
}
}.page-about-three {
	background:#f6f6f6;
	padding:120px 0;
	padding-bottom:50px
}
.page-about-three .about-three-img {
	text-align:center;
	margin-top:40px
}
.page-about-three .about-three-img img {
	max-width:100%
}
@media (max-width:990px) {
	.page-about-three {
	padding:40px 0
}
}.page-about-four {
	padding:100px 0;
	background:#fff
}
.page-about-four .about-four-item {
	border:1px solid #e0e0e0;
	text-align:center;
	padding:0 10%;
	height:480px
}
.page-about-four .about-four-item .icon {
	padding-top:70px
}
.page-about-four .about-four-item .icon i {
	font-size:45px;
	color:#445780
}
.page-about-four .about-four-item h3 {
	font-size:18px;
	color:#000;
	font-weight:400;
	margin:30px 0
}
.page-about-four .about-four-item p {
	font-size:14px;
	line-height:32px;
	color:#444
}
.page-about-four .hezuo {
	background:url(../images/0e918be2eapimbzf.png) no-repeat 50%;
	padding:50px 10%;
	margin-top:30px
}
@media (max-width:990px) {
	.page-about-four .about-four-item .icon {
	padding-top:30px
}
}@media (max-width:768px) {
	.page-about-four {
	padding:30px 0
}
.page-about-four .about-four-item {
	margin:0 0 20px;
	padding:30px 5%;
	height:auto
}
.page-about-four .about-four-item .icon {
	padding-top:0
}
.page-about-four .about-four-item h3 {
	margin:10px 0
}
.page-about-four .hezuo {
	padding:20px 10%
}
}@media (max-width:768px) {
	#xiangyun-map {
	overflow:hidden;
	height:350px!important
}
#xiangyun-map>div {
	position:absolute!important;
	top:50%!important;
	margin-top:-175px!important
}
}.page-sort {
	padding-top:50px;
	margin-bottom:10px
}
.page-sort .sort-list {
	font-size:0;
	text-align:center
}
.page-sort .sort-list li {
	display:inline-block;
	margin:0 40px
}
.page-sort .sort-list li>a {
	display:block;
	padding:0 10px 15px;
	font-size:14px;
	color:#444;
	border-bottom:1px solid transparent
}
.page-sort .sort-list li.active>a,.page-sort .sort-list li:hover>a {
	color:#03a9f4;
	font-weight:700;
	border-bottom-color:#03a9f4
}
@media (max-width:990px) {
	.page-sort .sort-list li {
	margin:0;
	padding:0 15px;
	width:50%
}
.page-sort .sort-list li>a {
	padding:0;
	line-height:30px
}
}.page-news-wrap {
	padding:20px 0
}


.page-news-wrap .container .detail-content p span img{
    /*width:100%!important;*/
    max-width:100%!important;
    height:auto!important;
}
.page-news-wrap .news-sort {
	padding-top:0
}
.page-news-wrap .news-sort .sort-list li {
	text-align:left;
	margin:0;
	display:block
}
.page-news-wrap .news-sort .sort-list li a {
	border-bottom:none;
	padding:10px 15px;
	padding-left:0;
	font-weight:400
}
.page-news-sort>li {
	padding:10px 15px
}
.page-news-sort>li>a {
	display:block;
	color:#666;
	font-size:14px
}
.page-news-sort>li.active a,.page-news-sort>li:hover a {
	color:#03a9f4
}
.page-news-list li {
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	padding-top:20px
}
.page-news-list li:first-of-type {
	padding-top:0
}
.page-news-list li h3 {
	font-size:21px;
	color:#2f3033;
	margin:10px 0;
	font-weight:400
}
.page-news-list li .date {
	margin:0 5px;
	font-size:12px;
	color:#97989c
}
.page-news-list li .info {
	font-size:14px;
	line-height:2;
	color:#888;
	margin:20px 0 10px
}
.page-news-list li:hover h3 {
	color:#03a9f4
}
.page-news-list h4 {
	text-align:center;
	padding:50px 0;
	font-weight:400;
	font-size:20px;
	font-weight:100
}
@media (max-width:768px) {
	.page-news-wrap {
	padding-top:0
}
.page-news-sort {
	margin:20px 0
}
.page-news-sort>li {
	display:inline-block;
	padding-left:0
}
.page-news-sort>li a {
	font-size:18px
}
.page-news-list li h3 {
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.page-news-list li .info {
	font-size:14px;
	margin:10px 0
}
}.pagination-wrap {
	text-align:center;
	font-size:14px
}
.pagination-wrap .pagination {
	margin:25px 0;
	vertical-align:middle
}
.pagination-wrap .pagination li span {
	border:none
}
.pagination-wrap .pagination li a,.pagination-wrap .pagination li span {
	margin:0 10px;
	width:40px;
	height:40px;
	line-height:40px;
	padding:0;
	background:none;
	font-size:26px;
	font-weight:100
}
.pagination-wrap .pagination li a {
	border-radius:2px;
	color:#000;
	border:none
}
.pagination-wrap .pagination li a:hover {
	color:#00ade9!important;
	background:none
}
@media (max-width:760px) {
	.pagination-wrap .pagination li a,.pagination-wrap .pagination li span {
	height:30px;
	line-height:30px;
	font-size:18px;
	width:30px;
	margin:0
}
}.pagination-wrap .pagination .pagina a .iconfont,.pagination-wrap .pagination .pagina span .iconfont {
	font-size:30px;
	line-height:42px;
	color:#000;
	display:block;
	height:40px
}
.pagination-wrap .pagination .pagina a .iconfont:hover,.pagination-wrap .pagination .pagina span .iconfont:hover {
	color:#00ade9
}
@media (max-width:760px) {
	.pagination-wrap .pagination .pagina a .iconfont,.pagination-wrap .pagination .pagina span .iconfont {
	line-height:32px;
	height:30px
}
}.pagination-wrap .pagination .paginb a .iconfont,.pagination-wrap .pagination .paginb span .iconfont {
	font-size:30px;
	line-height:42px;
	color:#000;
	display:block;
	height:40px
}
.pagination-wrap .pagination .paginb a .iconfont:hover,.pagination-wrap .pagination .paginb span .iconfont:hover {
	color:#00ade9
}
@media (max-width:760px) {
	.pagination-wrap .pagination .paginb a .iconfont,.pagination-wrap .pagination .paginb span .iconfont {
	line-height:32px;
	height:30px
}
}.pagination-wrap .pagination .active span {
	color:#bebebe
}
.pagination-wrap .pagination .active span:hover {
	color:#bebebe;
	background:none
}
.pagination-wrap .paginatt {
	display:inline-block;
	vertical-align:middle
}
.pagination-wrap .paginatt .iconfont {
	font-size:30px;
	line-height:42px;
	color:#000;
	display:block;
	height:40px
}
.pagination-wrap .paginatt .iconfont:hover {
	color:#00ade9
}
@media (max-width:768px) {
	.pagination-wrap {
	text-align:center
}
.pagination-wrap .paginatt {
	display:none
}
.pagination-wrap .pagination li span {
	margin:0
}
}.news-detail-wrap {
	padding:60px 0;
	border-bottom:1px solid #e0e0e0
}
.detail-title {
	font-size:22px;
	color:#333;
	font-weight:400;
	line-height:1.5;
	margin:0 0 10px -9px
}
.detail-info {
	font-size:14px;
	color:#999;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:25px;
	margin-bottom:25px
}
.detail-info .date {
	margin-right:30px
}
.detail-content {
	font-size:14px;
	line-height:34px;
	color:#666
}
.detail-search {
	margin-top:13px;
	border:1px solid #e0e0e0;
	height:40px;
	margin-bottom:39px
}
.detail-search input[type=text] {
	width:calc(100% - 40px);
	height:38px;
	background:none;
	outline:none;
	border:none;
	font-size:14px;
	color:#bbb;
	padding-left:10px
}
.detail-search button[type=submit] {
	float:right;
	width:40px;
	height:38px;
	background:none;
	outline:none;
	border:none;
	font-size:20px
}
.detail-sort {
	border-top:1px solid #e0e0e0;
	padding-top:25px
}
.detail-sort li a {
	font-size:14px;
	color:#333;
	display:block;
	line-height:40px
}
.detail-sort li a:hover {
	color:#03a9f4
}
.hot-news {
	margin-bottom:10px
}
.hot-news h3 {
	margin:0 0 10px;
	padding-bottom:10px;
	font-size:18px;
	color:#333;
	font-weight:400;
	border-bottom:1px solid #e0e0e0
}
.hot-news .hot-news-list li {
	line-height:32px
}
.hot-news .hot-news-list li a {
	font-size:13px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:0;
	color:#666;
	padding-left:13px
}
.hot-news .hot-news-list li a:hover {
	color:#00ade9
}
.hot-news .hot-news-list li a:before {
	content:"";
	position:absolute;
	margin-left:-13px;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#00ade9;
	margin-top:14.5px
}
.hot-news .hot-news-zs {
	display:block;
	margin-top:20px
}
.hot-news .hot-news-zs img {
	max-width:100%
}
@media (max-width:990px) {
	.detail-title {
	margin-left:0;
	margin-top:10px
}
.detail-search {
	margin-top:0
}
.news-detail-wrap .hot-news {
	margin-top:40px
}
}.page-next-prev {
	background:#f6f6f6;
	padding:11px 15px;
	margin-top:60px
}
.page-next-prev span {
	display:inline-block;
	border:1px solid #666;
	border-radius:2px;
	font-size:12px;
	color:#666;
	width:65px;
	text-align:center;
	margin-right:15px
}
.page-next-prev a {
	font-size:14px;
	color:#666;
	display:block;
	line-height:40px
}
.page-next-prev a:hover {
	opacity:.5
}
.page-next-prev .page-next,.page-next-prev .page-prev {
	width:50%;
	float:left
}
.page-next-prev .page-next {
	text-align:right;
	position:relative
}
.page-next-prev .page-next a {
	padding-right:85px
}
.page-next-prev .page-next span {
	position:absolute;
	right:0;
	top:0;
	margin-right:0
}
@media (max-width:990px) {
	.page-next-prev .page-next,.page-next-prev .page-prev {
	width:100%;
	float:none
}
.page-next-prev a {
	line-height:30px
}
.page-next-prev .page-next {
	text-align:left;
	margin-top:15px
}
.page-next-prev .page-next a {
	padding-left:85px;
	padding-right:0
}
.page-next-prev .page-next span {
	position:absolute;
	right:auto;
	top:0;
	left:0
}
}@media (max-width:768px) {
	.news-detail-wrap .detail-content img {
	max-width:100%;
	height:auto!important
}
}.page-product-pcbox {
	background:#f6f6f6;
	padding:90px 0;
	font-size:0
}
.page-product-title {
	text-align:center;
	margin-bottom:70px
}
.page-product-title.special {
	margin-bottom:50px
}
.page-product-title h3 {
	margin:0;
	font-weight:200;
	font-size:18px;
	color:#333
}
.page-product-title h4 {
	margin:40px 0 0;
	font-weight:200;
	font-size:16px;
	color:#333;
	line-height:28px
}
.page-product-title p {
	font-size:26px;
	margin-bottom:10px;
	font-weight:200;
	color:#555
}
.page-product-title .info {
	font-size:16px;
	line-height:1.875;
	color:#555;
	margin-top:35px;
	padding:0 8%
}
.page-product-title .info p {
	font-weight:400;
	font-size:16px
}
.page-product-pcbox .page-product-img {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	width:50%
}
.page-product-pcbox .page-product-img img {
	max-width:100%
}
.page-product-pcbox .page-product-text {
	width:36%;
	margin-left:14%;
	display:inline-block;
	vertical-align:middle
}
.page-product-pcbox .page-product-text h4 {
	font-size:24px;
	color:#445780;
	font-weight:400;
	margin:0 0 30px
}
.page-product-pcbox .page-product-text h4 .iconfont {
	font-size:35px;
	color:#445780;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle
}
.page-product-pcbox .page-product-text h4 span {
	display:inline-block;
	vertical-align:middle
}
.page-product-pcbox .page-product-text p {
	font-size:18px;
	line-height:1.6;
	color:#444;
	font-weight:200
}
.page-product-pcbox:nth-of-type(odd) {
	background:#fff
}
.page-product-pcbox:nth-of-type(odd) .page-product-img {
	text-align:right
}
.page-product-pcbox:nth-of-type(odd) .page-product-text {
	width:36%;
	margin-right:14%;
	margin-left:0
}
@media (max-width:990px) {
	.page-product-pcbox {
	padding:40px 0
}
.page-product-pcbox .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.page-product-title {
	margin-bottom:25px
}
.page-product-title p {
	font-size:18px;
	line-height:25px
}
.page-product-title h3 {
	font-size:16px;
	margin-bottom:5px;
	line-height:1.5
}
.page-product-title .info {
	font-size:14px;
	padding:0;
	margin-top:15px
}
.page-product-pcbox .page-product-img {
	width:100%!important;
	text-align:center!important;
	margin-bottom:30px!important;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}
.page-product-pcbox .page-product-img img {
	max-width:90%
}
.page-product-pcbox .page-product-text {
	width:100%!important;
	margin:0!important;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2
}
.page-product-pcbox .page-product-text h4 {
	font-size:18px;
	margin:0 0 10px
}
.page-product-pcbox .page-product-text h4 .iconfont {
	font-size:18px
}
.page-product-pcbox .page-product-text p {
	font-size:16px
}
}.pca-list .pca-item {
	padding:50px 30px;
	text-align:center
}
.pca-list .pca-item .icon {
	display:block;
	line-height:1;
	margin-bottom:25px
}
.pca-list .pca-item .icon .iconfont {
	font-size:58px;
	color:#333
}
.pca-list .pca-item .icon .icon-operatete {
	color:#efbb67
}
.pca-list .pca-item .icon .icon-yingxiao {
	color:#55c9f2
}
.pca-list .pca-item .icon .icon-kehuduan {
	color:#f56983
}
.pca-list .pca-item h4 {
	font-weight:400;
	font-size:18px;
	margin:0 0 15px;
	color:#444
}
.pca-list .pca-item p {
	font-size:16px;
	color:#444;
	line-height:32px
}
@media (max-width:990px) {
	.pca-list .pca-item {
	width:100%;
	text-align:left;
	padding:15px 0;
	font-size:0
}
.pca-list .pca-item .icon {
	width:60px;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0
}
.pca-list .pca-item .icon .iconfont {
	font-size:45px
}
.pca-list .pca-item .text {
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 60px)
}
.pca-list .pca-item .text h4 {
	font-size:16px;
	margin:0 0 5px
}
.pca-list .pca-item .text p {
	font-size:14px;
	line-height:25px
}
}.page-product-pcbox.page-product-pcb .page-product-img {
	display:inline-block;
	width:60%;
	text-align:right;
	vertical-align:middle
}
.page-product-pcbox.page-product-pcb .page-product-text {
	display:inline-block;
	width:38%;
	margin-right:2%;
	vertical-align:middle
}
.page-product-wmbox {
	padding:90px 0
}
.page-product-wmbox:nth-of-type(2n) {
	background:#f6f6f6
}
.page-product-wmbox .page-product-wmimg {
	text-align:center
}
.page-product-wmbox .page-product-wmimg img {
	max-width:100%
}
.page-product-wmbox .wmapp-download {
	text-align:center
}
.page-product-wmbox .wmapp-download>div {
	width:calc(50% - 12px);
	border:1px solid #f3f3f3;
	background-color:#fff;
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.03);
	box-shadow:0 2px 5px 0 rgba(0,0,0,.03);
	padding:40px 0;
	display:inline-block;
	margin:0 5px
}
.page-product-wmbox .wmapp-download>div .img {
	width:45%;
	text-align:center;
	line-height:120px;
	font-size:0;
	display:inline-block;
	vertical-align:middle
}
.page-product-wmbox .wmapp-download>div .img img {
	display:inline-block;
	vertical-align:middle
}
.page-product-wmbox .wmapp-download>div .img .ewm-img {
	display:none
}
.page-product-wmbox .wmapp-download>div .wz {
	display:inline-block;
	width:50%;
	vertical-align:middle;
	text-align:left
}
.page-product-wmbox .wmapp-download>div .wz h4 {
	font-size:28px;
	color:#555;
	font-weight:400;
	margin-bottom:15px
}
.page-product-wmbox .wmapp-download>div .wz h4 span {
	display:block;
	font-size:22px;
	margin-top:10px
}
.page-product-wmbox .wmapp-download>div .wz a {
	display:block;
	width:103px;
	height:31px;
	border-radius:2px;
	background:#008af4;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:31px;
	-webkit-transition:all .3s;
	transition:all .3s
}
.page-product-wmbox .wmapp-download>div .wz a:hover {
	background:#0083cc
}
.page-product-wmbox .wmapp-download>div .wz p {
	display:none;
	font-size:18px;
	color:#555;
	line-height:31px
}
.page-product-wmbox .wmapp-download>div:hover {
	background:#fafdff
}
.page-product-wmbox .wmapp-download>div:hover .img img {
	display:none
}
.page-product-wmbox .wmapp-download>div:hover .img .ewm-img {
	display:inline-block
}
.page-product-wmbox .wmapp-download>div:hover .wz p {
	display:block
}
.page-product-wmbox .wmapp-download .ios-app:hover .wz a {
	display:none
}
@media (max-width:990px) {
	.page-product-wmbox .wmapp-download>div {
	width:100%;
	margin:10px 0
}
}@media (max-width:990px) {
	.page-product-wmbox {
	padding:40px 0
}
}.wm-language {
	background:url(../images/wm-map.png) no-repeat center 210px;
	padding:120px 0;
	padding-bottom:150px
}
@media (max-width:768px) {
	.wm-language {
	padding:30px 0
}
}.wma-list {
	font-size:0
}
.wma-list li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:14.2857%
}
.wma-list li .icon {
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.wma-list li .icon img {
	max-width:100%
}
.wma-list li .dots {
	margin:13px 0;
	position:relative;
	height:15px
}
.wma-list li .dots:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:7px;
	border-top:1px dashed #999
}
.wma-list li .dots:before {
	content:"";
	position:absolute;
	z-index:9;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#fff;
	left:50%;
	margin-left:-7.5px;
	border:3px solid #c9c9c9;
	-webkit-transition:all .3s ease;
	transition:all .3s ease
}
.wma-list li p {
	font-size:14px;
	color:#555;
	margin-bottom:0
}
.wma-list li:hover .icon {
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px)
}
.wma-list li:hover .dots:before {
	background:#03a9f4;
	border-color:hsla(0,0%,100%,.6)
}
@media (max-width:990px) {
	.page-product-wma .wma-list li {
	width:25%;
	margin-bottom:10px
}
.page-product-wma .wma-list li:nth-of-type(7) {
	display:none
}
}@media (max-width:520px) {
	.page-product-wma .wma-list li {
	width:33.33333%
}
}.page-product-wmb .wmb-list {
	padding:0 5%
}
.page-product-wmb .wmb-list li {
	float:left;
	width:20%;
	margin:12.5px 0;
	font-size:16px;
	color:#666;
	padding-left:4%
}
.page-product-wmb .wmb-list li img {
	margin-right:10px
}
@media (max-width:1200px) {
	.page-product-wmb .wmb-list {
	padding:0
}
}@media (max-width:990px) {
	.page-product-wmb .wmb-list li {
	width:25%;
	margin:3px 0
}
}@media (max-width:768px) {
	.page-product-wmb .wmb-list li {
	font-size:0;
	text-align:center;
	margin-bottom:12px
}
.page-product-wmb .wmb-list li img {
	max-width:100%
}
}.page-product-wxbox {
	background:#fff;
	padding:90px 0
}
.page-product-wxbox:nth-of-type(odd) {
	background:#f6f6f6
}
@media (max-width:990px) {
	.page-product-wxbox {
	padding:40px 0
}
}.page-product-wxa {
	padding-bottom:0
}
.page-product-wxa .wxa-text {
	float:left;
	width:35%;
	padding-top:10%
}
.page-product-wxa .wxa-text h4 {
	font-size:22px;
	color:#444;
	font-weight:400
}
.page-product-wxa .wxa-text p {
	font-size:16px;
	line-height:2.625;
	color:#444
}
.page-product-wxa .wxa-img img {
	max-width:100%
}
@media (max-width:1200px) {
	.page-product-wxa .wxa-text {
	padding-top:5%
}
}@media (max-width:990px) {
	.page-product-wxa .wxa-text {
	width:100%;
	display:block;
	margin-bottom:20px
}
}.wxb-list div[class*=col-] {
	margin:15px 0;
	margin-top:0
}
.wxb-list .wechat-item {
	border:1px solid silver;
	padding:40px 50px;
	color:#444;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	text-align:center
}
.wxb-list .wechat-item h5 {
	font-size:16px;
	font-weight:700;
	margin:0 0 10px;
	color:#222
}
.wxb-list .wechat-item p {
	font-size:14px;
	line-height:30px;
	min-height:60px
}
.wxb-list .wechat-item:hover {
	-webkit-box-shadow:0 3px 7.6px .4px rgba(2,2,2,.15);
	box-shadow:0 3px 7.6px .4px rgba(2,2,2,.15)
}
@media (max-width:768px) {
	.page-product-wxb .wxb-list .wechat-item {
	padding:30px
}
.page-product-wxb .wxb-list .wechat-item h5 {
	font-weight:400
}
}.wxc-list .wxc-item {
	text-align:center;
	padding:0 10%
}
.wxc-list .wxc-item .icon {
	display:block;
	margin-bottom:20px;
	line-height:1
}
.wxc-list .wxc-item .icon .iconfont {
	font-size:40px;
	color:#444
}
.wxc-list .wxc-item .icon .icon-hulianwang1 {
	color:#efbb67
}
.wxc-list .wxc-item .icon .icon-kehuqunzurenxianxing {
	color:#55c9f2
}
.wxc-list .wxc-item .icon .icon-qiye {
	color:#f56983
}
.wxc-list .wxc-item h4 {
	font-size:16px;
	color:#242424;
	font-weight:400;
	margin:0 0 10px
}
.wxc-list .wxc-item p {
	font-size:14px;
	line-height:30px;
	color:#444;
	font-weight:200
}
@media (max-width:768px) {
	.wxc-list .wxc-item {
	margin-bottom:30px;
	padding:0
}
.wxc-list .wxc-item .icon {
	margin-bottom:10px
}
}.page-product-wxd .wxd-text {
	width:49%;
	padding-right:8%;
	display:inline-block;
	vertical-align:middle
}
.page-product-wxd .wxd-text dl {
	margin-bottom:25px
}
.page-product-wxd .wxd-text dl dt {
	font-weight:400;
	font-size:22px;
	color:#444;
	line-height:45px
}
.page-product-wxd .wxd-text dl dd {
	font-size:16px;
	color:#444;
	font-weight:200
}
.page-product-wxd .wxd-img {
	display:inline-block;
	vertical-align:middle;
	width:49%;
	text-align:right
}
.page-product-wxd .wxd-img img {
	max-width:100%
}
@media (max-width:990px) {
	.page-product-wxd .wxd-text {
	display:block;
	width:100%;
	padding-right:0
}
.page-product-wxd .wxd-text dl dt {
	font-size:18px
}
.page-product-wxd .wxd-text dl dd {
	font-size:14px
}
.page-product-wxd .wxd-img {
	display:block;
	width:100%;
	text-align:center
}
}.wxe-list div[class*=col-]:not(:last-child) {
	border-right:1px solid #bababa
}
.wxe-list .wxe-item .icon {
	display:inline-block;
	vertical-align:middle;
	width:55px
}
.wxe-list .wxe-item .icon .iconfont {
	font-size:40px;
	color:#7b7b7b
}
.wxe-list .wxe-item .text {
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 60px);
	color:#444
}
.wxe-list .wxe-item .text h5 {
	font-size:16px;
	font-weight:400;
	margin:0 0 10px
}
.wxe-list .wxe-item .text p {
	font-size:14px;
	font-weight:200
}
@media (max-width:990px) {
	.wxe-list div[class*=col-] {
	margin:10px 0
}
.wxe-list div[class*=col-]:nth-of-type(2n) {
	border-right:none
}
}@media (max-width:500px) {
	.wxe-list div[class*=col-] {
	border-right:none!important
}
}.page-product-wxf {
	text-align:center
}
.page-product-wxf h3 {
	font-size:36px;
	font-weight:200;
	color:#444;
	margin:0 0 30px
}
.page-product-wxf h3 span {
	font-weight:400;
	color:#45a89e
}
.page-product-wxf h4 {
	font-size:20px;
	color:#444;
	margin-bottom:15px;
	font-weight:400
}
.page-product-wxf h4 .iconfont {
	font-size:20px;
	color:#444;
	margin-right:5px
}
.page-product-wxf h5 {
	margin:0;
	font-size:16px;
	color:#444
}
@media (max-width:768px) {
	.page-product-wxf h3 {
	font-size:28px
}
}.page-product-jst {
	position:relative
}
.page-product-jst .jst-app-list img {
	max-width:100%
}
.page-product-jst1 {
	position:relative;
	z-index:-2
}
.page-product-jst {
	background:#f6f6f6
}
.page-product-jst:nth-of-type(odd) {
	background:#fff
}
.page-product-jst .jst-summary {
	text-align:center;
	font-size:14px;
	color:#787878;
	line-height:35px;
	max-width:1080px;
	margin:0 auto
}
.page-product-jst .wxb-list {
	font-size:0
}
.page-product-jst .wxb-list .jst-influence {
	width:33.3333%;
	display:inline-block;
	vertical-align:top
}
.page-product-jst .wxb-list .jst-influence .web-item {
	text-align:center;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:25px 20px
}
.page-product-jst .wxb-list .jst-influence .web-item .icon {
	display:block;
	text-align:center
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .iconfont {
	font-size:100px;
	line-height:1
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--1 {
	color:#64ba71
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--2 {
	color:#52c1e7
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--3 {
	color:#50bec1
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--4 {
	color:#7ca5d6
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--5 {
	color:#2f91a7
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--6 {
	color:#7ca5d6
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--7 {
	color:#58a564
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--8 {
	color:#39afb3
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .icon--9 {
	color:#cddf79
}
.page-product-jst .wxb-list .jst-influence .web-item h5 {
	line-height:35px;
	font-size:18px;
	margin-bottom:0;
	margin-top:10px
}
.page-product-jst .wxb-list .jst-influence .web-item p {
	font-size:14px;
	color:#838383;
	min-height:42px
}
@media (min-width:990px) {
	.page-product-jst .wxb-list .jst-influence:nth-of-type(3n) .web-item {
	border-right:none
}
.page-product-jst .wxb-list .jst-influence:nth-of-type(7) .web-item,.page-product-jst .wxb-list .jst-influence:nth-of-type(8) .web-item,.page-product-jst .wxb-list .jst-influence:nth-of-type(9) .web-item {
	border-bottom:none
}
}@media (max-width:990px) {
	.page-product-jst .wxb-list .jst-influence {
	width:50%
}
.page-product-jst .wxb-list .jst-influence .web-item {
	padding:20px 20px 10px
}
.page-product-jst .wxb-list .jst-influence .web-item .icon .iconfont {
	font-size:60px
}
.page-product-jst .wxb-list .jst-influence .web-item h5 {
	font-weight:400;
	font-size:14px;
	margin-top:0
}
.page-product-jst .wxb-list .jst-influence .web-item p {
	font-size:12px
}
.page-product-jst .wxb-list .jst-influence:nth-of-type(2n) .web-item {
	border-right:none
}
.page-product-jst .wxb-list .jst-influence:nth-of-type(9) .web-item {
	border-bottom:none
}
}@media (max-width:370px) {
	.page-product-jst .wxb-list .jst-influence {
	width:100%;
	border-right:none
}
.page-product-jst .wxb-list .jst-influence .web-item {
	padding-bottom:20px
}
.page-product-jst .wxb-list .jst-influence .web-item p {
	min-height:auto
}
}.jst-introduct {
	padding-bottom:0
}
.jst-introduct .page-product-title {
	margin-bottom:50px
}
.jst-introduct .jst-app-list {
	margin-top:60px
}
.page-product-jst .zc-img {
	width:100%;
	text-align:center
}
.page-product-jst .zc-img img {
	max-width:100%
}
.page-product-khd {
	text-align:center;
	position:static
}
.page-product-khd .jst-kehuduan {
	width:100%;
	text-align:center;
	margin-top:-20px
}
.page-product-khd .jst-kehuduan img {
	max-width:100%;
	display:block
}
.page-product-khd .khd-download {
	width:153px;
	height:38px;
	line-height:38px;
	border:1px solid #333;
	border-radius:25px;
	color:#333;
	font-size:14px;
	text-align:center;
	display:inline-block;
	margin:0 30px;
	-webkit-transition:all .3s;
	transition:all .3s;
	background:none;
	cursor:pointer
}
.page-product-khd .khd-download span {
	display:inline-block;
	vertical-align:middle
}
.page-product-khd .khd-download .icon {
	margin-right:2px
}
.page-product-khd .khd-download .icon .iconfont {
	font-size:20px;
	color:#333
}
.page-product-khd .khd-download:hover {
	background:#1bb1f4;
	border:1px solid #1bb1f4
}
.page-product-khd .khd-download:hover .icon .iconfont,.page-product-khd .khd-download:hover span {
	color:#fff
}
.page-product-khd .pc-version-box {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	left:0;
	top:0;
	z-index:9999;
	display:none
}
.page-product-khd .pc-version-box .pc-version {
	position:absolute;
	padding:40px 50px;
	background:#fff;
	left:0;
	right:0;
	margin:auto;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:580px
}
.page-product-khd .pc-version-box .pc-version h3 {
	font-weight:400;
	margin-top:0;
	position:relative
}
.page-product-khd .pc-version-box .pc-version h3 .icon {
	display:block
}
.page-product-khd .pc-version-box .pc-version h3 .icon .iconfont {
	font-size:62px;
	color:#333
}
.page-product-khd .pc-version-box .pc-version h3 .title {
	font-size:22px;
	color:#333;
	line-height:35px
}
.page-product-khd .pc-version-box .pc-version h3 p {
	font-size:14px;
	color:#666;
	padding:10px 0;
	padding-bottom:20px
}
.page-product-khd .pc-version-box .pc-version h3 .version-hide {
	width:20px;
	height:20px;
	position:absolute;
	right:-43px;
	top:-31px;
	cursor:pointer
}
.page-product-khd .pc-version-box .pc-version h3 .version-hide .iconfont {
	color:#8f8e8f;
	font-size:16px
}
.page-product-khd .pc-version-box .pc-version .button a {
	display:inline-block;
	width:175px;
	height:38px;
	background:#1bb1f4;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:38px;
	border-radius:25px;
	margin:0 20px;
	-webkit-transition:all .3s;
	transition:all .3s
}
.page-product-khd .pc-version-box .pc-version .button a:hover {
	background:#0083cc
}
@media (max-width:768px) {
	.page-product-khd .jst-kehuduan .open-version {
	margin-bottom:10px
}
.page-product-khd .pc-version-box .pc-version {
	width:90%
}
.page-product-khd .pc-version-box .pc-version .button a {
	margin-bottom:10px
}
}.page-product-wmbox .jst-kehuduan {
	width:100%;
	text-align:center;
	margin-top:-20px
}
.page-product-wmbox .jst-kehuduan .khd-download {
	width:153px;
	height:38px;
	line-height:38px;
	border:1px solid #333;
	border-radius:25px;
	color:#333;
	font-size:14px;
	text-align:center;
	display:inline-block;
	margin:0 30px;
	-webkit-transition:all .3s;
	transition:all .3s;
	background:none;
	cursor:pointer
}
.page-product-wmbox .jst-kehuduan .khd-download span {
	display:inline-block;
	vertical-align:middle
}
.page-product-wmbox .jst-kehuduan .khd-download .icon {
	margin-right:2px
}
.page-product-wmbox .jst-kehuduan .khd-download .icon .iconfont {
	font-size:20px;
	color:#333
}
.page-product-wmbox .jst-kehuduan .khd-download:hover {
	background:#1bb1f4;
	border:1px solid #1bb1f4
}
.page-product-wmbox .jst-kehuduan .khd-download:hover .icon .iconfont,.page-product-wmbox .jst-kehuduan .khd-download:hover span {
	color:#fff
}
.page-product-wmbox .pc-version-box {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	left:0;
	top:0;
	z-index:9999;
	display:none;
	text-align:center
}
.page-product-wmbox .pc-version-box .pc-version {
	position:absolute;
	padding:40px 50px;
	background:#fff;
	left:0;
	right:0;
	margin:auto;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:580px
}
.page-product-wmbox .pc-version-box .pc-version h3 {
	font-weight:400;
	margin-top:0;
	position:relative
}
.page-product-wmbox .pc-version-box .pc-version h3 .icon {
	display:block
}
.page-product-wmbox .pc-version-box .pc-version h3 .icon .iconfont {
	font-size:62px;
	color:#333
}
.page-product-wmbox .pc-version-box .pc-version h3 .title {
	font-size:22px;
	color:#333;
	line-height:35px
}
.page-product-wmbox .pc-version-box .pc-version h3 p {
	font-size:14px;
	color:#666;
	padding:10px 0;
	padding-bottom:20px
}
.page-product-wmbox .pc-version-box .pc-version h3 .version-hide {
	width:20px;
	height:20px;
	position:absolute;
	right:-43px;
	top:-31px;
	cursor:pointer
}
.page-product-wmbox .pc-version-box .pc-version h3 .version-hide .iconfont {
	color:#8f8e8f;
	font-size:16px
}
.page-product-wmbox .pc-version-box .pc-version .button {
	text-align:left
}
.page-product-wmbox .pc-version-box .pc-version .button .anniu {
	display:inline-block;
	vertical-align:middle;
	width:175px;
	height:38px;
	background:#1bb1f4;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:38px;
	border-radius:25px;
	margin-right:60px;
	-webkit-transition:all .3s;
	transition:all .3s
}
.page-product-wmbox .pc-version-box .pc-version .button .anniu:hover {
	background:#0083cc
}
.page-product-wmbox .pc-version-box .pc-version .button .code {
	display:inline-block;
	vertical-align:middle;
	padding-left:72px;
	border-left:1px solid #ddd
}
.page-product-wmbox .pc-version-box .pc-version .button .code p {
	text-align:center;
	color:#333;
	line-height:30px;
	font-size:14px
}
.page-product-wmbox .pc-version-box .ios-version {
	width:300px
}
.page-product-wmbox .pc-version-box .ios-version .button {
	text-align:center
}
.page-product-wmbox .pc-version-box .ios-version .button .code {
	display:inline-block;
	vertical-align:middle;
	padding-left:0;
	border-left:none
}
.page-product-wmbox .pc-version-box .ios-version .button .code p {
	text-align:center;
	color:#333;
	line-height:30px;
	font-size:14px
}
@media (max-width:768px) {
	.page-product-wmbox .jst-kehuduan .open-versions {
	margin-top:10px
}
.page-product-wmbox .pc-version-box .pc-version {
	width:90%
}
.page-product-wmbox .pc-version-box .pc-version .button {
	text-align:center
}
.page-product-wmbox .pc-version-box .pc-version .button .anniu {
	margin-right:0
}
.page-product-wmbox .pc-version-box .pc-version .button .code {
	padding-left:0;
	border-left:none;
	margin-top:20px
}
}.page-product-pcbox .jst-kehuduan {
	width:100%;
	text-align:center;
	margin-top:-20px
}
.page-product-pcbox .jst-kehuduan .khd-download {
	width:153px;
	height:38px;
	line-height:38px;
	border:1px solid #333;
	border-radius:25px;
	color:#333;
	font-size:14px;
	text-align:center;
	display:inline-block;
	margin:0 30px;
	-webkit-transition:all .3s;
	transition:all .3s;
	background:none;
	cursor:pointer
}
.page-product-pcbox .jst-kehuduan .khd-download span {
	display:inline-block;
	vertical-align:middle
}
.page-product-pcbox .jst-kehuduan .khd-download .icon {
	margin-right:2px
}
.page-product-pcbox .jst-kehuduan .khd-download .icon .iconfont {
	font-size:20px;
	color:#333
}
.page-product-pcbox .jst-kehuduan .khd-download:hover {
	background:#1bb1f4;
	border:1px solid #1bb1f4
}
.page-product-pcbox .jst-kehuduan .khd-download:hover .icon .iconfont,.page-product-pcbox .jst-kehuduan .khd-download:hover span {
	color:#fff
}
@media (max-width:460px) {
	.page-product-pcbox .jst-kehuduan .khd-download {
	margin-top:10px
}
}.demo-link {
	text-align:center;
	margin-top:2em;
	font-size:15px
}
.demo-link a {
	display:inline-block;
	padding:.5em 3em;
	background:#1891ff;
	border-radius:2em;
	color:#fff
}
.demo-link a:hover {
	background:#1eaeff
}
.partner-row {
	text-align:justify
}
.partner-row .partner-col {
	margin-bottom:30px;
	position:relative;
	display:inline-block;
	width:23%;
	vertical-align:top;
	border:1px solid #ddd
}
.partner-row .partner-col a {
	display:block;
	text-align:center;
	height:130px;
	padding:0 5%
}
.partner-row .partner-col a:after {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.partner-row .partner-col a img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
	-webkit-transition:-webkit-transform .5s ease;
	transition:-webkit-transform .5s ease;
	transition:transform .5s ease;
	transition:transform .5s ease,-webkit-transform .5s ease;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	-webkit-filter:gray;
	filter:gray
}
.partner-row .partner-col a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-filter:grayscale(0);
	-moz-filter:grayscale(0);
	-ms-filter:grayscale(0);
	-o-filter:grayscale(0);
	filter:grayscale(0);
	-webkit-filter:none;
	filter:none
}
.partner-row:after {
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:0;
	content:""
}
@media (max-width:768px) {
	.jst-partner {
	padding:30px 0
}
.partner-row {
	padding:0
}
.partner-row .partner-col {
	width:46%
}
}.page-product-ksp {
	padding:4.94791667% 0;
	background:#fff
}
.page-product-ksp:nth-of-type(2n) {
	background:#f6f6f6
}
@media (min-width:990px) {
	.page-product-ksp .page-product-title {
	margin-bottom:50px
}
}.page-product-ksp .jst-kehuduan {
	margin-top:0
}
.page-product-ksp .ksp-about-imgs {
	position:relative;
	width:75.21367521%;
	padding-top:5.72649573%;
	margin:0 auto
}
.page-product-ksp .ksp-about-imgs .bg-img {
	max-width:100%
}
.page-product-ksp .ksp-about-imgs span {
	position:absolute
}
.page-product-ksp .ksp-about-imgs span img {
	width:114px
}
.page-product-ksp .ksp-about-imgs .icon1 {
	left:0;
	bottom:18.84700665%
}
.page-product-ksp .ksp-about-imgs .icon2 {
	left:24.65909091%;
	bottom:65.85365854%
}
.page-product-ksp .ksp-about-imgs .icon3 {
	left:62.27272727%;
	bottom:65.85365854%
}
.page-product-ksp .ksp-about-imgs .icon4 {
	right:0;
	bottom:18.84700665%
}
@media (max-width:990px) {
	.page-product-ksp .ksp-about-imgs {
	width:100%;
	font-size:0
}
.page-product-ksp .ksp-about-imgs .bg-img {
	display:none;
	padding-top:0
}
.page-product-ksp .ksp-about-imgs span {
	position:static;
	width:50%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin:5px 0
}
.page-product-ksp .ksp-about-imgs span img {
	width:auto;
	max-width:100%
}
}.ksp-summary {
	text-align:center;
	font-size:16px;
	color:#555;
	line-height:1.7;
	margin-top:2.08333333%
}
@media (min-width:990px) {
	.ksp-summary {
	padding:0 4.16666667%
}
}.page-product-khd .khd-download {
	width:170px
}
.page-product-khd .ksp-32 {
	padding-top:10px;
	display:inline-block;
	text-decoration:underline!important
}
.ksp-product-about {
	text-align:center;
	padding-bottom:0
}
.ksp-product-about img {
	max-width:100%
}
.ksp-function-list {
	margin:0 -10px
}
.ksp-function-list div[class^=col-] {
	padding:0 10px;
	margin-bottom:20px
}
.ksp-function-item {
	border:1px solid #e6e6e6;
	padding:40px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.ksp-function-item h3 {
	font-size:18px;
	color:#444;
	font-weight:400;
	line-height:40px;
	margin:0 0 20px;
	padding-left:50px;
	position:relative
}
.ksp-function-item h3 .iconfont {
	font-size:37px;
	line-height:1;
	position:absolute;
	left:0
}
.ksp-function-item p {
	font-size:14px;
	line-height:24px;
	color:#666
}
.ksp-function-item:hover {
	-webkit-box-shadow:0 3px 7.6px .4px rgba(2,2,2,.15);
	box-shadow:0 3px 7.6px .4px rgba(2,2,2,.15)
}
.ksp-goods-item {
	margin:0 25px;
	text-align:center
}
.ksp-goods-item .icon {
	width:60px;
	height:60px;
	margin:0 auto 35px;
	line-height:60px;
	border-radius:50%
}
.ksp-goods-item .icon .iconfont {
	color:#fff;
	line-height:1;
	vertical-align:middle;
	font-size:28px
}
.ksp-goods-item .icon-bg1 {
	background:#47cbb5;
	-webkit-box-shadow:0 0 0 10px rgba(71,203,181,.08);
	box-shadow:0 0 0 10px rgba(71,203,181,.08)
}
.ksp-goods-item .icon-bg2 {
	background:#59bce5;
	-webkit-box-shadow:0 0 0 10px rgba(89,188,229,.08);
	box-shadow:0 0 0 10px rgba(89,188,229,.08)
}
.ksp-goods-item .icon-bg3 {
	background:#9da7ec;
	-webkit-box-shadow:0 0 0 10px rgba(157,167,236,.08);
	box-shadow:0 0 0 10px rgba(157,167,236,.08)
}
.ksp-goods-item .icon-bg4 {
	background:#fb7159;
	-webkit-box-shadow:0 0 0 10px hsla(9,95%,67%,.08);
	box-shadow:0 0 0 10px hsla(9,95%,67%,.08)
}
.ksp-goods-item h3 {
	font-size:18px;
	color:#333;
	margin:0 0 20px;
	font-weight:400
}
.ksp-goods-item p {
	font-size:14px;
	line-height:28px;
	color:#666
}
@media (max-width:990px) {
	.ksp-goods-item {
	margin:0 0 20px
}
.ksp-function-item {
	padding:15px
}
.ksp-function-item h3 {
	line-height:20px;
	padding-left:30px;
	font-size:16px;
	margin-bottom:15px
}
.ksp-function-item h3 .iconfont {
	font-size:20px
}
.ksp-summary {
	font-size:14px;
	line-height:1.5
}
}.ksp-speed-btn {
	text-align:center
}
.ksp-speed-btn a {
	display:inline-block;
	font-size:16px;
	color:#fff;
	padding:.5em 2.5em;
	background:#1891ff;
	border-radius:2em
}
.ksp-speed-btn a:hover {
	opacity:.8
}
.page-cooperation-box {
	background:#fff;
	padding:100px 0
}
.page-cooperation-title {
	text-align:center;
	color:#444;
	margin-bottom:60px
}
.page-cooperation-title p {
	font-size:17px;
	color:#444
}
.page-cooperation-title h4 {
	font-weight:200;
	margin:15px 0 0;
	font-size:30px;
	color:#333;
	font-weight:400
}
@media (max-width:990px) {
	.page-cooperation-box {
	padding:40px 0
}
.page-cooperation-title {
	margin-bottom:40px
}
.page-cooperation-title p {
	font-size:14px
}
.page-cooperation-title h4 {
	margin:10px 0 0;
	font-size:20px
}
}.table-title {
	margin-bottom:50px
}
.cooperation-table {
	text-align:justify;
	min-height:316px
}
.cooperation-table .cooperation-item {
	position:relative;
	display:inline-block;
	width:31%;
	vertical-align:bottom;
	-webkit-transition:all .3s;
	transition:all .3s;
	background:#fff;
	padding:6px;
	border:1px solid #ddd
}
.cooperation-table .cooperation-item .img-box {
	position:relative
}
.cooperation-table .cooperation-item .img-box .img1 {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	-webkit-transform:translateY(-75%);
	transform:translateY(-75%);
	z-index:99
}
.cooperation-table .cooperation-item .img-box .img2 {
	width:100%
}
.cooperation-table .cooperation-item .img-box h3 {
	text-align:center;
	font-size:20px;
	margin:0;
	color:#fff;
	width:100%;
	position:absolute;
	top:62%;
	-webkit-transform:translateY(50%);
	transform:translateY(50%);
	z-index:99
}
.cooperation-table .cooperation-item .img-box .shadow {
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,.5);
	top:0;
	left:0;
	z-index:9;
	-webkit-transition:all .5s;
	transition:all .5s
}
.cooperation-table .cooperation-item .text {
	text-align:center;
	padding:50px 0
}
.cooperation-table .cooperation-item .text p {
	font-size:14px;
	color:#666;
	line-height:30px
}
.cooperation-table .cooperation-item:hover {
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.2);
	box-shadow:0 2px 8px rgba(0,0,0,.2)
}
.cooperation-table .cooperation-item:hover .img-box .shadow {
	background:rgba(20,177,239,.7)
}
@media (max-width:768px) {
	.cooperation-table .cooperation-item .text {
	padding:20px 0
}
}.cooperation-table:after {
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:0;
	content:""
}
@media (max-width:768px) {
	.cooperation-table .cooperation-item {
	width:100%;
	margin-bottom:55px
}
.cooperation-table .cooperation-item:nth-of-type(3) {
	margin-bottom:0
}
}.cooperation-pro .cooperation-pro-item {
	text-align:center
}
.cooperation-pro .cooperation-pro-item h3 {
	font-size:20px;
	color:#5a5a5a;
	font-weight:400
}
.cooperation-pro .cooperation-pro-item .img {
	margin-top:40px;
	line-height:230px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	padding:0 55px
}
.cooperation-pro .cooperation-pro-item .img img {
	max-width:100%
}
.cooperation-pro .cooperation-pro-item p {
	font-size:16px;
	color:#5a5a5a
}
.cooperation-pro .cooperation-pro-item:nth-of-type(2) {
	position:relative
}
.cooperation-pro .cooperation-pro-item:nth-of-type(2):after,.cooperation-pro .cooperation-pro-item:nth-of-type(2):before {
	content:"";
	position:absolute;
	top:25%;
	bottom:25%;
	width:1px;
	background:#ededed
}
.cooperation-pro .cooperation-pro-item:nth-of-type(2):after {
	right:0
}
.cooperation-pro .cooperation-pro-item:nth-of-type(2):before {
	left:0
}
.cooperation-pro .cooperation-pro-item:hover .img {
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px)
}
@media (max-width:768px) {
	.cooperation-pro .cooperation-pro-item h3 {
	margin-top:30px
}
.cooperation-pro .cooperation-pro-item:last-child p {
	border-bottom:none
}
.cooperation-pro .cooperation-pro-item .img {
	line-height:normal
}
.cooperation-pro .cooperation-pro-item p {
	padding-bottom:30px;
	border-bottom:1px solid #eee
}
}.cooperation-mode {
	background:url(../images/30e91f6864fi894c.jpg) no-repeat 50% fixed!important;
	background-size:cover!important
}
.cooperation-mode .page-cooperation-title {
	margin-bottom:100px
}
.cooperation-mode .page-cooperation-title h4,.cooperation-mode .page-cooperation-title p {
	color:#fff
}
.cooperation-mode .cooperation-mode-center {
	text-align:center
}
.cooperation-mode .cooperation-mode-center .mode-list {
	display:inline-block;
	margin:0 80px
}
.cooperation-mode .cooperation-mode-center .mode-list .icon .iconfont {
	font-size:45px;
	color:#fff
}
.cooperation-mode .cooperation-mode-center .mode-list p {
	font-size:20px;
	color:#fff
}
@media (max-width:768px) {
	.cooperation-mode .page-cooperation-title {
	margin-bottom:30px
}
.cooperation-mode .cooperation-mode-center .mode-list {
	margin:0 15px;
	margin-bottom:20px
}
.cooperation-mode .cooperation-mode-center .mode-list .icon .iconfont {
	font-size:35px
}
.cooperation-mode .cooperation-mode-center .mode-list p {
	font-size:18px
}
}.cooperation-standby {
	background:url(../images/ba3116c413wshcjq.jpg) no-repeat 50%!important;
	background-size:cover!important
}
.cooperation-standby .page-cooperation-title {
	margin-bottom:50px
}
.cooperation-standby .page-cooperation-title h4,.cooperation-standby .page-cooperation-title p {
	color:#fff
}
.cooperation-standby .stand-tab {
	text-align:center
}
.cooperation-standby .stand-tab span {
	display:inline-block;
	margin:10px 30px;
	font-size:18px;
	color:hsla(0,0%,100%,.8);
	padding-bottom:5px;
	cursor:pointer
}
.cooperation-standby .stand-tab .on {
	color:#fff;
	border-bottom:2px solid #fff
}
.cooperation-standby .stand-tab-list {
	margin-top:35px
}
.cooperation-standby .stand-tab-list .standby-list {
	position:relative;
	-webkit-transition:all .5s;
	transition:all .5s;
	background:#3e444a;
	font-size:0;
	display:none
}
.cooperation-standby .stand-tab-list .standby-list .img {
	width:57%;
	display:inline-block;
	vertical-align:top
}
.cooperation-standby .stand-tab-list .standby-list .img img {
	width:100%;
	-webkit-transition:all .5s;
	transition:all .5s
}
.cooperation-standby .stand-tab-list .standby-list .standby-text {
	display:inline-block;
	width:43%;
	padding:50px 40px;
	vertical-align:top
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .title {
	margin-bottom:30px;
	margin-top:30px
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .title .icon {
	display:inline-block;
	vertical-align:middle
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .title .icon .iconfont {
	font-size:30px;
	color:#fff
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .title .text {
	display:inline-block;
	vertical-align:middle;
	font-size:26px;
	color:#fff;
	margin-left:15px
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .test {
	font-size:15px;
	color:hsla(0,0%,100%,.8);
	line-height:30px
}
@media (max-width:990px) {
	.cooperation-standby .stand-tab span {
	width:25%;
	margin:10px
}
.cooperation-standby .on {
	border-bottom:1px solid #fff!important
}
.cooperation-standby .stand-tab-list {
	margin-top:20px
}
.cooperation-standby .stand-tab-list .standby-list .img {
	width:100%
}
.cooperation-standby .stand-tab-list .standby-list .standby-text {
	width:100%;
	padding:10px 20px
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .title {
	margin:10px 0
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .title .icon .iconfont {
	font-size:25px
}
.cooperation-standby .stand-tab-list .standby-list .standby-text .title .text {
	font-size:20px
}
}@media (max-width:768px) {
	.cooperation-standby .standby-list {
	width:100%;
	margin-bottom:15px
}
.cooperation-standby .standby-list .standby-text p {
	display:block
}
}.cooperation-choose .cooperation-kehu .choose-xiangyun {
	text-align:justify
}
.cooperation-choose .cooperation-kehu .choose-xiangyun div {
	position:relative;
	display:inline-block;
	width:32%;
	vertical-align:top;
	border:1px solid #ddd
}
.cooperation-choose .cooperation-kehu .choose-xiangyun div:first-of-type,.cooperation-choose .cooperation-kehu .choose-xiangyun div:nth-of-type(2),.cooperation-choose .cooperation-kehu .choose-xiangyun div:nth-of-type(3) {
	margin-bottom:50px
}
.cooperation-choose .cooperation-kehu .choose-xiangyun div img {
	width:100%
}
.cooperation-choose .cooperation-kehu .choose-xiangyun div h3 {
	font-size:17px;
	font-weight:400;
	color:#333;
	background:#fff;
	margin:0;
	line-height:48px;
	text-align:center
}
.cooperation-choose .cooperation-kehu .choose-xiangyun div p {
	text-align:center;
	padding-bottom:20px;
	font-size:14px
}
.cooperation-choose .cooperation-kehu .choose-xiangyun div:hover {
	-webkit-box-shadow:0 1px 12px rgba(0,0,0,.1);
	box-shadow:0 1px 12px rgba(0,0,0,.1)
}
.cooperation-choose .cooperation-kehu .choose-xiangyun:after {
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:0;
	content:""
}
@media (max-width:768px) {
	.cooperation-choose .cooperation-kehu .choose-xiangyun div {
	width:100%;
	margin-bottom:30px!important
}
}.cooperation-partner {
	margin:0 -6px
}
.cooperation-partner div[class*=col-] {
	margin-bottom:12px;
	padding:0 6px
}
.cooperation-partner div[class*=col-] a {
	display:block;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.cooperation-partner div[class*=col-] a img {
	width:100%
}
.cooperation-partner div[class*=col-]:hover a {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
	box-shadow:0 0 10px rgba(0,0,0,.1)
}
.cooperation-application {
	margin:0;
	position:relative;
	text-align:justify
}
.cooperation-application div[class*=col-] {
	padding:0;
	margin-bottom:20px
}
.cooperation-application .app-list {
	width:15%;
	position:relative;
	display:inline-block;
	vertical-align:top
}
.cooperation-application:after {
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:0;
	content:""
}
.cooperation-application .application-item {
	position:relative;
	text-align:center;
	cursor:pointer
}
.cooperation-application .application-item .icon {
	display:inline-block;
	width:82px;
	height:82px;
	border-radius:50%;
	background:none;
	line-height:82px;
	margin-bottom:20px;
	border:2px solid #fff
}
.cooperation-application .application-item .icon .iconfont {
	font-size:40px;
	color:#fff
}
.cooperation-application .application-item p {
	font-size:16px;
	color:#fff;
	font-weight:200
}
.cooperation-application .application-item:before {
	content:"";
	position:absolute;
	width:92%;
	height:1px;
	border-top:1px dashed #fff;
	left:127px;
	bottom:83px
}
.cooperation-application .application-item:hover .icon {
	background:#fff
}
.cooperation-application .application-item:hover .icon .iconfont {
	color:#333
}
.cooperation-application .application-item:hover:after {
	border-color:#fff
}
.cooperation-application:last-child .application-item:before {
	display:none
}
@media (max-width:1200px) {
	.cooperation-application .application-item:before {
	display:none
}
}@media (max-width:768px) {
	.cooperation-application {
	text-align:left
}
.cooperation-application .app-list {
	width:32.5%;
	margin-bottom:15px
}
.cooperation-application .app-list .application-item .icon {
	width:65px;
	height:65px;
	line-height:65px
}
.cooperation-application .app-list .application-item .icon .iconfont {
	font-size:30px
}
}.jionmore {
	width:192px;
	height:44px;
	display:block;
	border-radius:20px;
	background:#1fa1ea;
	color:#fff!important;
	text-align:center;
	line-height:44px;
	font-size:16px;
	margin:0 auto;
	margin-top:30px
}
.applications {
	background:url(../images/210249f85cfqmmon.png) top no-repeat!important;
	background-size:cover!important
}
.applications .page-cooperation-title h4 {
	color:#fff
}
@media (max-width:768px) {
	.applications {
	padding-bottom:20px
}
}@media (max-width:768px) {
	.page-cooperation-title {
	padding:0 15px
}
}.joinapply {
	max-width:760px
}
.joinapply .mb-15 {
	font-size:0;
	margin-bottom:30px!important
}
.joinapply .mb-15 .title {
	display:inline-block;
	vertical-align:top;
	width:100px;
	font-size:14px;
	line-height:34px;
	text-align:right;
	color:#333
}
.joinapply .mb-15 .title span {
	color:red;
	margin-right:3px
}
.joinapply .mb-15 .form-input {
	line-height:34px;
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 150px);
	margin-left:50px;
	position:relative
}
.joinapply .mb-15 .form-input .valid {
	color:#555!important
}
.joinapply .mb-15 .form-input .form-control {
	-webkit-box-shadow:none;
	box-shadow:none
}
.joinapply .mb-15 .form-input .form-control.error {
	border:1px solid red
}
.joinapply .mb-15 .form-input label {
	font-size:15px;
	color:red;
	font-weight:400;
	position:absolute;
	left:102%;
	display:block;
	width:200px;
	top:0
}
.joinapply .mb-15 .form-input #distpicker {
	text-align:justify;
	height:34px;
	line-height:34px
}
.joinapply .mb-15 .form-input #distpicker select {
	display:inline-block;
	width:32%;
	height:34px;
	line-height:34px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#999;
	background:url(../images/more.png) no-repeat 96%;
	border:1px solid #ccc;
	border-radius:4px
}
.joinapply .mb-15 .form-input #distpicker select:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.joinapply .mb-15 .form-input #distpicker select.error {
	border:1px solid red
}
.joinapply .mb-15 .form-input #distpicker:after {
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:0;
	content:""
}
.joinapply .mb-15 .btn-primary {
	margin-left:150px;
	width:100px;
	background:#03a9f4;
	border:none
}
@media (max-width:768px) {
	.joinapply .mb-15 .title {
	width:66px
}
.joinapply .mb-15 .form-input {
	width:calc(100% - 76px);
	margin-left:10px
}
.joinapply .mb-15 .form-input #distpicker {
	height:105px
}
.joinapply .mb-15 .form-input #distpicker select {
	font-size:13px;
	width:100%
}
.joinapply .mb-15 .form-input label {
	width:auto;
	left:auto;
	right:33px;
	font-size:12px
}
.joinapply .mb-15 .btn-primary {
	margin-left:76px
}
}.joinapply-anchor {
	padding:0!important;
	line-height:75px!important;
	background:#fff
}
.joinapply-anchor .container {
	border:none!important
}
.joinapply-anchor .container .anchor {
	font-size:24px!important;
	color:#333
}
.joinapply-form {
	padding:0!important;
	margin:0!important
}
.joinapply-form .container {
	background:#fff;
	padding-top:30px;
	margin-top:30px;
	margin-bottom:30px
}
.contact-banner {
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	height:350px;
	line-height:350px
}
.contact-banner .wz {
	display:inline-block;
	line-height:1;
	vertical-align:middle;
	width:100%;
	text-align:center;
	color:#fff
}
.contact-banner .wz h3 {
	font-size:34px;
	color:#fff;
	font-weight:400;
	margin:0 0 30px
}
.contact-banner .wz p {
	font-size:15px;
	text-transform:uppercase
}
@media (max-width:990px) {
	.contact-banner {
	height:220px;
	line-height:220px
}
.contact-banner .wz h3 {
	font-size:30px
}
.contact-banner .wz p {
	font-size:16px;
	line-height:25px
}
}.page-contact-wrap .container {
	background:#fff;
	padding-bottom:40px
}
.page-contact-list {
	font-size:0;
	padding:20px 0
}
.page-contact-list li {
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding-left:2%;
	margin:30px 0
}
.page-contact-list li .text-wrap+.text-wrap {
	margin-top:25px
}
.page-contact-list li .icon {
	float:left;
	line-height:35px;
	margin-right:20px
}
.page-contact-list li .icon .iconfont {
	font-size:35px
}
.page-contact-list li .wz {
	overflow:hidden
}
.page-contact-list li .wz h5 {
	font-size:18px;
	font-weight:400;
	margin:0 0 10px
}
.page-contact-list li .wz p {
	font-size:14px;
	color:#444;
	line-height:1.8
}
.page-contact-list li .wz p a {
	font-size:14px
}
.page-contact-list li .wz p+p {
	margin-top:10px
}
@media (max-width:768px) {
	.page-contact-wrap .page-contact-list li .wz h5 {
	font-size:16px;
	color:#333
}
}.page-contact-wrap .page-pay-list {
	padding-top:60px
}
.page-contact-wrap .page-pay-list li {
	padding-left:0;
	width:100%;
	border-bottom:1px solid #ddd
}
.page-contact-wrap .page-pay-list li .pay-title {
	padding-bottom:20px
}
.page-contact-wrap .page-pay-list li .pay-title img {
	max-width:100%
}
.page-contact-wrap .page-pay-list li .wz {
	font-size:0;
	margin-bottom:25px
}
.page-contact-wrap .page-pay-list li .wz span {
	display:inline-block;
	font-size:16px
}
.page-contact-wrap .page-pay-list li .wz span:first-of-type,.page-contact-wrap .page-pay-list li .wz span:nth-of-type(2) {
	width:36%
}
.page-contact-wrap .page-pay-list li .wz span:nth-of-type(3) {
	width:28%
}
@media (max-width:1200px) {
	.page-contact-wrap .page-pay-list {
	padding-top:30px
}
.page-contact-wrap .page-pay-list li .wz span {
	width:100%!important;
	line-height:30px
}
}.page-contact-wrap .contact-map {
	margin:0 -15px
}
.page-contact-wrap .contact-map img {
	width:100%
}
.contact-branch {
	margin-top:40px
}
.contact-branch h2 {
	font-size:26px;
	color:#444;
	line-height:2.2;
	border-bottom:1px solid #e4e2e2;
	margin:0 0 25px;
	text-indent:20px
}
.contact-branch .contact-item {
	margin-bottom:20px
}
.contact-branch .contact-item p {
	font-size:16px;
	color:#444;
	line-height:1.8;
	margin-bottom:10px;
	padding-left:20px
}
.contact-branch .contact-item p strong {
	font-size:18px;
	font-weight:400
}
.contact-branch .contact-item p:nth-of-type(2),.contact-branch .contact-item p:nth-of-type(3) {
	font-size:14px
}
@media (max-width:990px) {
	.page-contact-list li {
	display:block;
	width:100%;
	padding-left:5%
}
.page-contact-wrap .contact-branch h2 {
	font-size:22px
}
}.page-contact-wrap .page-links-list {
	padding-top:50px
}
.page-contact-wrap .page-links-list li {
	text-align:center;
	margin-bottom:50px
}
.page-contact-wrap .page-links-list li a {
	display:block;
	width:100%;
	height:100%
}
.page-contact-wrap .page-links-list li .iconfont {
	font-size:40px;
	color:#666
}
.page-contact-wrap .page-links-list li span {
	display:block;
	font-size:18px;
	color:#666;
	line-height:45px
}
.page-contact-wrap .page-links-list li:hover .iconfont,.page-contact-wrap .page-links-list li:hover span {
	color:#03a9f4
}
.form-horizontal {
	padding:50px 0
}
.form-horizontal .mes-left {
	width:46%;
	float:left
}
.form-horizontal .mes-left img {
	max-width:100%
}
.form-horizontal .mes-right {
	width:45.8%;
	float:right
}
.form-horizontal .mes-right h2 {
	font-size:28px;
	color:#000;
	font-weight:400;
	line-height:35px;
	padding-bottom:15px
}
.form-horizontal .mes-right h2 p {
	font-size:16px
}
.form-horizontal .mes-right input {
	border-radius:0;
	border:1px solid #ddd
}
.form-horizontal .mes-right input:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.form-horizontal .mes-right textarea {
	border-radius:0;
	border:1px solid #ddd
}
.form-horizontal .mes-right textarea:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.form-horizontal .mes-right button {
	width:100px;
	height:40px;
	border:1px solid #ddd;
	border-radius:0;
	background:none;
	color:#333;
	text-align:center;
	line-height:40px;
	padding:0;
	-webkit-transition:all .3s;
	transition:all .3s;
	font-size:14px;
	outline:none
}
.form-horizontal .mes-right button:first-of-type,.form-horizontal .mes-right button:hover {
	background:#03a9f4;
	color:#fff;
	border:1px solid #03a9f4
}
.form-horizontal .mes-right button:first-of-type:hover {
	background:#0083cc;
	border:1px solid #0083cc
}
.form-horizontal .mes-right .code {
	display:block;
	width:calc(100% - 130px);
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	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 .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	float:left
}
#captcha {
	float:right
}
@media (max-width:990px) {
	.form-horizontal {
	padding:50px 0
}
.form-horizontal .mes-left,.form-horizontal .mes-right {
	width:100%;
	float:none
}
}.modal-body {
	position:relative;
	padding:0 10px
}
.modal-body .icon-error {
	font-size:33px;
	color:red
}
.modal-body .icon-icon {
	font-size:33px;
	color:#01d501
}
.modal-body .breakall {
	display:block;
	line-height:45px;
	font-size:16px
}
.page-job-box {
	background:#fff;
	padding:50px 0;
	font-size:0
}
.page-job-box .job-sort {
	width:180px;
	display:inline-block;
	vertical-align:top;
	padding-top:0
}
.page-job-box .job-sort .sort-list {
	text-align:left
}
.page-job-box .job-sort .sort-list li {
	margin:0;
	display:block
}
.page-job-box .job-sort .sort-list li a {
	border-bottom:none;
	padding:25px 0;
	padding-top:0
}
.page-job-box .job-sort .sort-list .active a,.page-job-box .job-sort .sort-list li a:hover {
	border-bottom:none;
	font-weight:400
}
.job-list {
	width:calc(100% - 280px);
	display:inline-block;
	vertical-align:top
}
.job-head {
	background:#f6f6f6;
	display:table;
	width:100%
}
.job-head li {
	display:table-cell;
	width:25%;
	font-size:14px;
	color:#666;
	font-weight:400;
	padding:15px 0 15px 5%;
	vertical-align:middle
}
.job-body .job-item {
	display:table;
	width:100%
}
.job-body .job-item li {
	font-size:14px;
	color:#333;
	padding:12px 0 12px 5%;
	display:table-cell;
	width:25%;
	vertical-align:middle
}
.job-body .job-item li a:hover {
	color:#03a9f4
}
@media (min-width:990px) {
	.job-body .job-item:not(:last-child) {
	border-bottom:1px dashed #e0e0e0
}
}@media (max-width:990px) {
	.job-sort {
	width:100%!important
}
.job-sort .sort-list li {
	display:inline-block!important;
	width:33%;
	padding:0 5px;
	padding-left:0
}
.job-sort .sort-list li a {
	font-size:16px
}
.job-list {
	border:none;
	display:block;
	width:100%
}
.job-head {
	display:none
}
.job-body {
	display:block
}
.job-body .job-item {
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	display:block;
	width:100%;
	margin-bottom:20px
}
.job-body .job-item li {
	display:block;
	width:100%;
	border-bottom:none;
	font-size:14px;
	color:#333;
	padding:12px;
	text-align:right
}
.job-body .job-item li:first-child {
	background:#eee
}
.job-body .job-item li:not(:last-child) {
	border-bottom:1px dashed #e0e0e0
}
.job-body .job-item li:before {
	content:attr(data-title);
	float:left;
	font-weight:700
}
}.page-job-welfare {
	background:#f6f6f6;
	padding:60px 0
}
.page-job-welfare .welfare-title {
	text-align:center;
	font-size:20px;
	color:#333;
	margin-bottom:30px
}
.welfare-list .welfare-item {
	text-align:center;
	margin-bottom:20px
}
.welfare-list .welfare-item .icon {
	display:block;
	margin-bottom:20px
}
.welfare-list .welfare-item .icon .iconfont {
	font-size:60px;
	color:#333
}
.welfare-list .welfare-item p {
	font-size:14px;
	color:#333
}
@media (max-width:768px) {
	.welfare-list .welfare-item .icon {
	margin-bottom:5px
}
.welfare-list .welfare-item .icon .iconfont {
	font-size:40px
}
}/*.page-job-detail {
	padding:50px 0;
	border-bottom:1px solid #e0e0e0
}
.page-job-detail .job-sort {
	width:180px;
	display:inline-block;
	vertical-align:top;
	padding-top:0
}
.page-job-detail .job-sort .sort-list {
	text-align:left
}
.page-job-detail .job-sort .sort-list li {
	margin:0;
	display:block
}
.page-job-detail .job-sort .sort-list li a {
	border-bottom:none;
	padding:25px 0;
	padding-top:0
}
.page-job-detail .job-sort .sort-list .active a,.page-job-detail .job-sort .sort-list li a:hover {
	border-bottom:none;
	font-weight:400
}
.page-job-detail .job-detail {
	width:calc(100% - 280px);
	display:inline-block
}
.page-job-detail .job-detail .job-detail-title {
	font-size:22px;
	color:#333;
	font-weight:400;
	padding-left:20px;
	padding-bottom:25px;
	margin:0
}
.page-job-detail .job-detail .job-detail-title .time {
	font-size:14px;
	color:#999;
	margin-left:40px
}
.page-job-detail .job-detail .job-detail-title .time i {
	padding:0 3px
}
.page-job-detail .job-detail .job-detail-body {
	padding:20px
}
.page-job-detail .job-detail .job-detail-body .job-detail-list {
	margin-bottom:20px
}
.page-job-detail .job-detail .job-detail-body .job-detail-list li {
	display:inline-block;
	width:48%;
	font-size:14px;
	color:#333
}
@media (max-width:990px) {
	.page-job-detail .job-detail .job-detail-body .job-detail-list li {
	display:block;
	width:100%;
	margin:10px 0
}
}.page-job-detail .job-detail .job-detail-body .job-detail-item {
	margin-bottom:25px
}
.page-job-detail .job-detail .job-detail-body .job-detail-item h4 {
	font-size:14px;
	color:#333;
	line-height:26px
}
.page-job-detail .job-detail .job-detail-body .job-detail-item .job-content {
	font-size:14px;
	line-height:28px;
	color:#666
}
.page-job-detail .job-detail .job-detail-body .job-email {
	color:#445780;
	font-size:13px;
	text-decoration:underline
}
.page-job-detail .job-detail .job-detail-body .job-email a {
	color:#445780
}
.page-job-detail .job-detail .job-detail-body .job-email a:hover {
	text-decoration:underline
}
.page-job-detail .job-detail .job-detail-body .job-email .iconfont {
	color:inherit;
	margin-right:5px
}*/
@media (max-width:990px) {
	.job-detail {
	width:100%!important
}
}@media (max-width:768px) {
	.job-detail-title {
	padding-bottom:0!important;
	padding-left:0!important;
	font-size:15px!important;
	font-weight:700!important
}
.job-detail-title .time {
	font-weight:400!important
}
.job-detail-body {
	padding:20px 0!important
}
.time {
	display:block;
	margin-left:0!important;
	margin-top:20px
}
}.template-banner-box {
	position:relative
}
.template-banner-box .template-banner .template-search {
	height:50px;
	line-height:50px;
	position:absolute;
	left:15px;
	right:15px;
	top:98px
}
.template-banner-box .template-banner .template-search .search-title {
	text-align:center;
	font-size:34px;
	color:#fff;
	line-height:114px
}
.template-banner-box .template-banner .template-search .search {
	position:relative;
	max-width:480px;
	margin:0 auto
}
.template-banner-box .template-banner .template-search .search .keyword {
	width:100%;
	border-radius:18px;
	line-height:42px;
	height:42px;
	border:none;
	border-bottom:1px solid #d2d2d2;
	font-size:14px;
	text-indent:15px;
	outline:none
}
.template-banner-box .template-banner .template-search .search .input-submit {
	position:absolute;
	width:52px;
	height:42px;
	top:2px;
	right:0;
	border:none;
	outline:none;
	background:none;
	z-index:99;
	font-size:0
}
.template-banner-box .template-banner .template-search .search .icon-sousuo1 {
	position:absolute;
	top:0;
	right:15px;
	font-size:23px;
	z-index:9;
	color:#919191
}
@media (max-width:990px) {
	.template-banner-box .template-banner .template-search {
	top:20px
}
.template-banner-box .template-banner .template-search .search-title {
	font-size:24px
}
}.template-nav {
	height:80px;
	background:#f8f8f8
}
.template-nav ul li {
	width:25%;
	float:left;
	text-align:center;
	-webkit-transition:all .3s;
	transition:all .3s;
	border-left:1px solid #e8e8e8
}
.template-nav ul li h3 {
	font-size:16px;
	font-weight:400;
	margin:0;
	height:80px;
	line-height:80px;
	position:relative
}
.template-nav ul li h3 .iconfont {
	font-size:20px;
	margin-right:10px
}
.template-nav ul li:hover h3,.template-nav ul li:hover h3 .iconfont {
	color:#0dafee
}
.template-nav ul .active {
	background:#f1f1f1
}
.template-nav ul .active h3,.template-nav ul .active h3 .iconfont {
	color:#0dafee
}
@media (max-width:768px) {
	.template-nav .container {
	padding-left:0;
	padding-right:0
}
.template-nav ul li h3,.template-nav ul li h3 .iconfont {
	font-size:12px
}
}.template-wrap {
	margin-top:20px
}
.template-wrap .filter-item {
	overflow:hidden
}
.template-wrap .filter-item a {
	display:inline-block;
	line-height:28px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:15px;
	text-align:center;
	background:#f8f8f8;
	border:1px solid #f8f8f8
}
.template-wrap .filter-item a.active {
	background:#f5fcff;
	color:#00abee;
	border-color:#a6e2f9
}
.template-wrap .filter-item.filter-item-type {
	margin:8px 0 10px;
	border-bottom:1px solid #ededed
}
.template-wrap .filter-item.filter-item-type a {
	width:80px;
	margin-right:15px
}
.template-wrap .filter-item.filter-item-mixed {
	border-top:1px solid #ededed;
	margin-top:10px;
	padding-top:15px;
	margin-bottom:10px
}
.template-wrap .filter-item.filter-item-mixed a {
	width:80px;
	margin-right:15px
}
.template-wrap .filter-item.filter-item-industry a {
	width:131px;
	margin:8px 10px 8px 0
}
@media (max-width:768px) {
	.template-wrap .filter-item.filter-item-industry a {
	width:45%
}
}.template-wrap .filter-color-item {
	margin:10px 0
}
.template-wrap .filter-color-item a {
	display:inline-block;
	width:42px;
	height:14px;
	line-height:14px;
	overflow:hidden;
	text-align:center;
	margin:8px 6px
}
.template-wrap .filter-color-item a .iconfont {
	display:none
}
.template-wrap .filter-color-item a.active .iconfont {
	display:block;
	color:#fff
}
.template-wrap .filter-color-item a.color-white.active .iconfont {
	color:#000
}
.template-wrap .filter-color-item .all-color {
	background:url(../images/d6b43d3f38ksceeq.jpg) 50% no-repeat;
	margin-left:0
}
.template-wrap .filter-color-item .color-red {
	background:#cd001f
}
.template-wrap .filter-color-item .color-orange {
	background:#f48735
}
.template-wrap .filter-color-item .color-yellow {
	background:#f3e047
}
.template-wrap .filter-color-item .color-green {
	background:#5ecb3a
}
.template-wrap .filter-color-item .color-blue {
	background:#4398e8
}
.template-wrap .filter-color-item .color-purple {
	background:#6a2fd7
}
.template-wrap .filter-color-item .color-pink {
	background:#e85e9f
}
.template-wrap .filter-color-item .color-magenta {
	background:#d200cc
}
.template-wrap .filter-color-item .color-brown {
	background:#8c5126
}
.template-wrap .filter-color-item .color-black {
	background:#000
}
.template-wrap .filter-color-item .color-gray {
	background:#979797
}
.template-wrap .filter-color-item .color-white {
	background:#fff;
	border:1px solid #d0cece
}
.template-wrap .filter-color-item .color-white .iconfont {
	color:#000
}
.template-lists-wrap {
	margin:0 -15px
}
.template-lists {
	vertical-align:top;
	padding-bottom:30px;
	position:relative
}
.template-lists .search-keyword-tip {
	border-bottom:1px solid #efefef;
	line-height:40px;
	margin-bottom:20px;
	font-size:14px;
	padding-left:5px
}
.template-lists .search-keyword-tip .count {
	color:#ffb199;
	padding:0 5px
}
.template-lists .template-pro {
	padding:0 15px;
	width:25%;
	float:left;
	position:relative;
	margin-bottom:25px
}
.template-lists-item .img {
	display:block;
	position:relative;
	border:1px solid #e5e5e5
}
.template-lists-item .img img {
	width:100%
}
.template-lists-item .img .isnew {
	width:auto;
	max-width:100%;
	position:absolute;
	left:0;
	top:0
}
.template-lists-item .img .preview {
	top:0;
	bottom:0;
	background:rgba(0,0,0,.7);
	opacity:0;
	z-index:9
}
.template-lists-item .img .preview,.template-lists-item .img .preview a {
	position:absolute;
	left:0;
	right:0;
	-webkit-transition:all .3s;
	transition:all .3s
}
.template-lists-item .img .preview a {
	width:122px;
	height:36px;
	display:block;
	border-radius:20px;
	background:#03a9f4;
	color:#fff;
	font-size:13px;
	line-height:36px;
	text-align:center;
	margin:auto;
	top:59%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.template-lists-item .img .preview a:hover {
	background:#0083cc
}
@media (max-width:760px) {
	.template-lists-item .img .preview a {
	width:80px;
	height:30px;
	font-size:12px;
	line-height:30px
}
}.template-lists-item .img .preview span {
	width:122px;
	height:36px;
	display:block;
	border-radius:3px;
	color:#fff;
	font-size:13px;
	line-height:36px;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:47%;
	-webkit-transform:translateY(-30%);
	transform:translateY(-50%);
	text-transform:Uppercase
}
@media (max-width:760px) {
	.template-lists-item .img .preview span {
	width:100%
}
}.template-lists-item .text {
	position:relative;
	padding:15px;
	-webkit-transition:all .3s;
	transition:all .3s;
	line-height:14px
}
.template-lists-item .text .numbering {
	font-size:14px;
	font-weight:200;
	margin:0;
	color:#444;
	text-align:center
}
.template-lists-item .text .hits .iconfont {
	position:relative;
	top:2px
}
@media (max-width:760px) {
	.template-lists-item .text {
	padding:7px
}
}.template-lists-item:hover {
	-webkit-transition:all .3s;
	transition:all .3s
}
.template-lists-item:hover .numbering {
	display:none
}
.template-lists-item:hover .img .preview {
	opacity:1
}
.template-lists-item:hover .text {
	background:#fff
}
.template-lists-item:hover .text h3 a span {
	color:#03a9f4
}
@media (max-width:1440px) {
	.template-lists .template-pro {
	width:33.3333333%
}
}@media (max-width:1200px) {
	.template-lists .template-pro {
	width:50%
}
}.template-lists .search-error .title {
	text-align:center;
	padding-bottom:80px
}
.template-lists .search-error .title h3 {
	font-size:36px;
	color:#666;
	font-weight:100;
	padding-bottom:10px
}
.template-lists .search-error .title h3 .keys {
	color:#0dafee
}
.template-lists .search-error .title p {
	font-size:18px;
	color:#999
}
.template-paging {
	height:58px;
	border:1px solid #e3e2e2;
	background:#fff;
	position:relative;
	padding:10px 0
}
.template-paging .next-page,.template-paging .prev-page {
	width:77px;
	height:38px;
	border:1px solid #999;
	text-align:center;
	line-height:36px;
	font-size:12px;
	border-radius:2px;
	position:absolute;
	top:10px
}
.template-paging .next-page a,.template-paging .prev-page a {
	color:#474747
}
.template-paging .next-page:hover,.template-paging .prev-page:hover {
	opacity:.6
}
.template-paging .prev-page {
	left:10px
}
.template-paging .next-page {
	right:10px
}
.template-paging .all-page {
	text-align:center;
	line-height:38px;
	font-size:13px;
	color:#333;
	font-weight:100;
	padding:0 100px
}
.template-paging .disabled {
	cursor:not-allowed;
	opacity:.6
}
.template-paging .disabled a {
	cursor:not-allowed
}
@media (max-width:768px) {
	.template-wrap .container {
	padding:0 15px
}
.template-wrap .template-lists {
	width:100%;
	background:#fff;
	padding:20px 15px
}
.template-wrap .template-lists .secondarytype {
	margin:0;
	-webkit-box-shadow:none;
	box-shadow:none
}
}.template-filter {
	margin-bottom:50px;
	width:335px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:70px 50px;
	padding-left:0;
	position:relative
}
.template-filter .filter-type-wrap {
	font-weight:200;
	margin-bottom:40px
}
.template-filter .filter-type-wrap .filter-type {
	padding-top:10px
}
.template-filter .filter-type-wrap .filter-title {
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-bottom:25px
}
.template-filter .filter-type-wrap .filter-title .icon-xiajiantou {
	margin-right:5px
}
.template-filter .filter-type-wrap .filter-title span {
	margin-right:5px;
	color:#03a9f4
}
.template-filter .filter-type-wrap .filter-item {
	overflow:hidden
}
.template-filter .filter-type-wrap .filter-item span {
	display:inline-block;
	line-height:28px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:15px;
	text-align:center;
	background:#f8f8f8;
	border:1px solid #f8f8f8
}
.template-filter .filter-type-wrap .filter-item span:nth-of-type(4n) {
	margin-right:0
}
.template-filter .filter-type-wrap .filter-item span a {
	position:relative;
	display:block;
	font-weight:400
}
.template-filter .filter-type-wrap .filter-item span a:before {
	content:"";
	position:absolute;
	top:-4px;
	bottom:-4px;
	left:-10px;
	right:-10px
}
.template-filter .filter-type-wrap .filter-item span a:hover {
	color:#fff
}
.template-filter .filter-type-wrap .filter-item span.active {
	background:#f5fcff;
	border-color:#a6e2f9
}
.template-filter .filter-type-wrap .filter-item span.active a,.template-filter .filter-type-wrap .filter-item span:hover a {
	color:#00abee
}
@media (max-width:768px) {
	.template-filter .filter-type-wrap .filter-title {
	margin-bottom:10px
}
.template-filter .filter-type-wrap .filter-item {
	display:none
}
}.template-filter .filter-type-wrap .filter-business span {
	width:136px;
	display:inline-block;
	padding:0;
	margin-right:13px;
	text-align:center;
	margin-bottom:15px
}
.template-filter .filter-type-wrap .filter-business span:nth-of-type(2n) {
	margin-right:0
}
.template-filter .filter-type-wrap .filter-business .active {
	background:#f5fcff!important;
	border-color:#a6e2f9!important
}
.template-filter .filter-type-wrap .filter-business .active a {
	color:#fff
}
.template-filter .filter-type-wrap .filter-business:after {
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:0;
	content:""
}
.template-filter .filter-type-item {
	padding-top:10px;
	margin-bottom:40px
}
.template-filter .filter-type-item .filter-item {
	position:relative
}
.template-filter .filter-type-item .filter-item .more-btn {
	position:absolute;
	line-height:28px;
	right:0;
	bottom:2px;
	padding-left:20px;
	font-size:14px;
	color:#03a9f4;
	cursor:pointer
}
.template-filter .filter-type-item .filter-item .more-btn .iconfont {
	color:#03a9f4;
	font-size:25px;
	line-height:1;
	vertical-align:-4px
}
.template-filter.case-filter .filter-type-item {
	border-bottom:none;
	border-top:1px solid #e4e4e4
}
.page-template-detail {
	background:#f1f1f1
}
.page-template-detail .container-big {
	position:relative
}
.template-detail-left {
	width:68.5%;
	padding:40px 40px 100px 0
}
.template-thumbnail {
	text-align:center;
	font-size:0;
	margin-bottom:35px;
	position:relative
}
.template-thumbnail .tpl-item {
	display:inline-block;
	width:calc(20% - 10px);
	cursor:pointer;
	margin-right:12.5px;
	position:relative
}
.template-thumbnail .tpl-item.last {
	margin-right:0
}
.template-thumbnail .tpl-item img {
	border-radius:5px;
	width:100%
}
.template-thumbnail .tpl-item:after {
	position:absolute;
	content:"";
	z-index:9;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,.5);
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.template-thumbnail .tpl-item.active:after,.template-thumbnail .tpl-item:hover:after {
	opacity:0
}
.template-thumbnail .tpl-item-bg {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:calc(20% - 10px);
	border-radius:3px;
	-webkit-box-shadow:inset 0 0 0 3px #323a48;
	box-shadow:inset 0 0 0 3px #323a48;
	opacity:0
}
.template-thumbnail .tpl-item-bg:after {
	content:"";
	width:0;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
	border-width:5px;
	cursor:pointer;
	border-style:solid dashed dashed;
	border-color:#323a48 transparent transparent;
	border-bottom:none;
	position:absolute;
	bottom:-5px;
	left:calc(50% - 5px)
}
.template-thumbnail.template-thumbnail-all .tpl-item {
	width:calc(16.666666% - 10px);
	margin-right:12px
}
.template-thumbnail.template-thumbnail-all .tpl-item.last {
	margin-right:0
}
.template-thumbnail.template-thumbnail-all .tpl-item-bg {
	width:calc(16.666666% - 10px)
}
.template-normal {
	position:relative;
	border:5px solid #ccc
}
.template-normal img {
	display:inline-block;
	max-width:100%
}
.template-normal .slick-slide {
	outline:none
}
.template-detail-right {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:31.5%;
	background:#fff;
	-webkit-box-shadow:-10px 0 20px -10px rgba(0,0,0,.15);
	box-shadow:-10px 0 20px -10px rgba(0,0,0,.15);
	padding:35px
}
.template-detail-right h3 {
	font-size:24px;
	color:#444;
	font-weight:400;
	margin:5px 0 25px
}
.template-detail-right ul li {
	margin-bottom:20px;
	font-size:16px;
	font-weight:lighter;
	color:#444
}
.template-detail-right ul li .iconfont {
	font-size:22px;
	color:#464646;
	margin-right:10px;
	vertical-align:middle
}
.template-detail-right ul li .price {
	color:#f92828;
	font-size:30px;
	font-weight:400;
	display:inline-block;
	vertical-align:-4px
}
.template-detail-right a.preview {
	display:block;
	border-radius:5px;
	background:#03a9f4;
	font-size:24px;
	line-height:2.6;
	text-align:center;
	color:#fff
}
@media (max-width:990px) {
	.template-detail-right {
	position:static;
	width:100%;
	padding:20px
}
.template-detail-right h3 {
	font-size:20px;
	margin-bottom:10px
}
.template-detail-right ul li {
	margin-bottom:10px
}
.template-detail-right a.preview {
	font-size:16px
}
.template-detail-left {
	width:100%;
	padding:20px 0
}
.template-thumbnail {
	display:none
}
}.secondarytype {
	margin:0 15px;
	margin-bottom:60px;
	border-bottom:1px solid #ddd;
	padding-bottom:14px
}
.secondarytype span {
	font-size:15px;
	padding:0 20px;
	margin-right:10px;
	line-height:30px;
	display:inline-block;
	border-radius:20px;
	border:1px solid #fff
}
.secondarytype span:hover a,.secondarytype span a:hover {
	color:#00ade9
}
.secondarytype .active {
	border:1px solid #00ade9;
	border-radius:3px;
	background:url(../images/choose.png) no-repeat 100% 100%
}
.secondarytype .active a {
	color:#00ade9
}
@media (max-width:768px) {
	.secondarytype {
	margin:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:20px 15px
}
.secondarytype span {
	padding:0 15px
}
}.preview-img {
	background:#f6f6f6;
	position:relative;
	top:58px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.preview-img .thumb-imgs {
	text-align:center;
	font-size:0;
	padding:20px 0
}
.preview-img .thumb-imgs .img-wrap {
	display:inline-block;
	vertical-align:middle;
	width:calc(12.5% - 20px);
	margin:0 10px;
	position:relative;
	height:106px;
	overflow:hidden;
	border:1px solid #ebebeb;
	cursor:pointer;
	background-position:center 0;
	background-size:cover
}
.preview-img .thumb-imgs .img-wrap img {
	width:100%;
	display:none
}
.preview-img .thumb-imgs .img-wrap:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,61,85,.41);
	opacity:0;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.preview-img .thumb-imgs .img-wrap.active:after,.preview-img .thumb-imgs .img-wrap:hover:after {
	opacity:1
}
@media (max-width:990px) {
	.preview-img .thumb-imgs .img-wrap {
	height:56px
}
}.preview-img .original-img {
	text-align:center;
	position:relative
}
.preview-img .original-img img {
	max-width:100%
}
.preview-img .original-img:hover .arrows-btn a {
	opacity:1
}
.preview-img .original-img .arrows-btn a {
	position:fixed;
	z-index:99;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	top:calc(50% - 35px);
	opacity:0;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	background:rgba(0,0,0,.3);
	border-right:5px
}
.preview-img .original-img .arrows-btn a i {
	font-size:20px;
	color:#fff
}
.preview-img .original-img .arrows-btn a:hover {
	background:rgba(0,0,0,.8)
}
.preview-img .original-img .arrows-btn .img-prev {
	left:10px
}
.preview-img .original-img .arrows-btn .img-next {
	right:10px
}
#preview-body {
	overflow-y:hidden;
	background:#f6f6f6;
	min-height:100vh
}
#preview-bar {
	position:fixed;
	z-index:99999;
	top:0;
	width:100%;
	height:58px;
	background:#fff;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);
	box-shadow:0 2px 8px rgba(0,0,0,.1)
}
#preview-bar .response-icon {
	float:left;
	width:30%;
	padding:0 2.5%;
	line-height:56px
}
#preview-bar .response-icon a {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	font-size:14px;
	color:#949494
}
#preview-bar .response-icon a.active,#preview-bar .response-icon a.active .iconfont,#preview-bar .response-icon a:not(.no-hover):hover,#preview-bar .response-icon a:not(.no-hover):hover .iconfont {
	color:#03a9f4
}
#preview-bar .response-icon .iconfont {
	font-size:34px;
	color:#949494;
	line-height:1;
	vertical-align:middle;
	margin-right:5px
}
#preview-bar .preview-change {
	float:right;
	margin-right:100px
}
#preview-bar .preview-change span {
	display:inline-block;
	width:62px;
	height:32px;
	line-height:32px;
	border-radius:3px;
	background:#666;
	color:#fff;
	font-size:16px;
	text-align:center;
	position:relative;
	vertical-align:middle;
	cursor:pointer
}
#preview-bar .preview-change span a {
	font-size:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}
#preview-bar .preview-change span:hover {
	background:#03a9f4
}
#preview-bar .preview-info {
	float:right;
	margin-top:17px;
	margin-right:5.72916667%
}
#preview-bar .preview-info span {
	display:inline-block;
	vertical-align:middle
}
#preview-bar .preview-info .number {
	color:#111;
	font-size:16px;
	text-transform:uppercase;
	margin-right:25px
}
#preview-bar .preview-info .number:after {
	content:"|";
	color:#999;
	margin-left:25px
}
#preview-bar .preview-info .number i {
	margin-right:5px
}
#preview-bar .preview-info .web-tag {
	position:relative;
	line-height:25px;
	padding:0 10px;
	background:#f6f5f5;
	border-right:2px;
	font-size:13px;
	color:#747474
}
#preview-bar .preview-info .web-tag i {
	margin-right:5px
}
#preview-bar .preview-toggle {
	position:absolute;
	width:40px;
	height:40px;
	top:calc(50% - 20px);
	right:2.08333333%
}
#preview-bar .preview-toggle .hidden-iocn {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	line-height:40px;
	cursor:pointer
}
#preview-bar .preview-toggle .hidden-iocn .iconfont {
	font-size:35px;
	color:#000
}
#preview-bar .preview-toggle .show-icon {
	position:absolute;
	z-index:999;
	top:49px;
	right:-100%;
	width:58px;
	height:58px;
	background:url(../images/preview-bg.png);
	text-align:right;
	display:none;
	cursor:pointer
}
#preview-bar .preview-toggle .show-icon .iconfont {
	font-size:30px;
	color:#fff
}
#preview-iframe {
	position:relative;
	z-index:50;
	top:58px;
	height:100%;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.tablet-width {
	margin:40px auto 0;
	padding:96px 100px 115px 49px;
	width:785px;
	background:url(../images/bgipad.png) no-repeat 0 0;
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s
}
.tablet-width,.tablet-width iframe {
	height:960px!important
}
.tablet-horizontal-width {
	height:703px!important;
	margin:40px auto 0;
	padding:41px 115px 100px 75px;
	width:1041px;
	background:url(../images/bgipadw.png) no-repeat;
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s
}
.tablet-horizontal-width iframe {
	height:704px!important
}
.mobile-width {
	height:540px!important;
	margin:40px auto 0;
	padding:102px 25px 159px 23px;
	width:337px;
	background:url(../images/bgiphone.png) no-repeat;
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s
}
.mobile-width iframe {
	height:585px!important
}
.mobile-horizontal-width {
	height:273px!important;
	margin:40px auto 0;
	padding:43px 115px 69px 82px;
	width:605px;
	background:url(../images/bgiphonew.png) no-repeat;
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s
}
.mobile-horizontal-width iframe {
	height:317px!important
}
.case-banner .wz {
	display:inline-block;
	line-height:1;
	vertical-align:middle;
	width:100%;
	text-align:center;
	color:#fff
}
.case-banner .wz h3 {
	font-size:34px;
	color:#fff;
	font-weight:400;
	margin:0 0 30px
}
.case-banner .wz p {
	font-size:16px;
	text-transform:uppercase
}
.case-banner .wz a {
	display:block;
	width:120px;
	height:34px;
	border:1px solid #a8a8a8;
	border-radius:3px;
	line-height:31px;
	text-align:center;
	font-size:16px;
	color:#a8a8a8;
	margin:0 auto;
	-webkit-transition:all .3s;
	transition:all .3s
}
.case-banner .wz a .iconfont {
	font-size:17px;
	color:#a8a8a8;
	margin-right:3px
}
.case-banner .wz a:hover {
	border:1px solid #fff;
	color:#fff
}
@media (max-width:768px) {
	.case-banner .wz h3 {
	font-size:20px
}
}.page-case {
	padding:0 0 70px
}
.page-case-title {
	text-align:center;
	margin-bottom:50px
}
.page-case-title h3 {
	margin:0 0 15px;
	font-size:34px;
	color:#333;
	font-weight:200
}
.page-case-title p {
	font-size:14px;
	line-height:2.3;
	color:#333;
	font-weight:200
}
.page-case .case-filter {
	width:100%;
	padding:20px 0;
	margin-bottom:0
}
.page-case .case-filter .filter-type-wrap {
	margin-bottom:0
}
.page-case .case-filter .filter-type-wrap .filter-title {
	width:6%;
	margin-right:3%;
	display:inline-block;
	vertical-align:middle;
	font-weight:600;
	font-size:14px;
	line-height:30px;
	margin-bottom:10px
}
.page-case .case-filter .filter-type-wrap .filter-title span {
	font-weight:400
}
.page-case .case-filter .filter-type-item {
	border-top:none;
	margin-bottom:0
}
.page-case .case-filter .filter-type-wrap .filter-business span {
	width:auto;
	padding:0 15px;
	margin:0 3px;
	margin-bottom:15px!important
}
.page-case .case-filter .filter-type-wrap .filter-item {
	display:inline-block;
	width:90%;
	padding-right:100px;
	vertical-align:top;
	height:30px
}
.page-case .case-filter .filter-type-wrap .filter-item>span {
	width:auto;
	padding:0 15px;
	margin:0 3px
}
@media (max-width:990px) {
	.page-case .case-filter .filter-type-wrap .filter-title {
	width:100%;
	margin-right:0
}
.page-case .case-filter .filter-type-wrap .filter-item {
	width:100%;
	padding-right:0;
	height:auto;
	display:none
}
.page-case .case-filter .filter-type-wrap .filter-item>span {
	margin-bottom:10px
}
.page-case .case-filter .filter-type-wrap .filter-item .more-btn {
	display:none
}
}.page-case .type-child-title {
	font-size:15px;
	margin-bottom:15px
}
.page-case .type-child-title .filter-title {
	width:6%;
	margin-right:3%;
	display:inline-block;
	vertical-align:middle;
	font-weight:600;
	font-size:14px;
	line-height:30px;
	margin-bottom:10px;
	color:#000
}
.page-case .type-child-title .type-child {
	display:inline-block;
	width:90%;
	padding-right:100px;
	vertical-align:top;
	height:40px
}
.page-case .type-child-title .type-child span {
	display:inline-block;
	line-height:28px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:15px;
	text-align:center;
	background:#f8f8f8;
	border:1px solid #f8f8f8;
	margin-right:8px
}
.page-case .type-child-title .type-child span a {
	padding:0 15px;
	position:relative;
	display:block
}
.page-case .type-child-title .type-child span.active {
	background:#f5fcff;
	border-color:#a6e2f9
}
.page-case .type-child-title .type-child span.active a {
	color:#00abee
}
@media (max-width:990px) {
	.page-case .type-child-title .filter-title {
	width:100%
}
.page-case .type-child-title .filter-title span {
	margin-right:5px;
	color:#03a9f4;
	font-weight:400
}
.page-case .type-child-title .type-child {
	width:100%;
	padding-right:0
}
}.page-case .page-case-content .secondarytype {
	margin-left:0;
	margin-right:0
}
.page-case-item {
	margin-bottom:30px
}
.page-case-item .shadow-box {
	position:relative;
	margin-bottom:20px
}
.page-case-item .shadow-box a {
	display:block;
	position:relative;
	z-index:9;
	border:1px solid #ddd
}
.page-case-item .shadow-box a img {
	width:100%
}
.page-case-item .shadow-box .shadow-img {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	z-index:1;
	bottom:0;
	-webkit-transform:translateY(50%);
	transform:translateY(50%)
}
.page-case-item .shadow-box .shadow-img img {
	width:100%
}
.page-case-item h4 {
	font-weight:400;
	color:#666;
	font-size:14px;
	margin:0;
	line-height:27px;
	text-align:center;
	margin-bottom:20px
}
.page-case-item:hover .case-img img {
	opacity:.9
}
.page-case-list .search-error {
	padding:15px 0
}
.page-case-list .search-error .title {
	text-align:center
}
.page-case-list .search-error .title h3 {
	font-size:36px;
	color:#666;
	font-weight:100;
	padding-bottom:10px
}
.page-case-list .search-error .title p {
	font-size:18px;
	color:#999
}
@media (max-width:990px) {
	.page-case .page-case-content .page-case-list .search-error .title h3 {
	font-size:20px
}
}@media (max-width:990px) {
	.page-case {
	padding:40px 0;
	padding-top:0
}
.page-case .page-case-title {
	margin-right:0
}
.page-case .page-case-title h3 {
	font-size:28px
}
.page-case .page-case-title p br {
	display:none
}
.page-case .container {
	padding:0 30px
}
.page-case .case-filter {
	margin-right:0;
	width:100%;
	padding-top:10px
}
.page-case .page-case-content {
	width:100%
}
.page-case .page-case-content .page-case-item {
	margin-bottom:15px
}
.page-case .page-case-content .page-case-item .shadow-box,.page-case .page-case-content .page-case-item h4 {
	margin-bottom:10px
}
}@media (max-width:768px) {
	.page-case .page-case-content {
	width:100%;
	padding:20px 15px;
	background:#fff
}
}.page-case-detail {
	padding-top:40px;
	background:#f6f6f6
}
.case-detail-img .img {
	background:url(../images/case-detail-img-bg.png) top no-repeat;
	text-align:center;
	padding-top:33px;
	margin-bottom:30px;
	height:748px
}
.case-detail-img .img img {
	width:868px;
	height:503px
}
.case-detail-img .view {
	display:block;
	margin:0 auto;
	font-size:16px;
	color:#03a9f4;
	border:1px solid #03a9f4;
	border-radius:1.25em;
	width:11.875em;
	line-height:2.8;
	text-align:center;
	text-transform:capitalize
}
.case-detail-img .view:hover {
	background:#03a9f4;
	color:#fff
}
.case-detail-info {
	margin-bottom:35px
}
.case-detail-info>h3 {
	border-bottom:1px solid #d2d1d1;
	line-height:35px;
	padding:10px 20px;
	font-size:18px;
	color:#444;
	font-weight:400;
	margin:0
}
.case-detail-info .info-wrap {
	padding:20px
}
.case-detail-info .info-wrap p {
	font-size:14px;
	line-height:33px;
	color:#444;
	font-weight:200
}
.case-detail-info .info-wrap p img {
	max-width:100%
}
.case-detail-info .preview-prve {
	width:44px;
	height:44px;
	border-radius:25px;
	line-height:44px;
	color:#fff;
	font-size:12px;
	text-indent:55px;
	position:fixed;
	left:100px;
	bottom:36%;
	overflow:hidden;
	text-align:left;
	-webkit-transition:all .5s;
	transition:all .5s
}
.case-detail-info .preview-prve>div {
	position:relative
}
.case-detail-info .preview-prve>div span {
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:50%;
	background:rgba(0,0,0,.3);
	text-indent:0;
	-webkit-transition:all .5s;
	transition:all .5s;
	position:absolute;
	left:0;
	top:0
}
.case-detail-info .preview-prve>div span .iconfont {
	font-size:15px;
	color:#fff
}
.case-detail-info .preview-prve>div a {
	font-size:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
	background:#fff;
	opacity:0
}
.case-detail-info .preview-prve>div:hover span {
	background:#03a9f4
}
.case-detail-info .preview-prve.on {
	width:142px;
	background:#2e2e2e
}
.case-detail-info .preview-next {
	width:44px;
	height:44px;
	border-radius:25px;
	line-height:44px;
	color:#fff;
	font-size:12px;
	text-indent:-120px;
	position:fixed;
	right:100px;
	bottom:36%;
	text-align:center;
	overflow:hidden;
	-webkit-transition:all .5s;
	transition:all .5s
}
.case-detail-info .preview-next>div {
	position:relative
}
.case-detail-info .preview-next>div span {
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:50%;
	background:rgba(0,0,0,.3);
	text-indent:0;
	-webkit-transition:all .5s;
	transition:all .5s;
	position:absolute;
	right:0;
	top:0
}
.case-detail-info .preview-next>div span .iconfont {
	font-size:15px;
	color:#fff
}
.case-detail-info .preview-next>div a {
	font-size:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
	background:#fff;
	opacity:0
}
.case-detail-info .preview-next>div:hover span {
	background:#03a9f4
}
.case-detail-info .preview-next.on {
	width:142px;
	background:#2e2e2e;
	text-indent:-30px
}
.case-detail-tag {
	border:1px solid #47aca1;
	padding:20px;
	font-size:18px;
	color:#444
}
.case-detail-tag span {
	float:left
}
.case-detail-tag .tag-content {
	overflow:hidden
}
.case-detail-tag .tag-content a {
	display:inline-block;
	color:#444;
	margin:0 20px
}
.case-detail-tag .tag-content a:hover {
	color:#03a9f4
}
@media (max-width:990px) {
	.page-case-detail {
	padding-top:1px
}
.case-detail-img {
	padding:0 5%
}
.case-detail-img .img {
	height:auto;
	background-size:cover;
	padding:3.7% 4% 22.5%
}
.case-detail-img .img img {
	width:100%;
	height:auto
}
.case-detail-img .view {
	font-size:14px
}
.case-detail-info {
	margin:30px 0
}
.case-detail-tag {
	padding:10px;
	font-size:14px
}
.case-detail-tag .tag-content a {
	margin:0 10px
}
}@media (max-width:990px) {
	.casebutton {
	display:none
}
}.case-detail-mobile-wrap {
	margin:0 auto;
	width:665px
}
.case-detail-mobile {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:540px;
	padding:102px 25px 159px 23px;
	width:337px;
	background:url(../images/bgiphone.png) no-repeat;
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
	float:left
}
.case-detail-mobile-content {
	height:585px;
	overflow-x:hidden;
	overflow-y:auto
}
.case-detail-mobile-content img,.case-detail-mobile-content p img {
	width:100%
}
.case-detail-mobile-ewm {
	width:150px;
	margin-left:15%;
	float:left;
	margin-top:10%
}
.case-detail-mobile-ewm p {
	text-align:center;
	margin-bottom:10px
}
.case-detail-mobile-ewm img {
	width:150px;
	height:150px
}
.case-type-filter {
	border-bottom:1px solid #e5e5e5;
	color:#333
}
.case-type-filter .col-xs-3 {
	text-align:center;
	position:relative
}
.case-type-filter .col-xs-3 a {
	display:block;
	padding:20px 0
}
.case-type-filter .col-xs-3:after {
	content:"";
	position:absolute;
	height:2px;
	left:0;
	right:0;
	background:transparent;
	bottom:-1px
}
.case-type-filter .col-xs-3.active a,.case-type-filter .col-xs-3:hover a {
	color:#00abee
}
.case-type-filter .col-xs-3.active:after {
	background:#00abee
}
.case-type-filter .iconfont {
	font-size:20px
}
.case-type-filter span {
	font-size:16px;
	margin-left:5px
}
.case-type-filter .iconfont,.case-type-filter span {
	display:inline-block;
	vertical-align:middle
}
.page-case {
	padding-top:12px
}
.case-version-filter {
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px
}
.case-version-filter-item span {
	line-height:25px;
	font-size:14px;
	color:#444;
	margin-right:30px
}
.case-version-filter-item span a {
	color:inherit
}
@media (min-width:990px) {
	.case-version-filter-item span:first-child {
	display:inline-block;
	width:12.5%;
	text-align:center;
	margin-right:0
}
}.case-version-filter-item span.active a,.case-version-filter-item span:hover a {
	color:#00abee
}
.case-industry-filter {
	margin-bottom:30px
}
.case-industry-filter-item span {
	font-size:14px;
	color:#444;
	width:12.5%;
	text-align:center;
	line-height:1.6;
	float:left
}
.case-industry-filter-item span a {
	display:block;
	padding:10px 5px;
	color:inherit
}
.case-industry-filter-item span.active a,.case-industry-filter-item span:hover a {
	color:#00abee
}
@media (max-width:990px) {
	.case-type-filter {
	padding:10px 0
}
.case-type-filter .row {
	margin:0 -5px
}
.case-type-filter .col-xs-3 {
	padding:0 5px
}
.case-type-filter .col-xs-3:after {
	bottom:-11px
}
.case-type-filter .iconfont {
	font-size:16px
}
.case-type-filter span {
	font-size:12px;
	margin-left:0
}
.case-type-filter .iconfont,.case-type-filter span {
	display:block
}
.mob-case-filter-title {
	position:relative;
	height:30px;
	line-height:29px
}
.mob-case-filter-title h3 {
	font-size:14px;
	color:#000;
	margin:0;
	line-height:30px
}
.mob-case-filter-title span {
	position:absolute;
	right:0;
	top:0;
	margin-right:5px;
	color:#03a9f4
}
.mob-case-filter-title i {
	font-size:16px;
	color:#333
}
.case-version-filter {
	padding-top:0;
	padding-bottom:10px;
	margin-bottom:10px
}
.case-version-filter-item {
	display:none
}
.case-version-filter-item span {
	float:left;
	padding:0;
	text-align:center;
	width:calc(50% - 10px);
	margin:5px
}
.case-industry-filter {
	margin-bottom:0
}
.case-industry-filter-item {
	display:none
}
.case-industry-filter-item span {
	width:50%;
	padding:5px
}
}.page-faq-cover {
	padding:60px 0
}
.faq-cover-list .faq-item {
	display:block;
	text-align:center;
	padding:40px 0
}
.faq-cover-list .faq-item .icon {
	display:block;
	margin-bottom:20px;
	line-height:1
}
.faq-cover-list .faq-item .iconfont {
	font-size:48px;
	color:#4b4b4b
}
.faq-cover-list .faq-item h5 {
	margin:0 0 15px;
	font-size:18px;
	font-weight:200;
	color:#444
}
.faq-cover-list .faq-item p {
	font-size:16px;
	color:#444;
	font-weight:200
}
.faq-cover-list .faq-item:hover .iconfont,.faq-cover-list .faq-item:hover h5,.faq-cover-list .faq-item:hover p {
	color:#03a9f4
}
.page-anchor {
	padding-top:32px
}
.page-anchor .breadcrumbs {
	padding-bottom:16px;
	border-bottom:1px solid #eceef0;
	color:#707070;
	font-weight:400;
	letter-spacing:.8px;
	font-size:0
}
.page-anchor .breadcrumbs li {
	font-size:14px;
	display:inline-block;
	color:#0a0a0a
}
.page-anchor .breadcrumbs li a {
	color:#707070;
	font-size:14px
}
.page-anchor .breadcrumbs li a:hover {
	text-decoration:underline;
	color:#0a0a0a
}
.page-anchor .breadcrumbs li:not(:last-child):after {
	color:#cacaca;
	content:"/";
	margin:0 12px;
	opacity:1
}
.page-faq-wrap {
	padding:30px 0
}
.page-faq-wrap .faq-sort li {
	margin-bottom:7px
}
.page-faq-wrap .faq-sort li a {
	display:block;
	padding:11.2px 16px;
	line-height:1;
	color:#0a0a0a;
	border-radius:3px;
	font-size:14px
}
.page-faq-wrap .faq-sort li a.active,.page-faq-wrap .faq-sort li a:hover {
	background-color:#f5f5f5
}
.page-faq-list li {
	margin-bottom:40px
}
.page-faq-list li h4 {
	color:#0a0a0a;
	font-size:18px;
	line-height:1.3;
	font-weight:200;
	margin:0 0 .5em
}
.page-faq-list li p {
	color:#575757;
	font-size:14px
}
.page-faq-list li:hover h4,.page-faq-list li:hover p {
	color:#03a9f4
}
.customer-wrap {
	background-color:#f8f8f8;
	margin-top:0;
	padding:20px 0
}
.customer-wrap .container {
	background-color:#fff;
	padding-bottom:40px
}
.customer-wrap .customer-wrap {
	margin-bottom:40px
}
.customer-wrap .customer-top {
	text-align:center;
	padding:80px 0
}
.customer-wrap .customer-top i {
	font-size:90px;
	color:#3d8cff
}
.customer-wrap .customer-top span {
	font-size:15px;
	padding-top:10px;
	display:inline-block
}
.customer-wrap .customer-content {
	padding:30px
}
.customer-wrap .customer-content .customer-amount .customer-price {
	color:#f90
}
.customer-wrap .customer-content .customer-text {
	margin-top:10px;
	margin-bottom:20px;
	font-size:15px;
	color:#333
}
.customer-wrap .customer-content .customer-text .customer-name {
	font-size:18px
}
.customer-wrap .customer-content .customer-text .price {
	color:#f90
}
.customer-wrap .customer-content .customer-text .amount {
	color:#4aab42
}
.table tbody>tr>td,.table thead>tr>th {
	padding:16px;
	word-break:break-all;
	font-size:14px
}
.cost-list tbody>tr>td,.cost-list thead>tr>th {
	padding:12px
}
.table>thead>tr>th {
	background:#fafafa;
	border-bottom:1px solid #e8e8e8;
	-webkit-transition:background .3s ease;
	transition:background .3s ease;
	color:rgba(0,0,0,.85);
	font-weight:500
}
.customer-price {
	color:#f90
}
.customer-btn {
	color:#555
}
.customer-btn:hover {
	color:#1989fa
}
.customer-btn:visited {
	color:#555
}
.customer-page {
	color:#999;
	border-color:#999
}
.customer-page:hover {
	border-color:#333;
	color:#333;
	background:#fff
}
.modal-header .modal-title {
	text-align:center;
	font-size:16px;
	font-weight:400;
	padding-top:5px
}
.cost-dialog {
	margin-top:120px
}
.modal-body {
	padding:20px
}
.costs-top {
	font-size:14px;
	color:#333
}
.keyword-deleted {
	display:inline-block;
	padding:2px 6px;
	color:#f90;
	background:#fdfaf6;
	border:1px solid #fac16b;
	font-size:12px
}
.search-tip {
	position:relative;
	max-width:480px;
	margin:0 auto;
	font-size:15px;
	color:#fbcf01
}
.download-box {
	background:#fff;
	font-size:0;
	padding:7.8125% 0
}
.download-box .container {
	padding:0
}
.download-box:nth-of-type(2n) {
	background:#f6f6f6
}
.download-box:nth-of-type(2n) .download-content {
	padding-right:5.83333333%;
	padding-left:0
}
@media (min-width:990px) {
	.download-content,.download-img {
	display:inline-block;
	vertical-align:middle
}
}.download-img {
	width:51.91666667%
}
.download-img img {
	max-width:100%
}
.download-content {
	width:48.08333333%;
	padding-left:5.83333333%
}
.download-content h3 {
	font-size:26px;
	color:#222;
	margin:0 0 20px;
	font-weight:400
}
.download-content p {
	font-size:15px;
	color:#444;
	font-weight:200
}
.download-content .download-list {
	margin-top:30px
}
.download-content .download-list li {
	display:inline-block;
	vertical-align:top;
	width:47%;
	margin-right:1.5%;
	margin-bottom:10px;
	line-height:44px
}
.download-content .download-list li a {
	display:block;
	border:1px solid #7e8097;
	border-radius:2px;
	position:relative;
	padding-left:20px;
	padding-right:60px;
	color:#636689;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.download-content .download-list li a:hover {
	background:#393a47;
	color:#fff;
	border-color:#393a47
}
.download-content .download-list li .iconfont {
	font-size:18px;
	margin-right:10px
}
.download-content .download-list li b {
	font-weight:400;
	font-size:13px
}
.download-content .download-list li .iconfont,.download-content .download-list li b {
	display:inline-block;
	vertical-align:middle
}
.download-content .download-list li span {
	position:absolute;
	right:20px;
	font-size:12px;
	opacity:.6
}
@media (max-width:1200px) {
	.download-content .download-list li a {
	padding-left:10px;
	padding-right:50px
}
.download-content .download-list li span {
	right:10px
}
}.download-content .download-list li.type-ewm {
	position:relative
}
.download-content .download-list li.type-ewm .mac-ewm {
	opacity:0;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
	visibility:hidden;
	-webkit-transition:all .7s ease;
	transition:all .7s ease;
	position:absolute;
	left:0;
	right:0;
	background:#fff;
	text-align:center;
	padding:15px
}
.download-content .download-list li.type-ewm .mac-ewm img {
	max-width:100%
}
.download-content .download-list li.type-ewm:hover .mac-ewm {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.download-btn {
	text-align:center
}
.download-btn a {
	display:inline-block;
	border:1px solid #333;
	border-radius:2em;
	font-size:14px;
	color:#333;
	padding:.5em 2em;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.download-btn a:hover {
	background:#333;
	color:#fff
}
@media (max-width:990px) {
	.download-box .container {
	padding:0 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.download-content,.download-img {
	width:100%;
	padding:0
}
.download-img {
	text-align:center;
	margin-bottom:20px
}
.download-content {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}
.download-content h3 {
	font-size:16px;
	margin-bottom:15px
}
.download-content p {
	font-size:12px
}
.download-content .download-list {
	margin-top:15px
}
.download-content .download-list li {
	width:100%;
	margin:0 0 10px;
	line-height:40px
}
.download-content .download-list li.type-ewm .mac-ewm {
	position:static;
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	visibility:visible
}
}.tonglan {
	background:#111626;
	padding:75px 0 15px
}
.tonglan-nav dl {
	padding-left:10%
}
.tonglan-nav dt {
	line-height:40px
}
.tonglan-nav dt a {
	color:#fff;
	font-size:15px;
	font-weight: 400
}
.tonglan-nav dl dt:hover a{color:#03a9f4;}
.tonglan-nav dl dd:hover a{color:#03a9f4!important;}
.tonglan-nav dd {
	line-height:40px
}
.tonglan-nav dd a {
	font-size:13px;
	color:#adaeb3
}
.tonglan-nav dd a:hover {
	color:#03a9f4
}
.tonglan-contact h3 {
	font-size:15px;
	color:#fff;
	line-height:40px;
	margin:0
}
.tonglan-contact p {
	font-size:13px;
	padding:10px 0;
	line-height:20px;
	color:#adaeb3
}
.tonglan-contact p:first-of-type {
	font-size:24px;
	font-weight:700;
	color:#fff
}
.share {
	margin-top:10px
}
.share a {
	display:inline-block;
	margin-right:15px;
	line-height:1
}
.share a .iconfont {
	font-size:25px;
	color:#a3a3a3
}
.share a:hover .iconfont {
	color:#03a9f4
}
.link {
	color:#adaeb3
}
.link h3 {
	float:left;
	display:block;
	width:60px;
	margin-top:20px
}
.link ul {
	margin-left:60px
}
.link ul li {
	float:left;
	line-height:1.1;
	padding:20px 5px
}
.link ul li a,.link ul li a:visited {
	color:#adaeb3
}
.link ul li a:hover {
	color:#03a9f4
}
@media (max-width:990px) {
	.tonglan {
	padding:40px 0
}
.tonglan-nav {
	margin-bottom:10px
}
.tonglan-nav dl {
	padding-left:15px;
	min-height:160px
}
.tonglan-nav dt {
	line-height:30px
}
.tonglan-nav dt a {
	font-size:17px
}
.tonglan-nav dt a:hover{color:#03a9f4;}
.tonglan-nav dd {
	line-height:30px
}
.tonglan-contact p {
	padding:5px 0
}
}#tool-bar {
	position:fixed;
	right:5px;
	bottom:10%;
	z-index:99999;
	height:284px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
#tool-bar li {
	position:relative
}
#tool-bar li:first-child a {
	border-radius:5px 0 0 0
}
#tool-bar li.message.on a {
	border-radius:0 0 0 5px
}
#tool-bar li a {
	display:block;
	width:56px;
	height:58px;
	background:#1fb3ee;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	text-align:center
}
#tool-bar li a:hover {
	background:#09aaea
}
#tool-bar li a .iconfont {
	color:#fff;
	font-size:23px;
	font-weight:100;
	padding-top:3px;
	position:relative;
	display:inline-block
}
#tool-bar li a span {
	display:block;
	color:#fff;
	position:relative;
	margin-top:-3px
}
#tool-bar .wechat:hover .pop-box {
	display:block
}
#tool-bar .wechat .pop-box {
	position:absolute;
	background:#f2f2f2;
	padding:5px;
	right:70px;
	top:-65.5%;
	display:none
}
#tool-bar .wechat .pop-box p {
	text-align:center;
	font-size:12px;
	color:#666;
	margin-top:10px
}
#tool-bar .wechat .pop-box:after {
	content:"";
	width:0;
	height:0;
	border-width:5px;
	border-style:solid;
	border-color:transparent transparent transparent #f2f2f2;
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-5px
}
#tool-bar .back-top {
	border-bottom:none;
	display:none
}
#tool-bar .back-top a {
	background:#1bb1f4;
	height:52px;
	border-radius:0 0 0 5px
}
#tool-bar .back-top a:hover {
	background:#189fdc
}
#tool-bar .back-top a .iconfont {
	font-size:20px;
	position:relative;
	display:inline-block
}
#tool-bar .back-top a span {
	display:block;
	color:#fff;
	position:relative;
	margin-top:-3px
}
.nav1 {
    width: 133px;
    height: 72px;
    background: url(../images/shuo.png) no-repeat right;
    position: fixed;
    z-index: 99999;
    top:50px;
    margin: 0 auto;
    right: 0px;display:none;
}

.nav1 .sec1 {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 30px;
    left: -1100px;
    background: #fff;
    padding:10px;
    color: #000;
    font-size: 16px;
}
.nav1 .sec1 img{
/*width:1100px;*/
height:auto;
}
@media (max-width: 1350px) {
 .nav1 .sec1{
     left: -750px;
  top: 0;
 }
 .nav1 .sec1 img{
width:459px;
height:495px;
}
}




@media (max-width: 768px) {
 .nav1 .sec1{
     left: -130%;
    padding: 10px;
    right: 5px;
 }
}
@media (max-width: 640px) {
 .nav1 .sec1{
     left: -163%;
    padding: 10px;
    right: 5px;
    top: 91px;
    background:none;
 }
 .nav1 .sec1 img{
     width: 306px;
    height: 332px;
 }
}

.footer {
	background:#111626;
	border-top:1px solid #4c5461
}
.footer .links {
	font-size:12px;
	padding:15px 0;
	line-height:2;
	color:#adaeb3;
	float:left
}
.footer .links a {
	color:#adaeb3
}
.footer .copyright {
	text-align:center;
	font-size:12px;
	padding:15px 0;
	line-height:2;
	color:#adaeb3
}
.footer .copyright a {
	color:#adaeb3
}
.footer .copyright a:hover {
	text-decoration:underline
}
.footer .copyright img {
	margin-right:3px
}
@media (max-width:768px) {
	#tool-bar,.footer .links {
	display:none
}
.footer .copyright {
	float:none;
	text-align:center
}
}



/* */
.page-banner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover!important;
    height: 350px;
    position: relative;
}
.page-banner .wz {
    position: absolute;
    width: 1200px;
    padding: 0 15px;
    text-align: center;
    height: 110px;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
}
.page-banner .wz h3 {
    font-size: 34px;
    margin: 0 0 20px;
    line-height: 1.3;
    font-weight: 400;
}
.page-banner .wz p {
    font-size: 16px;
}


@media (max-width:990px) {
	.page-banner {
        height:250px!important;
    }
    .page-banner .wz{width:95%;height:60px;top:28%}
    .page-banner .wz h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.page-banner .wz p {
    font-size: 14px;
    line-height: 25px!important;
}
}
