html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
    font-family:SimHei,Arial;
    color: #000;
/*    background-color: #f8f0e6;*/
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
        height: 100%;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a:hover, a:focus {
     color: #009999;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}


button,
input,
select,
textarea {
    border: 1px solid #d5d5d5;
    outline: 0;
    padding: 10px 12px;
    color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #666666;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}
.jumbotron{ background:none;}
.main-btn {
    color: white;
    border: 1px solid white;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
}

button,
input,
select,
textarea {
    border: 1px solid #d5d5d5;
    outline: 0;
    padding: 10px 12px;
    color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #00a9f7;
}

.hide-over{ overflow:hidden;}
/*顶部导航*/
.nav>li>a{ padding: 0;}
.nav>li>a:hover, .nav>li>a:focus{ background: none;}
.nav_ba{ height: 50px;}
/*合作客户*/
.customer{ padding-top: 5%; text-align: center;}
/*margin*/
.align-v {
    margin-top:25%;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-t-5{ margin-top: 5%;}
.m-b-10 {
    margin-bottom:10px;
}
.m-t-20 {
    margin-top:20%;
}
/*padding*/
.wrapper {
    padding: 15px;
}
.wrapper-md {
    padding: 20px;
}
.wrapper-lg {
    padding: 30px;
}
.wrapper-xl {
    padding: 50px;
}
.padder {
    padding-left: 15px;
    padding-right: 15px;
}
.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padder-v-lg{ padding-top:50px; padding-bottom:50px;}
.p-t-5{ padding-top:84px;}
.p-t-10{ padding-top:10%;}
.p-r-0{ padding-right: 0;}
.p-l-sm{padding-left: 10px;}
.p-l-md{ padding-left: 20px;}
.p-t-lg{ padding-top:30px;}
.p-t-llg{ padding-top: 70px}

.no-padder {
    padding: 0 !important;
}

/*width*/
.w-7{ width: 70%;}
.w-5{width: 55%;}

/*vertical-align*/
.v-middle {
    vertical-align: middle !important;
}
.v-top {
    vertical-align: top !important;
}
.v-bottom {
    vertical-align: bottom !important;
}

/*font-size*/
.f-sm{ font-size:17px;}
.f-md{ font-size:20px;}
.f-lg{ font-size:30px;}
.f-llg{font-size:50px}

/*font-weight*/
.font-normal {
    font-weight: normal;
}
.font-semibold {
    font-weight: 600;
}
.font-thin {
    font-weight: 300;
}
.font-normal {
    font-weight: normal;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

/*font color*/
.text-c-violet{ color:#993399;}
.text-c-white{ color:#fff;}

/*font line-height*/
.l-h {
    line-height: 1.5;
}
.l-h-1x {
    line-height: 1.2;
}
.l-h-2x {
    line-height: 2em;
}
.l-h-2x {
    line-height: 2em;
}
.l-h-3x {
    line-height: 3em;
}
.l-h-3x5 {
    line-height: 3.5em;
}
.l-h-4x {
    line-height: 4em;
}
.l-h-5x {
    line-height: 5em;
}
.l-h-5x5 {
    line-height: 5.5em;
}
.l-h-10x{
    line-height: 10em;  
}
.l-h-12x{
    line-height: 12em;  
}
.l-h-13x5{
    line-height: 13.5em;  
}
.h-300{height: 305px; line-height: 305px; overflow: hidden;}
.h-200{ height: 200px; line-height: 200px; overflow: hidden;}
.h-100{ height: 95px; line-height: 95px; overflow: hidden;}
/*backgruond color*/
.bg-lightblue{ background-color: rgba(75, 193, 225, 1)}
.bg-blue{ background-color: rgba(91, 138, 181, 1)}
.bg-violet{ background-color: rgba(143, 72, 154, 1)}
.bg-lightred{ background-color: rgba(255, 156, 178, 1)}
.bg-red{background-color: rgba(252, 84, 116, 1)}
.bg-green{background-color: rgba(25, 152, 139, 1)}
.bg-white{background-color: #fff;}
.bg-violet {
    background:#8e3791;
}

.no-radius {
    border-radius:0 !important;
    -webkit-border-radius:0;
}
/*position*/
.pos_abs{ position: absolute;}
.pos_rlt{ position:relative;}
.left_boder{ border-left:#00a9f7 solid 5px;}

/*float*/
.center-block{ float: none;}
.pull-none {
    float: none;
}
/*img hover ico*/
.dk {
    background-color:rgba(0,0,0,0.5);
}
.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.artist_img:hover .portfolio-overlay{
opacity: 1;
visibility: visible;
}
.portfolio-overlay h3 {
    margin-top: 20%;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.portfolio-overlay h4 {
    margin-top:30px;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.expand i {
    line-height: 150%;
    color:#fff;
}
.portfolio-overlay .expand {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 0 auto;
    background: #993399
}
/* hover ico end*/

.scrolled {
	position: fixed;
	left: 0;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	*-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
        z-index: 9;
}

#toTop {
    display: none;
    position: fixed;
    font-size:35px;
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    text-align:center;
    color:#fff;
    z-index: 99999;
}
.modal-backdrop.fade{ opacity: 0.5;}