

.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minheight {
    min-height: calc(100vh - 486px);
    margin-bottom:50px;
}

div.content-img {
    overflow: hidden;ss
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img img {
    width: 100%;
    color: #fff;
}

@media (max-width: 425px) {
    .box {
        width: 100%;
    }

    .index .box {
        padding: 3em 20px;
    }
}

.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;
}

.banner {
    height: 600px;
    background-image: url(../images/banner/1.jpg);
    background-position: center;
    background-size: cover;
}

.counterValue {
    background-color: #23a7f1;
    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: 3em;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
}

.heading-section p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 2px;
    margin-top: 10px;
    letter-spacing: 2px;
    color: #aaa;
}

.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: #347ccd;
}

.productList .content-img {
    margin: 15px 0;
}
.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;
}

.newsList .news .time p {
    font-size: 12px;
    color: #666;
    border-top: 1px solid;
    margin-top: 5px;
    padding-top: 5px;
}

.newsList .news .content {
    width: calc(100% - 110px);
    float: right;
}

.newsList .news .content h5 {
       font-size: 18px;
    font-weight: bolder;
    /* height: 2em; */
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList .news .content p {
    color: #666;
    line-height: 1.5em;
    position: relative;
    top: 10px;
    height: 44px;
    overflow: hidden;
    margin:0;
}

.newsList .news:hover {
    background-color: #347ccd;
}

.newsList .news:hover .content,
.newsList .news:hover .content p {
    color: #fff;
}
.contact {
    padding:0;
}
.contact h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact p {
    font-size: 14px;
    line-height: 1.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;
}

.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 #23a7f1;
    background: transparent;
    transition: all 0.2s;
}

.message>div a:hover {
    color: #fff;
    background-color: #347ccd;
}
#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 #23a7f1;
    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 #23a7f1;
}

#toolbar>ul>li>div div {
    width: 173px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    color: white;
    background-color: #23a7f1;
    cursor: pointer;
    transition: all 0s;
}

#toolbar>ul>li>div div:hover {
    background-color: #347ccd;
}

@media (min-width: 426px){
    
.productList .content-img {
    height: 160px;
}
.productList .content-img img{
    height:100%;
}
}
@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;
    }

    .banner {
        height: 210px;
    }
    
    .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;
    }

    #toolbar {
        display: none;
    }
}

.detailsPage .banner {
    height: 300px;
}

.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: #23a7f1;
    color: #fff;
}

.productPage .content-img {
    padding: 0;
}

.productPage h5 {
    font-size: 20px;
    padding: 2em 0 0.5em;
    border-bottom: 1px solid #23a7f1;
    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: #23a7f1;
    color: #fff;
}

#loadmore a {
    padding: 8px 20px;
    border: 1px solid #347ccd;
    color: #347ccd;
    display:inline-block;
    margin-top:30px;
}

#loadmore a:hover {
    color: #fff;
    background-color: #347ccd;
}

@media (max-width: 425px) {
    .detailsPage .banner {
        height: 160px;
    }

    .detailsPage .banner p {
        font-size: 20px;
        padding-top: 70px;
    }
}