/*通用*/
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;
}

/*滚动条*/
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:#aaa;}
::-webkit-scrollbar-thumb:vertical{background-color:#666;border-radius:5px;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#000;}
::-webkit-scrollbar-corner:vertical{background-color:#535353;}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00;}

.fl{
    float:left;
}

.fr{
    float:right;
}
a,a:hover,a:link{
    text-decoration: none;
}

body{
    /*min-width:1000px;*/
    overflow-x:hidden;
}

img{ max-width:100%;}

.myCarousel {
    height:550px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    /*width:100%;*/
    min-height: 550px;
}

.carousel-inner .item .hidden-xs{
    height:550px;width:100%;
}

.clear{
    clear:both;
}
/*首页 header*/
.header-bg{
    background:#ed1b23;
    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{
    
}

.header_btn{
    color:#fff;
	text-align:right;
}

.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:#666;
    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:4px;
    background:rgba(255,255,255,.9);
    opacity:.7;
    border-radius:0;
    border:none;
}

.carousel-indicators .active{
    width:46px;
    height:4px;
    background:rgba(237,27,35,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:200px;
    position:absolute;
    left:0;
    top:100px;
    background:#0287d7;
    opacity:1;
    color:#fff;
}

.navs .nav li .navbar a:hover{
    color:#ffeded;
}

.navs .nav li .navbar a{
    color:#fff;
    border-radius:0 !important;
    border-bottom: #1a9fef 1px solid;
}
.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;
}


/*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:#fff;
    margin-top:17px;
    margin-left:10px;
}
.advert{
    background:#0287d7;
    height:80px;
    color:#fff;
}

.advert span{
    display:block;
    line-height:80px;
    height:80px;
    overflow:hidden;
}
.pro-link a.more-pro{
    background:#ed1b23;
    color:#fff;
    border:1px solid #ed1b23;
}
.pro-link a:hover{
    background:#DD0000;
    color:#fff;
    border:1px solid #DD0000;
}
.pro-link a.more-pro:hover{
    border:1px solid #fff;
    color:#fff;
    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: #999 1px solid;
    padding: 5px 15px;
    color:#999;
    border-radius: 5px;
    margin-top:13px;
	margin-right:15px;
}

/**/
.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:#333;
}
.index-about ul li a:hover{
    color:#DD0000;
    border-bottom:1px solid #DD0000;
}
.index-about-t a:hover{
    color:#fff;
    background:#ed1b23;
    border:1px solid #ed1b23;
}

/*index-product*/
.index-product{
    background: url(../images/swe.jpg) no-repeat center center;
    background-attachment: fixed;
    padding-bottom:50px;
}

.index-proT span{
    font-size:17px;
    font-weight:bold;
    color:#fff;
    background:url(../images/linew.jpg) no-repeat 15px bottom;
    display:block;
    line-height:40px;
    height:50px;
}

.index-proTs span{
    font-size:17px;
    font-weight:bold;
    color:#fff;
    background:url(../images/linews.jpg) no-repeat 15px bottom;
    display:block;
    line-height:40px;
    height:50px;
}

.index-proNav a{
    font-size: 12px;
    color: #fff;
    display:inline-block;
    line-height:50px;
    font-weight:bold;
    padding-left: 12px;
    padding-right: 12px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.index-proT{
    margin-top:60px;
}
.index-proTs{
    margin-top:60px;
}

.index-proNav{
    color:#eb656a;
    opacity: .9;
    border-bottom: #fff 1px solid;
    border-top: #fff 1px solid;
    width:460px;
    padding-left:0;
    padding-right:0;
}

.index-proNav a.current-proNav{
    color:#ed1b24;
    border-top:1px solid #eb656a;
    border-bottom:1px solid #eb656a;
}

.index-product ul li{
    background:#FFFFFF url(../images/sebg.jpg) no-repeat right top;
    padding:25px 20px;
}

.index-product ul li span{
	padding-left:20px;
    font-size: 13px;
    color: #666666;
    display:block;
    height:20px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-product ul li span strong{
    color:#ed1b24;
}
.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-top:10px;
    margin-bottom:25px;
    height:36px;
    overflow:hidden;
	padding-left:20px;
}

.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;

    font-size:14px;
	
	border: #999 1px solid;
    padding: 5px 15px;
    color:#999;
    border-radius: 5px;
    margin-top:13px;
}

.index-nt a i{
    color:#fff;
    background:#666;
    padding: 0px 4px;
}
.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:0px;
}

.index-news{
    background:#fff;
    padding-bottom:50px;
}

.index-newsBox span{
    font-weight:bold;
    color:#ed1b24;
	font-size:15px;
    height:18px;
    overflow: hidden;
    margin-top:20px;
    display:block;
}

.index-newsBox p{
    margin-top:20px;
    color:#666666;
    font-size:12px;
	line-height:180%;
    height:72px;
    overflow:hidden;
}
.index-newsBox div{
    line-height:20px;
    color:#666;
}
.index-newsBox i,.index-newsBox a{
    display:inline-block;
    color:#666;
    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:32px;
    line-height:40px;
    padding-bottom:10px;
    font-weight:bold;
}

.index-equipment i{
    border-top:5px solid #ed1b24;
    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: #ed1b24;
    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:#ddd ;
    padding-top:30px;
    padding-bottom:40px;
}

.foot-nav a{
    display:inline-block;
    color:#333;
    margin-left:10px;
    font-size:13px;
}

.foot-nav a:first-child{
    margin-left:0;
}

.foot .row{
    margin-top:40px;
}

.foot-l span{
    color:#333;
    display:block;
    font-size:13px;
}

.foot-l a{
    display:inline-block;
    margin-left:10px;
    color:#333;
    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:#333;
    font-size:13px;
}

.foot-c span{
    display:block;
    color:#333;
    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.phone{
    background:url("../images/phone.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:#333;
    display:block;
    text-align: right;
}

.search_foot input{
    width:50%;
    height:40px;
    line-height:40px;
    padding-left:20px;
    border:none;
}

.search_foot input:focus{
    outline: none;
}
.search_foot a{
    display:inline-block;
    line-height:40px;
    height:40px;
    width:70px;
    background:#ed1b24;
    color: #fff;
    text-align: center;
}
.search_foot a:hover{
    background:#DD0000;
    color:#fff;
}
.search_foot{
    text-align: right;
    margin-top:15px;
}

.foot-r .bei{
    color:#333;
    display:block;
    text-align: right;
    margin-top:20px;
    font-size:12px;
	width:100%;
	float:left;
}

.foot-r .bei:hover{
    color:#DD0000;
}

.foot-r i{
    display:block;
    border-top:1px solid #999999;
    text-align: right;
    margin-top:25px;
	width:295px;
	float:right;
	
}

.foot-nav a:hover,.foot-l a:hover{
    color:#DD0000;
}

/*copyright*/
.copyright{
    background:#ed1b24;
    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; }

/**/
.main_left{ width:250px; float:left;}
.left_dl{ width:250px;}
.left_dl dt{ width:230px; line-height:40px; font-size:18px; background:#01A006; padding-left:20px; color:#fff; border-top-left-radius: 12px; border-top-right-radius: 12px;}
/*.left_dl dd{ width:229px; line-height:35px; padding-left:20px; border-bottom: 1px solid #eee; border-top: 2px solid #fff; border-right: 1px solid #eee; font-size:16px; background:#fafafa url(../img/jt.png) no-repeat 95%; position:relative; transition:0.2s}*/
.left_dl dd:before{ content:"- "; color:#01A006}
/*.left_dl dd:hover{ background:#fff url(../img/jt.png) no-repeat 97%;}*/
.left_dl ul{ width:250px; }
.left_dl ul li{ line-height:35px; font-size:16px; padding-left:50px; background:#fafafa; border-bottom:1px solid #eee; transition:0.2s}
.left_dl ul li:before{ content:"- "; color:#01A006}
.left_dl ul li:hover{ padding-left:60px; background:#fff}
.left_dl2{ width:250px;}
.left_dl2 dt{ width:230px; line-height:40px; font-size:18px; background:#ed1b23; padding-left:20px; color:#fff; border-top-left-radius: 12px; border-top-right-radius: 12px;}
.left_dl2 dd{ width:229px; line-height:35px; padding-left:20px; border-bottom: 1px solid #eee; border-top: 2px solid #fff; border-right: 1px solid #eee; font-size:16px;  position:relative; background:#fafafa}
.left_dl2 dd a{ color:#ed1b23;}
.left_dl2 dd:before{ content:"- "; color:#ed1b23}
.left_dl2 ul{ width:230px; }
/*.left_dl2 ul li{ line-height:30px; font-size:15px; padding-left:40px; background:#fafafa url(../images/jt.png) no-repeat 95%; border-bottom:1px solid #eee; transition:0.2s}*/
.left_dl2 ul li:before{ content:"- "; color:#ed1b23}
/*.left_dl2 ul li:hover{ padding-left:45px; background:#fff url(../img/jt.png) no-repeat 97%;}*/
.left_dl2 ul li a{ color:#666;}

.left_co{ width:250px; margin-top:50px}
.left_co2{ width:230px; line-height:40px; font-size:18px; background:#ed1b23; padding-left:20px; color:#fff; border-top-left-radius: 12px; border-top-right-radius: 12px;}
.left_co3{ width:230px; line-height:25px; padding:10px 0 10px 20px; background:#fafafa;}

/*about*/
.about p{ text-indent:2em; }


/*内页 12.28 */
.product-box{
    overflow:hidden;
	padding:30px 0;
}

.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:#666;
}
.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 #e1e1e1;
    width:30%;
    padding:0;
}
.list-right ul li:hover span{
    color:#fff;
    background:#d9494e;
}
.list-right ul li:hover{
    border:1px solid #d9494e;
}
.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{
    width:80%;
}

.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{
    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:#333;
}
.usual-right{
    line-height:60px;
}
.usual-right a:hover,.usual-right a:last-child{
    color:#ed1b23;
}

/*contact*/
.contact strong{
    color:#ed1b23;
}
.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;}
/**/

.navbar{ display:none;}

@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{
        width:75%;
    }
    .list-right ul li a img{
        height:150px;
    }
}



/**/
.pro-left h2{margin-top:0;}
