@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:#fff;
    }
    .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:15px;
    }

    .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:#B60000;
    }

    .navbar-toggle{
        background: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
    }

    .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{
        display:block;
        margin-top:10px;
        margin-bottom:10px;
		max-width:100%;
    }
    .navs .logo{
        /*margin-left:90px;*/
        line-height:70px;
		width:230px !important;
    }
    .container>.navbar-collapse{
        margin-right: 0;
        background: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 999;
        padding-left:8px;
        padding-right:8px;
    }
    .navs .nav li.nav-active{
        display:none;
    }
    .navbar-toggle{
        margin-top:15px;
    }
    .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:#A90000;
	animation:move 6s infinite;
	-webkit-animation:move 6s infinite;
         font-size:15px;
}


	
    .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:#fff;
    }

    .index-proNav a.current-proNav{
        background: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        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:200px;
    }

    .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: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        display:block;
        margin-top:15px;
    }
    .pro_more:hover{
        color:red;
    }

    .inner-banner{background:url("../images/inner-banner1.jpg") no-repeat center center;}

    .index-proNav a.current-proNav{
        background: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        color:#fff;
    }
    .index-proNav a:hover{
        background: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        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: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        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: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);/
        width: 120px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        letter-spacing: 1px;
        display: block;
        margin-top: 20px;
    }
    .index-al a:hover{
        color:#fff;
    }
    .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:#255BA8;
        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: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        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:#f5f5f5;
        padding:15px;
    }

    .foot-nav a{
        color: #333;
        border-right: 1px solid #333;
        height: 14px;
        font-size: 14px;
        display: inline-block;
        line-height: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .foot-nav{color:#333;}

    .foot-nav a:last-child{
        border-right:none;
    }
    .foot-nav a:first-child{
        padding-left:0;
    }
    .index-footer span{
        color:#333;
        display:block;
        margin-top:10px;
        font-size:13px;
    }
    .index-footer #sitemap{
        height:200px;
        margin-top:20px;
        border:1px solid #666;
    }

    .copyright{
        background: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        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 !important;
    }


    /**/
    .copyright .container{
        overflow:hidden;
    }

    .foot-nav a:hover{
        color:#f00000;
    }
    .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 {
        display: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 #A60000;
    }

    .news-r-title {
        float: left;
        color: #A60000;
        border-bottom: 3px solid #A60000;
        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:220px;

    }
    .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;
        border-bottom:1px dashed #666;
        padding-bottom:10px;
    }
    .product-detail img{display:block;max-width:100% !important;margin:0 auto;}
    .product-list{overflow:hidden}
    /*.product-detail{overflow-x:scroll;}*/


    #pagination {
        display: block;
        list-style: none;
        position: absolute;
        left: 50%;
        top: 125px;
        z-index: 9900;
        padding: 5px 5px 5px 0;
        margin: 0;
        margin-left:-38px !important;
    }

    #pagination li {
        display:block;
        list-style:none;
        width:18px;
        height:18px;
        float:left;
        background: url(../images/bullets.png) no-repeat;
    }

    #pagination li a {
        display:block;
        width:100%;
        height:100%;
        padding:0;
        margin:0;
        text-indent:-9999px;
    }

    #pagination li.current {
        width: 18px;
        height: 18px;
        background: url(../images/bullets.png) no-repeat 0px -23px;
    }
    /*首页轮播*/
    .index-banner{
        overflow-y: hidden;
        position:relative;
    }

    #full-screen-slider {
        width:100%;
        height:150px;
        float:left;
        position:relative
    }

    #slides {
        display:block;
        width:100%;
        height:150px;
        list-style:none;
        padding:0;
        margin:0;
        position:relative
    }

    #slides li {
        display:block;
        width:100%;
        height:150px;
        list-style:none;
        padding:0;
        margin:0;
        position:absolute;
        background-size:100% 150px !important;
    }

    #slides li a {
        display:block;
        width:100%;
        height:100%;
        text-indent:-9999px
    }

    #slides li{
        background-size:100%;
    }
    .index-aru:first-child img{
        width:100%;
    }
    .BMapLabel {
        max-width:none !important;
    }
    .inner-banner{
        background-size:100% 160px;
        background-repeat: no-repeat;
        height:160px;
    }
    .product-detail img.qiuqiu{display:none;}
	
	/*回到顶部*/
/**/
#scroll-top{
    position:fixed;
    display:none;
	bottom: 0px;
    right: 10px;
    z-index: 9;
}
#scroll-top a{
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
#scroll-top a:hover{
    color:#979797;
}
#scroll-top a{
    background:transparent url(../images/backTop.png) no-repeat;
    border-radius:6px;
    display:block;
    height:40px;
    width:40px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}
#scroll-top a:hover span{
    background:transparent url(../images/backTop2.png) no-repeat;
    display:block;
    height:40px;
    width:40px;
    border-radius:6px;
}
    .news-list-l{margin-top:5px;padding:0;}
    .news-list-l ul li{width:50%;float:left;}
    .news-list-l ul{overflow:hidden;}
    .news-list-l ul li a{width:100%;border-radius: 0;border-right:1px dashed #C9C9C9;}
    .news-list-l ul li:first-child a{border-radius:0;

    }

    .header_btn{display:none;}

    .news-list-l ul{
        border-top:1px dashed #C9C9C9;
        border-left:1px dashed #C9C9C9;
    }

    .news-list-l ul li.current-li{
        background: -webkit-linear-gradient(#059DDE,#024D9E);
        background: -o-linear-gradient(#059DDE,#024D9E);
        background: -moz-linear-gradient(#059DDE,#024D9E);
        background: linear-gradient(#059DDE,#024D9E);
        color:#fff;
    }
    .news-list-l ul li.current-li a{color:#fff;}
    .product-detail{margin-top:30px;}
    .product-detail p:first-child{margin-bottom:0;}


    /*case-detail*/
    .pro-detail .bd ul li{float:left;vertical-align:middle;}
    .pro-detail .bd ul li img{display:block;max-width:100%;margin:0 auto;}
    .pro-detail .bd ul{overflow:hidden;}
    .pro-detail .hd{width:100%;padding-top:5px;overflow:hidden;}
    .pro-detail .bd ul{margin-right: -5px;  overflow: hidden;  zoom: 1;}
    .pro-detail .bd ul li{padding-top: 5px;  float: left;  text-align: center;}
    .pro-detail .hd ul li img {  width: 120px;  height: 100px;  border: 2px solid #ddd;  cursor: pointer; }
    .pro-detail .hd ul li.on img {  width: 120px;  height: 100px;  border: 2px solid #f60;  cursor: pointer; }
    .picFocus .hd ul li.on{background: url(../images/icoUp.gif) no-repeat center 0;}
    .picFocus .hd ul li.on img{border-color: #f60;}
    .pro-detail ul li{float:left;}
    .pro-detail{padding:30px 0;}
    .pro-detail .bd .tempWrap{margin:0 auto;}
    .pro-detail .bd{background:#eee;}
    /*.case-detail ul li.on{border:2px solid #f60;}*/
    .pro-detail ul li img{display:block;max-width:100%;margin:0 auto;margin-right:0;}
    .pro-detail .bd ul li{margin-top:0;padding-top:0;}
    .pro-detail-tit h3{color:#6C432D;padding-left:80px;font-size:18px;height:36px;line-height:36px;margin-top:0px;margin-bottom:0;}
    .pro-detail-tit{border-top:1px solid #6C432D;border-bottom:1px solid #6C432D;}
    .pro-detail-con p{font-size:14px;}
    .pro-detail-con{padding-bottom:30px;}
    .pro-detail .bd ul li a{display:block;}
    .pro-detail{padding-bottom:0;}
    .pro-detail .bd ul li img{height:200px;max-width:100%;width:100%;display: -webkit-box;  -webkit-box-orient: horizontal;  -webkit-box-pack: center;  -webkit-box-align: center;}
    .pro-detail .bd ul li a{  display: -webkit-box;  -webkit-box-orient: horizontal;  -webkit-box-pack: center;  -webkit-box-align: center;  }
    .pro-detail{padding-top:0;box-shadow:2px 3px 3px #ccc}
    .pro-detail h1{padding:20px 0;}
    .pro-content p{line-height:24px;font-size:16px;color:#666;}
    .pro-content,.pro-Nav,.pro-box{padding:15px;border-left:1px solid #DDDDDD;}
    .pro-detail .bd,.pro-detail .hd{border-left:1px solid #ddd;}
    .pro-detailT{  border:1px solid #d5d5d5;border-right:none;  }
    .pro-detailT h1{  font-size:24px;  font-weight:bold;text-align: center;margin-top:0;margin-bottom:0; }
    .pro-Nav a{font-family:"微软雅黑";font-size:12px;display:block;float:left;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;margin-right:1px;color:#333;width:86px;height:26px;line-height:26px;text-align: center;border-top-left-radius: 4px;border-top-right-radius: 4px;}
    .pro-Nav a.current{background:#C50400;color:#fff;font-size:12px;}
    .pro-Nav{overflow:hidden;width:100%;border-bottom:3px solid #C50400;padding-top:30px;padding-bottom:0;}
    .pro-box{min-height:150px;}


    .contactBox h3{line-height:24px;font-size:16px;font-weight:bold;max-width:750px;}
    .contactBox ul li{float:left;width:50%;line-height:24px;}
    .contactBox ul{float:left;margin-top:20px;margin-bottom:20px;}
    .contactBox img{display:block;max-height:400px;text-align: left;margin:0;}
    .copyright a{float:none;text-align: center;display:block;color:#fff;font-size:12px;}
    .news-list-l ul{border:1px solid #C9C9C9;}
    .hide-l .news-list-l{display:none;}
    .hide-l .product-list>.product-detail{margin-top:0px;}
    .news-list-l ul li:nth-child(odd) a{border-right:none;}
    .news-list-l ul li:last-child a{border-bottom:none;}
    .pro-detail .bd{overflow:hidden;}
    .pro-detail .hd ul li{width:33.33%;}
}

