* {
    transition: all 0.3s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.index .box {
    padding: 6em 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minHeight {
    min-height: calc(100vh - 344px);
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*div.content-img img {
    width: 100%;
    color: #fff;
}*/

@media (max-width: 425px) {
    .box {
        width: 100%;
    }

    .index .box {
        padding: 3em 20px;
    }
}

.header {
    border: 3px solid #daa900;
    background-color: rgba(0, 0, 0, 0.6)
}

.logo {
    height: 160px;
    width: 160px;
    background: url(../images/banner/1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 16px auto;
}

.logo img {
    float: left;
    padding-top: 5px;
    width: 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
}

.logo span {
    float: left;
    padding: 0 15px;
    color: #d4890c;
}

.logo span h1 {
    font-size: 30px;
}

.logo span p {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
}

ul.nav {
    float: right;
}

ul.nav li {
    float: left;
}

ul.nav li a {
    width: 110px;
    height: 36px;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 20px 22px 20px 0;
    font-size: 16px;
    line-height: 16px;
    color: #d4890c;
    background-color: #fff;
    border-radius: 10px;
}

ul.nav li:nth-last-child(1) a {
    margin-right: 0;
}

ul.nav li:nth-child(4) a {
    margin-right: 188px;
}

ul.nav li>a:hover,
ul.nav li.active>a,
ul.nav li>a:focus {
    color: #fff;
    background-color: #d4890c;
}

.navbtn {
    display: none;
    position: fixed;
    top: 10px;
    right: 0;
    background: transparent;
    border: none;
    padding: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    z-index: 99999;
}

.icon-bar {
    display: block;
    margin: 6px 0;
    width: 40px;
    height: 6px;
    background-color: #d4890c;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animated .top {
    -webkit-transform: translateY(9px) rotateZ(45deg);
    -moz-transform: translateY(9px) rotateZ(45deg);
    -ms-transform: translateY(9px) rotateZ(45deg);
    -o-transform: translateY(9px) rotateZ(45deg);
    transform: translateY(9px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-3px) rotateZ(-45deg);
    -moz-transform: translateY(-3px) rotateZ(-45deg);
    -ms-transform: translateY(-3px) rotateZ(-45deg);
    -o-transform: translateY(-3px) rotateZ(-45deg);
    transform: translateY(-3px) rotateZ(-45deg);
}

.animated .icon-bar {
    background-color: #fff;
    border: 1px solid #d4890c;
}

.banner {
    height: 500px;
    background-image: url(../images/banner/1.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.bannerBox {
    width: 420px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 210px;
    margin: auto;
    padding: 50px 60px 30px;
}

.bannerBox h2 {
    font-size: 36px;
    font-weight: bolder;
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bannerBox p {
    font-size: 18px;
    font-weight: bolder;
}

.bannerBox span {
    margin-top:10px;
    font-size: 38px;
    font-family:"Haettenschweiler";
    letter-spacing:2px;
    display:inline-block;
    color: #212121;
    text-shadow:1px 1px 1px #fff;
}

.counterValue {
    background-color: #0070bc;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
    ;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section>div {
    width: 420px;
    max-width: 100%;
    background: url(../images/heading.png) no-repeat center;
    margin: 0 auto;
}

/* .heading-section:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
    background: #0070bc;
} */

.heading-section h3 {
    font-size: 24px;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 2px;
    color: #888;
}

.heading-section div p {
    font-family: "monotype corsiva";
    font-size: 18px;
    letter-spacing: 2px;
}
.advantage .content .content-img {
    height: 250px;
    position: relative;
}
.advantage .content .content-img:hover img{
    transform: scale(1.5)
}
.advantage .content .content-img p {
    color: #fff;
    font-size: 28px;
    padding: 50% 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-shadow:1px 1px 1px #333;
    background-color: rgba(0, 0, 0, 0.2);
}

.advantage .content .txt {
    background: #d4890c;
}

.advantage .content .txt p {
    padding: 10px;
    color: #fff;
}

.tabControl {
    display: inline-block;
}

.tabControl a {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}

.tabControl a:nth-child(1) {
    border-left: 0;
}

.tabControl a:hover,
.tabControl a.active {
    color: #d4890c;
}

.productList {
    overflow: hidden;
        height: 410px;
}
.detailsPage .productList {
    overflow: auto;
        height: auto;
}
.productList>div {
    padding: 5px;
}

.productList ul li {
    float: left;
    width: 16.66666667%;
    transition: none;
    padding: 0 5px;
}

.productList .content-img {
    margin: 15px 0;
    height: 380px;
}

.productList .content-img img {
    width: auto;
    height:100%;
}

.productList .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
}

.productList .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
}

.productList .content-img .details>div h6 {
    color: #ffa91b;
    margin-top: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10px;
}

.productList li.active .content-img .details {
    background-color: transparent;
}

.productList li.active .content-img .details>div {
    border: 2px solid #000;
}

.productList li.active .content-img .details>div h6 {
    /*color: #000;*/
    margin-bottom: 0;
}

.productList li.active .content-img .details>div p {
    /*color: #000;*/
    font-weight: bolder;
}

.aboutUs {
    background: url(../images/aboutbg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}

.aboutUs {
    padding: 6em 0;
}

.aboutUs .details {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.aboutUs .heading-section h3,
.aboutUs .heading-section p {
    color: #fff;
}

.aboutUs .content p {
    color: #fff;
    line-height: 2em;
    font-size:16px;
    text-indent:2em;
}

.caseShow .content {
    padding: 0;
    /* height: 430px; */
}

/*.caseShow .content>div:nth-child(1) {
    border: 1px solid #d4890c;
    padding: 0;
    height: 100%;
    overflow: hidden;
}*/

/*.caseShow .content>div:nth-child(2) {
    padding: 0;
    height: 100%;
    overflow: hidden;
}*/

.caseShow .content h2 {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    text-align: center;
    background: url(../images/case.png) no-repeat center bottom;
}

.caseShow .content p {
    padding: 55px 30px 0;
    background-color: #d4890c;
    color: #fff;
    line-height: 1.6em;
    height: 100%;
}

.caseShow .content .content-img {
    height: 290px;
        margin-bottom: 15px;
            justify-content: flex-start;
    align-items: flex-start;
}

.caseShow .content .content-img:nth-child(1) {
    /*margin-bottom: 10px;*/
}

.caseShow .content .content-img .details {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
}

.caseShow .content .content-img .details h6 {
    margin-top: 100px;
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 20px;
}

.caseShow .content .content-img .details a {
    letter-spacing: 2px;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #d4890c;
    border-radius: 10px;
}

.caseShow .content .content-img .details a:hover {
    background-color: #d4890c;
}

.caseShow .content .content-img:hover .details {
    opacity: 1;
}

.news {
    background: url(../images/newsbg.jpg) no-repeat center fixed;
    background-size: cover;
}

.news .heading-section h3,
.news .heading-section p {
    color: #fff;
}

.news .content {
    padding: 30px;
    background-color: #fff;
    border-bottom: 5px solid #d4890c;
    position: relative;
}

.news .content .time {
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #d4890c;
    color: #fff;
    padding: 4px 10px;
}

.news .content h2 {
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 30px;
    margin-bottom: 10px;
    text-align: center;
    background: url(../images/case.png) no-repeat center bottom;
}

.news .content p {
    color: #666;
    line-height: 1.6em;
    font-size: 16px;
    height: 200px;
    overflow: hidden;
}

.contact h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact p {
    font-size: 14px;
    line-height: 2.5em;
}

.contact p i {
    width: 14px;
    line-height: 2em;
    text-align: center;
    margin-right: 3px;
}

.message>div {
    border-bottom: 1px solid #d4890c;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message>div:nth-last-child(1) {
    border: none;
    padding: 0;
}

.message .btn {
    text-align: right;
}

.message>div a {
    width:80px;
    display: inline-block;
    padding: 6px 0 6px 0px;
    font-size: 14px;
    color: #fff;
    background-color: #d4890c;
    border: 1px solid #d4890c;
    text-align:center;
}

.message>div a:hover {
    background-color: #EB980C;
}

.footer {
    padding: 15px 0;
    background-color: #333;
    color: #fff;
}

.footer br {
    display: none;
}

#toolbar {
    /* width: 263px; */
    /* background-color: white; */
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 29;
}

#toolbar>ul>li>a {
    width: 40px;
    height: 40px;
    background-color: white;
    border: 1px solid #d4890c;
    margin-bottom: 6px;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

#toolbar>ul>li>div {
    width: 0;
    min-height: 40px;
    margin-right: 39px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    transition: all 0.5s;
    overflow: hidden;
    z-index: -1;
}

#toolbar>ul>li>div p {
    width: 203px;
    margin: 0;
    line-height: 1.3em;
    font-size: 18px;
}

#toolbar>ul>li>div input {
    height: 1.5em;
    font-size: 12px;
    padding: 13px 20px;
    background-color: white;
    border: 1px solid #d4890c;
}

#toolbar>ul>li>div div {
    width: 173px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    color: white;
    background-color: #d4890c;
    cursor: pointer;
}

#toolbar>ul>li>div div:hover {
    background-color: #EB980C;
}

@media (min-width: 768px) {
    /*.caseShow .content {
        width: calc(50% - 10px);
    }*/

    .caseShow .content:nth-child(1) {
        margin-right: 20px;
    }
}

@media (max-width: 425px) {
    .index .box {
        padding: 3em 0;
    }

    .logo {
        padding-left: 10px;
    }

    .logo span {
        padding-right: 0;
    }

    .logo span h1 {
        font-size: 20px;
        line-height: 50px;
    }

    .logo span p {
        display: none;
    }

    ul.nav {
        width: 100%;
        height: 0px;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        transition: all 1s;
        z-index: 10;
    }

    ul.nav li {
        float: none;
        text-align: center;
    }

    ul.nav li a {
        width: 100%;
        margin: 0 0 10px;
        border-radius: 0;
    }

    .navbtn {
        display: block;
    }

    .banner {
        height: 100vh;
    }

    .productList {
        overflow: auto;
        height: auto;
    }

    .productList ul li {
        width: 50% !important;
        padding: 0 10px;
    }

    .productList ul li:nth-last-child(1) {
        display: none;
    }

    .caseShow .content {
        height: 460px;
        margin-bottom: 20px;
    }

    /*.caseShow .content>div:nth-child(1) {
        height: 70%;
    }

    .caseShow .content>div:nth-child(2) {
        height: 30%;
        border: 1px solid #d4890c;
    }*/

    .caseShow .content p {
        padding-top: 30px;
    }

    .caseShow .content .content-img {
        height: 50%;
        width: 50%;
        float: left;
    }

    .caseShow .content .content-img .details h6 {
        margin-top: 50px;
    }

    .message .col-sm-6 {
        width: 100%;
        float: left;
    }

    .message .col-sm-6 .col-sm-12 input,
    .message .col-sm-6.fr .col-sm-12 textarea {
        width: 60%;
    }

    .message .col-sm-12.btn {
        width: 100%;
        padding: 0;
    }

    .footer br {
        display: block;
    }

    #toolbar {
        display: none;
    }
}

.detailsPage .banner {
    height: 300px;
}

.detailsPage .index .box {
    padding: 0 0 6em;
}

.BNtop {
    padding: 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.BNtop h4 {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 10px;
}

.detailsPage .banner p {
    color: #fff;
    letter-spacing: 3px;
    font-size: 30px;
    margin-top: 130px;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 10px 20px;
}

.detailsPage .page img {
    max-width: 100%;
}

.detailsPage .page p {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 2px;
}

.detailsPage .tabControl a {
    width: 100%;
    display: block;
    padding: 7px 15px;
    margin: 0px 2px;
    position: relative;
    border-left: 0;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active,.detailsPage .tabControl a.pType {
    background-color: #d4890c;
    color: #fff;
}

.detailsPage .productList .content-img .details {
    opacity: 0;
}

.detailsPage .productList .content-img:hover .details {
    opacity: 1;
}



.detailsPage .productList .content-img .details>div h6 {
    margin-top: 90px;
}

.detailsPage .productList p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    background-color: #d4890c;
}

.productPage .content-img {
    padding: 0;
}

.productPage h5 {
    font-size: 20px;
    padding: 2em 0 0.5em;
    border-bottom: 1px solid #d4890c;
    margin-bottom: 10px;
}

.productPage .title h5 {
    font-weight: bolder;
    padding: 0 0 0.5em;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

.productPage .title a {
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    background-color: #d4890c;
    color: #fff;
}

.newsList .newsPage {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.newsList .newsPage .time {
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
}

.newsList .newsPage .time h6 {
    font-size: 36px;
}

.newsList .newsPage .time p {
    font-size: 12px;
    color: #666;
    border-top: 1px solid;
    margin-top: 5px;
    padding-top: 5px;
}

.newsList .newsPage .content {
    width: calc(100% - 110px);
    float: right;
}

.newsList .newsPage .content h5 {
    font-size: 18px;
    font-weight: bolder;
    height: 2em;
}

.newsList .newsPage .content p {
    color: #666;
    line-height: 1.5em;
    position: relative;
    top: 10px;
    height: 42px;
    overflow: hidden;
}

.newsList .newsPage:hover {
    background-color: #d4890c;
}

.newsList .newsPage:hover .content,
.newsList .newsPage:hover .content p {
    color: #fff;
}

#loadmore a {
    padding: 8px 20px;
    border: 1px solid #d4890c;
    color: #d4890c;
    display:inline-block;
}

#loadmore a:hover {
    color: #fff;
    background-color: #d4890c;
}

@media (max-width: 425px) {
    .detailsPage .banner {
        height: 200px;
    }

    .detailsPage .banner p {
        font-size: 20px;
        padding-top: 70px;
    }

    .detailsPage .tabControl {
        border-bottom: 1px solid #d4890c;
        margin-bottom: 10px
    }

    .detailsPage .tabControl a {
        float: left;
        width: auto;
        margin: 0;
    }
}