/*通用*/
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;
}

a,a:hover,a:link{
    text-decoration: none;
}

body{
    /*min-width:1000px;*/
    overflow-x:hidden;
}

.myCarousel {
    height:500px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    /*width:100%;*/
    min-height: 500px;
}

.carousel-inner .item .hidden-xs{
    height:500px;width:100%;
}

.clear{
    clear:both;
}
/*首页 header*/
.header-bg{
    background: -webkit-linear-gradient(#059DDE,#024D9E); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#059DDE,#024D9E); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#059DDE,#024D9E); /* Firefox 3.6 - 15 */
    background: linear-gradient(#059DDE,#024D9E);/* 标准的语法 */;
    height:40px;
    width:100%;
    color:#fff;
    overflow:hidden;
}

.container{
   /*width:1200px;*/
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}

.header-bg .welcome{
    line-height:40px;
}

.header_btn a{
    display:inline-block;
    line-height:40px;
    color:#fff;
}

.header_btn a:hover{
    color:#fff;
}

.navs{
    /*overflow:hidden;*/
}

.container.logo-container{
    position:relative;
}

.container.logo-container .navs-icon{
    position:absolute;
    left:0;
    top:0;
    background:#f00000;
    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%;*/
    margin-top:20px;
    display:block;
}

.navs .nav{
    float:right;
    width:65%;
}

.navs .nav li{
    /*height:90px;*/
}

.navs .nav li>a{
    font-size:16px;
    color:#333333;
    height:80px;
    line-height:80px;
    border-radius:0;
    padding:0;
    margin:0;
	font-weight:bold;
    font-family: '微软雅黑';
    /*width:60px;*/
}

.navs .nav li>a:hover{
 
    color:#f00000;
    background:none;
}

.navs .nav li.nav-active>a{
 
}

.navs .nav li.nav-active a{
    color:#f00000;
	font-weight:bold;
}

.navbar-toggle{
    background:#1B3F9B;
}

.icon-bar{
    background:white;
}
/*index-banner*/
.carousel-indicators{
    bottom:-10px;
}

.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:480px;
}

.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%;
}
/*index-body*/
.index-product{
    /*margin-top:30px;*/
}
.index-prot i{
    width:41%;
    border-top:1px solid #d2d2d2;
    display:inline-block;
    padding-bottom:5px;
}

.index-prot h2{
    width:16%;
    text-align: center;
    display:inline-block;
    color:#343434;
    font-weight:bold;
    font-size:24px;
}

.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:#f00000;
	animation:move 6s infinite;
	-webkit-animation:move 6s infinite;
	font-size:16px;
	font-weight:bold;
}



.index-proNav{
    overflow:hidden;
    margin-left:20px;
}
.index-proNav a{
    display:block;
    float:left;
    background:#e7e7e7;
    color:#696969;
    text-align: center;
    height:36px;
    line-height:36px;
    width:130px;
    margin-left:15px;
    margin-top:15px;
}

.index-proBox ul li img{
    display:block;
    width:100%;
	height:160px;
    border:1px solid #b5b5b5;
    border-bottom:none;
}

.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: 120px;
    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:#333;
    height:50px;
    line-height:50px;
    text-align: center;
    background:#e5e5e5;
    display:block;
    margin-top:15px;
}
.pro_more:hover{
    color:#fff;
    background:#025caa;
}

.index-proNav a.current-proNav{
   background:#025CAA;
    color:#fff;
}
.index-proNav a:hover{
    color:#fff;
    background:#025CAA;
}

.index-about{
    background:#eaf2fa;
    padding-top:60px;
    padding-bottom:60px;
    margin-top:20px;
}

.index-al span{
    color:#656565;
    font-size:24px;
    font-weight:bold;
}

.shotline{
    background:#025CAA;
    width:80px;
    height:5px;
    margin-top:20px;
    margin-bottom:20px;
}

.index-al em{
    font-size:24px;
    color:#2c2c2c;
    display:block;
}

.index-al .line{
    border-top:1px solid #b5b5b5;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}

.index-al p{
    color:#2c2c2c;
}

.index-al a{
    color:#fff;
    background:#cecece;
    width:120px;
    height:40px;
    text-align: center;
    line-height:40px;
    letter-spacing: 1px;
    display:block;
    margin-top:30px;
}
.index-al a:hover{
    color:#fff;
    background:#025CAA;
}

.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:first-child img{
    width:100%;
}
.index-aru .index-arb{
    width:50%;
    height:100%;
    background:#578AC9;
    float:left;
    display:block;
}

.index-arb span{
    display:block;
    text-align: center;
    padding-top:25%;
    color:#fff;
}

.index-aru{
    height:200px;
    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:15px;
    color:red;
    font-weight:bold;
    transition: all .4s;
}
/*index-case*/
.index-caseBox ul li a{
    display:block;
}
.index-caseBox ul li{
    float:left;
    width:25%;
    padding-left:2%;
}
.index-caseBox ul{
    margin-top:30px;
}

.index-caseBox ul{overflow:hidden}
.index-caseBox ul li a img{
    display:block;
    width:100%;
    height:180px;
}
.index-caseBox ul li a .index-caseS{
    background:#f00000;
    width:100%;
    height:150px;
    padding:15px;
}

.index-caseS span{
    font-size:18px;
    color:#fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    display:block;
}
.index-caseS p{
    font-size: 12px;
    margin-top: 8px;
    height: 54px;
    overflow: hidden;
}
.index-caseS i{
    background:url("../images/arrow_icon.png") no-repeat;
    width:32px;
    height:32px;
    display:block;
}

.index-caseBox ul li:hover span{
    color:red;
}

.index-caseBox ul li:hover p{
    color:#f00000;
}
.index-caseBox ul li:hover .index-caseS{
    background:#696969;
}

.index-caseBox ul li:hover i{
    background:url("../images/arrow_icon2.png") no-repeat;
}

/*index-news*/
.index-prot{
    margin-top:30px;
}
.index-news{
    margin-top:10px;
	padding-bottom:20px;
}

.index-news-l img{
    display:block;
    width:100%;
    height:auto;
}

.index-news-l .index-nt{
    overflow:hidden;
    margin-top:15px;
    margin-bottom:15px;
}

.index-nt span{
    display:block;
    float:left;
    color:#494949;
    font-size:16px;
    width:80%;
    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:40px;
    text-align: center;
    line-height:40px;
    color:#fff;
    background:#cecece;
    margin-top:20px;
}
.index-news-l a:hover{
    color:#fff;
    background: #025CAA;
}
.mt30{
    margin-top:30px;
}

.index-news-l:hover span{
    color:#f00000;
}
.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:16px;
    color:#494949;
    max-width:80%;
    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:20px;
    margin-top:5px;
}
.index-news-r ul li{
    border-bottom:1px solid #b5b5b5;
    margin-top:16px;
    padding-bottom:6px;
}
.index-news-r ul li:first-child{
    margin-top:0;
}
.index-news-r ul li:last-child{
    border-bottom:none;
}
.index-news-r ul li:hover span{
    color:#f00000;
    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:15px;
    padding-right:15px;
    color:#000;
    line-height:20px;
    font-size:13px;
}

.friendLink a:hover{
    color:#f00000;
    border-right:1px solid #f00000;
}

.friendLink{
    padding-top:15px;
    padding-bottom:15px;
    line-height:20px;
    font-size:13px;
    display:inline-block;
}
/*footer*/
.index-footer{
    background: #f5f5f5; /* Safari 5.1 - 6.0 */
    padding-top:20px;
    padding-bottom:0px;
}

.foot-nav a{
    color:#333;
    border-right:1px solid #333;
    height:16px;
    font-size:15px;
    display:inline-block;
    line-height:16px;
    padding-left:20px;
    padding-right:20px;
}
.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:20px;
}
.foot-nav{border-bottom:1px dotted #ccc;padding-bottom:10px;}
.index-footer #sitemap{
    height:150px;
    margin-top:30px;
}

.copyright{
    background: -webkit-linear-gradient(#059DDE,#024D9E);
    background: -o-linear-gradient(#059DDE,#024D9E);
    background: -moz-linear-gradient(#059DDE,#024D9E);
    background: linear-gradient(#059DDE,#024D9E);
}
.copyright span{
    float:left;
    color:#fff;
    line-height:50px;
}
.copyright em{
    float:right;
    color:#fff;
    line-height:50px;
}

.copyright .container{
    overflow:hidden;
}

.foot-nav a:hover{
    color:#f00000;
}
.search{
    float:right;
    /*overflow: hidden;*/
    margin-top:28px;
    position:relative;
    z-index: 10000;
}
.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;
    position:absolute;
    right:24px;
    top:0;
}
.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:45px;
    height:45px;
    overflow:hidden;
    text-align: left;
	padding-left:20px; 
	width:160px;
	border-radius:0;
	border-bottom: 1px dashed #666;
	float:left;
}
.navbar{
	border-radius:0 !important;
    position:absolute;
    left:0;
    top:80px;
    background:#272723;
    color:#fff;	 
}

.navs .nav li .navbar a:hover{
    background:#272723;
	color:#f00000;
    padding-left:35px;
    transition: all .5s;
}

.navs .nav li .navbar a{
    color:#fff;
	font-weight:normal;
    transition: all .5s;
}

.navs,.navs .nav li,.navs .nav li .navbar,.nav{
    z-index: 9999;
}
.carousel-inner,#myCarousel{
    z-index:1;
}

/*内页 面包屑导航*/
.navigation{
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom:1px dashed #ccc;
}
.navigation a {
    color: #666666;
    display: inline-block;
}
.navigation a:hover{
    color:#f00000;
}

/*news*/
.newslist {
    overflow: hidden;
	margin-bottom:30px;
}
.news-list-l {
    padding-top: 15px;
}

.news-list-l ul li:first-child a{
    color: #fff !important;
    background: -webkit-linear-gradient(#059DDE,#024D9E);
    background: -o-linear-gradient(#059DDE,#024D9E);
    background: -moz-linear-gradient(#059DDE,#024D9E);
    background: linear-gradient(#059DDE,#024D9E);
    /*border-radius: 3px;*/
    border: none;
    border-top:1px solid #CCCCCC;
    line-height:46px;
    height:46px;
    display:block;
}

.news-list-l ul li a{
    color: #666666;
    max-width: 210px;
    height: 46px;
    text-align: left;padding-left:30px;
    line-height: 46px;
    display: block;
    font-size: 14px;

}
.news-list-l ul li:first-child:hover a{
    border-top: 1px solid #CCCCCC;
}

.news-list-l ul .news-list-active a, .news-list-l ul li:hover a {
    border-bottom: 1px dashed #f00000;
}

.news-r-title {
    float: left;
    color: #c80000;
    border-bottom: 4px solid #c80000;
    padding-right: 80px;
    text-align: left;
    line-height: 40px;
    margin-top: 1px;
    font-size: 20px;
    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: 10px;
    border-bottom: 1px dotted #ccc;
    padding-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: 25px;
    line-height: 25px;
    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 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;
}

.news-detail-title {
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    line-height: 30px;
    /* height: 60px; */
    overflow: hidden;
}
.news-detail-second-t {
    color: #666666;
    width: 100%;
    text-align: center;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px;
}

.news-list-r img{
    display:block;
    margin:auto;
	max-width:100%;
}
.news-list-r{
    padding-bottom:30px;
	margin-top:15px;
}

.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;
}

.pagination ul > li > a,.pagination ul > li > a:last-child{
	color:#000;
}

/*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;
	height:210px;
}
.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: 24px;
    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 #999;
    padding-bottom:15px;
}
.product-detail{
	margin-top:5px;
}
.news-list-l ul li{

    /*border-bottom: 1px dashed #c9c9c9;*/
}
.news-list-l ul li a{
    border-bottom:1px dashed #ccc;

}
.news-list-l ul li:hover a ,.news-list-l ul li.current-li a{
    color: white;
    background: -webkit-linear-gradient(#059DDE,#024D9E);
    background: -o-linear-gradient(#059DDE,#024D9E);
    background: -moz-linear-gradient(#059DDE,#024D9E);
    background: linear-gradient(#059DDE,#024D9E);
    /*border-radius: ;*/
    border: none;
}
/*.news-list-l>ul>li:hover>a{border-top:1px solid #fff;}*/
/**/
@media screen  and (max-width: 1000px) {
    .search{
        display:none;
    }
}
.news-list-l ul>li{
    border-top:1px solid #fff;
}


#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 470px;
    z-index: 9900;
    padding: 5px 5px 5px 0;
    margin: 0;
}

#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;
}

#sitemap{
    margin-top:20px;
    margin-bottom:20px;
    border:1px solid #999;
}
.index-footer .container .row{margin-right:0;}

.BMap_bubble_content .iw_poi_title{
    color:#FF6600;
    font-weight:bold;
}

.BMapLabel {
    max-width:none !important;
}

.news-list-l ul{
    max-width:210px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;

    /*border-radius:3px;*/
}
.inner-banner{
    height:300px;
    width:100%;
    background:url("../images/inner-banner.jpg") no-repeat center center;
}


/*首页轮播*/
.index-banner{
    overflow-y: hidden;
    position:relative;
}

#full-screen-slider {
    width:100%;
    height:500px;
    float:left;
    position:relative
}

#slides {
    display:block;
    width:100%;
    height:500px;
    list-style:none;
    padding:0;
    margin:0;
    position:relative
}

#slides li {
    display:block;
    width:100%;
    height:100%;
    list-style:none;
    padding:0;
    margin:0;
    position:absolute;
}

#slides li a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px
}

/*回到顶部*/
/**/
#scroll-top{
    position:fixed;
    display:none;
    bottom:20px;
    right:30px;
    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;
}

.index-footer span{line-height:24px;}

.contact-p span{display:block;font-size:15px;color:#666;line-height:26px;}
.contact-p span:first-child{font-weight:bold;font-size:18px;padding-bottom:20px;}

.product-detail table td{border-right:1px solid #a3a3a3;border-bottom:1px solid #a3a3a3;text-align: center}
.product-detail table{border-top:1px solid #a3a3a3;border-left:1px solid #a3a3a3;}
/**/
@media screen and (min-width:760px) and (max-width:1100px){
    .navs .logo{width:200px!important;display:block;margin-top:25px;}
    .navs .logo img{max-width:100% !important;}
}
.navbar{ display: none}

.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;}



/*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:440px;width:550px;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;}
.copyright a{color:#fff;text-align: center;display:block;line-height:50px;padding-right:20px;float:right;}

