/*公用样式*/
@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
    margin:0;padding:0;}
body{font-size:14px;
    font-family: "微软雅黑";
    /*行高*/
    line-height: 24px;
    color:#3c3c3c;
}
img{border:none;}
li{list-style:none;}
button{outline:none;border:0;}
input,select,textarea{outline:none;border: none;background: none;}
textarea{resize:none;}
a{text-decoration:none!important;color: #665565;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}

/*index*/
.navbar{
    width:100%;
    height:86px;
    margin-bottom:0;
}
.navbar-header{
    margin:0 auto;
    float: none;
    position: relative;
}
.navbar-brand{
    float: left;
    display:table-cell;
    width:169px;
    height:86px;
    text-align:center;
    vertical-align:middle;
    padding:0;
}
.navbar-brand>img{
    width:169px;
    height:86px;
    vertical-align: middle;
}
.navbar-toggle{
    background:#f1f3f2;
    border:1px solid #ccc;
}
.navbar-toggle .icon-bar{
    background:#a8a8a8;
}
.language{
    float: right;
    margin-right:20px;
    font-size: 16px;
    height:86px;
    line-height:86px;
}
.headerPhone{
    float: right;
    margin-right:50px;
    height:86px;
    line-height:86px;
    color:#007cc2;
    font-weight: bold;
    font-size: 16px;
    padding-left:35px;
    background: url("../images/phone.png") no-repeat center left;
}
.liPhone{
    display:none;
}
.search{
    position: absolute;
    right:10px;
    top:27px;
    z-index:5;
}
.search>form{
    height:31px;
    border:1px solid #007cc2;
    border-radius:20px;
    background-color:#fff;
}
.search>form>#searchInput{
    width:200px;
    height:29px;
    line-height:29px;
    transition:width 1s ease;
    background:#fff;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-right-radius:20px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.search>form>.searchBtn{
    width:30px;
    height:30px;
    background-color:#fff;
    background: url(../images/search.png) no-repeat center center;
}

/*banner*/
.carousel-inner{
    position: relative;
}
.carousel-inner .item .bannerTxt{
    position:absolute;
    top:40%;
    left:15%;
}
.bannerTxt h3{
    font-size: 44px;
    font-weight: bold;
    margin-bottom:40px;
    color:#007cc2;
}
.bannerTxt p{
    font-size: 40px;
    height:40px;
    color:#8a8b8b;
}
.carousel-indicators li{
    margin:0 5px;
    background:#fff;
    width:10px;
    height:10px;
    border:1px solid #fff;
}
.carousel-indicators .active{
    width:10px;
    height:10px;
    background:#007cc2;
    border:1px solid #007cc2;
    margin:0 5px;
}
/*index-product*/
.indexProduct{
    position:relative;
}
.productTil{
    width:100%;
    padding-top:60px;
    margin:0 auto;
    padding-left:15px;
    padding-right:15px;
}
.tilLeft{
    width:280px;
    color:#007cc2;
}
.tilLeft h3{
    display:inline-block;
    font-size:28px;
}
.tilLeft span{
    color:#8a8b8b;
}
.tilRight{
    font-size: 14px;
    line-height:40px;
}
.owl-carousel{
    padding-top:50px;
}
.owl-carousel .item{
    margin:0 10px;
    display:block;
    border:1px solid #fff;
}
.owl-carousel .item:hover{
    border:1px solid #d9dada;
}
.owl-carousel .item .item-box{
    width:100%;
    margin:50px auto 20px;
}
.owl-carousel .item .item-box img{
    display:block;
    max-width:90%;
    max-height:90%;
    margin:0 auto;
    height:auto;
}
.owl-carousel .item>p{
    text-align: center;
    height:24px;
    font-size:18px;
    width:100%;
    overflow: hidden;
}
.owl-carousel .item>span{
    display:block;
    width:30px;
    height:2px;
    background:#007cc2;
    text-align: center;
    margin:10px auto 20px;
}
.owl-carousel .item>a{
    display:block;
    width:108px;
    height:25px;
    color:#007cc2;
    text-align: center;
    margin:0 auto;
    line-height:25px;
    font-size:14px;
    border:1px solid #007cc2;
    margin-bottom:80px;
    border-radius:20px;

}
.owl-carousel .item:hover>a{
    background:#007cc2;
    color:#fff;
}
.owl-controls{
    margin-top:40px!important;
    margin-bottom:50px;
}
.owl-controls .active span{
    background:#007cc2!important;
}
.customnavigation a{
    display:block;
    position:absolute;
}
/*去除点击时出现透明方框*/
.customnavigation a:active{
    box-shadow:none;
}
.prev{
    top:280px;
    left:-60px;
    text-decoration: none;
    background:#fff;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
.next{
    top:280px;
    right:-60px;
    background:#fff;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

.aboutTil{
    display:block;
    color:#007cc2;
    width:100%;
    padding-bottom:15px;
    border-bottom:2px solid #d9dada;
}
.about:hover .aboutTil{
    border-color:#007cc2;
}
.aboutTil h3{
    display:inline-block;
    font-size:28px;
}
.aboutTil span{
    color:#8a8b8b;
}
.about .smallLogo{
    display:block;
    width:100%;
    height:145px;
}
.about:nth-child(1) .smallLogo{
    background:url("../images/about.png") no-repeat center center;
}
.about:nth-child(1):hover .smallLogo{
    background:url("../images/about1.png") no-repeat center center;
}
.about:nth-child(2) .smallLogo{
    background:url("../images/honor.png") no-repeat center center;
}
.about:nth-child(2):hover .smallLogo{
    background:url("../images/honor1.png") no-repeat center center;
}
.about:nth-child(3) .smallLogo{
    background:url("../images/map.png") no-repeat center center;
}
.about:nth-child(3):hover .smallLogo{
    background:url("../images/map1.png") no-repeat center center;
}
.about>h4{
    text-align: center;
    font-size:22px;
    height:22px;
    margin-bottom:30px;
}
.about:hover >h4{
    color:#007cc2;
}
.about>p{
    margin:0 10px;
    height:150px;
    font-size:12px;
    line-height:30px;
    overflow: hidden;
}
.about>img{
    width:100%;
}

.newItem{
    margin-top:50px;
    margin-bottom:70px;
}
.newItem>div{
    width:100%;
    margin-bottom:42px;
}
.newItem>div>img{
    width:100%;
}
.newItem>h3{
    font-size: 20px;
    font-weight:bold;
    width:100%;
    height:20px;
    line-height:20px;
    overflow: hidden;
    margin-bottom:25px;
    color:#3c3c3c;
}
.newItem:hover>h3{
    color:#007cc2;
}
.newItem>p{
    font-size:12px;
    padding-top:10px;
    border-top:1px solid #007cc2;
    margin-bottom:30px;
    width:100%;
    overflow: hidden;
}
.newItem>a{
    display:block;
    width:108px;
    height:24px;
    line-height: 24px;
    text-align: center;
    color: #007cc2;
    background:#fff;
    border:1px solid #007cc2;
    border-radius:20px;
}
.newItem:hover>a{
    color:#fff;
    background:#007cc2;
}
/*footer*/
.footerBg{
    width:100%;
    border-top:15px solid #007cc2;
    background:#302d2c;
    min-height:215px;
}
.footer{
    padding-left:15px;
    padding-right:15px;
    min-height:215px;
}
.footerLeft>ul{
    margin:50px 0 20px;
}
.footerLeft>ul>li{
    float: left;
    margin-right:20px;
}
.footerLeft>ul>li>a{
    font-size:14px;
    color:#fff;
}
.footerLeft>.divCopy{
    font-size:14px;
    color:#fff;
}
.footerLeft>p{
    font-size:14px;
    color:#fff;
    margin-top:15px;
}
.footerRight>.share{
    margin-top:50px;
}
.bdshare-button-style0-32 a{
    float: right!important;
    width:30px!important;
    height:30px!important;
    line-height:30px!important;
    margin:0 0 0 6px!important;
}
.bds_weixin{
    background-image: url("../images/wechat.png")!important;
    background-position: 0 0!important;
}
.bds_tsina{
    background-image: url("../images/xinglang.png")!important;
    background-position: 0 0!important;
}
.bds_qzone{
    background-image: url("../images/qqzone.png")!important;
    background-position: 0 0!important;
}
.bds_sqq{
    background-image: url("../images/qq.png")!important;
    background-position: 0 0!important;
}
.bds_weixin:hover{
    background-image: url("../images/wechat1.png")!important;
}
.bds_tsina:hover{
    background-image: url("../images/xinglang1.png")!important;
}
.bds_qzone:hover{
    background-image: url("../images/qqzone1.png")!important;
}
.bds_sqq:hover{
    background-image: url("../images/qq1.png")!important;
}
.footerRight>p{
    font-size:14px;
    color:#fff;
    margin-top:15px;
    text-align: right;
}


/*products*/
.nyBanner{
    width:100%;
    position:relative;
}
.nyBanner>img{
    width:100%;
}
.nyBannerTxt{
    position:absolute;
    top:30%;
    left:55%;
}
.nyBannerTxt>h3{
    font-size:30px;
    color:#007cc2;
    margin-bottom:35px;
}
.nyBannerTxt>p{
    font-size:26px;
    color:#8a8b8b;
}

.productsTil{
    width:100%;
    padding:40px 15px 25px;

}
.productsTil>h3{
    display:inline-block;
    font-size:24px;
    color:#007cc2;
    text-align: left;
    line-height:35px;
}
.productsTil a{
    font-size:14px;
    text-align: right;
    line-height:30px;
}
.breadcrumb{
    padding:0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
}
.breadcrumb>li+li:before{
    content: ">";
}
.productNavBg{
    width:100%;
    border-top:1px solid #d9dada;
    border-bottom:1px solid #d9dada;
}
.productNav{
    width:100%;
    padding-left:15px;
    padding-right:15px;
    position: relative;
}
.productNav>ul>li{
    float: left;
    height:55px;
    line-height:55px;
    padding:0 15px;
}
.productNav>ul>li>a{
    cursor: pointer;
}
.productNav>ul>.active{
    background:#007cc2;
    color:#fff;
    box-shadow:0 -3px 0 0 #184965 inset;
    -webkit-box-shadow:0 -3px 0 0 #184965 inset;
    -moz-box-shadow:0 -3px 0 0 #184965 inset;
}
.productNav>ul>.active>a{
    color:#fff;
}
.productNav>ul>li>ul{
    clear:both;
    position: absolute;
    left:15px;
    z-index:4;
    display:none;
    top:100%;
    margin-top:5px;
}
.productNav>ul>.active>ul{
    display:block;
}
.productNav>ul>li>ul>li{
    float: left;
    margin-right:10px;
    margin-top:5px;
}
.productNav>ul>li>ul>li>a{
    display:block;
    padding:0 15px;
    border:1px solid #ccc;
    height:30px;
    line-height:30px;
    border-radius: 20px;
}
.productNav>ul>li>ul>.on>a{
    background:#007cc2;
    color:#fff;
}
.productNavDown{
    min-height:80px;
    width:100%;
    border-bottom:1px solid #d9dada;
}
.productsBox>ul{
    margin-top:45px;
}
.productsBox>ul>li>a{
    display:block;
    width:100%;
    height:395px;
}
.productsBox>ul>li>a>div{
    display:inline-block;
    width:100%;
    height:300px;
    border:1px solid #cccccc;
    line-height:300px;
    text-align: center;
}
.productsBox>ul>li>a>div>img{
    max-width:90%;
    max-height:90%;
    margin:5%;
}
.productsBox>ul>li>a>p{
    width:100%;
    overflow: hidden;
    text-align: center;
    margin-top:30px;
}
/*pager*/
.pager{
    width:100%;
    padding:20px 0 50px;
}
.pager>ul{
    display:inline-block;
    width:auto;
}
.pager>ul>li{
    float: left;
    margin:5px 6px 0;
}
.pager>ul>li>a{
    background:#ededed;
    border-radius:0;
    border:none;
}
.pager>ul>.on>a,.pager>ul>li:hover >a{
    background:#007cc2;
    color:#fff;
}
/*productsd*/
.productsd{
    width:100%;
    padding-top:45px;
    position: relative;
}
.contLeft{
    height:450px;
    position:relative;
    border:1px solid #d9dada;
}
.contLeft>img{
    max-width: 95%;
    max-height:95%;
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
/*放大镜功能*/
.box{

}
.inner{
    width:100px;
    height:100px;
    background:rgba(3,3,3,.1);
    border:1px solid rgba(0,0,0,.2);
    position: absolute;
    left:0;
    top:0;
    cursor: move;
    display:none;
}
.big{
    width:600px;
    height:450px;
    border:1px solid #ccc;
    position: absolute;
    left:600px;
    top:45px;
    overflow: hidden;
    display:none;
    z-index:4;
}
.big>img{
    position: absolute;
    width:600%;
    height:450%;
}

.contRight{
    padding-left:40px;
}
.contRight>h3{
    margin-top:35px;
    color:#007cc2;
    font-size:18px;
}
.contRight>p{
    font-size:14px;
    line-height:30px;
    margin-top:30px;
}
.productsdTil{
    padding-top:50px;
}
.productsdTil>ul{
    border-bottom:1px solid #d9dada;
}
.productsdTil>ul>li{
    float: left;
    margin-left:5px;
    height:39px;
    line-height:39px;
}
.productsdTil>ul>li>a{
    display:block;
    padding:0 20px;
    height:39px;
    line-height:39px;
    cursor: pointer;
    border:1px solid #d9dada;
    border-bottom:none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.productsdTil>ul>li>a:hover{
    background:#f6f6f6;
}
.productsdTil>ul>.active>a:hover{
    background:#007cc2;
    color:#fff;
}
.productsdTil>ul>.active>a{
    background:#007cc2;
    color:#fff;
    border:1px solid #d9dada;
    border-bottom:none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.productsdTil>ul>li:first-child{
    margin-left:15px;
}
.productsdTilCont{
    width:100%;
    margin:50px 0;
}
.productsdTilCont>div{
    width:96%;
    margin:0 auto;
    display:none;
}
.productsdTilCont>.active{
    display:block;
}
.productsdTilCont>table{
    width:100%;
}
.productsdTilCont table>tbody>tr>th{
    background:#e9e8e8;
    width:10%;
    height:40px;
    line-height:40px;
    font-size:12px;
    text-align: center;
}
.productsdTilCont table>tbody>tr>th:nth-child(6){
    width:20%;
}
.productsdTilCont table>tbody>tr>th:last-child{
    width:20%;
}
.productsdTilCont table>tbody>tr>td{
    height:50px;
    text-align: center;
}
/*news*/
.content ul li{
    height:35px;
    line-height:35px;
    border-bottom:1px dotted #d9dada;
}
.content ul li>a{
    display:block;
    width:calc(100% - 100px);
    height:35px;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: clip;
}
.content ul li>span{
    width:100px;
}
/*newsd*/
.newsd>h3{
    font-size:22px;
    text-align: center;
    margin-top:25px;
}
.newsd>p{
    font-size: 16px;
    text-align: center;
    margin-top:25px;
}
.clicks{
    color: red;
    margin-right:25px;
}
.newsDetails{
    width:100%;
    min-height:350px;
    margin-bottom:20px;
    margin-top:35px;
}
.newdPager{
    width:100%;
    padding:20px 15px 30px;
    border-top:1px solid #d9dada;
}
.newdPager>a{
    display:block;
    width:48%;
    /*height:35px;*/
    line-height:35px;
    /*text-overflow:clip;*/
    /*overflow: hidden;*/
    text-align: left;
    cursor: pointer;
}
.newdPager>a:last-child{
    text-align: right;
}
/*content*/
.content{
    width:100%;
    padding:0 15px;
    min-height:350px;
    border-top:1px solid #d9dada;
    padding-top:20px;
}

@media screen and (min-width:768px){
    .navbar-collapse.collapse{
        padding:0;
        display:inline-block!important;
    }
    .navbar-collapse>ul{

    }
    .navbar-collapse>ul{
        width:420px;
    }
    .navbar-collapse>ul>li{
        float: left;
        height:86px;
        line-height:86px;
    }
    .navbar-collapse>ul>li>a{
        display:block;
        height:86px;
        font-size: 16px;
        margin:0 5px;
    }
    .navbar-collapse>ul> .active>a{
        color:#007cc2;
        border-bottom:2px solid #007cc2;
    }
    .language{
        margin-right:60px;
    }
    .headerPhone{
        display:none;
    }
    .container{
        width:auto;
    }
    .bannerTxt{
        margin-top:-110px;
    }
    .bannerTxt>h3{
        font-size:30px;
    }
    .bannerTxt>p{
        font-size:24px;
    }
    .nyBanner{
        width:100%;
        height:306px;
        position:relative;
        overflow: hidden;
    }
    .nyBanner>img{
        position: absolute;
        width:1200px;
        height:306px;
        left:-600px;
        margin-left:50%;
    }
    .nyBannerTxt{
        position:absolute;
        top:30%;
        left:55%;
    }
    .nyBannerTxt>h3{
        font-size:24px;
        color:#007cc2;
        margin-bottom:24px;
    }
    .nyBannerTxt>p{
        font-size:18px;
        color:#8a8b8b;
    }
}
@media screen and (min-width:930px){
    .language{
        margin-right:10px;
    }
    .headerPhone{
        display:block;
    }
    .productTil{
        padding-left:15px;
        padding-right:15px;
    }
    .bannerTxt{
        margin-top:-60px;
    }
    .bannerTxt>h3{
        font-size:36px;
    }
    .bannerTxt>p{
        font-size:30px;
    }
}
@media screen and (min-width:1200px){
    .navbar-header,.indexProduct,
    .owl-carousel,.container,
    .indexNew,.footer,.productsTil,.productNav,.productNavDown,.pager,
    .productsd,.productsdTil,.content,.newdPager{
        width:1200px;
        margin:0 auto;
    }
    .navbar-collapse.collapse{
        padding:0;
        display:inline-block!important;
    }
    .navbar-collapse>ul{
        margin-left:90px;
    }
    .navbar-collapse>ul{
        width:550px;
    }
    .navbar-collapse>ul>li{
        float: left;
        height:86px;
        line-height:86px;
    }
    .navbar-collapse>ul>li>a{
        display:block;
        height:86px;
        font-size: 16px;
        margin:0 15px;
    }
    /*products*/
    .nyBanner{
        width:100%;
        height:auto;
        position:relative;
    }
    .nyBanner>img{
        width:100%;
        position: relative;
        height:auto;
        left:auto;
        margin:0;
    }
    .nyBannerTxt{
        position:absolute;
        top:30%;
        left:55%;
    }
    .nyBannerTxt>h3{
        font-size:30px;
        color:#007cc2;
        margin-bottom:35px;
    }
    .nyBannerTxt>p{
        font-size:26px;
        color:#8a8b8b;
    }

}
@media screen and (max-width:1200px){
    .prev{
        top:280px;
        left:0;
        text-decoration: none;
        -webkit-tap-highlight-color:rgba(255,0,0,0);
    }
    .next{
        top:280px;
        right:0;
        text-decoration: none;
        -webkit-tap-highlight-color:rgba(255,0,0,0);
    }
    .aboutTil{
        height:60px;
    }
}
@media screen and (max-width:767px){
    .navbar{
        height:auto;
    }
    .navbar-header{
        width:100%;
    }
    .navbar-toggle{
        margin-top:25px;
    }
    .navbar-collapse{
        width:100%;
    }
    .navbar-collapse>ul>li{
        height:30px;
        line-height:30px;
    }
    .productTil{
        padding-left:15px;
        padding-right:15px;
    }
    .search{
        right:65px;
    }
    .footer{
        width:100%;
    }
    .carousel{
        overflow: hidden;
    }
    .carousel-inner{
        position:relative;
        height:400px;
        left:50%;
        width:1000px;
        margin-left:-500px;
        overflow: hidden;
    }
    .bannerTxt{
        margin-top:-110px;
        left:25%!important;
    }
    .bannerTxt>h3{
        font-size:30px;
        margin-bottom:20px;
    }
    .bannerTxt>p{
        font-size:24px;
    }
    .aboutTil{
        height:auto;
        margin-top:20px;
    }
    .newItem{
        margin-top:20px;
        margin-bottom:30px;
    }
    .footer{
        min-height:320px;
    }
    .footerLeft{
        width:100%;
    }
    .footerRight{
        float: left;
        width:100%;
    }
    .footerRight>p{
        text-align: left;
    }
    .footerRight>.share{
        margin-top:20px;
    }
    .bdshare-button-style0-32 a{
        float: left!important;
    }
    .nyBanner{
        width:100%;
        position:relative;
    }
    .nyBanner>img{
        width:100%;
    }
    .nyBannerTxt{
        position:absolute;
        top:30%;
        left:55%;
    }
    .nyBannerTxt>h3{
        font-size:20px;
        color:#007cc2;
        margin-bottom:20px;
    }
    .nyBannerTxt>p{
        font-size:16px;
        color:#8a8b8b;
    }
    .newdPager>a{
        display:block;
        width:100%;
        line-height:35px;
        text-align: left;
        float: left;
    }
    .newdPager>a:last-child{
        text-align: left;
    }
    /*放大镜隐藏在手机或宽度小于768px时*/
    .inner,.big{
        display:none;
    }
}
@media screen and (max-width:575px){
    .headerPhone{
        display:none;
    }
    .liPhone{
        display:block;
    }
    .language{
        margin-right:60px;
    }
    .bannerTxt{
        margin-top:-110px;
        left:30%!important;
    }
    .footer{
        min-height:470px;
    }
    .footerLeft>ul{
        margin:20px 0 10px;
    }
    .footerLeft>ul>li{
        float: none;
        height:35px;
        line-height:35px;
        text-indent: 15px;
        border-bottom:1px dotted #fff;
    }
    .nyBanner{
        width:100%;
        position:relative;
    }
    .nyBanner>img{
        width:100%;
    }
    .nyBannerTxt{
        position:absolute;
        top:20%;
        left:35%;
    }
    .nyBannerTxt>h3{
        font-size:20px;
        color:#007cc2;
        margin-bottom:16px;
    }
    .nyBannerTxt>p{
        font-size:16px;
        color:#8a8b8b;
    }
}
@media screen and (max-width:410px){
    .language{
        display:none;
    }
    .carousel-inner{
        position:relative;
        height:auto;
        left:auto;
        width:auto;
        margin-left:0;
        overflow: hidden;
    }
    .bannerTxt{
        margin-top:0;
        left:15%!important;
    }
    .bannerTxt>h3{
        font-size:18px;
        margin-bottom:10px;
    }
    .bannerTxt>p{
        font-size:14px;
    }
    .tilLeft{
        width:auto;
    }
    .tilLeft h3{
        font-size:20px;
    }
    .tilLeft span{
        font-size:14px;
    }
    .tilRight{
        font-size: 12px;
        line-height:30px;
    }
    .nyBannerTxt{
        position:absolute;
        top:30%;
        left:35%;
    }
    .nyBannerTxt>h3{
        font-size:16px;
        color:#007cc2;
        margin-bottom:8px;
    }
    .nyBannerTxt>p{
        font-size:12px;
        color:#8a8b8b;
    }
    .col-410{
        width:100%;
    }
}