﻿/*banner部分*/
.banner
{
    max-width: 1000px;
    min-width: 1000px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.banner .bannerFocus
{
	margin: 5px auto;
    max-width: 990px;
    min-width: 990px;
    max-height: 390px;
    overflow:hidden; 
    position:relative; 
}

.banner .bannerFocus .hd
{ 
    height:15px; 
    overflow:hidden; 
    position:absolute; 
    right:5px; 
    bottom:5px; 
    z-index:1; 
    background: none;
 }
 
.banner .bannerFocus .hd ul
{ 
    overflow:hidden; 
    zoom:1; 
    float:left;  
}

.banner .bannerFocus .hd ul li
{ 
    float:left; 
    margin-right:2px;  
    width: 15px; 
    height: 15px; 
    line-height:14px; 
    text-align:center; 
    background:#fff;
    cursor:pointer; 
}

.banner .bannerFocus .hd ul li.on
{ 
    background:#f00; 
    color:#fff; 
}

.banner .bannerFocus .bd
{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}

.banner .bannerFocus .bd li
{ 
    zoom:1; 
    vertical-align:middle;
    max-width: 1440px;
    min-width: 1000px;
}

.banner .bannerFocus .bd img
{
    display:block;
    width: 100%;
}


.column{
	border: 1px solid #2F2F2F;
	padding: 7px;
    margin-bottom: 20px;
}

.column .titleBar
{
	line-height: 25px;
	border-bottom: #4C4C4C dashed 1px;
}

.column .titleBar .title
{
	color: #CC0000;
}

/*新闻图片*/
.newsImg
{
    width: 380px;
    height: 280px;
    margin-right: 8px;
}

.newsImg .newsSlider
{
    width: 370px;
    height: 230px;
    margin: 15px auto 0px auto;
    overflow: hidden;
}

.newsImg .newsSlider .hd
{ 
    height:15px; 
    overflow:hidden; 
    float: right;
    position: relative;
    z-index:1; 
    background: none;
    margin-top: -20px;
    margin-right: 5px;
 }
 
.newsImg .newsSlider .hd ul
{ 
    overflow:hidden; 
    zoom:1; 
    float:left;  
}

.newsImg .newsSlider .hd ul li
{ 
    float:left; 
    margin-right:2px;  
    width: 15px; 
    height: 15px; 
    line-height:14px; 
    text-align:center; 
    background:#fff; 
    cursor:pointer; 
}

.newsImg .newsSlider .hd ul li.on
{ 
    background:#f00; 
    color:#fff; 
}

.newsImg .newsSlider .bd
{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}

.newsImg .newsSlider .bd li
{ 
    zoom:1; 
    vertical-align:middle;
    width: 370px;
    height: 230px;
}

.newsImg .newsSlider .bd img
{
    display:block;
    width: 100%;
}

/*最新新闻*/
.latestNews
{
	width: 380px;
    height: 280px;
    margin-right: 8px;
}

.latestNews li
{
	line-height: 35px;
	padding-left: 15px;
	background: url(../Images/ico.jpg) no-repeat 0px 13px;
}

.video
{
	width: 176px;
	height: 280px;
}

/*.product
{
	width: 783px;
	height: 234px;
}*/

.slideBox
{ 
    overflow:hidden; 
    zoom:1; 
    padding:0px 0 10px 42px; 
    position:relative;
    z-index: 0;
    margin-top: 20px; 
    height: 200px;
}

.slideBox .sPrev,.slideBox .sNext
{ 
    position:absolute; 
    left:5px; 
    top:45px; 
    display:block; 
    width:30px; 
    height:94px; 
    cursor: pointer;
}

.slideBox .sPrev
{
    background:url(../Images/System/leftCtrl.png) center no-repeat; 
}

.slideBox .sNext
{ 
    left:auto; 
    right:5px; 
    background:url(../Images/System/rightCtrl.png) center no-repeat;  
}

.slideBox ul
{ 
    overflow:hidden; 
    zoom:1;
    height: 200px;
}

.slideBox ul li
{ 
    margin:0 14px; 
    float:left; 
    display:inline; 
    overflow:hidden; 
    text-align:center; 
    width: 208px; 
}

.slideBox ul li .pic
{ 
    text-align:center; 
    width: 208px; 
}

.slideBox ul li .pic img
{ 
    width: 200px; 
    height: 148px; 
    display: block;  
    padding: 2px; 
}

.slideBox ul li .title 
{
    line-height:24px;
}

.indexContact
{
	width: 176px;
	height: 234px;
}

.links 
{
	padding: 10px;
    background-color: #222222;
    border-top: 5px solid #68160a;
    padding: 20px 0;
}




/*首页标题*/
.index-title{
    font-size: 24px;
    color: #ff1b00;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #828282;
    text-align: center;
}
.index-title a{
    font-size: 24px;
    color: #ff1b00;    
}
.index-title small{
    font-size: 14px;
    margin-left: 4px;
}


.top-bg{
    background: url(../Images/top-bg.jpg) repeat-x center center ;
    background-size: auto 100%;
    height: 48px;
}


/*产品中心*/
.product{
}
.product a{
    color: #fff;
}
.product a:hover{
    color: #f00;
}

.product .product-list ul{
    margin-left: -4px;
    margin-right: -4px;
}
.product .product-list li{
    float: left;
    width: 252px;
    margin-left: 4px;
    margin-right: 4px;
}
.product .product-list li span{
    display: block;
    color: #999;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.product .product-list li .pic{
    width: 100%;
    height: 176px;
    overflow: hidden;
}
.product .product-list li .pic img
{
    width: 100%;
    height: 100%;
    transition: 0.5s;
    }
.product .product-list li:hover .pic img
{
    transform: scale(1.2);
}



/*工程*/
.product .leftNav 
{
    margin-right: 18px;
    }
.project .project-bImg img
{
    width: 941px;
    display: block;
    margin: 20px auto;
    }
.project-list{
    position: relative;
}
.project-list li{
    width: 302px;
    float: left;
    margin: 0 8px;
}
.project-list li img{
    width: 302px;
    height: 210px;
    margin: 0 auto;
}
.project-list li span{
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.project-list .next, .project-list .prev{
    position: absolute;
    width: 21px;
    height: 70px;
    top: 50%;
    margin-top: -45px;
}
.project-list .prev{
    left: 0;
    background: url(../Images/btn-next.png) no-repeat center center;
}
.project-list .next{
    right: 0;
    background: url(../Images/btn-prev.png) no-repeat center center;
}


.next,.prev{
    cursor: pointer;
    z-index: 66;
}
.tempWrap{
    margin: 0 auto;
}


/*公司新闻*/
.news_l, .news_r{
    width: 50%;
    box-sizing: border-box;
}
.news_r{
    padding-left: 45px;
}
.news_r.column, .news_l.column{
    border: 0;
}
.news .content{
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
.news .content img
{
    width: 90%;
    margin: 0 auto;
    }
.company-new li{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
}
.company-new li:before{
    content: "▶";
    display: inline-block;
    font-size: 12px;
    color: #ff0000;
    margin-right: 4px;
}
.company-new .content{
    min-height: 225px;
}
.report .content{
    height: 490px;
    overflow: hidden;
    position: relative;
}
.report .content img{
    max-width: 100%;
    margin: 0 auto;
}
.report .content .more{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
}
	
/*首页title2*/
.title2{
    border-bottom: 1px dashed #282828;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}



/*advantage*/
.advantage_title{
    background: url(../Images/advantage_title.jpg) no-repeat center center;
    height: 75px;
}
.advantage li{
    font-size: 16px;
    color: #c8c8c8;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: justify;
} 
.advantage li i{
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    color: #f2ed5c;
    font-weight: bold;
    background-color: #b70100;
    margin-right: 10px;
    line-height: 25px;
}
.advantage img{
    padding-top: 50px;
}
.advantage .content span{
    font-size: 24px;
    color: #f2ed5c;
    line-height: 60px;
    display: block;
    text-align: center;
}
.advantage .content{
    padding: 0 20px;
}
.advantage .column{
    border: 0;
}