p {
margin:0;
padding:0;
}

.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: 500px;
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img img {
    width: 100%;
    color: #fff;
}


.header {
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 0 5px #888;
}

.logo {
    padding-top: 10px;
    display: inline-block;
}

.logo img {
    float: left;
    padding-top: 5px;
}

.logo span {
    float: left;
    padding: 0 15px;
    color: #0d85d7;
}

.logo span h1 {
    font-size: 30px;
}

.logo span p {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
}


.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: #0271B8;
    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);
}

.banner {
    height: 600px;
    width: 100vw;
    background-image: url(../images/banner/1.jpg);
    background-position: center;
    background-size: cover;
}

.counterValue {
    background-color: #0271B8;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
    ;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section h3 {
    font-size: 40px;
    color: #0271B8;
    font-weight: bolder;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 2px;
    letter-spacing: 2px;
    color: #aaa;
}

.tabControl {
    display: inline-block;
}

.tabControl a {
    float: left;
    font-weight: bolder;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}

.tabControl a:nth-child(1) {
    border-left: 0;
}

.tabControl a:hover,
.tabControl a.active {
    color: #347ccd;
}

/* 
.productList .content-img {
    margin: 15px 0;
    height: 190px;
}

.productList .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.productList .content-img:hover .details {
    opacity: 1;
}

.productList .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid;
}

.productList .content-img .details>div h6 {
    margin-top: calc(35% - 22px);
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
} */

.newsList .news {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.newsList .news .time {
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
}

.newsList .news .time h6 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.newsList .news .time p {
    font-size: 12px;
    color: #666;
    border-top: 1px solid;
    margin: 5px 0 0;
    padding: 5px 0 0;
}

.newsList .news .content {
    width: calc(100% - 110px);
    float: right;
}

.newsList .news .content h5 {
    font-size: 18px;
    font-weight: bolder;
    height: 2em;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.newsList .news .content p {
    color: #666;
    line-height: 1.5em;
    position: relative;
    top: 10px;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.newsList .news:hover {
    background-color: #347ccd;
}

.newsList .news:hover .content,
.newsList .news:hover .content p {
    color: #fff;
}

.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 #a5a5a5;
    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>div a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    border: 1px solid #0271B8;
    background: transparent;
    transition: all 0.2s;
}

.message>div a:hover {
    color: #fff;
    background-color: #347ccd;
}

.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 #0271B8;
    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 #0271B8;
}

#toolbar>ul>li>div div {
    width: 173px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    color: white;
    background-color: #0271B8;
    cursor: pointer;
    transition: all 0s;
}

#toolbar>ul>li>div div:hover {
    background-color: #347ccd;
}

@media (max-width: 425px) {
    .box {
        width: 100%;
    }

    .index .box {
        padding: 3em 0;
    }


    .navbtn {
        display: block;
    }

    .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 .index .box {
    padding: 0 0 3em;
}

.detailsPage .banner {
    height: 300px;
    background-image: url(../images/banner/5.jpg);
    background-position: center;
    background-size: cover;
}

.en .detailsPage .banner {
    background-image: url(../images/banner/5en.jpg);
}

.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;
    font-size: 30px;
    padding-top: 130px;
}

.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;
    transition: all 0.3s;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active {
    background-color: #0271B8;
    color: #fff;
}

.productPage .content-img {
    padding: 0;
}

.productPage h5 {
    font-size: 20px;
    padding: 2em 0 0.5em;
    border-bottom: 1px solid #0271B8;
    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,.productPage .detailback {
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    background-color: #0271B8;
    color: #fff;
}

#loadmore a {
    padding: 8px 20px;
    border: 1px solid #347ccd;
    color: #347ccd
}

#loadmore a:hover {
    color: #fff;
    background-color: #347ccd;
}


.detailsPage .portfolio-item,
.detailsPage .portfolio-item .details{
    height: 190px;
}
.detailsPage .portfolio-item .details{
    padding: 30% 0;
}
@media (max-width: 425px) {
    .detailsPage .banner {
        height: 160px;
    }

    .detailsPage .banner p {
        font-size: 20px;
        padding-top: 70px;
    }
    
}