@charset "utf-8";

/*
chenmaner website
Author: jibin
Author mail: bingo@houjibin.com
Version: 1.0
-------------------------------------------------------------- */

/* Table of Content
==================================================
        - FullPage -
        - Animated -
        - Common -
        - Header and nav -
        - Home -
        - Contact -
        - Portfolio -
        - Celebrity -
        - About -
        - Responsive -

*/


/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}
.section {
    overflow: hidden;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none; 
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 20px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 0;
}
.fp-slidesNav.top {
    top: 0;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 7px 5px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #FFEE58;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: rgba(255, 255, 255, .2);
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    background: #FFEE58;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -4px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

.fp-slidesNav ul li a span {
    background: #b6b6b6;
    height: 10px;
    width: 10px;
    margin: -5px 0 0 -5px;
}
.fp-slidesNav ul li:hover a span,.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span{
    background: #FFEE58;
}
.fp-controlArrow {
    display: none;
}
.zy_media{background:#000;position:relative}.zy_media video,.zy_media audio{width:100%;position:absolute;top:0;left:0;display:block}.zy_fullscreen{overflow:hidden}.zy_fullscreen .zy_media{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1000}.zy_fullscreen .zy_wrap,.zy_fullscreen video{width:100%;height:100%}.zy_wrap{width:100%}.zy_title{height:34px;padding-left:10px;color:#fff;font-size:12px;line-height:34px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:rgba(0,0,0,.25);position:absolute;left:0;right:0;top:0;-webkit-transition:top .5s;transition:top .5s}.zy_media .dec_play,.zy_media .dec_loading,.zy_media .dec_error{margin:-32px 0 0 -31px;position:absolute;top:50%;left:50%}.zy_media .dec_play::before{width:60px;height:60px;content:'';border-radius:60px;border:rgba(255,255,255,.5) 3px solid;display:block}.zy_media .dec_play::after{width:0;height:0;content:'';border-color:transparent transparent transparent rgba(255, 255, 255, .5);border-width:14px 20px;border-style:solid;position:absolute;top:16px;left:23px;z-index:2;display:block}.zy_media .dec_loading{width:62px;height:62px;-webkit-animation:ani_loading .6s infinite linear;-webkit-animation-fill-mode:forwards;animation:ani_loading .6s infinite linear;animation-fill-mode:forwards}@-webkit-keyframes ani_loading{100%{-webkit-transform:rotate(360deg)}}@keyframes ani_loading{100%{transform:rotate(360deg)}}.zy_media .dec_loading::before{width:7px;height:7px;content:'';border-radius:7px;background:#fff;opacity:.8;position:absolute;top:25px}.zy_media .dec_loading::after{width:48px;height:48px;content:'';border-radius:50px;border:7px solid #fff;opacity:.2;display:block}.zy_media .dec_error{width:62px;height:62px;margin-top:-53px;margin-left:-25px;white-space:nowrap;color:#fff;font-size:12px;text-align:center;position:absolute;top:50%;left:50%}.zy_controls{height:44px;background:rgba(0,0,0,.55);position:absolute;left:0;right:0;bottom:0;-webkit-transition:bottom .5s;transition:bottom .5s;display:-webkit-box;display:box;display:-webkit-flex;display:flex}.zy_playpause_btn{width:26px;height:30px;margin-right:4px;padding:13px 0 0 14px;position:relative}.zy_play::before{width:0;height:0;content:'';border-color:transparent transparent transparent #cbcbcb;border-width:8px 12px;border-style:solid;display:block}.zy_pause::before,.zy_pause::after{width:3px;height:14px;content:'';background:#cbcbcb;position:absolute;top:13px;left:14px}.zy_pause::after{left:22px}.zy_timeline{margin-right:10px;-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto}.zy_timeline_slider{width:100%;height:1px;background:#999;position:relative;top:21px;left:0}.zy_timeline_buffering{width:100%;height:15px;top:-7px;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;background-size:15px 15px;-webkit-animation:ani_buffering 2s linear infinite;animation:ani_buffering 2s linear infinite;position:absolute}@-webkit-keyframes ani_buffering{from{background-position:0 0}to{background-position:30px 0}}@keyframes ani_buffering{from{background-position:0 0}to{background-position:30px 0}}.zy_timeline_loaded{width:0;height:1px;background:#e5e5e5;position:absolute;top:0;left:0;z-index:1}.zy_timeline_current{width:0;height:1px;background:#ff6159;position:relative;z-index:2}.zy_timeline_handle{width:16px;height:16px;border-radius:16px;background:#e5e5e5;position:absolute;top:-8px;left:-8px;z-index:3}.zy_time{width:auto;height:44px;margin-right:5px;line-height:44px;font-size:11px;color:#999;text-align:center}.zy_time .zy_currenttime{color:#e5e5e5}.zy_fullscreen_btn{width:38px;height:44px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAAEsY2FrAAAAElBMVEX///////////////////////+65XQCAAAABXRSTlMAHm1u3TG+li4AAAB5SURBVBgZBcGxbQNBEAQwPnCXC49TviU4UQnKx8ZP/62YVB58qQCIBwArGgAAwK4HkAUEgEXAEmBFG/AH+B0gN5BrQLwAAG4bXLOBewPXB/AGu6VtG4CeAUCdAaCcAVCcAQAAAAMAzrAD4IwdAM7PDgDOJwBt2wAA/9uDEjcL3fqtAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center;-webkit-background-size:16px;background-size:16px}.zy_unfullscreen{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAAEsY2FrAAAAElBMVEX///////////////////////+65XQCAAAABXRSTlMAHm1u3TG+li4AAAB5SURBVBgZBcGxDcMwEAQwGtH1QuD0WiGAB8gI39z+q4SEhR8AwALAwmAwgCAIS4AV0BYg7UAWEIttwNeA1x7gO8BrQDsAAGlBDpA3kOuAeIO4eDYZAM+WAeDZGQA8nwFo2w4AAAAAANq2A9D7AKDuA0C5D4DiPgDAH9lBEChOLXSRAAAAAElFTkSuQmCC)}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{
            background: #fff;
            white-space: nowrap;
        }
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{
            width: 32px;
            height: 32px;
            overflow: hidden;
            top: 50%;
            left: 50%;
            margin-top: -16px;
            margin-left: -16px;
            border-radius: 5px;
            background:url(../images/loading.gif) no-repeat center center;
        }

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:0; margin-top:-32px; background:url(../images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:0; margin-top:-32px; background:url(../images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:0; right:0; display:block; background:url(../images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

#cboxClose {
    display: none;
}
.colorWrap {
    display: none;
}
.colorContent {
    /* padding: 10px; */
    background-color: #fff;
    color: #333;
}                


/* - Common ------------------------------------------------------- */
.g,.g-10,.g-12 {
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.g {
    width: 100%;
}
.g-10 {
    width: 1000px;
}
.g-12 {
    width: 1200px;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 112px;
    height: 149px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -56px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: floating;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}

body {
    font:  -apple-system, "PingFang SC", Helvetica, Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei";
    background: #eee;
    font-weight: normal;
    color: #000;
}

::-moz-selection{ color: #000; background:#fff; }
::-webkit-selection{ color: #000; background:#fff; }
::selection{ color: #000; background:#fff; }

/* icon */
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1513740453973'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/3bab08bb0a9140399ca92b705e8750f7.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.icon-weibo:before { content: "\e6b0"; }
.icon-ins:before { content: "\e639"; }
.icon-facebook:before { content: "\e649"; }
.icon-youtube:before { content: "\e6c5"; }
.icon-arrowrb:before { content: "\e604"; }
.icon-arrowrn:before { content: "\e600"; }


a{
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a:hover{
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a:hover,a:focus{
    -moz-outline: none;
    outline: none;
    text-decoration: none;
}
p {
    line-height: 1.2;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1;
}
.f350 {
    font-size: 350px;
}
.f134 {
    font-size: 134px;
}
.f60 {
    font-size: 60px;
}
.f48{
    font-size: 48px;
}
.f44{
    font-size: 44px;
}
.f40{
    font-size: 40px;
}
.f24{
    font-size: 24px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f18{
    font-size: 18px;
}
.f16{
    font-size: 16px;
}
.f14{
    font-size: 14px;
}
.f13{
    font-size: 13px;
}
.f12{
    font-size: 12px;
}

.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}

.con01_bg{ background:#fff; margin-top:40px;}
.con01{ padding-top:40px; padding-bottom:40px;}
.con01 img{ max-width:100%;}
@media(max-width:768px){
.con01 .left{ float:none; width:100%;}
.con01 .right{ float:none; width:100%;}
.wapper{ width:100%;}
}
.con02_bg{ background:#fff; margin-top:40px;}
.con02{ padding-top:100px; padding-bottom:100px;}
.con03_bg{ background:#fff; margin-top:120px;}
.con03{ padding-top:40px; padding-bottom:40px;}
.con03 h2{ color:#000; font-size:37px; font-weight:normal; display:block; text-align:
center; margin-bottom:20px;}
.con03 span{ display:block; margin:0 auto; line-height:26px; width:800px; font-size:16px; color:#000; text-align:left;}
.con04{ background:#fff;}
.con04 img{ width:100%; margin:0 auto; padding-top:40px;}
.con05_bg{ background:#fff; margin-top:120px;}
.con05{ padding-top:40px; padding-bottom:40px;min-height:600px;}
.con01 h2{ color:#000; font-size:48px; font-weight:normal; display:block; text-align:
center;}
.con01 span{ margin-top:20px; display:block; text-align:center; color:#666; font-size:24px;}
.left{ float:left; width:50%; margin-top:30px;}
.right{ float: right; width:45%; margin:0  auto; font-size:26px; color:#000; padding-top:18%;}
.inside_con{ padding:10px 0; text-align:left;}
/* color */
.red-light {
    color: #ae2d25;
}
.gray {
    color: #d3d3d3;
}
.gray-2 {
    color: #666;
}
.gray-3 {
    color: #333;
}
.white {
    color: #fff;
}
.red {
    color: #982016;
}
.yellow {
    color: #FFEE58;
}

.bg-gray {
    background-color: #292929;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
}
.pf {
    font-family: -apple-system, "PingFang SC";
    font-weight: 100;
}
.he {
    font-family: -apple-system, Helvetica;
    font-weight: 100;
}
.none {
    display: none;
}

.mask {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.img-res {
    max-width: 100%;
    height: auto;
    display: block;
}

.mgb-40 {
    margin-bottom: 40px;
}


/* - Header and nav ------------------------------------------------------- */
.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 10;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: transparent;
    -webkit-backface-visibility: hidden;
}
.NavBg {
    background:rgba(255,255,255,0.9);  
}
.logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 11;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.logo a {
    display: block;
    width: 340px;
    height: 90px;
    overflow: hidden;
    background: url(../images/logo2.png) no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    /* text-indent: -9999px; */
	color: #000;
	font-size: 50px;
	line-height: 90px;
}
.logo a small{
	font-size:16px;
}

.logo a:hover {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: floating;
}

#nav {
    position: fixed;
    top: 45px;
    left: 340px;
    padding: 0;
    margin: 0;
    z-index: 10;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
}
#nav li {
    display: inline-block;
    margin: 0 10px;
}

#nav li a {
    position: relative;
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
#nav li.active a,#nav li a:hover {
    color: #000;
}

.nav-trigger {
    display: none;
}

.social-wrap {
    position: absolute;
    right: 20px;
    top: 44px;
    z-index: 11;
}
.social-wrap a {
    display: inline-block;
    color: #333;
}
.social-wrap a:hover {
    color: #999;
}
.social-wrap .iconfont {
    font-size: 26px;
}
.social-wrap .icon-ins {
    left: 6px;
}
.social-wrap .icon-facebook {
    left: 8px;
}


/* - Home ------------------------------------------------------- */
.home .img-res {
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}

.pdf-imgs-wrap {
    text-align: center;
}
.pdf-imgs {
    padding:0px 20px 80px;
}
.pdf-imgs img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
.load-txt {
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:url(../images/loading-icon.gif) no-repeat center center;
}

/* - News ------------------------------------------------------- */
.news-list {
    padding-top: 200px;
}
.news-list li {
    margin-bottom: 100px;
}
.news-list li .col-md-7 {
    overflow: hidden;
}
.news-list li a .img-res, .news-details a img {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.news-list li a:hover .img-res, .news-details a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.news-intro h2 {
    font-size: 20px;
    padding: 10px 0 15px;
}
.news-intro p {
    font-size: 14px;
    line-height: 1.5;
}
.link-more {
    position: relative;
    top: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}
.link-more:hover {
    color: #333;
}

.wrap-top {
    padding-top: 150px;
    padding-bottom: 100px;
}
.video-box {
    background: #000;
    text-align: center;
    overflow: hidden;
}

.masonry {
    column-count: 3;
    column-gap: 0;
    counter-reset: masonry_item;
}
.masonry .masonry_item {
    width: 100%;
    box-sizing: border-box;
    break-inside: avoid;
}

.news-details .row > div {
    margin-bottom: 30px;
}
.news-details .col-sm-12 {
    overflow: hidden;
}
.news-details h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 200;
    padding: 80px 0;
}
.news-details p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.news-details img {
    display: block;
    margin: 0 auto; 
    max-width: 100%;
    height: auto;
}


/* - contact ------------------------------------------------------- */
body.bg-contact {
    background: url(../images/bg-cm.jpg) no-repeat center bottom;
    background-size: cover;
}
.contact a {
    color: #666;
}
.contact ul {
    text-align: center;
    color: #666;
}
.contact ul li {
    margin-bottom: 20px;
}

.footer {
    width: 100%;
    /*position: fixed;*/
    z-index: 10;
    left: 0;
    bottom: 20px;
    line-height: 1;
    text-align: center;
    color: #999;
    font-size: 12px;
}


/* Responsive ----------------------------------------------------------------- */
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    #nav li {
        margin: 0 5px;
    }
    .news-intro {
        padding-left: 0;
    }
}
@media (min-width: 1400px) {
    #nav li {
        margin: 0 20px;
    }
    .news-intro {
        padding-left: 20px;
    }
}

@media only screen and (max-width : 1024px) {
    .g {
        width: 100%;
    }
    #nav li {
        margin: 0 5px;
    }
    #nav li a {
        font-size: 12px;
    }
    .logo {
        left: 20px;
    }
}

@media only screen and (max-width : 768px) {
    #fp-nav.right {
        right: 7px;
    }
    #fp-nav ul li,
    .fp-slidesNav ul li {
        width: 6px;
        height: 6px;
        margin: 7px 0;
    }
    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        height: 6px;
        width: 6px;
        margin: -3px 0 0 -3px;
    }
    #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
        width: 6px;
        height: 6px;
    }

    .f18 {
        font-size: 14px;
    }

    .g {
        width: 100%;
    }
    .main-header {
        height: 60px;
    }
    .logo {
        top: 0;
        left: 10px;
    }
    .logo a {
        width: 170px;
        /*height: 41px;*/
        background-size: cover;
    }
    #nav {
        width: 100%;
        right: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
        -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
        transition: opacity 0.2s 0s, visibility 0s 0.2s;
    }
    #nav.nav-is-visible {
        height: 100%;
        padding-top: 55px;
        background-color: rgba(0,0,0,.7);
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
      transition: opacity 0.2s 0s, visibility 0s 0s;
    }
    #nav li {
        display: block;
        margin: 10px 20px;
    }
    #nav li:first-child {
        padding-top: 10px;
    }
    #nav li a {
        position: relative;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        display: inline-block;
    }
    #nav li.active a,#nav li a:hover {
        color: #fff;
    }
    .nav-trigger {
        position: fixed;
        z-index: 99;
        display: block;
        width: 34px;
        height: 44px;
        top: 7px;
        right: 10px;
        overflow: hidden;
        white-space: nowrap;
        color: transparent;
    }
    .nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #000;
    }
    .nav-trigger span {
      top: 50%;
      right: 5px;
      margin-top: -2px;
      -webkit-transition: background .2s;
      -moz-transition: background .2s;
      transition: background .2s;
    }
    .nav-trigger span::before, .nav-trigger span::after {
      content: '';
      right: 0;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform .2s;
      -moz-transition: -moz-transform .2s;
      transition: transform .2s;
    }
    .nav-trigger span::before {
      top: -6px;
    }
    .nav-trigger span::after {
      top: 6px;
    }
    .nav-trigger.nav-is-visible span {
      background: rgba(255, 255, 255, 0);
    }
    .nav-trigger.nav-is-visible:active span {
      background: rgba(255, 255, 255, 1);
    }
    .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
      background: #999;
    }
    .nav-trigger.nav-is-visible span::before {
      -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
      -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
      -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
      -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
      transform: translateX(4px) translateY(-3px) rotate(45deg);
    }
    .nav-trigger.nav-is-visible span::after {
      -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
      -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
      -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
      -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
      transform: translateX(4px) translateY(2px) rotate(-45deg);
    }

    .status {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
    .home .img-res {
        width: 100%;
    }
    .social-wrap {
        width: 100%;
        text-align: right;
        top: 16px;
        right: 45px;
        z-index: 9;
    }
    .footer {
        width: 100%;
        left: 0;
        bottom: 10px;
        text-align: center;
        font-size: 12px;
        z-index: 8;
    }

    .pdf-imgs {
        padding: 80px 20px 50px;
    }

    .news-list {
        padding-top: 100px;
    }
    .news-list li {
        margin-bottom: 50px;
    }
    .link-more {
        top: 10px;
    }

    .wrap-top {
        padding-top: 70px;
    }
    .news-details h2 {
        font-size: 20px;
        padding: 40px 0;
    }
    .masonry {
        column-count: 1;
    }

    body.bg-contact {
        background: url(../images/bg-cm.jpg) no-repeat left bottom;
        background-size: cover;
    }
    .contact ul {
        position: relative;
        top: -50px;
    }
    .contact ul li {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width : 480px) {
    .portfolio dl dt {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .portfolio dl dd {
        font-size: 10px;
    }
    .swiperCelebrity {
        width: 100%;
        height: 320px;
    }
    .swiperCelebrity .swiper-slide {
        width: 200px;
    }
    .swiperCelebrity .swiper-slide dl dt {
        font-size: 13px;
    }
    .swiperCelebrity .swiper-slide dl dd {
        font-size: 10px;
    }
}

@media only screen and (max-width : 320px) {
    .portfolio dl dt {
        font-size: 12px;
    }
    .contact .f44 {
        font-size: 18px;
    }
}

	.contact{width:60%;margin: 30px auto;}
	.contact h3{font-size: 40px;text-align: center;}
	.subform{font-size: 16px;}
	.subform .item{display: flex;justify-content: space-between;align-items: center;margin: 20px 0;}
	.subform .item label{display: block;width: 90px;font-weight: 900;}
	.subform .item input[type=text],.subform .item textarea{width: calc(100% - 90px);border-radius: 3px;padding: 10px 10px;border:1px solid #666}
	.subform .item .check{width: calc(100% - 90px);}
	.btn{border:none;border-radius: 3px;background: #000;color:#fff;width:200px;line-height: 40px;}
	
	.contactbox{display: flex;justify-content: space-between;margin: 50px 0;}
	.contactbox p{font-weight: 900;font-size: 18px;}
	.homepage{margin:120px 0 0px;}
	
	
	/* Philosophie页面 */
	.philosophiebox .tit{font-size: 50px;text-align: center;margin-bottom: 50px;}
	.philosophiebox .item{margin:40px 0;}
	.philosophiebox .item h3{font-size: 26px;font-weight: 900;}
	.philosophiebox .item img{width: 100%;}
	.philosophiebox .item p{line-height: 30px;font-size: 20px;}
	.philosophiebox .item p.red{color:#f00;font-weight: 900;}
	body .philosophiebox .item .frtxt *{font-family: "ztzct2" !important;margin-top: 10px;}
	
	@media screen and (max-width:1600px){
		#nav li{
			margin:0 10px;
		}
	}
	@media screen and (max-width:1400px){
		#nav li{
			margin:0 6px;
		}
		#nav li a{font-size: 16px;}
		.logo a{font-size:36px}
	}
	@media screen and (max-width:1250px){
		.wapper{width:96%;padding: 0 2%;}
		#nav li{
			margin:0 5px;
		}
		.logo a{font-size:26px;width:210px;}
		#nav{left:230px;}
	}
	
	@media screen and (max-width:960px){
		.subform .item,.contactbox{display: block;padding: 0 3%;}
		.contact{width:80%}
		.subform .item label{width: 100%;margin-bottom: 8px;}
	}
	
	@media screen and (max-width:568px){
		.wapper{width:100%;padding: 20px 0;}
		.subform{width:100%;margin: 30px auto;}
		
		.subform .item label,.subform .item input,.subform .item textarea{display: block;width: 100%;margin-bottom: 8px;}
		.contactbox p{line-height: 35px;}
		.con05_bg{margin-top: 0;}
		
		.NewList tr td:nth-child(1){width:70%;}
		.NewList tr td:nth-child(2){width:30%;}
		.inside_con{padding: 0 3%;}
		.homepage{margin:0px 0 0px;}
		.logo a{height:60px;line-height: 60px;}
		#nav{left:0}
		#nav li{margin: 10px 0;}
		#nav li a{font-size: 20px;color:#ccc;}
		#nav li.active a{color:#fff}
		#nav.nav-is-visible{background-color:#000}
		
		.inside_con table td{line-height:28px;}
		.contact{width:100%}
	}