html{
    font-size: 10px;
}

body{
    font-family: "Microsoft YaHei","SourceHanSansCN-Light","Open Sans","STHeiti-Light","WenQuanYi Micro Hei","Arial","SimSun","sans-serif";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
}

h1{
    font-size: 5rem;
}

h2{
    font-size: 4rem;
}

h3{
    font-size: 3rem;
}

h4{
    font-size: 3rem;
}

h5{
    font-size: 2rem;
}

h6{
    font-size: 2rem;
}

p{
    font-size: 1.5rem;
    line-height: 1.74em;
    letter-spacing: .02em;
}

a,
a:hover,
a:focus{
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width:600px){
    html{
        font-size: 8px;
    }
}


/** Preloader
*******************************************************************/

.preloader{
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
}

.preloader.hide-preloader{
    height: 0;
    -webkit-transition: .8s ease .3s;
    -o-transition: .8s ease .3s;
    transition: .8s ease .3s;
}

.preloader .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: spinner-pulse .6s infinite ease-in-out;
    animation: spinner-pulse .6s infinite ease-in-out;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
    background-color: #111;
}

.preloader.hide-preloader .spinner{
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

@-webkit-keyframes spinner-pulse{
    0%{
        -webkit-transform: scale(0);
    }
    100%{
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes spinner-pulse{
    0%{
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100%{
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/** Background Content
*******************************************************************/

.background-content{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-50%,0,0) !important;
    transform: translate3d(-50%,0,0) !important;
}

.background-content-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.background-content .background-img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/** Navigation
*******************************************************************/

.navigation-main{
    position: fixed;
    z-index: 100 !important;
    top: 0;
    width: 100%;
    height: 75px;
    padding: 0 30px;
    background: rgba(0,23,40,.4);
}

.navigation-main .container-fluid{
    max-width: 960px;
}

.navigation-main .navbar-collapse{
    width: 100%;
}

.navigation-main .navbar-brand{
    padding:0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.navigation-main .navbar-brand img{
    height: 40px;
    padding: 0;
    margin-right: 16px;
}

.navigation-main .navbar-brand{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.navigation-main .navbar-brand .comp-name{
    color:rgba(255,255,255,.6);
    padding-left: 16px;
    border-left:1px solid rgba(255,255,255,.2);
}
.navigation-main .navbar-brand p{
    font-size:10px;
    line-height: 1;
    margin-bottom:0;

}

.navigation-main .navbar-brand p.title{
    font-size:17px;
    margin-bottom:4px;
}


.navigation-main button{
    font-size: 28px;
    margin-right: 0;
    color: #000;
}

.navigation-main ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-main ul li a,
.navigation-main ul li span{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 75px;
    display: block;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all .1s  linear;
    -o-transition: all .1s  linear;
    transition: all .1s  linear;
    letter-spacing: .096em;
    text-transform: uppercase;
    color: #fff;
    background: none !important;
}

.navigation-main ul li a:hover,
.navigation-main ul li span:hover,
.navigation-main ul li.current a{
    color: #44BCDD;
}

.fa-bars{
    color:rgba(255,255,255,.8);
}
@media (max-width: 500px){
    .navigation-main .navbar-brand img{
        max-height:36px;
    }
}
/** MEDIA QUERIES  **/
@media (max-width: 1000px){
    .navigation-main ul li a,
    .navigation-main ul li span{
        padding: 0 10px;
    }

    .navigation-main .container-fluid{
        padding: 0;
    }

    .navigation-main{
        padding: 0;
    }

    .navbar-header{
        padding: 0 15px;
    }
}

@media (min-width: 841px){
    .navigation-main .dropdown:hover .dropdown-menu{
        display: block;
    }
}

@media (max-width: 840px){
    #intro h2{
        font-size: 3rem;
    }
    #intro h3{
        font-size: 2.5rem;
        padding:0 10px;
    }
    section .headline{
        font-size: 3rem;
    }
    .img_list{
        display: flex;
    }
    .navigation-main{
        height: 60px;
    }

    .navigation-main .container{
        padding:0;
    }

    .navbar-header{
        float: none;
        margin: 0 !important;
    }

    .navbar-toggle{
        line-height: 60px;
        display: block;
        margin-top: -4px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .navbar-collapse{
        margin: 0 !important;
        padding: 0;
        border: none;
        background: rgba(0,0,0,.7);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

    .navbar-collapse.collapse{
        display: none!important;
    }

    .navbar-nav{
        float: none!important;
        margin: 7.5px -15px;
        padding-top: 15px !important;
        padding-bottom: 26px !important;
    }

    .navbar-nav > li{
        float: none;
    }

    .navbar-nav > li > a{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text{
        float: none;

        margin: 15px 0;
    }

    .navbar-collapse.collapse.in{
        display: block !important;
    }

    .collapsing{
        overflow: hidden !important;
    }

    .navigation-main ul li a,
    .navigation-main ul li span,
    .navigation-main ul li .dropdown-menu a{
        line-height: 60px !important;
        padding-left: 40px !important;
    }

    .navbar-nav .open .dropdown-menu{
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a{
        padding: 0;
    }
}

@media (max-height: 840px) and (max-width: 840px){
    .navigation-main ul li a,
    .navigation-main ul li span,
    .navigation-main ul li .dropdown-menu a{
        line-height: 44px !important;
    }

    .navigation-main{
        height: 58px;
    }
}

@media (max-height: 600px) and (max-width: 840px){
    .navigation-main ul li a,
    .navigation-main ul li span,
    .navigation-main ul li .dropdown-menu a{
        line-height: 34px !important;
    }
}

@media (max-width: 420px){
    .background-content .background-img{
	    background-size: auto 100%;
        background-position: center top;

    }
}

/** Section
*******************************************************************/

section{
    position: relative;
    margin: 0 auto;
    padding: 7rem 0;
    background: rgba(0, 0, 0, .3);
}

section.white{
    position: relative;
    background: #fff;
}

section.gray{
    position: relative;
    background: #f7f7f7;
}

section.gray h3,
section.white h1,
section.white h2,
section.white h3,
section.white h4,
section.white h5,
section.white h6{
    color: #222;
}

section.gray p,
section.white p,
section.white span{
    color: #333;
}

section:last-of-type{
    padding-bottom: 20rem;
}

section .container-fluid{
    max-width: 980px;
}

section .headline{
    line-height: 1.4em;

    margin-top: 0;
    margin-bottom: .5em;
}

section .img_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
section .img_list .img{
    width: 500px;
    height: 800px;
    margin-bottom: 20px;
}


@media (max-width:768px){
    section .headline br{
        display: none;
    }
}

/** Intro
*******************************************************************/
#intro{
    position: relative;
    height: 100vh;
}

#intro .container-mid{
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#intro .container-mid h1{
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 1em;
}

#intro .container-mid p.subline{
    font-size: 2.2rem;
    line-height: 1.6em;
    display: inline-block;
    margin: 0;
    margin-right: .8em;
    vertical-align: middle;
}

#intro .animation-container.animation-fade{
    opacity: 0;
}

#intro .animation-container.animation-fade.run-animation{
    opacity: 1;
}

#intro .animation-container.animation-fade-up{
    -webkit-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    transform: translateY(10vh);
    opacity: 0;
}

#intro .animation-container.animation-fade-up.run-animation{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#intro .animation-container.animation-fade-down{
    -webkit-transform: translateY(-10vh);
    -ms-transform: translateY(-10vh);
    transform: translateY(-10vh);
    opacity: 0;
}

#intro .animation-container.animation-fade-down.run-animation{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#intro .animation-container.animation-fade-left{
    -webkit-transform: translateX(10vh);
    -ms-transform: translateX(10vh);
    transform: translateX(10vh);
    opacity: 0;
}

#intro .animation-container.animation-fade-left.run-animation{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#intro .animation-container.animation-fade-right{
    -webkit-transform: translateX(-10vh);
    -ms-transform: translateX(-10vh);
    transform: translateX(-10vh);
    opacity: 0;
}

#intro .animation-container.animation-fade-right.run-animation{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
#intro h3{
    line-height: 1.5;
    padding:0 15px;
}
@media (max-width:1200px){
    #intro{
        height: auto;
    }

    #intro .container-mid{
        position: relative;
        top: 0;
        margin: 15vh 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.subline{
    color:#777 !important;
    margin: 0 auto 3.5em auto !important;
}

/** Contact
*******************************************************************/

#contact .contact-list{
    display: inline-block;
    margin: 0;
    padding: 3rem 0 0 0;
    list-style: none;
    text-align: left;
}

#contact .contact-list .contact-list-item{
    margin-bottom: 4rem;
}

#contact .contact-list .contact-list-item .contact-type{
    display: inline-block;
    margin-right: 1.6rem;
    padding: 0 2rem;
    border-radius: 3.5rem;
    background: #44BCDD;
    vertical-align: top;
}

#contact .contact-list .contact-list-item .contact-type i{
    font-size: 2rem;
    line-height: 4rem;
    margin-right: .3em;
}

#contact .contact-list .contact-list-item .contact-type h6{
    font-weight: 500;
    margin-right: .3em !important;
    color: #fff;
}

#contact .contact-list .contact-list-item h6{
    line-height: 4rem;
    display: inline-block;
    margin: 0;
}

@media (max-width:500px){
    #contact .contact-list .contact-list-item{
        text-align: center;
    }

    #contact .contact-list .contact-list-item .contact-type{
        display: block;
        margin-bottom: 2rem;
        text-align: center;
    }
}

/** Footer
*******************************************************************/
#footer{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 1.5rem 0;
}

#footer p{
    color:rgba(255,255,255,.7);
    line-height: 1.5;
    margin: 0;
}

.sub-nav{
    padding:0;
    padding-top:6px;
    margin-bottom:5px;
}

.sub-nav>li>a{
    color:#fff;
    line-height: 16px;
    padding:0 15px;
}

.sub-nav>li>a:hover{
    color:#44BCDD;
    text-decoration:none;
}
.sub-nav>li{
    list-style: none;
    display: inline-block;
    border-right:1px solid rgba(255,255,255,.4);
}

.sub-nav>li:last-child{

    border-right:none;
}

@media (max-width:768px){

    #footer .text-left,
    #footer .text-right{
        text-align: center;
    }
}

.company-img{
    height: 300px;
    background: url(../img/company.png) no-repeat center center;
    background-size: cover;
}

/*===========================
  Portfolio
============================ */
nav.filter a {
    background-color: #EEE;
    color:#555;
}
nav.filter a:hover, nav.filter a.current {
    background-color: #44BCDD;
    color:#fff;
}

.isotopeWrapper article{
    margin-bottom: 30px;
}

nav.filter {
    margin-bottom:1.5em;
}

nav.filter li {
    display:inline-block;
    margin:0 0 0 5px;
}

nav.filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}

.product-box{
    position: relative;
    margin-bottom:30px;
}

.product-img{
    height:260px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.product-box .container-mid{
    width: calc(100% - 30px);
    height:260px;
    margin:0 15px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left:0;
    top:0;
    cursor: pointer;
}

.container-mid .product-name{
    margin-top:90px;
    color: #fff;
}

.pad0{
    padding:0 !important;
}

.m0{
    margin:0 !important;
}

.mb15{
    margin-bottom:15px !important;
}

.mb20{
    margin-bottom: 20px !important;
}

.mb30{
    margin-bottom: 30px !important;
}

.mb40{
    margin-bottom: 40px !important;
}

.company-intro p{
    text-indent: 2em;
    text-align:justify;
}

.modal-header{
    background-color: #44BCDD;
    border-radius: 6px 6px 0 0 ;
}

.modal-title:before{
    content: "";
    display: inline-block;
    width:4px;
    height:16px;
    background-color: #fff;
    margin-right: 10px;
}

.modal-body p{
    color:#333;
    padding:0 15px;
}

.modal-body p>*{
    vertical-align: top;
}

.bb-modal .modal-dialog{
    height:200px;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

.used-area{
    display: none
}

.used-area .container-mid:hover{
    cursor: default;
}

.used-area .container-mid h6{
    margin-top:100px;
    line-height:60px;
    background: url(../img/product/bg.png) no-repeat center center
}

.used-area .container-mid h6:before{
    content: "";
    display: inline-block;
}
.text-indent{
    text-indent: 2em !important;
    text-align:justify;
}

.scrollto{
    display: inline-block;
    width:100px;
    height:40px;
    line-height: 40px;
    border-radius:6px;
    color:#fff;
    background-color: #44BCDD;

}

.scrollto:hover,.scrollto:focus{
    color:#fff;
    text-decoration: none;
    background-color: #5fd5f6;
}

.form-field{
    width:100%;
    text-align: center;
}

#contactForm input{
    width:100%;
    line-height: 24px;
    padding:3px 4px;
    border:1px solid #d3d3d3;
    border-radius: 4px;
    margin-bottom: 10px;
    outline: none;
}
#contactForm textarea{
    width:100%;
    padding:3px 4px;
    border-radius: 4px;
    border:1px solid #d3d3d3;
    resize: none;
    margin-bottom: 15px;
}
#contactForm input:focus,
#contactForm textarea:focus{
    border:2px solid #44BCDD;
}

#contactForm button{
    padding:0;
    border:none;
    width:80px;
    -webkit-appearance:none;
    appearance:none;
    outline:none;
    line-height: 30px;
    border-radius: 6px;
    color:#555;
    background-color: #eee;
}

#contactForm button:focus{
    color:#fff;
    background-color: #44BCDD;
}

.files-box{
	padding:0 15px;
	}
.files-box li{
    list-style: none;
    background:url(../img/pdf.svg) no-repeat center left;
    background-size: 32px 32px;
    min-height:32px;
    margin-bottom:10px;
    padding-left:40px;
}

.files-box li a{
	color:#333;
	line-height:1.5;
}

.files-box li.files_title{
    background: none;
    padding-left:0;
}

.files-box .fa-long-arrow-right{
    color:#44BCDD;
}

.files_title h6{
    color:#777 !important;
}



.text-right{
    text-align: right;
}
.notice .content{
    max-width: 1200px;
    padding: 0 24px;
}
.notice .content h4{
    color:#000;
    text-align: center;
    font-weight: bold;
}
.notice .content h5{
    text-indent: 28px;
    color:#000;
    font-weight: bold;
    margin-top:20px;
}

.notice .content p{
   text-indent: 28px;
    text-align: justify;
}
.notice .content{
    color:#000;
    margin:60px auto;
}

.mb40{
    margin-bottom:40px;
}

.mt40{
    margin-top:40px
}

.notice-footer{
    text-align: right !important;
}

.notice-list{
    padding:0 15px
}
.notice-list .notice-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 8px;
}


.notice-list .notice-info .client-position{
    flex:0 0 120px;
    color:#666
}


@media screen and (max-width:767px) {
    .notice .content{
        margin: 50px auto;
    }

    .notice .content p{
        font-size: 16px;
    }

    .notice-list .notice-info{
        flex-direction: column;
        flex-wrap: wrap;
    }

    .notice-list .notice-info .client-position{
        flex:0 0 100%;
        margin-bottom: 8px;
    }
}
