body{
    height: 100%;
    overflow-x: hidden;
    background: #f7f8f8;
    font-family: "Microsoft YaHei", sans-serif;
}
body a{
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
body a:focus{
    outline: none;
}
@media (min-width: 1366px){
    .container{
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}
/* 图片自适应 */
img{
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}
@-ms-viewport     { width: device-width;}
@-o-viewport      { width: device-width;}
@viewport         { width: device-width;}


/*宽*/
.w010{ width: 100%;}
.maxw010{ max-width: 100%;}


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}


.zIndex-9{ z-index: 9;}


.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}
.mb45{ margin-bottom: 45px;}
.mb60{ margin-bottom: 60px;}


/*header*/
.header-custom{
    margin-bottom: 0;
    background: #f7f8f8;
    border: none;
    border-top: 5px solid #114fa2;
    border-radius: 0;
}
.header-custom .logo{
    height: auto;
}
.header-custom .logo .logoSmall{
    display: none;
}
.header-custom .nav-bg{
    background: #114fa2;
}
.header-custom .nav-bg .navbar-collapse .nav-custom>li>a{
    font-size: 14px;
    color: #fff;
}
.header-custom .nav-bg .navbar-collapse .nav-custom>li>a:hover,
.header-custom .nav-bg .navbar-collapse .nav-custom>li>a:focus,
.header-custom .nav-bg .navbar-collapse .nav-custom>.active>a,
.header-custom .nav-bg .navbar-collapse .nav-custom>.active>a:hover,
.header-custom .nav-bg .navbar-collapse .nav-custom>.active>a:focus,
.header-custom .nav-bg .navbar-collapse .nav-custom>.open>a,
.header-custom .nav-bg .navbar-collapse .nav-custom>.open>a:hover,
.header-custom .nav-bg .navbar-collapse .nav-custom>.open>a:focus{
    background-color: #f49703;
}
.header-custom .nav-bg .navbar-collapse .header-tel{
    height: 45px;
    line-height: 24px;
    padding-left: 50px;
    font-size: 16px;
    position: relative;
}
.header-custom .nav-bg .navbar-collapse .header-tel .icon{
    position: absolute;
    top: 0;
    left: 0;
}
.header-custom .nav-bg .navbar-collapse .header-tel .number{
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
}


/*footer*/
footer{
    background: #f7f8f8;
}
.footer-nav{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #434343;
}
.footer-nav a{
    float: left;
    width: 9.5%;
    height: 18px;
    line-height: 18px;
    border-right: 1px solid #9e9e9e;
    font-size: 14px;
    color: #c6c6c6;
    text-align: center;
}
.footer-nav a:last-child{
    border-right: none;
}
.footer-copy{
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #7e7e7e;
    text-align: center;
}
.right-box{
    width: 64px;
    margin-top: -130px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
}
.right-box ul li{
    margin-bottom: 1px;
    position: relative;
}
.right-box ul li a{
    display: block;
    height: 64px;
    padding-top: 16px;
    background: #0f50a0;
    text-align: center;
}
.right-box ul li:last-child{
    margin-bottom: 0;
}
.right-box ul li .code-con{
    width: 136px;
    height: 136px;
    margin-top: -68px;
    border: 8px solid #fff;
    position: absolute;
    top: 50%;
    right: 86px;
    display: none;
}
.right-box ul li .code-con img{
    display: block;
    width: 120px;
    height: 120px;
}


/*page*/



/*banner*/
.banner .item img{
    display: block;
    width: 100%;
}


/*main*/
.index-product-search{
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fff;
}
.index-product-search .content .text{
    line-height: 38px;
    font-size: 14px;
    color: #767878;
}
.index-product-search .content .text a{
    display: inline-block;
    margin-left: 5px;
    color: #767878;
}
.index-product-search .content .search{
    padding-right: 38px;
    position: relative;
}
.index-product-search .content .search input[type=text]{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #eee;
    border: none;
    box-sizing: border-box;
    color: #666;
    text-indent: 18px;
}
.index-product-search .content .search input[type=text]::-webkit-input-placeholder{
    color: #999;
}
.index-product-search .content .search input[type=text]::-moz-placeholder{
    color: #999;
}
.index-product-search .content .search input[type=text]:-moz-placeholder{
    color: #999;
}
.index-product-search .content .search input[type=text]:-ms-input-placeholder{
    color: #999;
}
.index-product-search .content .search input[type=submit]{
    width: 38px;
    height: 38px;
    background: url("../images/input_1.png") center center #434343 no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
.productPublic-box .product-sort{
    background: #0f50a0;
    color: #fff;
}
.productPublic-box .product-sort .title{
    height: 84px;
    padding-top: 22px;
    border-bottom: 1px solid #87a8d0;
    text-align: center;
}
.productPublic-box .product-sort .title .name{
    display: inline-block;
    line-height: 20px;
    padding-left: 45px;
    position: relative;
}
.productPublic-box .product-sort .title .name .icon{
    position: absolute;
    bottom: 0;
    left: 0;
}
.productPublic-box .product-sort .title .name span{
    display: block;
    text-align: left;
}
.productPublic-box .product-sort .title .name span.name-cn{
    font-size: 18px;
}
.productPublic-box .product-sort .title .name span.name-en{
    font-family: Arial;
    font-size: 14px;
}
.productPublic-box .product-sort .con-box{
    padding: 0 20px 35px 20px;
}
.productPublic-box .product-sort .con-box .list{
    overflow-y: hidden;
}
.productPublic-box .product-sort .con-box .list a{
    display: block;
    height: 47px;
    line-height: 46px;
    padding-left: 28px;
    margin-bottom: 10px;
    background-image: url("../images/a_bg1.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #3f73b3;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.productPublic-box .product-sort .con-box .list a:hover,
.productPublic-box .product-sort .con-box .list a.on{
    background-image: url("../images/a_bg1_h.png");
}
.productPublic-box .product-sort .con-box .tel{
    height: 80px;
    line-height: 22px;
    padding-top: 16px;
    padding-left: 55px;
    background: #f49703;
    font-size: 14px;
    position: relative;
}
.productPublic-box .product-sort .con-box .tel .icon{
    position: absolute;
    top: 16px;
    left: 5px;
}
.productPublic-box .product-list .box{
    display: block;
    margin-bottom: 22px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    color: #696969;
    transition: all 0.3s;
}
.productPublic-box .product-list .box span{
    display: block;
}
.productPublic-box .product-list .box .img img{
    display: block;
    width: 100%;
}
.productPublic-box .product-list .box .text{
    height: 52px;
    line-height: 52px;
    padding-right: 30px;
    padding-left: 6px;
    background-image: url("../images/a_bg2.png");
    background-position: right 6px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.productPublic-box .product-list .box:hover{
    background: #f49703;
    border-bottom: 1px solid #f49703;
    color: #fff;
}
.productPublic-box .product-list .box:hover .text{
    background-image: url("../images/a_bg2_h.png");
}
.productPublic-box.other-productSort .product-right{
    padding: 20px 20px 50px 20px;
    background: #fff;
}
.index-slogan img{
    display: block;
    width: 100%;
}
.index-case-bg{
    padding-top: 50px;
    padding-bottom: 100px;
    background: url("../images/bg_1.jpg") repeat;
}
.index-case-title{
    line-height: 34px;
    font-size: 18px;
    color: #616060;
    text-align: center;
}
.index-case-title .name-cn{
    font-size: 30px;
}
.index-case-title .name-en{
    display: inline-block;
    padding-right: 22px;
    padding-left: 22px;
    font-family: Arial;
    text-transform: uppercase;
    position: relative;
}
.index-case-title .name-en .line{
    width: 2000px;
    height: 1px;
    background: #ddd;
    font-size: 0;
    position: absolute;
    top: 50%;
}
.index-case-title .name-en .line.left-line{
    right: 100%;
}
.index-case-title .name-en .line.right-line{
    left: 100%;
}
.index-case-list .item .box{
    display: block;
    background: #fff;
    color: #757575;
    transition: all 0.3s;
}
.index-case-list .item .box img{
    display: block;
    width: 100%;
}
.index-case-list .item .box span{
    display: block;
}
.index-case-list .item .box .text{
    height: 76px;
    line-height: 28px;
    padding: 10px 5px;
}
.index-case-list .item .box .text span{
    height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-case-list .item .box .text .title{
    font-size: 14px;
    color: #5a5a5a;
    transition: all 0.3s;
}
.index-case-list .item .box:hover{
    background: #f49703;
    color: #fff;
}
.index-case-list .item .box:hover .text .title{
    color: #fff;
}
.index-case-list.owl-carousel .owl-nav button.owl-next,
.index-case-list.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 80px;
    margin-top: -40px;
    text-indent: 999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
}
.index-case-list.owl-carousel .owl-nav button.owl-next{
    background-image: url("../images/arrow_1r.jpg");
    right: -72px;
}
.index-case-list.owl-carousel .owl-nav button.owl-prev{
    background-image: url("../images/arrow_1l.jpg");
    left: -72px;
}
.index-about-bg{
    padding-top: 13px;
    padding-bottom: 37px;
    background: url("../images/bg_2.png") center top #0f50a0 no-repeat;
    background-size: 100%;
}
.index-about-box{
    min-height: 300px;
    position: relative;
}
.index-about-box .bg{
    width: 2000px;
    padding-top: 15px;
    padding-left: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33%;
}
.index-about-title{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #c5d2e2;
    font-weight: bold;
    position: relative;
}
.index-about-title:before{
    content: '';
    width: 80px;
    height: 3px;
    background: #de9012;
    position: absolute;
    top: 0;
    left: 0;
}
.index-about-img img{
    display: block;
    width: 100%;
}
.index-about-text .title{
    line-height: 24px;
    font-size: 18px;
    color: #6f6f6f;
}
.index-about-text .content{
    line-height: 26px;
    color: #767676;
}
.index-news .index-news-title{
    height: 45px;
    line-height: 44px;
    border-bottom: 1px solid #b5b5b5;
}
.index-news .index-news-title .tabs-tit{
    float: left;
    height: 46px;
    padding-right: 12px;
    margin-right: 40px;
    font-size: 16px;
    color: #595a5a;
    cursor: pointer;
}
.index-news .index-news-title .tabs-tit.selected{
    border-bottom: 3px solid #f49703;
}
.index-news .index-news-more{
    line-height: 44px;
    padding-right: 18px;
    background: url("../images/icon_10.png") right 3px center no-repeat;
    font-size: 14px;
    color: #595a5a;
    position: absolute;
    top: -65px;
    right: 0;
}
.index-news .index-news-img{
    display: block;
}
.index-news .index-news-img img{
    display: block;
    width: 100%;
}
.index-news .index-news-text .title{
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #666767;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-news .index-news-text .content{
    line-height: 22px;
    color: #666767;
}
.index-news .index-news-text .more{
    display: block;
    width: 105px;
    height: 32px;
    line-height: 32px;
    background: #f49703;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.index-news .index-news-list{
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eee;
}
.index-news .index-news-list .li{
    height: 30px;
    line-height: 30px;
    padding-right: 90px;
    color: #7a7a7a;
    position: relative;
}
.index-news .index-news-list .li a{
    display: block;
    height: 30px;
    color: #7a7a7a;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-news .index-news-list .li span{
    position: absolute;
    top: 0;
    right: 0;
}
.index-knowledge .index-knowledge-title{
    height: 45px;
    line-height: 44px;
    border-bottom: 1px solid #b5b5b5;
}
.index-knowledge .index-knowledge-title .name{
    float: left;
    height: 46px;
    padding-right: 12px;
    border-bottom: 3px solid #f49703;
    font-size: 16px;
    color: #595a5a;
}
.index-knowledge .index-knowledge-title .more{
    float: right;
    line-height: 44px;
    padding-right: 18px;
    background: url("../images/icon_10.png") right 3px center no-repeat;
    font-size: 14px;
    color: #595a5a;
}
.index-knowledge .index-knowledge-list{
    padding-bottom: 20px;
    background: #eee;
}
.index-knowledge .index-knowledge-list .li{
    padding-right: 8px;
    padding-left: 8px;
    border-bottom: 1px dashed #aaa;
}
.index-knowledge .index-knowledge-list .li a{
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #595a5a;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-knowledge .index-knowledge-list .li .text{
    height: 60px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #595a5a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



.index-link-bg{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #eee;
}
.index-link-con{
    padding: 16px 0 16px 150px;
    position: relative;
}
.index-link-con .index-link-title{
    width: 122px;
    height: 86px;
    margin-top: -43px;
    border-right: 1px solid #a0a0a0;
    position: absolute;
    top: 50%;
    left: 0;
}
.index-link-con .index-link-title .name-cn{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
}
.index-link-con .index-link-title .name-en{
    display: inline-block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    background: #f49703;
    font-family: Arial;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.index-link-list .item img{
    display: block;
    width: 100%;
    border: 1px solid #a0a0a0;
}


/*产品中心*/
.other-banner{
    margin-top: 2px;
}
.other-banner img{
    display: block;
    width: 100%;
}
.address{
    line-height: 26px;
    padding-bottom: 5px;
    padding-left: 22px;
    border-bottom: 1px solid #c3c3c3;
    color: #7b7b7b;
    position: relative;
}
.address:before{
    content: '';
    width: 5px;
    height: 20px;
    background: #114fa2;
    position: absolute;
    top: 3px;
    left: 0;
}
.address a{
    display: inline-block;
    color: #7b7b7b;
}


/*技术创新*/
.technology-list .box{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.technology-list .box a{
    display: block;
}
.technology-list .box .img img{
    display: block;
    width: 100%;
}
.technology-list .box .title{
    height: 22px;
    line-height: 22px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #5b5c5c;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.technology-list .box .content{
    line-height: 20px;
    margin-bottom: 26px;
    color: #5b5c5c;
}
.technology-list .box .more{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #6e6f70;
}
.technology-list .box .more span{
    color: #0f50a0;
}


/*经典案例*/
.other-case-list{
    margin-right: -20px;
    margin-left: -20px;
}
.other-case-list>div{
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.other-case-list .box{
    display: block;
    background: #fff;
    color: #757575;
    transition: all 0.3s;
}
.other-case-list .box img{
    display: block;
    width: 100%;
}
.other-case-list .box span{
    display: block;
}
.other-case-list .box .text{
    height: 76px;
    line-height: 28px;
    padding: 10px 5px;
}
.other-case-list .box .text span{
    height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.other-case-list .box .text .title{
    font-size: 14px;
    color: #5a5a5a;
    transition: all 0.3s;
}
.other-case-list .box:hover{
    background: #f49703;
    color: #fff;
}
.other-case-list .box:hover .text .title{
    color: #fff;
}


/*新闻资讯*/
.other-news-list .box .title{
    padding-right: 120px;
    position: relative;
}
.other-news-list .box .title .date{
    position: absolute;
    top: 0;
    right: 0;
}


/*详情页*/
.details-content{
    min-height: 600px;
    line-height: 24px;
}


/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}
.page a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #ffffff;
    color: #0b2b4d;
    font-size: 12px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.page a:hover, .page a.current {
    background: #f49703;
    color: #ffffff;
}

.page strong{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #f49703;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.newstitle{ font-size:16px; line-height:28px; text-align:center; border-bottom:1px solid #CCC;font-family: 微软雅黑;}


.other-message .form-group>div:last-child{
    margin-bottom: 0;
}
.other-message .input-text{
    height: 45px;
    line-height: 43px;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    margin-bottom: 15px;
}
.other-message .input-textarea{
    line-height: 36px;
    border: 1px solid #c5c5c5;
    margin-bottom: 15px;
}
.other-message .input-btn{
    display: inline-block;
    width: 140px;
    height: 45px;
    background: #f0f0f0;
    border: 1px solid #c5c5c5;
    border-radius: 0;
}

.otherPage a{
    width: 140px;
    height: 46px;
    line-height: 46px;
    background: #114fa2;
    font-size: 14px;
    color: #fff;
    text-align: center;
}