@charset "utf-8";
/* CSS Document */
@import url(bootstrap/pingfang-font.css);

/**自定义样式**/
*{ margin: 0 ; padding: 0;}
html{ font-size:20px;}
body {
    font-family:"Microsoft JhengHei"/*微軟正黑*/ , "Helvetica Neue", Helvetica, 'SimHei', Arial, sans-serif;  color:#555; background: #ffffff;  /*font-family: "Microsoft YaHei"; 微軟雅黑*/
    font-size: 14px;
    padding-top: 75px;
}
input, textarea, selet, option, button{outline: none;}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/}
input:-webkit-autofill{ background: none;}

a{color: #090b17;text-decoration: none;  }
a:focus,a:hover{text-decoration: none; color:#7bcbc1;}
li{list-style: none;}

/*body a{outline:none;blr:expression(this.onFocus=this.blur());}  去掉a标签点击后的虚线*/
/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */
/* without this class applied, a float might hang over the bottom border of it's container */
.clearfix:after {content:"."; width:0; height:0; line-height:0; font-size:0; display:block; clear:both; visibility:hidden; overflow:hidden;margin:0;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/*======框架样式重置初始化========*/
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{ margin: 0;}
.h16{ font-size:16px;}
.h20{ font-size:20px;}
.h22{ font-size:22px;}
.h28{ font-size:28px;}


.fr{ float: right;}
.fl{ float: left;}

/*---------颜色值---------*/
.color-bg-fe7200{background:#7bcbc1;}
.color-text-fe720{color:#7bcbc1;}
.color-text-333333{color:#333;}
.color-text-444444{color:#454545;}
.color-text-666666{color:#666;}
.color-text-7a7a7a{color:#7a7a7a;}
.color-text-999999{color:#999;}



/*-------------導航---------------*/
/*按鈕部分*/
.hamburger {vertical-align:middle;/*padding-right: 6px;*/ background:none;}
.hamburger,.hamburger:before,.hamburger .hamburger-bar,.hamburger:after {-webkit-transition:-webkit-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;transition:transform .2s ease-in-out;}
.hamburger:before,.hamburger:after {content:"";}
.hamburger:before,.hamburger .hamburger-bar,.hamburger:after {display:block;width:24px;height:3px;margin:0;background:#7bcbc1;border-radius:1px;}
.navbar-default .hamburger .hamburger-bar,.navbar-default .hamburger:after {background:#7bcbc1;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ background: none;}
.navbar-default{background-color: #fff;}
.hamburger .hamburger-bar {margin:.2em 0;}
.hamburger-close:before {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:5%;-ms-transform-origin:5%;-o-transform-origin:5%;transform-origin:5%; }
.hamburger-close .hamburger-bar {opacity:0;}
.hamburger-close:after {-webkit-transform:rotate(-48deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:5%;-ms-transform-origin:5%;-o-transform-origin:5%;transform-origin:5%;margin-top:5px;}
/*.hamburger-close.collapsed{padding-right: 10px;}*/
.hamburger-close.collapsed:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0); }
.hamburger-close.collapsed .hamburger-bar {opacity:1;}
.hamburger-close.collapsed:after {-webkit-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);}

/**/
.header-box {position: fixed; top: 0; left: 0; width: 100%; margin-bottom:0px;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;z-index:1601; border: none; border-radius: 0;background:#fff; overflow-x: auto; overflow-y: hidden;}
.header-box .nav-inner {display: flex; align-items: center; flex-wrap: nowrap; width: 100%; padding: 0 15px; box-sizing: border-box;}
.header-box .navbar-logo {flex-shrink: 0; display: inline-flex; align-items: center; height: 75px; margin-right: 16px; padding: 0;}
.header-box .navbar-logo img {max-height: 44px; width: auto;}
.header-box .dropdown-menu {left:50%;min-width:90px; margin-left:0;background:rgba(0,0,0,0.3); -o-box-shadow:0 1px 2px rgba(190,190,190,0.1);-ms-box-shadow:0 1px 2px rgba(190,190,190,0.1);box-shadow:0 1px 2px rgba(190,190,190,0.1); text-align: center;}
.header-box .dropdown-menu:before{ position:absolute; top:-6px;left:50%; opacity:.3; filter:Alpha(opacity=30); margin-left: -5px; content:""; width:0; height: 0; border-left: solid 6px transparent; border-right: solid 6px transparent; border-bottom: solid 6px #000;}

.header-box .navbar-logo {padding:0; flex-shrink: 0; display: inline-flex; align-items: center; height: 75px; margin-right: 16px; width: auto;}
.header-box .navbar-logo img {max-height: 44px; width: auto; max-width: none;}
.header-box .navbar-toggle {height:auto;margin-right:0;border:none;}

.header-box .navbar-header {display: inline-block; vertical-align: middle; float: none; flex-shrink: 0;}
.header-box .navbar-collapse-toolbar {display: inline-block; white-space: nowrap; vertical-align: middle; float: none;}
.header-box .navbar-nav {display: flex !important; flex-wrap: nowrap; align-items: center; float: none !important; margin: 0; flex: 1; justify-content: space-between;}
.header-box .nav>li{margin: 0; padding: 0 6px; white-space: nowrap; display: inline-block; vertical-align: middle; position: relative;}
.header-box .nav>li>a{color:#444!important;transition:color 0.5s;-webkit-transition:color 0.5s;transition:background 0.5s;-moz-transition:background 0.5s;-webkit-transition:background 0.5s;-o-transition:background 0.5s; line-height:75px; font-size: 14px; margin: 0; padding: 0; background: none;}
.header-box .nav>li>a:hover,
.header-box .nav>li.active > a{color:#7bcbc1!important; background: none !important;}
.header-box .nav>li.active{background: none !important;}
.header-box .nav>li>a::after,
.header-box .nav>li.active > a::after{content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: #7bcbc1; transition: width 0.3s ease;}
.header-box .nav>li>a:hover::after,
.header-box .nav>li.active > a::after{width: 80%;}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus { color: #7bcbc1; background: none;  }
.header-box .nav li .dropdown-menu{top: 95px; margin-left:-45px; -webkit-transition: all .6s ease;
    transition: all .6s ease;}
.header-box .nav li.open a:hover .dropdown-menu{}
.header-box .nav>li.open .dropdown-menu {display:block; border:none;}

.header-box .nav>li.open .dropdown-menu li a{padding:0; color: #fff; line-height:30px;}
.header-box .nav>li.open .dropdown-menu li a:hover{ color: #7bcbc1;}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {background:none;}

/*中英文*/
.header-box .language{position: relative; float: right; line-height: 75px; margin-right: 20px;}
.header-box .language a{ display: inline-block; font-size:14px; color: #464646; margin:0 10px; position: relative; color: #777;}
.header-box .language a:first-child{ margin-left: 0;}
.header-box .language a:last-child{ margin-right: 0;}
.header-box .language a:first-child::after{ position: absolute; right:-10px; top:30px; content:''; width: 1px; height:12px; background:#777;  }


/*社交圖標*/
.gam-icon{ margin-top:16px; margin-right: -5px; float: right; }
.gam-icon a{ display: inline-block;width: 28px; height: 28px; margin:5px;}
.gam-icon a:nth-child(1){ display: inline-block; background:url("../images/gam-icon.png") left 2px no-repeat;}
.gam-icon a:nth-child(2){ display: inline-block; background:url("../images/gam-icon.png") left -52px no-repeat;}
.gam-icon a:nth-child(3){ display: inline-block; background:url("../images/gam-icon.png") left -108px no-repeat;}
.gam-icon a:nth-child(4){ display: inline-block; background:url("../images/gam-icon.png") left -162px no-repeat;}


/*========首頁標題======*/

/*底部聯繫我們*/
.contact_us_box{ background: #ececec; width: 100%;}
.contact_us_box .row{ margin: 0; font-size: 14px; color: #1f1714;text-align: center; }
.contact_us_box .row .col-md-6:first-child{ background: #e7e7e7; padding: 90px 0 76px;}
.contact_us_box .row .col-md-6:last-child{ background: #ececec; padding: 90px 0 76px;}
.contact_us_box .row .col-md-6 h5{ font-size: 16px; line-height: 40px; margin-bottom: 5px;}
.contact_us_box .row .col-md-6 p{ line-height:40px;}
.contact_us_box .row .col-md-6 a.btn{ display: inline-block; width: 210px; height: 60px; line-height: 60px; color: #fff; background: #323232;z-index:1; border-radius: 0; padding: 0; position: relative; border:none;}
.contact_us_box .row .col-md-6 a.btn::before{ position: absolute;background: none; bottom:0; left:0; content:""; width:100%; height:0; z-index:-1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;  }
.contact_us_box .row .col-md-6 a.btn:hover::before{ background: #78cbc2;  height:100%;}

 /*底部*/
.footer-bg{ background:#313131; width: 100%; overflow: hidden;}
.footer-bg .footer-contact{ padding:38px 0; text-align: center; white-space: nowrap;}
.footer-bg .footer-contact span{ color: #b2b2b2; font-size: 14px; margin: 0 12px; white-space: nowrap;}
.footer-bg .Copyright{ padding:32px 0;border-top: solid 1px #3e3d3d; text-align: center;}
.footer-bg .copyright-text{ color: #b3b3b3; font-size: 13px; letter-spacing: 1px;}
.footer-bg .copyright-text a{ color: #b3b3b3; text-decoration: none;}
.footer-bg .copyright-text a:hover{ color: #7bcbc1;}



@media only screen and (max-width:1000px){
    .header-box .container{width: 100%;}
    .header-box .nav>li{margin:0 12px; padding: 0; white-space: nowrap; }
    .navbar>.container .navbar-brand{ margin-left: 0;}
    /*icon*/
    .gam-icon{ margin-top:16px; margin-right: -5px; }
    .gam-icon a{ display: inline-block;width: 28px; height: 28px; margin:2px;}
}

@media only screen and (max-width:1300px){
    /*底部*/
    .footer-bg .footer-contact{ padding: 1.5rem 0;}
    .footer-bg .footer-contact span{ display: block; margin: 10px 0; font-size: 14px;}
}




@media only screen and (max-width:768px){
    /*======框架样式重置初始化========*/
    .h1,h1{font-size:1.4rem}
    .h2,h2{font-size:1rem}
    .h3,h3{font-size:.75rem}
    .h4,h4{font-size:.5rem}
    .h16{ font-size:.55rem;}
    .h20{ font-size:.65rem;}
    .h22{ font-size:.7rem;}
    .h28{ font-size:.85rem;}

    /*移動端導航*/
    .mobile-menu-btn{ display: none; }

    /*底部*/
    .footer-bg  .Copyright{ padding:.7rem 0  .5rem;  }
    .footer-bg .footer-contact{ padding: 1.5rem 0;}
    .footer-bg .footer-contact span{ display: block; margin: 10px 0; font-size: 13px;}
}

@media only screen and (max-width:768px){
    body{ padding-top: 0; }
    .header-box{ position: relative; }
    #navList{ top: 44px; }
    .mobile-menu-btn{
        display: block;
        width: 44px;
        height: 44px;
        padding: 10px;
        background: none;
        border: none;
        cursor: pointer;
        margin-left: auto;
    }
    .hamburger-box{
        display: block;
        width: 24px;
        height: 18px;
        position: relative;
    }
    .hamburger-bar{
        display: block;
        width: 100%;
        height: 2px;
        background: #7bcbc1;
        border-radius: 1px;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }
    .hamburger-bar:nth-child(1){ top: 0; }
    .hamburger-bar:nth-child(2){ top: 8px; }
    .hamburger-bar:nth-child(3){ top: 16px; }

    .mobile-menu-btn.active .hamburger-bar:nth-child(1){
        top: 8px;
        transform: rotate(45deg);
    }
    .mobile-menu-btn.active .hamburger-bar:nth-child(2){
        opacity: 0;
    }
    .mobile-menu-btn.active .hamburger-bar:nth-child(3){
        top: 8px;
        transform: rotate(-45deg);
    }

    .header-box{
        position: relative;
        overflow: visible !important;
    }
    .header-box .nav-inner{
        flex-wrap: wrap;
    }
    .header-box .navbar-logo{
        margin-right: auto;
    }
    .header-box .navbar-nav{
        display: none !important;
    }
    #navList{
        display: none !important;
        width: 100%;
        flex-direction: column;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    #navList.open{
        display: flex !important;
    }
    #navList li{
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
    }
    #navList li a{
        display: block;
        line-height: 46px;
        padding: 0;
        color: #444;
        font-size: 14px;
    }
    #navList li a{
        position: relative;
    }
    #navList li a:hover::after,
    #navList li.active > a::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #7bcbc1;
    }
}






























































