@media screen  and (max-width: 767px) {
    *{
        /*font:12px/1.5 Microsoft YaHei, \5b8b\4f53, tahoma, arial, sans-serif;*/
        font:14px/1.5 'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    }

    /*通用*/
    ul,li,a,em,i{
        list-style: none;
        margin:0;
        padding:0;
    }

    a,a:hover,a:link{
        text-decoration: none;
    }

    html,body{
        overflow-x: hidden;
    }
    /*首页 header*/
    .header-bg{
        background:#f5f5f5;
        background-size:100%;
        width:100%;
        color:#626262;
        overflow:hidden;
    }
    .header_btn{
        width:210px;
        margin:auto;
    }
    .header_btn a{
        display:inline-block;
        line-height:30px;
        color:#626262;
        font-size:12px;
    }

    .header_btn a:hover{
        color:#d00505;
    }
    .container{
        max-width:960px;
        margin:0 auto;
        padding-left:0;
        padding-right:0;
    }

    .header-bg .welcome{
        line-height:30px;
        text-align:center;
    }

    .header-bg .hotline{
        line-height:30px;
        text-align:right;
    }

    .navs{
        overflow:hidden;
    }

    .container.logo-container{
        position:relative;
    }

    .container.logo-container .navs-icon{
        position:absolute;
        left:0;
        top:0;
        background:#368dfe;
        width:80px;
        height:95px;
        z-index:9;
    }

    .container.logo-container .navs-icon img{
        margin-left:10px;
        margin-top:16px;
    }

    .navs .logo{
        float:left;
        margin-left:11%;
        line-height:90px;
    }

    .navs .nav{
        float:right;
    }

    .navs .nav li{
        height:40px;
    }

    .navs .nav li a{
        font-weight: bold;
        height:40px;
        line-height:40px;
        border-radius:0;
        padding:0;
        margin:0;
        width:60px;
    }

    .navs .nav li a:link{
        color:white;
    }

    .navs .nav li a:hover{
        background:none;
    }

    .navs .nav li.nav-active a{
        color:#368dfe;
    }

    .navbar-toggle{
        background:#368dfe;
    }

    .icon-bar{
        background:white;
    }
    /*index-banner*/
    .carousel-indicators li{
        width:46px;
        height:10px;
        background:rgba(255,255,255,.9);
        opacity:.7;
        border-radius:0;
        border:none;
    }

    .carousel-indicators .active{
        width:46px;
        height:10px;
        background:rgba(54,141,254,1);
        opacity:.7;
        border-radius:0;
        border:none;
        margin:1px;
    }

    .carousel-caption{
        font-size:10px;
        bottom:0;
    }

    .carousel-caption.banner1{
        bottom:20px;
    }

    .carousel-caption span{
        font-size:10px;
        display:block;
    }

    .carousel-inner>.item>img{
        min-height:140px;
    }

    .carousel-caption.banner2 {
        color: white;
        padding: 10px;
        z-index: 10;
        text-align: left;
        margin-bottom: 15px;
        left: 50%;
        max-width: 150px;
    }

    .carousel-caption.banner2 strong{
       display:none;
    }

    .carousel-caption.banner2 a{
        overflow:hidden;
        padding:5px 5px 5px 5px;
        float:left;
    }

    .carousel-caption.banner2 a img,.carousel-caption.banner2 a span{
        float: left;
        height: 25px;
    }

    .carousel-caption.banner2 a.andriod {
        background: #4fb962;
        border-radius: 4px;
        display: block;
    }

    .carousel-caption.banner2 a.ios {
        background: #000000;
        border-radius: 5px;
        margin-top: 10px;
        display: block;
    }

    .carousel-caption.banner2>span{
        display:none;
    }

    .carousel-caption.banner2 a span{
        float: left;
        line-height: 27px;
        margin-left: 5px;
        font-size: 10px;
        color:white;
    }


    .carousel-caption.banner3 {
        color: white;
        padding: 10px;
        z-index: 10;
        text-align: left;
        margin-bottom:10px;
        left:15%;
    }

    .carousel-caption.banner3 .banner3-top{
        overflow:hidden;
        margin-top:20px;
    }

    .carousel-caption.banner3 .banner3-top strong{
        float:left;
        font-size:16px;
        font-weight:normal;
    }

    .carousel-caption.banner3 .banner3-top em{
        float: left;
        background: #ce4d4d;
        color: white;
        font-size: 10px;
        width: 50px;
        text-align: center;
        height: 18px;
        line-height: 18px;
        margin-left: 10px;
        margin-top: 2px;
    }

    .carousel-caption.banner3 ul{
        margin-top:5px;
    }
    .carousel-caption.banner3 ul li{
        list-style: disc;
        font-size:10px;
        line-height:18px;
    }
    /*max-width=767px*/
    .carousel-indicators li{
        height:5px;
        width:30px;
    }
    .carousel-indicators .active{
        height:5px;
        width:30px;
    }
    .carousel-indicators{
        bottom:-10px;
    }

    .header-bg .welcome{
        text-align: center;
        display: block;
        width:100%;
    }

    .container.logo-container .navs-icon{
        left:20px;
    }
    .index-contact{
        padding-top:10px;
        padding-bottom:30px;
    }
    .map_box{
        width:90%;
        margin-top:10px;
        margin-left:20px;
    }
    .footer-right a{
        margin-left:20px;
    }
    .copyright span{
        font-size:10px;
    }
    .navs .nav li a{
        color:white;
    }
    .container.logo-container .navs-icon img {
        margin-left: 5px;
        margin-top: 10px;
        width: 50px;
    }
    .container.logo-container .navs-icon{
        width:60px;
        height:71px;
    }
    .logo img{
        width:90px;
        height:36px;
    }
    .navs .logo{
        /*margin-left:90px;*/
        line-height:70px;
    }
    .container>.navbar-collapse{
        margin-right: 0;
        background: #368DFE;
        position: absolute;
        right: 0;
        top: 113px;
        z-index: 999;
        padding-left:8px;
        padding-right:8px;
    }
    .navs .nav li.nav-active{
        display:none;
    }
    .navbar-toggle{
        margin-top:18px;
    }
    .more:link{
        text-decoration:none;
    }

    /*hover*/
    .index-news ul li:hover a span,.index-news ul li:hover a i{
        color:#368dfe;
    }
    .more:hover{
        background:#368dfe;
        color:white;
        text-decoration:none;
    }
    .index-product ul li a:hover{
        color:#368dfe;
        text-decoration:none;
    }
    .footer-right a:hover{
        color:#368dfe;
        text-decoration:none;
    }

    /*index-product*/
    .index-product{
        margin-top:0px;
        padding-left:15px;
        padding-right:15px;
    }
    .index-prot i{
        width: 33%;
        border-top:1px solid #d2d2d2;
        display:inline-block;
        padding-bottom:5px;
    }

    .index-prot h2{
        width: 30%;
        text-align: center;
        display:inline-block;
        color:#343434;
        font-weight:bold;
        font-size:20px;
    }

    .index-prot span{
        display:block;
        color:#626262;
        font-size:12px;
        text-align: center;
    }

    .index-prot em{
        display:block;
        text-align: center;
        color:#626262;
    }
    .index-prot em strong{
        color:#023797;
    }
    .index-proNav{
        overflow:hidden;
    }
    .index-proNav a{
        display:block;
        float:left;
        background:#e7e7e7;
        color:#696969;
        text-align: center;
        height:36px;
        line-height:36px;
        width:43%;
        margin-left:15px;
        margin-top:15px;
    }
    .index-proBox ul li img{
        display:block;
        width:100%;
        border:1px solid #b5b5b5;
        border-bottom:none;
        max-height:250px;
    }

    .index-proBox ul li>span{
        color:#333333;
        display:block;
        text-align: left;
        padding-left:15px;
        line-height:20px;
        padding-top: 15px;
        padding-bottom:15px;
        border:1px solid #b5b5b5;
        border-top:none;
    }
    .index-proBox ul li>span b{
      font-size:12px;
		color:#333;
		height:16px;
		overflow:hidden;
		display:block;
	
    }
    .index-proBox ul li{
        padding:15px;
        position:relative;
    }
    .index-proBox ul li:hover{
        cursor:pointer;
    }

    .index-proBox ul li a{
        display:block;
        opacity: .8;
        background:rgba(0,51,152,.8);
        width:100%;
        height:100%;
    }

    .index-proBox ul{
        margin-top:15px;
        overflow:hidden;
    }

    .index-proBox ul li a span{
        color:#fff;
        display:block;
        text-align: center;
        line-height:20px;
        border-top:none;
        padding-top:30%;
        /*max-height:110px;*/
        overflow:hidden;
    }

    .index-proBox ul li a span b{
        font-size:12px;
        color:#fff;
    }

    .index-proBox ul li a i{
        background:url("../images/plus_icon.png") no-repeat;
        width:28px;
        height:28px;
        margin:auto;
        margin-top:20px;
        display:block;
    }
    .pro-hover{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        padding:15px;
    }
    .pro_more{
        width: 100%;
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #023797;
        display: block;
        margin-top: 10px;
    }
    .pro_more:hover{
        color:red;
    }

    .index-proNav a.current-proNav{
        background:#023797;
        color:#fff;
    }
    .index-proNav a:hover{
        background:#023797;
        color:#fff;
    }

    .index-proBox ul li img{
        display:block;
        width:100%;
        border:1px solid #b5b5b5;
        border-bottom:none;
		height:150px;
    }

    .index-proBox ul li>span{
        color:#333333;
        display:block;
        text-align: left;
        padding-left:15px;
        line-height:20px;
        padding-top: 15px;
        padding-bottom:15px;
        border:1px solid #b5b5b5;
        border-top:none;
    }
    .index-proBox ul li>span b{
        font-size:12px;
        color:#333;
    }
    .index-proBox ul li{
        padding:15px;
        position:relative;
    }
    .index-proBox ul li:hover{
        cursor:pointer;
    }

    .index-proBox ul li a{
        display:block;
        opacity: .8;
        background:rgba(0,51,152,.8);
        width:100%;
        height:100%;
    }

    .index-proBox ul{
        margin-top:15px;
        overflow:hidden;
    }

    .index-proBox ul li a span{
        color:#fff;
        display:block;
        text-align: center;
        line-height:20px;
        border-top:none;
        padding-top:30%;
    }

    .index-proBox ul li a span b{
        font-size:12px;
        color:#fff;
    }

    .index-proBox ul li a i{
        background:url("../images/plus_icon.png") no-repeat;
        width:28px;
        height:28px;
        margin:auto;
        margin-top:20px;
        display:block;
    }
    .pro-hover{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        padding:15px;
    }

    .pro_more{
        width:100%;
        color:#fff;
        height:50px;
        line-height:50px;
        text-align: center;
        background:#023797;
        display:block;
        margin-top:15px;
    }
    .pro_more:hover{
        color:red;
    }

    .index-proNav a.current-proNav{
        background:#023797;
        color:#fff;
    }
    .index-proNav a:hover{
        background:#023797;
        color:#fff;
    }

    .index-about{
        background:#eaf2fa;
        padding-top:30px;
        padding-bottom:50px;
        margin-top:20px;
    }
    .index-about{
        padding-left:15px;
        padding-right:15px;
    }
    .index-al span{
        color:#656565;
        font-size:20px;
        font-weight:bold;
    }

    .shotline{
        background:#023797;
        width:80px;
        height:4px;
        margin-top:15px;
        margin-bottom:15px;
    }

    .index-al em{
        font-size:20px;
        color:#2c2c2c;
        display:block;
    }

    .index-al .line{
        border-top:1px solid #b5b5b5;
        width:100%;
        margin-top:15px;
        margin-bottom:15px;
    }

    .index-al p{
        color:#2c2c2c;
    }

    .index-al a{
        color: #fff;
        background: #023797;
        width: 120px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        letter-spacing: 1px;
        display: block;
        margin-top: 20px;
    }
    .index-al a:hover{
        color:red;
    }
    .index-ar{
        margin-top:20px;
    }
    .index-arb i{
        display:block;
        background:url("../images/plus_icon.png") no-repeat;
        width:28px;
        height:28px;
        margin:auto;
        margin-top:20px;
    }

    .index-aru img{
        display:block;
        width:50%;
        height:100%;
        float:left;
    }

    .index-aru .index-arb{
        width:50%;
        height:100%;
        background:#023797;
        float:left;
        display:block;
    }

    .index-arb span{
        display:block;
        text-align: center;
        padding-top:18%;
        color:#fff;
    }

    .index-aru{
        height:160px;
        overflow:hidden;
    }

    .index-arb:hover{
        background:rgba(2,55,151,.8);
        opacity:0.8;
    }
    .index-arb:hover i{
        background:url("../images/plus_icon2.png") no-repeat;
    }

    .index-arb:hover span{
        font-size:16px;
        color:red;
        font-weight:bold;
    }
    /*index-case*/
    .index-caseBox ul li a{
        display:block;
    }
    .index-caseBox ul li{
        float: left;
        width: 100%;
        padding: 2%;
    }
    .index-caseBox ul{
        margin-top:30px;
    }

    .index-caseBox ul{overflow:hidden}
    .index-caseBox ul li a img{
        display:block;
        width:100%;
        height:160px;
    }
    .index-caseBox ul li a .index-caseS{
        background:#023797;
        width:100%;
        padding:15px;
    }

    .index-caseS span{
        font-size:16px;
        color:#fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
        display:block;
    }
    .index-caseS p{
        font-size: 12px;
        margin-top: 8px;
        height: 50px;
        overflow: hidden;
    }
    .index-caseS i{
        background: url(../images/arrow_icon.png) no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        background-size: 100%;
    }

    .index-caseBox ul li:hover span{
        color:red;
    }

    .index-caseBox ul li:hover p{
        color:#023797;
    }
    .index-caseBox ul li:hover .index-caseS{
        background:#696969;
    }

    .index-caseBox ul li:hover i{
        background:url("../images/arrow_icon2.png") no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        background-size: 100%;
    }
    /*index-news*/
    .index-prot{
        margin-top:0px;
    }
    .index-news{
        padding: 0 15px 0 15px;
    }

    .index-news-l img{
        display:block;
        width:100%;
        height:auto;
    }

    .index-news-l .index-nt{
        overflow:hidden;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .index-nt span{
        display:block;
        float:left;
        color:#494949;
        font-size:15px;
        width:75%;
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height:30px;
        font-weight:bold;
    }

    .index-nt em{
        float:right;
        display:block;
        line-height:30px;
    }

    .index-news-l p{
        color:#929292;
        font-size:14px;
        height:40px;
        overflow:hidden;
    }

    .index-news-l a{
        display: block;
        width: 120px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        background: #023797;
        margin-top: 10px;
    }
    .index-news-l a:hover{
        color:red;
    }
    .mt30{
        margin-top:15px;
    }

    .index-news-l:hover span{
        color:#023797;
    }
    .index-news-l:hover p{
        color:#494949;
    }
    .index-news-l:hover em{
        color:red;
    }
    .index-news-l:hover{
        cursor: pointer;
    }

    .index-news-r ul li a{
        display:block;
    }

    .index-news-r ul li a .index-n-t{
        overflow:hidden;
    }

    .index-n-t span{
        display:block;
        float:left;
        font-size:15px;
        color:#494949;
        max-width:75%;
        height:20px;
        overflow:hidden;
    }
    .index-n-t em{
        display:block;
        float:right;
        font-size:14px;
        color:#494949;
    }

    .index-news-r ul li a p{
        color: #929292;
        line-height: 18px;
        margin-top: 5px;
        max-height: 54px;
        overflow: hidden;
        font-size: 13px;
    }
    .index-news-r ul li{
        border-bottom:1px solid #b5b5b5;
        margin-top:10px;
    }

    .index-news-r ul li:last-child{
        border-bottom:none;
    }
    .index-news-r ul li:hover span{
        color:#023797;
        font-weight:bold;
    }
    .index-news-r ul li:hover em{
        color:red;
    }
    .index-news-r ul li:hover p {
        color: #494949;
    }


    .friendLink a{
        display:inline-block;
        border-right:1px solid #2c2c2c;
        padding-left:8px;
        padding-right:8px;
        color:#000;
        line-height:20px;
        font-size:12px;
    }

    .friendLink a:hover{
        color:#023797;
        border-right:1px solid #023797;
    }
    .friendLink a:first-child{
        padding-left:0;
    }
    .friendLink{
        padding:15px;
        line-height:20px;
        font-size:12px;
        display:inline-block;
    }
    /*footer*/
    .index-footer{
        background:#282828;
        padding:15px;
    }

    .foot-nav a{
        color: #fff;
        border-right: 1px solid #c9e2b3;
        height: 14px;
        font-size: 14px;
        display: inline-block;
        line-height: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .foot-nav a:last-child{
        border-right:none;
    }
    .foot-nav a:first-child{
        padding-left:0;
    }
    .index-footer span{
        color:#fff;
        display:block;
        margin-top:10px;
        font-size:13px;
    }
    .index-footer #sitemap{
        height:130px;
        margin-top:20px;
    }

    .copyright{
        background:#282828;
        border-top:1px solid #444444;
        padding-left:15px;
        padding-right:15px;
    }
    .copyright span{
        color:#fff;
        line-height:16px;
        text-align: center;
        display:block;
        font-size:12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .copyright em{
        display:block;
        color:#fff;
        line-height:16px;
        text-align: center;
        font-size:12px;
        margin-bottom: 5px;
    }
    .search{
        display:none;
    }
    .navbar{
        display:none;
    }


    /**/
    .copyright .container{
        overflow:hidden;
    }

    .foot-nav a:hover{
        color:#023797;
    }
    .search{
        float:right;
        overlfow: hidden;
        margin-top:32px;
    }
    .search input{
        float:left;
        border:1px solid #ccc;
        font-size:13px;
        height:24px;
        line-height:24px;
        padding-left:3px;
        border-radius:3px;
        width:120px;
        color:#666;
    }
    .search input:focus{
        outline: none;
    }
    .search a{
        background:url("../images/search.png") no-repeat;
        width:24px;
        height:24px;
        background-size:100%;
        float:right;
        display:block;
    }
    .navbar a{
        display:block;
        color:#fff;
        line-height:40px;
        height:40px;
        overflow:hidden;
        text-align: center;
        padding:2px 10px 2px 10px;

    }
    .navbar{
        width:100%;
        position:absolute;
        left:0;
        top:90px;
        background:rgba(0,113,185,.8);
        color:#fff;
    }

    .navs .nav li .navbar a:hover{
        background:#023797;
    }

    .navs .nav li .navbar a{
        color:#fff;
    }

    .navs,.navs .nav li,.navs .nav li .navbar,.nav{
        z-index: 2;
    }
    .carousel-inner,#myCarousel{
        z-index:1;
    }

    /*内页 面包屑导航*/
    .navigation{
        color: #666666;
        padding:10px 15px 10px 15px;
    }
    .navigation a {
        color: #666666;
        display: inline-block;
    }
    .navigation a:hover{
        color:#023797;
    }

    /*news*/
    .newslist {
        overflow: hidden;
    }
    .news-list-l {
        margin-top: 20px;
    }

    .news-list-l ul li:first-child a {
        color: white;
        background: #023797;
        border-radius: 3px;
        border: none;
    }
    .news-list-l ul li a {
        color: #666666;
        width: 210px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        display: block;
        font-size: 16px;
        border-bottom: 1px dashed #c9c9c9;
    }

    .news-list-l ul .news-list-active a, .news-list-l ul li:hover a {
        border-bottom: 1px dashed #023797;
    }

    .news-r-title {
        float: left;
        color: #023797;
        border-bottom: 3px solid #023797;
        padding-right: 80px;
        text-align: left;
        line-height: 40px;
        margin-top: 1px;
        font-size: 18px;
        font-weight: 600;
    }
    .news-r-bord {
        clear: both;
        height: 1px;
        background: #bfbfbf;
        width: 100%;
        margin-bottom: 20px;
    }
    .news-list-ul {
        margin-top: 20px;
    }
    .news-list-ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .news-list-ul li a {
        overflow: hidden;
        display: block;
    }
    .news-list-ul li a span {
        float: left;
        width: 70%;
        text-align: left;
        overflow: hidden;
        height: 20px;
        line-height: 20px;
        color: #333333;
        display: block;
        font-size: 14px;
    }
    .news-list-ul li a i {
        float: right;
        color: #333333;
        display: block;
    }
    .news-list-ul li:hover span,.news-list-ul li:hover i{
        color:#023797;
    }

    /*分页*/
    .pageNavi {
        padding: 10px 0 10px 0;
        margin: 10px auto 0;
        width: 100%;
        text-align: center;
        color:#6f6f6f;
    }

    .pageNavi li{display:inline-block}

    .pageNavi li a{
        display:inline-block;
        color:#6f6f6f;
    }
    .pageNavi li strong{
        font-weight:bold;
    }

    .pageNavi li a:hover{
        color:#DB0000;
    }

    .news-detail-title {
        font-size: 18px;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 0px;
        line-height: 24px;
        /* height: 60px; */
        overflow: hidden;
        font-weight: bold;
    }
    .news-detail-second-t {
        color: #666666;
        width: 100%;
        text-align: center;
    }

    .news-list-r img{
        display:block;
        margin:auto;
        margin-top:0px;
        max-width:100%;
    }
    .news-list-r{
        padding-bottom:15px;
    }

    .met_page{
        overflow:hidden;
        color:#666;
        margin: 30px 10% 0 0%;
        width:100%;
    }

    .met_page a,.met_page i{
        color:#666;
        display:inline-block;
        height:22px;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .met_page a:hover{
        color:#DB0000;
    }

    /*product*/
    .product ul li a{
        display:block;
    }
    .product ul{
        overflow:hidden;
    }
    .product ul li{

    }
    .product ul li a img{
        display:block;
        width:100%;
        border:2px solid #cccccc;
        max-height:180px;
		height:160px;
    }
    .product ul li a span{
        display:block;
        text-align: center;
        height:30px;
        overflow:hidden;
        line-height:30px;
        width:100%;
        color:#2c2c2c;
    }
    .product ul li:hover img{
        border:2px solid #023797;
    }
    .product ul li:hover span{
        color:#023797;
        font-weight:bold;
    }

    .product-detail h1{
        font-size: 20px;
        font-weight:bold;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 10px;
        line-height: 30px;
        /* height: 60px; */
        overflow: hidden;
        margin-bottom:30px;
    }
	
	


}

@media screen  and (max-width: 768px) {
	.device li{ width:48%; margin-right:3%; float:left; margin-bottom:20px;}
	.device li:nth-child(2n){ margin-right:0;}
	
	.protab td{ display:block;}
}

