    /*头部样式*/
    
    #header {
        position: absolute;
        width: 100%;
        left: 0;
        top: 80px;
        z-index: 10;
    }
    
    .logo {
        float: left;
        position: relative;
        z-index: 999;
    }
    
    .logo a {
        display: block;
    }
    
    .logo h1 {
        line-height: 105px;
    }
    
    .logo img {
        max-width: 100%;
        height: auto;
    }
    
    .top {
        height: 105px;
    }
    
    .topLink {
        float: right;
        text-align: right;
        position: relative;
        z-index: 9999;
    }
    
    .translate {
        width: 100px;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 9999;
    }
    
    .tran-in {
        left: 120px;
    }
    
    .translate li {
        border: 1px dashed #cccccc;
        line-height: 26px;
        text-align: left;
        background: #fff;
    }
    
    .translate li a {
        display: block;
        padding-left: 10px;
        background: url(../images/dot4.png) no-repeat 88% 11px;
    }
    
    .translate li a:hover {
        text-decoration: none;
        color: #275cea;
        cursor: pointer;
    }
    
    .translate-en {
        display: none;
        padding: 6px;
        padding-top: 0px;
    }
    
    .translate li .translate-en a {
        padding-left: 0px;
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #cccccc;
    }
    
    .translate li .translate-en a:hover {
        font-weight: bold;
    }
    
    .topLink .f_count {
        color: #ff0000;
        font-size: 13px;
        font-weight: bold;
    }
    
    .topLink .k1 {
        line-height: 32px;
        padding-top: 5px;
    }
    
    .topLink .k2 {
        color: #074b91;
        font-size: 14px;
        font-family: "微软雅黑";
    }
    
    #menu {}
    
    @media (max-width: 1199px) {
        #header {
            top: 20px;
        }
    }
    
    @media (max-width: 767px) {
        .top .logo {
            padding: 0;
        }
        #header {
            position: static;
        }
    }
    /*热门搜索*/
    
    .search {
        text-align: left;
        padding: 15px 0;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
    }
    
    #formsearch {
        width: 281px;
        height: 30px;
        background: url(../images/search.jpg) no-repeat 0 50%;
    }
    
    .hotSearch {
        color: #999;
        font: 400 12px/30px "Microsoft Yahei";
        padding-right: 20px;
    }
    
    .hotSearch a {
        color: #999;
    }
    
    .cursor {
        width: 18px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -9px;
    }
    
    #search-type {
        float: left;
        width: 100px;
        height: 24px;
        border: 1px solid #c8c8c8;
        margin-right: 5px;
    }
    
    @media (max-width: 1240px) {
        .cursor {
            display: none;
        }
    }
    
    @media (max-width: 991px) {
        .top {
            height: 80px;
        }
        .logo h1 {
            line-height: 80px;
        }
        .navbar-toggle {
            margin-top: 20px !important;
        }
    }
    /*主体样式*/
    
    .boxx {
        padding: 0 10%;
        overflow:hidden;
    }
    
    @media (max-width: 1399px) {
        .boxx {
            padding: 0 15px;
        }
    }
    
    #container {
        width: 1000px;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    .width-1200 {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .links {
        color: #b3b4b7;
        padding-top: 15px;
        line-height: 32px;
    }
    
    .links a {
        color: #b3b4b7;
    }
    
    .links .k1 a {
        color: #fff;
    }
    /* 公司简介 */
    
    .tit {
        color: #333;
        font: 600 36px/135px "Microsoft Yahei";
        position: relative;
    }
    
    .tit:before {
        width: 72px;
        height: 6px;
        background: #08538b;
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
    }
    
    .aboutbg {
        background: #f3f6fb;
        margin-top: 25px;
        width:100%;
        overflow:hidden;
    }
    
    .aboutbg .aboutimg {
        padding: 0;
    }
    
    .aboutbg .aboutimg img {
        max-width: 100%;
        height: auto !important;
        width: auto !important;
    }
    
    .aboutbg .about {
        padding: 0;
    }
    
    .aboutbox {
        padding: 5% 10% 0;
    }
    
    .about .content {
        color: #666;
        font: 400 14px/30px "Microsoft Yahei";
        margin: 50px 0;
        height: 240px;
        overflow: hidden;
    }
    
    .about a.more {
        display: inline-block;
        width: 186px;
        background: #08538d;
        color: #fff;
        font: 400 12px/49px "Microsoft Yahei";
        text-transform: uppercase;
        text-align: center;
    }
    
    .about a.more:hover {
        opacity: 0.8;
    }
    
    @media (max-width: 1399px) {
        .about .content {
            height: 90px;
        }
    }
    
    @media (max-width: 1099px) {
        .about .content {
            height: 90px;
            margin: 20px 0;
        }
        .aboutbox {
            padding-top: 0;
        }
        .aboutbg .about {
            padding-bottom: 50px;
        }
    }
    /* 产品分类 */
    
    .catebg {
        background: url(../images/pro.jpg) no-repeat 50% 0;
        padding: 100px 0 200px;
        max-height: 920px;
    }
    
    .catebg .tit {
        text-align: center;
        
    }
    
    .catebg .tit:before {
        left: 50%;
        margin-left: -36px;
        
    }
    
    .products {
        margin-top: 95px;
        position: relative;
    }
    
    .products .title {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .products .content li {
        text-align: center;
        width: 0.2%;
        float: left;
        position: relative;
        padding: 0 18px;
    }
    
    .products .content li .imgbox {
        position: relative;
    }
    
    .products .content li a {
        display: block;
    }
    
    .products .content .imgbox h3 {
        background: #206498;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 57px;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }
    
    .products .content li h3 a {
        color: #fff;
        font: 400 16px/57px "Microsoft Yahei";
        display: block;
    }
    
    .products .content li h3 a.more {
        display: inline-block;
        width: 129px;
        font: 400 14px/32px "Microsoft Yahei";
        text-align: center;
        border: 1px solid #fff;
        height: 32px;
    }
    
    .products .content li h3 a.more:hover {
        background: #fff;
        color: #0072b5;
    }
    
    .products .content .img {
        display: block;
        padding: 0;
    }
    
    .products .content img {
        max-width: 100%;
        height: auto;
    }
    
    .products .content {
        width: 100%;
        overflow: hidden;
        max-height: 567px;
    }
    
    .products li:hover h3 {
        background-color: rgba(0, 0, 0, .6) !important;
    }
    
    .products .content .imgbox:hover h3:before {
        content: ".";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        visibility: hidden;
    }
    
    .products .content .imgbox:hover h3 .tit-hover {
        display: inline-block;
        vertical-align: middle;
    }
    
    .prolist {
        width: 10000%;
    }
    
    .pre_left {
        cursor: pointer;
        position: absolute;
        left: -51px;
        top: 50%;
        margin-top: -21px;
        width: 51px;
        height: 42px;
        background: url(../images/p_left.png) no-repeat 50% 50% #fff;
        z-index: 999;
    }
    
    .pre_left:before {
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 50%;
        margin-top: -21px;
        background: url(../images/p_right2.png) no-repeat 50% 50% #0072b5;
        content: "";
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }
    
    .pre_left:hover:before {
        width: 100%;
    }
    
    .pre_right {
        cursor: pointer;
        position: absolute;
        right: -51px;
        top: 50%;
        margin-top: -21px;
        width: 51px;
        height: 42px;
        background: url(../images/p_right.png) no-repeat 50% 50% #fff;
        z-index: 999;
    }
    
    .pre_right:before {
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 50%;
        margin-top: -21px;
        background: url(../images/p_left2.png) no-repeat 50% 50% #0072b5;
        content: "";
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }
    
    .pre_right:hover:before {
        width: 100%;
    }
    
    .tit-img {
        text-align: center;
        padding-top: 102px;
    }
    
    .tit-img img {
        max-width: 100%;
        height: auto;
    }
    
    @media (max-width: 1399px) {
        .catebg .boxx {
            padding: 0 60px;
        }
    }
    
    @media (max-width: 1199px) {
        .products .content li {
            width: 0.25%;
        }
    }
    
    @media (max-width: 991px) {
        .catebg {
            padding: 50px 0;
        }
        .products .content li {
            width: 0.3333%;
        }
        .catebg .boxx {
            padding: 0 51px;
        }
    }
    
    @media (max-width:767px) {
        .products .content li {
            width: 0.5%;
        }
    }
    
    @media (max-width:567px) {
        .products .content li {
            width: 1%;
        }
    }
    /* 设备展示 */
    
    .casebg {
        background: url(../images/casebg.jpg) no-repeat 100% 0;
        padding: 90px 0;
        width:100%;
        overflow:hidden;
    }
    
    .case-tit h2 {
        color: #08538d;
        font: 600 40px/60px "Microsoft Yahei";
    }
    
    .case-tit p {
        color: #333;
        font: 400 14px/24px "Microsoft Yahei";
        padding-top: 20px;
    }
    
    .case-tit a {
        display: inline-block;
        width: 150px;
        background: #08538d;
        color: #fff;
        font: 400 12px/44px "Microsoft Yahei";
        text-transform: uppercase;
        text-align: center;
        margin-top: 70px;
    }
    
    .case-tit a:hover {
        opacity: 0.8;
    }
    
    .cases {
        position: relative;
    }
    
    .cases .content li {
        text-align: center;
        width: 0.333333%;
        float: left;
        position: relative;
        padding-right: 18px;
        margin-right: 10px;
    }
    
    .case-padd {
        background: #e9e9e9;
        padding: 14px 14px 0;
    }
    
    .cases .content li:hover .case-padd {
        background: #08538d;
    }
    
    .cases .content li .img {
        display: block;
        overflow: hidden;
    }
    
    .cases .content li img {
        max-width: 100%;
        height: auto;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    
    .cases .content li:hover a.img img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }
    
    .cases .content li h3 {
        text-align: center;
    }
    
    .cases .content li h3 a {
        color: #0060bb;
        font: 600 20px/72px "Microsoft Yahei";
    }
    
    .cases .content li:hover h3 a {
        color: #fff;
    }
    
    .cases .content li h3 p {
        color: #fff;
        font: 400 14px/24px "Microsoft Yahei";
        opacity: 0.7;
        padding: 30px 0 40px;
    }
    
    .cases .content li h3 a.more {
        display: inline-block;
        width: 118px;
        font: 400 14px/32px "Microsoft Yahei";
        text-align: center;
        background: #0072b5;
        border-radius: 16px;
    }
    
    .cases .content li:hover h3:before {
        width: 100%;
    }
    
    .cases .content li:hover .cases .content .img {
        display: block;
        padding: 0;
    }
    
    .cases .content img {}
    
    .cases .content {
        width: 100%;
        overflow: hidden;
        max-height: 516px;
    }
    
    .caselist {
        width: 10000%;
    }
    
    .case-btn {
        padding-top: 50px;
        width: 102px;
    }
    
    .pre_left2 {
        cursor: pointer;
        width: 51px;
        height: 42px;
        background: url(../images/p_left.png) no-repeat 50% 50%;
        z-index: 999;
        position: relative;
    }
    
    .pre_left2:hover {
        opacity: 0.6;
    }
    
    .pre_right2 {
        cursor: pointer;
        width: 51px;
        height: 42px;
        background: url(../images/p_right.png) no-repeat 50% 50%;
        z-index: 999;
        position: relative;
    }
    
    .pre_right2:hover {
        opacity: 0.6;
    }
    
    .casebg .more {
        padding-top: 45px;
        text-align: center;
    }
    
    .casebg .more a {
        display: inline-block;
        width: 273px;
        font: 400 14px/50px "Microsoft Yahei";
        text-align: center;
        background: #0072b5;
        border-radius: 25px;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    
    .casebg .more a:hover {
        background: #fff;
        color: #0072b5;
    }
    
    @media (max-width: 991px) {
        .case-tit {
            text-align: center;
        }
        .case-btn {
            display: inline-block;
            padding-top: 15px;
        }
        .case-tit h2 {
            color: #fff;
        }
        .case-tit p {
            color: #fff;
            font: 400 14px/24px "Microsoft Yahei";
            padding-top: 20px;
        }
        .pre_left2 {
            background: url(../images/p_left.png) no-repeat 50% 50% #fff;
        }
        .pre_right2 {
            background: url(../images/p_right.png) no-repeat 50% 50% #fff;
        }
        .casebg {
            padding: 30px 0 50px;
        }
        .cases {
            padding-top: 20px;
        }
    }
    
    @media (max-width:767px) {
        .cases .content li {
            width: 0.5%;
        }
        .casebg {
            padding: 30px 0;
        }
    }
    
    @media (max-width:567px) {
        .cases .content li {
            width: 1%;
        }
        .casebg .more {
            padding-top: 0;
        }
    }
    /* 新闻资讯 */
    
    .newsbg {
        background: url(../images/newsbg.jpg) no-repeat 50% 0;
        padding: 80px 0 100px;
    }
    
    .newsbg .tit {
        text-align: center;
        color: #08538d;
    }
    
    .newsbg .tit:before {
        left: 50%;
        margin-left: -36px;
    }
    
    .news_list1 {
        padding-top: 65px;
    }
    
    .news_list1 li {
        padding: 20px 0;
    }
    
    .news_list1 li .width-1200 {
        position: relative;
    }
    
    .news_list1 li .img {
        width: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .news_list1 li .img img {
        max-width: 100%;
        height: auto;
    }
    
    .news_list1 li h3 {
        min-height: 99px;
    }
    
    .news_list1 li h3 span {
        color: #333;
        font: 600 18px/30px "Microsoft Yahei";
    }
    
    .news_list1 li h3 a {
        display: block;
        color: #333;
        font: 400 16px/36px "Microsoft Yahei";
    }
    
    .news_list1 li h3 p {
        color: #666;
        font: 400 14px/24px "Microsoft Yahei";
        height: 24px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .news_list1 li:hover {
        background-color: #085088;
    }
    
    .news_list1 li:hover a {
        color: #fff;
    }
    
    .news_list1 li:hover span {
        color: #fff;
    }
    
    .news_list1 li:hover p {
        color: #fff;
    }
    
    .news_list1 li:hover .img {
        display: block;
    }
    
    .news_list1 li a.more {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -22px;
        width: 45px;
        height: 45px;
        background: url(../images/next3.png) no-repeat;
    }
    
    .news_list1 li:hover a.more {
        background: url(../images/next4.png) no-repeat;
    }
    
    @media (max-width: 991px) {
        .newsbg {
            padding: 30px 0 50px;
        }
    }
    /*----- Common css ------*/
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .di {
        _display: inline;
    }
    
    .fwn {
        font-weight: normal;
    }
    
    .dib {
        *display: inline;
        _zoom: 1;
        _display: inline;
        _font-size: 0px;
    }
    /*友情链接*/
    
    .f_link {}
    
    .f_link h2 {
        color: #fff;
        font: 400 20px/46px "Microsoft Yahei";
    }
    
    .f_link a {
        display: block;
        color: #fff;
        font: 400 12px/24px "Microsoft Yahei";
    }
    /*页面底部*/
    
    #footer {
        background: #333;
    }
    
    #footer a:hover {
        color: #0072b5;
        text-decoration: none;
    }
    
    .nav_foot {
        text-align: center;
        line-height: 24px;
        color: #666;
    }
    
    .copyright {
        text-align: center;
        line-height: 24px;
    }
    
    .foot-mid {
        padding: 40px 0 70px;
    }
    
    .contacts h2 {
        color: #fff;
        font: 400 20px/46px "Microsoft Yahei";
        margin-bottom: 20px;
    }
    
    .contacts .content {
        color: #a5a5a5;
        font: 400 14px/32px "Microsoft Yahei";
    }
    
    .contacts .content img {
        padding-right: 8px;
    }
    
    .foot-nav h2 {
        color: #fff;
        font: 400 20px/46px "Microsoft Yahei";
        margin-bottom: 20px;
    }
    
    .foot-nav ul li a {
        display: block;
        color: #a5a5a5;
        font: 400 14px/26px "Microsoft Yahei";
    }
    
    .ewm {
        line-height: 46px;
        color: #f2f2f2;
        text-align: center;
    }
    
    .ewm img {
        max-width: 100%;
        height: auto;
    }
    
    .foot {
        background: #333;
        border-top: 1px solid #a5a5a5;
        line-height: 76px;
        text-align: center;
        color: #fff;
    }
    
    .foot a {
        color: #fff;
    }
    
    @media (max-width: 991px) {
        .contacts {
            margin-bottom: 20px;
        }
        .ewm img {
            padding: 0 5px;
        }
        .foot-mid {
            padding: 40px 0 30px;
        }
    }
    /*------------内页-------------------*/
    
    .left .box {
        margin-bottom: 10px;
    }
    
    .left .box h3 {
        line-height: 31px;
        padding-left: 15px;
        font-weight: bold;
        font-family: "微软雅黑";
        background: url(../images/nav.png) no-repeat 0% 100%;
        font-size: 14px;
        color: #000;
    }
    
    .left .box .content {
        padding: 5px 0px;
    }
    
    .prodescription {
        border: 1px solid #e5e5e5;
        background: #f9f9f9;
        line-height: 24px;
        padding: 10px;
        margin-bottom: 15px;
        text-indent: 20px;
    }
    
    .n_bannerbj {
        width: 100%;
        overflow: hidden;
        height:150px;
        background: #0d0b33;
    }
    
    .n_banner {
        width: 100%;
    }
    
    .n_bannerbj img,
    .n_banners img,
    .con_banner img {
        max-width: 100%;
        height: auto;
    }
    
    .left .box {
        margin-bottom: 15px;
    }
    
    .left .box h3 {
        line-height: 59px;
        font-weight: 400;
        font-family: "微软雅黑";
        background: #206498;
        font-size: 20px;
        color: #fff;
        padding-left: 40px;
        position: relative;
        border-left: 6px solid #f03f23;
    }
    
    .left .box .content {
        padding: 5px 0;
        background: #f0f0f0;
    }
    
    .prodescription {
        border: 1px solid #e5e5e5;
        background: #f9f9f9;
        line-height: 24px;
        padding: 10px;
        margin-bottom: 15px;
        text-indent: 20px;
    }
    
    .left {}
    
    .sort_menu {
        background: #9c9c9c;
    }
    
    @media (max-width: 767px) {
        .sort_menu {
            margin-bottom: 15px;
        }
    }
    
    .sort_menu h3 {
        background-color: #ececec;
        line-height: 28px;
        padding-left: 15px;
        font-weight: bold;
    }
    
    .sort_product {
        margin-top: 10px;
    }
    
    .sort_product h3 {
        background-color: #ececec;
        line-height: 28px;
        padding-left: 15px;
        font-weight: bold;
    }
    
    .n_contact {
        background: #f5a31c;
    }
    
    .n_contact h3 {
        background-color: #ececec;
        line-height: 28px;
        padding-left: 15px;
        font-weight: bold;
    }
    
    .left .n_contact .content {
        line-height: 37px;
        color: #333;
        font-size: 14px;
        padding: 10px;
    }
    
    .right {
        padding-bottom: 10px;
    }
    
    .sitemp {
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
    }
    
    .pages {
        padding-top: 20px;
    }
    
    .sitemp a {
        color: #666;
    }
    
    .sitemp h2 {
        font-size: 16px;
        color: #0072b5;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }
    
    .sitemp .site {
        color: #000;
        font: 400 14px/30px "Microsoft Yahei";
    }
    
    .sitemp .site a {
        color: #000;
    }
    
    .right .content {
        padding: 15px 0 10px;
        overflow: hidden;
        line-height: 24px;
    }
    
    @media (max-width: 767px) {
        .right .content img {
            max-width: 100%;
            width: auto !important;
            height: auto !important;
        }
        .pages .left,
        .pages .right {
            padding: 0;
        }
    }