﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 
@font-face{
	font-family: "vidaloka";
	src: url('../font/Vidaloka-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 /* header */
#header{
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .6);
}
.header{
    height: 100px;
}
.logo{
    width:214px;
    margin-top: 12px;
    float: left;   
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float: right;
    width: calc(100% - 214px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.nav ul li{
    float: left;
    margin-right: 50px;
}
.nav ul li > a{
    color:#111;
    font-size: 16px;
    line-height: 100px;
    font-family: Arial;
    text-transform: uppercase;
}
.nav ul li:hover>a, .nav ul li.nav-active a{
    color: #f15a24;
}
.lan{
    display: block;
    width: 32px;
    height: 20px;
}
.lan img{
    display: block;
    width: 100%;
}
@media(max-width:1200px){
    .nav ul li{
        margin-right: 30px;
    }
}
@media(max-width:991px){
    .header{
        height: 70px;
    }
    .logo{
        margin-top: 6px;
        width: 164px;
    }
}
/* banner */
#banner .swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
#banner .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
#banner .swiper-pagination-bullet-active{
    background: #f15a24;
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
#banner .swiper-pagination-fraction, #banner .swiper-pagination-custom, #banner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 45px;
}
@media (max-width: 991px){
    #banner .swiper-pagination-bullet{
        width: 40px;
    }
    #banner .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media (max-width: 599px){
    #banner .swiper-pagination-bullet{
        width: 30px;
    }
    #banner .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    #banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}
/* 首页产品中心 */
.home-title{
    text-align: center;
    padding-top: 75px;
    padding-bottom: 54px;
}
.home-title h2{
    font-family: "vidaloka";
    font-size: 36px;
    line-height: 38px;
    color: #111;
}
.hpro-ul{
    margin-bottom: 60px;
    overflow: hidden;
}
.hpro-ul li{
    padding: 0 12px;
}
.hpro-item{
    width: 100%;
    margin-bottom: 6px;
}
.hpro-img{
    width: 100%;
    overflow: hidden;
}
.hpro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hpro-item span{
    font-size: 16px;
    color: #202020;
    display: block;
    line-height: 40px;
    text-align: center;
}
.hpro-item:hover .hpro-img img{
    transform: scale(1.1);
}
.hpro-item:hover span{
    color: #f15a24;
}
@media(max-width: 991px){
    .home-title{
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .hpro-ul{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .home-title{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .home-title h2{
        font-size: 30px;
        line-height: 32px;
    }
    .hpro-ul{
        margin-bottom: 30px;
    }
    .hpro-item{
        max-width: 411px;
        margin: 0 auto 5px;
    }
    .hpro-ul{
        margin-bottom: 20px;
    }
}
/* 首页案例 */
.home-case{
    margin-bottom: 80px;
}
.hcase-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hcase-img img{
    width: 100%;
    display: block;
}
.hcase-img span{
    display: block;
    width: 100%;
    height: 120px;
    bottom: -120px;
    background: #f15a24;
    position: absolute;
    left: 0px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-family: "vidaloka";
    font-size: 30px;
    transition: all .5s;
}
#owl-homecase .item:hover .hcase-img span{
    bottom: 0px;
}
@media(max-width: 1200px){
    .home-case{
        margin-bottom: 60px;
    }
}
@media(max-width: 767px){
    .hcase-img span{
        height: 80px;
        font-size: 26px;
        line-height: 80px;
        bottom: -80px;
    }
    .home-case{
        margin-bottom: 40px;
    }
}
/* 首页关于我们 */
.habout-top{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px;
    overflow: hidden;
}
.habout-txt{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 25px;
}
.habout-info h2{
    color: #111;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 26px;
    font-family: "vidaloka";
}
.habout-ms{
    font-size: 16px;
    color: #444;
    line-height: 30px;
    text-align: justify;
    font-family: Arial;
    letter-spacing: -1px;
}
.read-more{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #f15a24;
    font-family: Arial;
}
.habout-img{
    width: 50%;
    overflow: hidden;
}
.habout-img img{
    display: block;
    width: 100%;
}
#owl-hequip{
    margin-bottom: 80px;
}
#owl-hequip .item{
    padding: 0 7px;
}
.hequip-img{
    width: 100%;
    overflow: hidden;
}
.hequip-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.hequip-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .habout-ms{
        font-size: 14px;
        line-height: 22px;
    }
    .habout-info h2{
        margin-bottom: 15px;
    }
    #owl-hequip{
        margin-bottom: 60px;
    }
}
@media(max-width: 992px){
    #owl-hequip{
        margin-bottom: 40px;
    }
    .habout-top{
        flex-wrap: wrap;
    }
    .habout-txt{
        width: 100%;
        padding-left: 0px;
    }
    .habout-info h2{
        font-size: 30px;
        line-height: 30px;
    }
    .habout-ms{
        text-align: left;
        letter-spacing: normal;
        margin-bottom: 30px;
    }
    .habout-img{
        width: 100%;
        max-width: 640px;
        margin: 0 auto 30px;
    }
}
@media(max-width: 480px){
    #owl-hequip .item{
        padding: 0 0px;
    }
}
/* 首页新闻中心 */
.home-news{
    background: #fafafa;
    padding-bottom: 70px;
}
.hnews-item{
    width: 100%;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hnews-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hnews-img .news-time{
    display: block;
    width: 160px;
    height: 36px;
    border-radius: 5px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
    background: #f2561a;
}
.hnews-txt{
    padding-top: 18px;
}
.hnews-txt h2{
    color: #111;
    font-size: 22px;
    line-height: 22px;
    font-family: "vidaloka";
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-txt p{
    font-size: 16px;
    color: #444;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    font-family: Arial;
}
.hnews-item:hover .hnews-img img{
    transform: scale(1.1);
}
.hnews-item:hover .hnews-txt h2{
    color: #f15a24;
}
@media(max-width: 1200px){
    .home-news{
        padding-bottom: 50px;
    }
}
@media(max-width: 767px){
    .hnews-item{
        max-width: 410px;
        margin: 0 auto 20px;
    }
    .home-news{
        padding-bottom: 20px;
    }
}
@media(max-width: 449px){
    .hnews-txt h2{
        font-size: 20px;
        line-height: 20px;
    }
    .hnews-txt p{
        font-size: 14px;
        line-height: 22px;
    }
    .hnews-img .news-time{
        top: 15px;
        left: 15px;
    }
}
/* 底部 */
#footer{
    background: #f15a24;
    padding-bottom: 32px;
}
.footer-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    border-bottom: 1px solid #f8ad92;
}
.footer-top li a{
    display: block;
    line-height: 100px;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
}
.footer-top li a:hover{
    color: #f8ad92;
}
.footer-bom{
    padding-top: 40px;
}
.share{
    margin-bottom: 35px;
}
.share .bshare-custom{
    text-align: center;
}
.share .bshare-custom a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #313131;
    margin: 0 22px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .1s;
}
.share .bshare-custom .bshare-facebook{
    background-image: url(../img/facebook_icon.png);
}
.share .bshare-custom .bshare-twitter{
    background-image: url(../img/twitter_icon.png);
}
.share .bshare-custom .bshare-instapaper{
    background-image: url(../img/in_icon.png);
}
.share .bshare-custom .bshare-qqim{
    background-image: url(../img/qq_icon.png);
}
.share .bshare-custom .bshare-weixin{
    background-image: url(../img/weixin_icon.png);
}
.share .bshare-custom a:hover{
    opacity: 1;
    background-color: #fff;
}
.share .bshare-custom .bshare-facebook:hover{
    background-image: url(../img/facebook_icon_on.png);
}
.share .bshare-custom .bshare-twitter:hover{
    background-image: url(../img/twitter_icon_on.png);
}
.share .bshare-custom .bshare-instapaper:hover{
    background-image: url(../img/in_icon_on.png);
}
.share .bshare-custom .bshare-qqim:hover{
    background-image: url(../img/qq_icon_on.png);
}
.share .bshare-custom .bshare-weixin:hover{
    background-image: url(../img/weixin_icon_on.png);
}
.footer-bom .copy{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-family: Arial;
}
@media(max-width: 991px){
    .footer-top{
        height: 70px;
    }
    .footer-top li a{
        line-height: 70px;
    }
    .share .bshare-custom a{
        margin: 0 16px;
    }
}
@media(max-width: 767px){
    .footer-top{
        flex-wrap: wrap;
        height: auto;
        padding: 20px 0px;
    }
    .footer-top li{
        width: 33.3333%;
        text-align: center;
    }
    .footer-top li a{
        line-height: 34px;
        padding: 0px;
    }
}
@media(max-width:449px){
    .footer-bom{
        padding-top: 30px;
    }
    .share .bshare-custom a{
        margin: 0 6px;
    }
    .share{
        margin-bottom: 25px;
    }
    #footer{
        padding-bottom: 25px;
    }
}
/* 内页关于我们 */
.inside-nav{
    padding-top: 60px;
    padding-bottom: 52px;
}
.pub-nav{
    text-align: center;
    font-size: 0px;
}
.pub-nav li{
    display: inline-block;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding-right: 1px;
}
.pub-nav li:first-child{
    border-left: 1px solid #d7d7d7;
}
.pub-nav li:last-child{
    border-right: 1px solid #d7d7d7;
    padding-right: 0px;
}
.pub-nav li::after{
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background: #d7d7d7;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    z-index: 99;
}
.pub-nav li:last-child::after{
    display: none;
}
.pub-nav li a{
    display: block;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    transition: all .3s;
    padding: 0 50px;
}
.pub-nav li:hover a, .pub-nav li.nav-on a{
    background: #f15a24;
    color: #fff;
}
.about-cont{
    padding-bottom: 60px;
    overflow: hidden;
}
.about-cont p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-indent: 30px;
    margin-bottom: 10px;
    font-family: Arial;
}
.about-cont span{
    font-family: Arial;
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 10px;
    color: #f15a24;
}
.about-cont img{
    display: block;
    width: 100%;
}
.mobile-nav{
    height: 60px;
    width: 100%;
    background: #f15a24;
    position: relative;
    /* display: none; */
}
.mobile-nav h2{
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    font-family: "vidaloka";
    padding-left: 20px;
}
@media(max-width: 1300px){
    .pub-nav li a{
        padding: 0 40px;
    }
}
@media(max-width: 991px){
    .inside-nav{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    /* .mobile-nav{
        display: block;
    }
    .pub-nav{
        display: none;
    } */
    .pub-nav li{
        display: block;
        width: 100%;
        border: 1px solid #d7d7d7;
        border-bottom: none;
        padding-right: 0px;
    }
    .pub-nav li a{
        width: 100%;
        line-height: 48px;
        padding: 0px;
    }
    .pub-nav li:last-child{
        border-bottom: 1px solid #d7d7d7;
    }
    .pub-nav li::after{
        display: none;
    }
    .pub-nav li:hover a, .pub-nav li.nav-on a{
        background: #fff;
        color: #f15a24;
    }
}
@media(max-width: 599px){
    .about-cont{
        padding-bottom: 40px;
    }
}
.pro-list{
    margin-bottom: 40px;
}
@media(max-width: 991px){
    .pro-list{
        margin-bottom: 30px;
    }
}
/* 新闻中心 */
.news-main{
    padding-bottom: 15px;
}
.news-title{
    font-family: "vidaloka";
    font-size: 36px;
    line-height: 38px;
    color: #111;
    padding-top: 55px;
    padding-bottom: 35px;
    text-align: center;
}
.news-ul li{
    padding: 0 20px;
}
.news-item{
    margin-bottom: 35px;
}
@media(max-width: 1200px){
    .news-ul li{
        padding: 0 15px;
    }
    .news-title{
        padding-top: 45px;
    }
}
@media(max-width: 767px){
    .news-item{
        max-width: 620px;
        margin: 0 auto 20px;
    }
    .news-title{
        font-size: 30px;
        line-height: 30px;
        padding-top: 30px;
        padding-bottom: 25px;
    }
}
/* 应用场景 */
.app-cont{
    padding-bottom: 60px;
    overflow: hidden;
}
.app-cont p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-indent: 30px;
    margin-bottom: 10px;
    font-family: Arial;
}
.app-cont p>i{
    font-style: normal;
    color: #f15a24;
    font-weight: bold;
}
.app-img{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.app-img img{
    display: block;
    width: 100%;
}
.app-l{
    width: 39.7%;
}
.app-r{
    display: flex;
    flex-direction: column;
    width: 58.7%;
    justify-content: space-between;
}
.app-imgs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.app-imgs > img{
    width: 48.4%;
}
@media(max-width: 767px){
    .app-cont{
        padding-bottom: 40px;
    }
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #f15a24;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}