﻿/*通用*/
ul,li,a,em,i{
    list-style: none;
    margin:0;
    padding:0;
}

*{
    /*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;
}

.fl{
    float:left;
}

.fr{
    float:right;
}
a,a:hover,a:link{
    text-decoration: none;
}

body{
    /*min-width:1000px;*/
    overflow-x:hidden;
}

.myCarousel {
    height:550px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    /*width:100%;*/
    min-height: 550px;
}



.clear{
    clear:both;
}
/*首页 header*/
.header-bg{
    background:#144C97;
    height:45px;
    width:100%;
    color:#626262;
    overflow:hidden;
}

.container{
   max-width:1200px;
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}

.header_btn a{
    display:inline-block;
    line-height:40px;
    color:#626262;
    /*float:right;*/
}

.header_btn a:hover{
    color:#d00505;
}

.header_btn{
    color:#fff;
}

.header_btn em{
    /*margin-right:100px;*/
}
.navs{
    /*overflow:hidden;*/
}

.container.logo-container{
    position:relative;
}

.container.logo-container .navs-icon{
    position:absolute;
    left:0;
    top:0;
    background:#1B3F9B;
    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%;*/
    height:100px;
    line-height:100px;
}

.navs .nav{
    float:right;
    width:60%;
}

.navs .nav li{
    /*height:90px;*/
}

.navs .nav li>a{
    font-size:15px;
    color:#001e62;
    height:100px;
    line-height:100px;
    border-radius:0;
    padding:0;
    margin:0;
    font-weight:bold;
}

.navs .nav li>a:hover{
    border-bottom:6px solid #fff;
    color:#DB0000;
;
    background:none;
}

.navs .nav li.nav-active a{
    color:#DB0000;
}

.navbar-toggle{
    background:#1B3F9B;
}

.icon-bar{
    background:white;
}
/*index-banner*/
.carousel-indicators{
    bottom:0;
}

.carousel-indicators li{
    width:46px;
    height:8px;
    background:rgba(255,255,255,.9);
    opacity:.7;
    border-radius:0;
    border:none;
}

.carousel-indicators .active{
    width:46px;
    height:8px;
    background:rgba(11,55,152,1);
    opacity:.7;
    border-radius:0;
    border:none;
    margin:1px;
}

.carousel-caption.banner1{
    background:rgba(0,0,0,.3);
    color:white;
    padding:10px;
    border-left:12px solid #fe9a3c;
    z-index:10;
    text-align:left;
    max-width:350px;
    margin-bottom:260px;
    left:30%;
}

.carousel-caption span{
    color:white;
    display:block;
    overflow:hidden;
}

.carousel-inner>.item>img{
    height:550px;
}

.carousel-caption.banner2 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom: 100px;
    left: 50%;
}

.carousel-caption.banner3 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom:200px;
    left:25%;
}

.search{
    float:right;
    overlfow: hidden;
    margin-top:37px;
    position:relative;
}
.search input{
    position:absolute;
    right:24px;
    top:0;
    border:1px solid #ccc;
    font-size:13px;
    height:24px;
    line-height:24px;
    padding-left:3px;
    border-radius:3px;
    width:130px;
    color:#666;
    background:#fff;
    z-index: 99999;
}
.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;
    overflow:hidden;
    text-align: left;
    padding: 15px 0 15px 20px;
    border:none;
}
.navbar{
    width:180px;
    position:absolute;
    left:0;
    top:100px;
    background:#144C97;
    opacity:1;
    color:#fff;
}

.navs .nav li .navbar a:hover{
    color:#DB0000;
}

.navs .nav li .navbar a{
    color:#fff;
    border-radius:0 !important;
    border-top: solid 1px #333;
}
.navs .nav li .navbar{
    border-radius:0 !important;
}
.navs,.navs .nav li,.navs .nav li .navbar,.nav{
    z-index: 2;
}
.carousel-inner,#myCarousel{
    z-index:1;
}

/*分页*/
.pageNavi {
    padding: 10px 0 25px 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;
}

.met_page{
    overflow:hidden;
    color:#666;
    margin: 50px 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;
}

/*add 12.26鲍*/
.header-bg em,.header-bg span,.header-bg a{
    font-size:12px;
    line-height:45px;
    display:inline-block;
    color:#fff;
}
.navs{
    background:#fff;
}

/*index-body*/
.pro-link a{
    display:inline-block;
    border-radius:5px;
    height:45px;
    line-height:45px;
    text-align: center;
    width:106px;
    border:1px solid #fff;
    color:#d0d6db;
    margin-top:17px;
    margin-left:10px;
}
.advert{
    background:#5C768A;
    height:80px;
    color:#d0d6db;
}

.advert span{
    display:block;
    line-height:80px;
    height:80px;
    overflow:hidden;
}
.pro-link a.more-pro{
    background:#DD0000;
    color:#fff;
    border:1px solid #DD0000;
}
.pro-link a:hover{
    background:#DD0000;
    color:#fff;
    border:1px solid #DD0000;
}
.pro-link a.more-pro:hover{
    border:1px solid #fff;
    color:#d0d6db;
    background:none;
}

/*index-about*/
.index-about-t{
    overflow:hidden;
    margin-top:50px;
}

.index-about-t span{
    color:#444444;
    font-weight:bold;
    font-size:17px;
    display:inline-block;
    background:url(../images/linew.jpg) no-repeat 15px bottom;
    line-height:60px;
}

.index-about-t em{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin-top:10px;
}

.index-about-t a{
    border: #001e62 1px solid;
    padding: 5px 15px;
    color:#001e62;
    border-radius: 5px;
    margin-top:13px;
}

/**/
.index-about{
    padding-bottom:40px;
}

.index-about ul{
    margin-top:40px;
}
.index-about ul li img{
    display:block;
    width:100%;
    height:220px;
}
.index-about ul li span{
    color:#333333;
    font-weight:bold;
    line-height:20px;
    text-align: left;
    height:20px;
    width:100%;
    overflow:hidden;
    margin-top:20px;
    margin-bottom:10px;
    display:block;
}
.index-about ul li p{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.index-about ul li a{
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
    font-weight: normal;
    font-size: 12px;
    color:#adadad;
}
.index-about ul li a:hover{
    color:#DD0000;
    border-bottom:1px solid #DD0000;
}
.index-about-t a:hover{
    color:#fff;
    background:#DD0000;
    border:1px solid #DD0000;
}

/*index-product*/
.index-product{
    background: #f1f1f1;
	background-size: cover;
    /* background-attachment: fixed; */
    padding-bottom:50px;
}

.index-proT span{
    font-size:17px;
    font-weight:bold;
    color:#333;
    background:url(../images/linew.jpg) no-repeat 15px bottom;
    display:block;
    line-height:40px;
    height:50px;
}

.index-proNav a{
    font-size: 12px;
    color: #333;
    display:inline-block;
    line-height:50px;
    font-weight:bold;
    padding-left: 12px;
    padding-right: 12px;
    border-top:0 solid #587771;
    border-bottom:0 solid #587771;
}

.index-proT{
    margin-top:60px;
}

.index-proNav{
    color:#00C3E6;
    opacity: .9;
    border-bottom: #587771 0 solid;
    border-top: #587771 0 solid;
    width:460px;
    padding-left:0;
    padding-right:0;
}

.index-proNav a.current-proNav{
    color:#00C3E6;
    border-top:1px solid #00C3E6;
    border-bottom:1px solid #00C3E6;
}

.index-product ul li{
    background:#FFFFFF url(../images/sebg.jpg) no-repeat right top;
    padding:25px 30px;
}

.index-product ul li span{
    font-size: 13px;
    color: #666666;
    display:block;
    height:20px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-product ul li span strong{
    color:#001e62;
}
.index-product ul li em{
    font-size: 13px;
    color: #666666;
    display:block;
    margin-top:5px;
    height:20px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-product ul li a{
    display:block;
    color:#666666;
    font-size:12px;
    width:80%;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:15px;
    height:36px;
    overflow:hidden;
}

.index-product ul li img{
    max-width:100%;
}
.index-product ul{
    overflow:hidden;
    margin-top:40px;
}
.index-product ul li:hover a{
    color:#DD0000;
    text-decoration: underline;
}

.index-nt span{
    color: #444444;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    background: url(../images/linew.jpg) no-repeat 0 bottom;
    line-height: 60px;
    float:left;
}

.index-nt a{
    float:right;
    color:#666;
    /*height:22px;*/
    line-height:60px;
    font-size:12px;
}

.index-nt a i{
    color:#fff;
    background:#00c3e6;
    padding: 3px 7px;
}
.index-nt a:hover{
    color:#DD0000;
}
.index-nt a:hover i{
    background:#DD0000;
}
.index-nt{
    overflow:hidden;
    margin-bottom:40px;
    padding-top:30px;
}

.index-news img{
    max-width:100%;
    display:block;
    margin-top:10px;
}

.index-news{
    background:#EDF6F7;
    padding-bottom:50px;
}

.index-newsBox span{
    font-weight:bold;
    color:#333;
    height:16px;
    overflow: hidden;
    margin-top:20px;
    display:block;
}

.index-newsBox p{
    margin-top:20px;
    color:#666666;
    font-size:12px;
    height:72px;
    overflow:hidden;
}
.index-newsBox div{
    line-height:20px;
    color:#00c3e6;
}
.index-newsBox i,.index-newsBox a{
    display:inline-block;
    color:#00c3e6;
    margin-top:15px;
    line-height:20px;
}

.index-newsBox a:hover{
    color:#DD0000;
}

.index-newsBox a{
    margin-left:15px;

}

.index-newsBox em{
    border-top:#CCC dotted 1px;
    display:block;
}

.index-news ul li a{
    color:#666;
    float:left;
    width:70%;
    height:20px;
    overflow:hidden;
    font-size:12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news ul li span{
    color:#666;
    float:right;
    width:30%;
    height:20px;
    overflow:hidden;
    font-size:12px;
}

.index-news ul li{
    overflow:hidden;
}

.index-news ul{
    margin-top:45px;
}

.index-news ul li:hover a,.index-news ul li:hover span{
    color:#DD0000;
}

/*index-equipment*/
.index-equipment{
    background: url(../images/be.jpg) no-repeat center top;
    padding-top:60px;
    padding-bottom:60px;
}
.index-equipment span{
    display:block;
    text-align: center;
    color:#fff;
    font-size:20px;
    line-height:40px;
    padding-bottom:10px;
    font-weight:bold;
}

.index-equipment i{
    border-top:5px solid #00c3e6;
    width:12px;
    display:block;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
}

.index-equipment p{
    color:#fff;
    width:70%;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:30px;
    text-align: center;
}

.index-equipment a{
    padding: 10px 25px;
    background: #00c3e6;
    display:block;
    width:148px;
    height:38px;
    margin:0 auto;
    border-radius:6px;
    text-align: center;
    color:#fff;
    margin-top:20px;
}

.index-equipment a:hover{
    background: #DD0000;
}

/*foot*/
.foot{
    background:#001E62;
    padding-top:30px;
    padding-bottom:40px;
}

.foot-nav a{
    display:inline-block;
    color:#fff;
    margin-left:10px;
    font-size:13px;
}

.foot-nav a:first-child{
    margin-left:0;
}

.foot .row{
    margin-top:40px;
}

.foot-l span{
    color:#fff;
    display:block;
    font-size:13px;
}

.foot-l a{
    display:inline-block;
    margin-left:10px;
    color:#fff;
    font-size:13px;
}

.foot-l a:first-child{
    margin-left:0;
}

.foot-l div{
    margin-top:20px;
}

.foot-l img{
    margin-top:15px;
}

.foot-c em{
    color:#fff;
    font-size:13px;
}

.foot-c span{
    display:block;
    color:#fff;
    font-size:12px;
    padding-left:20px;
    line-height:20px;
}

.foot-c span:hover{
    color:#DD0000;
}

.foot-c div{
    margin-top:15px;
}

.foot-c span.address{
    background:url("../images/add.png") no-repeat left 3px;
}
.foot-c span.email{
    background:url("../images/ema.png") no-repeat left 3px;
}
.foot-c span.tel{
    background:url("../images/tel.png") no-repeat left 3px;
}
.foot-c span.person{
    background:url("../images/gew.png") no-repeat left 3px;
}
.foot-c span.online{
    background:url("../images/glob.png") no-repeat left 3px;
}

.foot-r span{
    color:#fff;
    display:block;
    text-align: right;
}

.search_foot input{
    width:50%;
    height:40px;
    line-height:40px;
    padding-left:10px;
    border:none;
}

.search_foot input:focus{
    outline: none;
}
.search_foot a{
    display:inline-block;
    line-height:40px;
    height:40px;
    width:70px;
    background:#00c3e6;
    color: #001e62;
    text-align: center;
}
.search_foot a:hover{
    background:#DD0000;
    color:#fff;
}
.search_foot{
    text-align: right;
    margin-top:15px;
}

.foot-r .bei{
    color:#fff;
    display:block;
    text-align: right;
    margin-top:20px;
    font-size:12px;
}

.foot-r .bei:hover{
    color:#DD0000;
}

.foot-r i{
    display:block;
    border-top:1px solid #fff;
    text-align: right;
    margin-top:25px;
}

.foot-nav a:hover,.foot-l a:hover{
    color:#DD0000;
}

/*copyright*/
.copyright{
    background:#000;
    overflow:hidden;
}

.copyright span{
    display:block;
    font-size:12px;
    color:#fff;
    height:60px;
    line-height:60px;
    float:left;
    width:80%;
}

.copyright a{
    float:right;
    display:block;
    line-height:60px;
}

/*index-back-top*/
.fix-right{
    bottom: -7px;
    position: fixed;
    right: 2%;
    transition: all 0.3s ease-in-out 0s;
    width: 55px;
    z-index: 100;
    display:none;
}

.fix-right .tips li{
    position:relative;
}

.fix-right .tips li .qq {
    background-position: 0 -56px;
}

.fix-right .tips li a {
    height: 56px;
    width: 55px;
    display: block;
    padding: 7px 0;
    margin: 0;
    background-image: url("../images/backTop.png");
    background-repeat: no-repeat;
}

.fix-right .tips li .phone {
    background-position: 0 -114px;
}

.fix-right .tips li .wechat {
    background-position: 0 -170px;
}

.fix-right .go-top {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: 9px;
    position: relative;
}

.fix-right .go-top .back{
    background-image: url("../images/backTop.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 3px;
}

.fix-right .go-top a {
    height: 56px;
    width: 55px;
    display: block;
    padding: 7px 0;
}


.friendLink a{
    padding:0 10px 0 8px;
    color:#333;
    line-height:16px;
    height:16px;
    display:inline-block;
    border-right:1px solid #666666;
}
.friendLink{
    margin-top:20px;
    margin-bottom:20px;
    line-height:20px;
}
.friendLink a:hover{
    color:#c20313;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top { color:#fff;font-size:20px;position: fixed !important; right: 25px; bottom: 50px; display: block; line-height: 38px; text-align: center; width: 40px; height: 40px; visibility: hidden; opacity: 0; z-index: 9999; cursor: pointer; overflow: hidden; }
/*#scroll-top:after { content: "\f106"; font-family: "FontAwesome"; color: #fff; font-size: 20px; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }*/
#scroll-top:before { border-radius: 3px; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #c20313; z-index: -1; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:hover:before { background-color: #585252; }
#scroll-top:hover:after { color: #fff; }
#scroll-top.show { bottom: 18px; filter: alpha(opacity=100); opacity: 1; visibility: visible; }

/*内页 12.28 鲍*/
.product-box{
    overflow:hidden;
}

.list-left ul li{
    display: block;
    margin-bottom: 5px;
}
.list-left ul{
    display: block;
    max-width: 230px;
}

.list-left ul>li>a{
    color:#131F47;
    line-height: 40px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left:40px;
    display: block;
    font-size: 15px;
    font-weight:bold;
}

.list-left ul>li.current-proNav a,.list-left ul>li>a:hover{
    background:#001e62;
    color:#fff;
}

.list-left ul li .list-third a{
    color:#001e62;
    line-height: 40px;
    width: 100%;
    height: 100%;
    text-align: left;
    display: block;
    font-size: 14px;
    padding-left:58px;
    /*overflow:hidden;*/
}

.list-left ul li .list-third a:hover{
    background:#001e62;
    color:#fff;
}

.list-right{
    border-left:1px dashed #B6B6B6;
    padding-left:30px;
    min-height:300px;
    padding-bottom:30px;
    max-width:900px;
    width:72%;
}

.list-right ul li a{
    display:block;
}
.list-right ul li a span{
    display:block;
    text-align: center;
    height:36px;
    line-height:36px;
    color:#6b7ca2;
	background:#ccc;
}
.list-right ul li a img{
    display:block;
    margin:auto;
    height:180px;
    max-width:100%;
}
.list-right ul li{
    float:left;
    margin-left:15px;
    margin-top:30px;
    max-width:240px;
    border:1px solid #ccc;
    width:30%;
    padding:0;
}
.list-right ul li:hover span{
    color:#fff;
    background:#001e62;
}
.list-right ul li:hover{
    border:1px solid #001e62;
	box-shadow:2px 2px 5px #666;
}
.list-left{
    width:25%;
}
.list-right ul{
    overflow:hidden;
}
/*分页*/
.pageNavi {
    padding: 30px 0 25px 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;
}
.met_page a,.met_page i{
    color:#666;
    display:block;
    float:left;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.met_page a:hover{
    color:#DB0000;
}

.met_page .pageleft{
    float:left;
    width:45%;
    height:22px;
    overflow:hidden;
}

.met_page .pageright{
    float:right;
    overflow:hidden;
    height:22px;
    max-width:45%;
}
.met_page a{
  max-width:75%;
}

.met_page{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    margin-top:30px;
}

.pro-detail p{
    font-size: 13px;
    color: #646464;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
.pro-detail h1{
    font-size:1.8em;
    text-align: center;
}
.pro-detail img{
    display:block;
    max-width:80%;
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
}

.news-list{
    overflow:hidden;
    border-left: 1px dashed #B6B6B6;
    padding-left: 30px;
    min-height: 300px;
    padding-bottom: 30px;
    /*max-width: 900px;*/
    width: 72%;
}
.news-l-t a{
    display:block;
    float:left;
    width:80%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:26px;
    line-height:26px;
    color:#6b7ca2;
}
.news-l-t span{
    display:block;
    float:right;
    overflow:hidden;
    height:26px;
}
.news-l-t{
    overflow:hidden;
    margin-bottom:5px;
}

.news-list ul li p{
    line-height:24px;
    max-height:44px;
    overflow:hidden;
}

.news-list ul li span{
    color:#646464;
}
.news-list ul li{
    border-bottom:1px dashed #646464;
    margin-top:10px;
    padding-bottom:15px;
}

.news-list ul li p{
    color:#646464;
    margin-bottom:0;
}

.news-list ul li:hover a{
    color:#DB0000;
}
.news-list ul li:hover p,.news-list ul li:hover span{
    color:#6b7ca2;
}

.news-d h1{
    font-size:1.4em;
    text-align: center;
    font-weight:bold;
    color:#101A3C;
}

.news-t span,.news-t em,.news-t i{
    display:inline-block;
    color:#666;
}
.news-d p{
    color:#666;
}
.news-t i,.news-t em{
    margin-left:15px;
}
.news-t{
    width:360px;
    margin:0 auto;
}
.news-line{
    border-top:1px solid #D3D3D3;
    margin-top:5px;
    margin-bottom:15px;
}

.tparrows.custom :hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.location h2{
    height: 60px;
    width: 25%;
    font-size: 24px;
    color: #2d2c2c;
    font-weight:bold;
    line-height:60px;
    margin-bottom:0;
    margin-top:0;
}
.usual-right a{
    display:inline-block;
    line-height:60px;
    color:#6b7ca2;
}
.usual-right{
    line-height:60px;
}
.usual-right a:hover,.usual-right a:last-child{
    color:#c20313;
}

.pagination{width:100%;padding-bottom:30px;}
.pagination ul>li>a,.pagination ul #lastspan{color:#000;}
.pagination ul>li>a:hover,.pagination ul #lastspan:hover{color:#c20313}

/*contact*/
.contact strong{
    color:#0f47a8;
}
.contact span{
    display:inline-block;
    color:#6f6f6f;
}

#sitemap{
    width:100%;
    height:300px;
    margin-top:20px;
    margin-bottom:20px;
}

. BMapLabel{
    display:block !important;
}
#sitemap label{max-width:none;!important;}
/**/
@media screen  and (max-width: 1000px){
    .navs .nav{
        width:80%;
    }
    .navs .logo{
        width:15%;
    }
    .copyright span{
        height:auto;
        line-height:20px;
        margin-top:10px;
    }
    .met_page a{
       
    }
    .list-right ul li a img{
        height:150px;
    }
}


/*2018.1.3 bao*/

/*index-banner*/

.ny_carousel .carousel-inner>.item>a>img, .carousel-inner>.item>img{
    /*width:100%;*/
    min-height: 350px;
}



.ny_carousel .carousel-indicators{
    bottom:0;
}

.ny_carousel .carousel-indicators li{
    width:46px;
    height:8px;
    background:rgba(255,255,255,.9);
    opacity:.7;
    border-radius:0;
    border:none;
}

ny_carousel .carousel-indicators .active{
    width:46px;
    height:8px;
    background:rgba(11,55,152,1);
    opacity:.7;
    border-radius:0;
    border:none;
    margin:1px;
}

.ny_carousel .carousel-caption.banner1{
    background:rgba(0,0,0,.3);
    color:white;
    padding:10px;
    border-left:12px solid #fe9a3c;
    z-index:10;
    text-align:left;
    max-width:350px;
    margin-bottom:50px;
    left:30%;
}

.ny_carousel .carousel-caption span{
    color:white;
    display:block;
    overflow:hidden;
}

.ny_carousel .carousel-inner>.item>img{
    height:350px;
}

.ny_carousel .carousel-caption.banner2 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom: 50px;
    left: 50%;
}

.ny_carousel .carousel-caption.banner3 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom:50px;
    left:25%;
}

.ny_carousel .carousel-indicators{
	display:none;
}

.carousel .carousel-inner .item .hidden-xs{
    height:550px;width:100%;
}
.ny_carousel .carousel-inner .item .hidden-xs{
    height:350px;width:100%;
}
