/* public */
body {
    font-family: "微软雅黑";
}
.container {
    width:1200px;
    margin:0 auto;
}
    /* 顶部 */
    .top {
        background:#5892e1;
        color:#fff;
        font-size:12px;
        line-height:30px;
    }
    .top a {
        color:#fff;
    }
    .top-le {
        float:left;
    }



    .top-lr {
        float:right;
        text-align:right;
        width:600px;
    }
    .top-pho,
    .top-link {
        display: inline-block;
        vertical-align: middle;
    }
    .top-pho {
        padding-left:32px;
        /*background:url(../images/pho.png) no-repeat left center;*/
    }
    .top-pho span {
        font-size:14px;
    }
    .top-link {
        padding-left:12px;
    }
    .top-link a {
        padding-left:8px;
        background:url(../images/dot.jpg) no-repeat left center;
        margin-left:18px;
    }

    /* 导航 */
    .logo {
        float: left;
    }
    .header {
        position: relative;
        z-index: 999;
    }
    /* 导航栏 */
    .hd-menu {
        padding-left:142px;
        float:left;
    }
    .hd-menu li {
        float: left;
    }
    .hd-menu .li-tit {
        padding:40px 26px;
        font-size:16px;
        color:#6d6d6e;
        line-height: 36px;
        cursor: pointer;
        position: relative;
    }
    .hd-menu .li-tit:before {
        content:"";
        position: absolute;
        left:50%;
        bottom:0;
        margin-left:-4px;
        border-bottom:7px solid #2688f1;
        border-left:4px solid transparent;
        border-right:4px solid transparent;
        display:none\9;
        opacity:0;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .hd-menu .li-link {
        position: absolute;
        left:0;
        top:100%;
        width:100%;
        background:url(../images/bg.jpg) center top;
        margin-top:-1px;
        z-index: 9999;
        display: none;
    }
    .hd-menu .link-box {
        width:1140px;
        margin:0 auto;
        display: table;
        height: 150px;
    }
    .hd-menu .link-le,
    .hd-menu .link-lr {
        display: table-cell;
        vertical-align: middle;
    }
    .hd-menu .link-lr {
        width:912px;
    }
    .hd-menu .le-box {
        display: table;
    }
    .hd-menu .le-tit {
        text-align: center;
        width:228px;
        height: 100px;
        border-right:1px solid #f4f3f3;
        font-size:24px;
        color:#fff;
        line-height:34px;
        display: table-cell;
        vertical-align: middle;
    }
    .hd-menu .link-lr li {
        padding:15px 0 15px 30px;
        width:124px;
        font-size: 16px;
        line-height: 22px;
        color:#f4f3f3;
    }
    .hd-menu .link-lr a {
        color:#f4f3f3;
    }
    .hd-menu .link-lr .lr-box {
        padding-left:40px;
    }
    .hd-menu .link-lr ul {
        overflow: hidden;
    }
    .hd-menu li.on .li-tit,
    .hd-menu li.act .li-tit {
        color:#5892e1;
    }
    .hd-menu li.act .li-tit:before {
        opacity: 1;
        filter:alpha(opacity=100);  
        display:block\9;
    }
    /* 搜索框 */
    .hd-search {
        float: right;
        width: 264px;
        height:32px;
        padding-left:10px;
        padding-right:36px;
        margin-top:40px;
        border:1px solid #a0a0a0;
        -moz-border-radius:6px;
        -ms-border-radius:6px;
        -webkit-border-radius:6px;
        -o-border-radius:6px;
        border-radius:6px;
        position: relative;
    }
    .hd-search .txt {
        width: 100%;
        font-size: 12px;
        color:#a6a5a5;
        line-height: 32px;
        border:none;
        height:31px;
        vertical-align: top;
    }
    .hd-search .btn {
        position:absolute;
        right:8px;
        top:5px;
        background:url(../images/ss.png);
        width:24px;
        height:24px;
        cursor:pointer;
        border:none;
    }


    /* 底部 */
    .footer {
        text-align:center;
        background:#5892e1;
        font-size:14px;
        color:#d7d7d7;
        line-height:30px;
        letter-spacing: 1px;
    }
    .footer span {
        color:#fff;
        padding:0 4px;
    }
/* 首页 */
    /* banner图 */
    .banner {
        position: relative;
        z-index: 99;
    }
    .banner img {
        width: 100%;
    }
    .img-list  {
        position: relative;
    }
    .img-list li {
        position: relative;
        display: none;
        opacity: 0.3;
        filter:alpha(opacity=30);  
    }
    .img-list li.on {
        opacity: 1;
        filter:alpha(opacity=100);  
        display: block;
    }
    .img-list .li1 .li-con {
        position:absolute;
        left:50%;
        margin-left:-570px;
        width:516px;
        top:33%;
    }
    .img-list .li1 .li-tit {
        font-size:26px;
        color:#319efe;
        line-height:42px;
        padding-bottom:10px;
    }
    .img-list .li1 .li-txt {
        font-size:14px;
        color:#6a6a6a;
        line-height:24px;
    }
    .img-list .li2 .li-img {
        position: absolute;
        left:50%;
        width:8.6%;
        left:50%;
        margin-left:-2.3%;
        top:34.5%;
    }
    .img-list .li2 .tit {
        font-size:48px;
        color:#5892e1;
        line-height: 68px;
        position: absolute;
        top:46.7%;
    }
    .img-list .li2 .tit1 {
        right:59.2%;
    }
    .img-list .li2 .tit2 {
        left:63.2%;
    }
    .banner {
        position: relative;
    }
    #dot {
        position:absolute;
        left:0;
        bottom:14px;
        width:100%;
        text-align:center;
        font-size:0;
    }
    #dot li {
        display:inline-block;
        vertical-align:middle;
        width:12px;
        height:12px;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
        -ms-border-radius:50%;
        -o-border-radius:50%;
        border-radius:50%;
        background:#e5e5e5;
        margin:0 7px;
        cursor:pointer;
    }
    #dot li.on {
        background:#319efe;
    }
    .img-list .li1 .li-tit {
        opacity: 0;
        filter:alpha(opacity=0);  
    }
    .img-list .li1 .li-txt {
        opacity: 0;
        filter:alpha(opacity=0);  
        margin-top:-30px;
    }
    .img-list .li2 .li-img {
        margin-top:-30px;
        opacity: 0;
        filter:alpha(opacity=0);  
    }
    .img-list .li2 .tit {
        opacity: 0;
        filter:alpha(opacity=0);  
    }
    .img-list .li2 .tit1 {
        margin-right:30px;
    }
    .img-list .li2 .tit2 {
        margin-left:30px;
    }
    /* 公司简介 */
    .comp {
        height:550px;
        /*background:url(../images/jj.jpg) no-repeat center top;*/
    }
    .comp-box {
        width:570px;
        margin:0 auto;
        padding-top:46px;
    }
    .comp-tp {
        padding:0 66px;
        overflow:hidden;
        display: inline-block;
        font-size:0;
    }
    .comp-tp:before {
        content:"";
        width:0;
        height:100%;
        display: inline-block;
        vertical-align:middle;
    }
    .comp-tple {
        width:264px;
        text-align:center;
        display:inline-block;
        vertical-align:middle;
    }
    .comp-tple .ch {
        width:186px;
        border:1px solid #e5e5e5;
        font-size:18px;
        color:#3758b1;
        line-height:44px;
        font-weight:normal;
        margin:0 auto;
    }
    .comp-tple .en {
        font-size:12px;
        color:#868585;
        line-height:24px;
        font-weight:normal;
        font-family: arial;
        letter-spacing: 2px;
        text-transform:uppercase;
    }
    .comp-tplr {
        font-size:14px;
        color:#999;
        line-height:24px;
        text-align:center;
        display:inline-block;
        vertical-align:middle;
        margin-left:14px;
        width:134px;
    }
    .comp-tplr span {
        display:block;
    }
    .comp-txt {
        font-size:14px;
        color:#606060;
        line-height:24px;
        text-align: center;
        padding:20px 0 60px;
        letter-spacing: 1px;
    }
    .comp-bt {
        padding-top:14px;
        position: relative;
        overflow:hidden;
    }
    .comp-bt:before {
        content:"";
        position:absolute;
        left:0;
        top:0;
        width:34px;
        height:2px;
        background:#174499;
    }
    .comp-bttit {
        font-size:18px;
        color:#666;
        line-height:26px;
        font-weight: normal;
        float: left;
        width:156px;
    }
    .comp-bttxt {
        float:left;
        width:404px;
        font-size:14px;
        color:#666;
        line-height:24px;
    }



    /* products */
    .nymain {
        border-top:1px solid #bfbfbf;
        padding:46px 0;
    }
    .ny-tit {
        text-align:center;
        padding-bottom:26px;
    }
    .ny-tit .ch {
        font-size:18px;
        color:#3758b1;
        line-height:44px;
        font-weight:normal;
        width:186px;
        border:1px solid #e5e5e5;
        margin:0 auto;
    }
    .ny-tit .en {
        font-size:12px;
        color:#868585;
        line-height: 24px;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:2px;
    }
    .npro-link {
        font-size:18px;
        line-height:42px;
        color:#646464;
        margin-bottom:34px;
        border-bottom:1px solid #a0a0a0;
    }
    .npro-link a {
        margin:0 28px 0 12px;
        font-size:18px;
        color:#646464;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .npro-link a.on {
        color:#319efe;
        cursor:text;
    }
    .npro-link a:hover {
        color:#319efe;
    }


    .npro-tab {
        overflow: hidden;
    }
    .npro-table {
        overflow: hidden;
        /*white-space: nowrap;*/
    }
    .npro-tab .th {
        width:118px;
        border:1px solid #fff;
        display: table-cell;
        vertical-align:middle;
        font-size:18px;
        color:#eee;
        line-height: 28px;
    }
    .npro-table {
        display: table;
        overflow-x: scroll; 
    }
    .npro-table .td {
        display: table-cell;
        vertical-align: middle;
        width:118px;
        border:1px solid #fff;
        background:#eee;
    }
    .npro-tabtp .th {
        height: 118px;
        text-align: center;
        background:#319efe;
    }
    .npro-tabtp .lang {
        display: inline-block;
        text-align:left;
    }
    .npro-table .cont .th {
        background:#e5e5e5;
        font-size:18px;
        color:#8a8989;
        height: 88px;
        text-align: center;
        position: absolute;
        left:0;
        line-height: 88px;
    }
    .npro-table .cont .td {
        font-size:18px;
        color:#8a8989;
        line-height:22px;
        height:88px;
        text-align: center;
        word-wrap:break-word;
        word-break:break-all;
    }
    .npro-table .cont .tr {
        padding-left:120px;
    }
    .npro-tabtp .tr {
        padding-left:120px;
    }
    .npro-tabtp .tr .pos {
        position: absolute;
        left:0;
        line-height:118px;
    }
    .npro-tabbox {
        overflow: hidden;
    }
    .npro-tab {
        position: relative;
    }
    .npro-tabnr {
        position: absolute;
        width:120px;
        left:0;
        top:0;
    }
    .npro-tabnr .tr {
        padding:0;
    }
    .npro-tabbox {
        padding-bottom: 16px;
    }



    /* 详情 */
    .npro-xqtp {
        overflow: hidden;
        position: relative;
        padding:1px 0;
        margin-bottom:36px;
    }
    .npro-xqtp .img {
        float: right;
        width:581px;
    }
    .npro-xqtp .con {
        position: absolute;
        left:0;
        top:0;
        width:606px;
        height:257px;
        overflow-y:auto;
        border:1px solid #e0e0e0;
    }
    .npro-xqtp .con-box {
        padding:12px 16px;
    }
    .npro-xqtp .con .txt {
        width:470px;
        font-size:14px;
        color:#7f7e7e;
        line-height:21px;
    }
    .npro-xqimg {
        border:1px solid #bfbfbf;
}



.content {
    width:1000px;
    height:auto;
    margin:0 auto 90px auto;
    text-align:left;
}
.content .path  {
    display:inline-block;
    text-align:right;
    margin:154px 10px 30px 0;
    float:right;
}
.content .path a{
    display:inline-block;
    padding:0 5px;
}
.content h1 {
    display:inline-block;
    color:black;
    margin:40px 0 30px 5px;
    padding:0;
    font-weight: 100;
}
.content .kv {
    display:block;
    width:1000px;
    height:400px;
    overflow:hidden;
}


.news-xqwz {
    /*font-size:14px;
    color:#666;
    line-height:22px;
    /*text-indent:2em;*/
    width: 1000px;
    margin: 0 auto;
    padding-top:24px;
    padding-bottom:22px;
}
.news-js {
    font-size:14px;
    color:#666;
    line-height:22px;
}
.news-share {
    padding:16px 0 20px;
    line-height:16px;
}
.news-share .share-tit,
.news-share a {
    display:inline-block;
    vertical-align:middle;
}
.news-share .share-tit {
    font-size:12px;
    color:#333;
    padding-right:6px;
}
.news-share a {
    margin-right:4px;
}
.news-cont {
    border-bottom:1px dashed #ddd;
    border-top:1px dashed #ddd;
}
.news-page {
    font-size:12px;
    color:#333;
    line-height:18px;
    padding-top:28px;
}
.news-page a {
    color:#333;
}
.news-page a:hover {
    color:#0c9ddc;
}

.content .kv .kvTxt {
    display:block;
    width:500px;
    min-height:100px;
    position:absolute;
    z-index:10;
    margin:180px 0 0 50px;
}
.kvTxt .txt{
    width:300px;
    padding:20px 0 0 0;
}

.content .kv2 {
    height:auto;
}
.content .kv2 .kvTxt {
    display:block;
    width:350px;
    max-height:370px;
    min-height:100px;
    overflow:hidden;
    position:absolute;
    z-index:10;
    margin:50px 0 0 570px;
}


.content2 {
    padding:50px 50px 20px 50px;
    text-align:left;
    margin:0 0 0 0;
}
.content2 .edit{
    margin:30px 0;
}
.page .edit {
    margin:30px 0;
}
.page .edit img{
    border:1px solid #999;
    margin:20px auto;
}

.listName {
    color: #777777;
    background: url(../images/footerline.jpg) no-repeat top center;
    height: 50px;
    line-height: 50px;
}
.news .w1 {
    width: 200px;
    float: left;
}

.news .w2 {
    width: 530px;
    float: left;
}
.news .w3 {
    width: 156px;
    float: left;
}
.listName>div {
    display: inline-block;
}
.listName>div {
    display: table-cell;
    text-align: center;
}

.font15Gray {
    font-size: 15px;
    line-height: 180%;
    color: #333;
}
.newsList2 ul li {
    padding: 30px 0;
    border-bottom: 1px solid #d5d8d6;
    cursor: pointer;
    background: #FFF;
    transition: 0.5s;
    height: 30px;
}
.font15Gray a {
    font-size: 15px;
    line-height: 180%;
    color: #333;
}
.rightLine:after {
    content: "│";
    float: right;
}
.newsList2 .when, .newsList2 .more {
    text-align: center;
}
.newsList2 ul li:hover {
    background: #e6e9ec;
    transition: 0.5s;
}
.newsList2 ul li:hover .more {
    color: #ec8000;
}