@charset "utf-8";
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}



/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width:1200px;

}
.container{
    width: 1200px;
    margin: 0 auto;
}
ul,ol{
    list-style: none;
}
ul,li{
    margin: 0;
    padding: 0;
}
a {

	text-decoration: none;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/************************************************************************************

*************************************************************************************/

/* top 样式开始 */
.top{
    overflow:hidden;
    width:100%;
}
.t-content{
    width: 1200px;
	height: 120px;
    margin:0 auto;
    display: flex;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;	
}
.h-logo img{
    width:840px;
    height:120px;
}
.h-right{
    float:right;
    width:260px;
    height:120px;   
}
.phone{
    float:left;
    line-height: 120px;
    height:120px;
}
.phone img{
    height:61px;
    width:72px;
    display:inline-block;
    vertical-align: middle;
}
.contact{
    float: left;
    margin-top:35px;
    margin-left:15px;
}

/* top 样式结束 */

/* nav样式开始 */

.nav{
    overflow:hidden;
    width:100%;
    height:60px;
    background-color: #0f60bc;
}

/* nav样式结束 */

.nav a{
    padding: 20px 28px;
    font-size:14px;
    height:60px;
    line-height: 60px;
    color:#fefdfd;
}
.nav a:hover{
    height:60px;
    width:100%;
    background: url(../img/navBg.png) no-repeat;
}

/* 轮播图样式开始 */

.flexslider { margin: 0px auto; position: relative; width: 100%; height: 550px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../img/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 35px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { background: url(../img/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:550px; display: block; }


/*关于我们样式开始*/
.aboutUs {
    height: 580px;
    width:100%;
}

.abt-title{
    height:135px;
    background: url(../img/abt-tit.png) no-repeat;
    width:240px;
    margin:0 auto;
}
.abt-content{
    text-align: justify;
    width: 520px;
    margin-left: 130px;
    padding-top: 165px;
    font-size: 14px;
    color: #666;
    text-indent: 28px;
    line-height: 2;
}
.aboutUs span{
    margin-top:15px;
    margin-right: 90px;
    float:right;
}
.aboutUs span a{
    font-size: 14px;
    color:#0f60bc;
}
.aboutUs span a:hover{
    color:red;
}
/*关于我们样式结束*

/*产品展示样式开始*/
.proShow{
    overflow:hidden;
    width: 100%;
    height:620px;
    background-color: #f2f2f2;
}
.proShow-title{
    height:135px;
    background: url(../img/pro-tit.png) no-repeat;
    width:240px;
    margin:0 auto;
}
.erji{
    margin-top:5px;
    height:365px;
    position: relative;
}
.erjiNav{

    height:40px;
    padding-left:120px;
    width:9600px;
    display: block;
    list-style: none;
    clear: both;
    margin: 0 0 !important;

}
.erjiNav li{
    background-color: #444;
    display: block;
    overflow: hidden;
    height: 40px;
    width:130px;
    text-align: center;
    float: left;
    margin:0 15.5px;
}
.erjiNav li a{
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.erjiNav li a:hover,.erjiNav .on{
    background-color: #0f60bc;
    color:#fff;
    border: none;
}
.Movie_Box{
    margin-top:45px;
    height:240px;
}
.Movie_Box li{
    float:left;
    margin:0 10px;
}
.Movie_Box img{
    border: 5px solid #fff;
    width:269px !important;
    height:235px !important;
}

.pic-tit{
    height:40px;
}
.pic-tit a{
    line-height: 40px;
    text-align: center;
    height: 40px;
    display: block;
    color: #333;
    font-size: 14px;
}
.pic-tit a:hover{
    color: #0f60bc;
}
.pic-tit:hover{
    border-bottom: 1px solid #0f60bc;
    color: #0f60bc;
}
.pro-btn{
    width:170px;
    height:35px;
    border: 1px solid #000;
    margin:0 auto;
    margin-top:50px;
}
.pro-btn:hover{
    width:170px;
    height:35px;
    border: 1px solid #0f60bc;
    background-color: #0f60bc;
    margin:0 auto;
    margin-top:50px;
}
.pro-btn a{
    display: block;
    text-align: center;
    height:35px;
    line-height: 35px;
    font-size: 14px;
    color:#333;
}
.pro-btn a:hover{

    font-size: 14px;
    color:#fff;
}
/*产品展示样式结束*/


/*新闻样式开始*/

.news{
    overflow:hidden;
    width:100%;
    height:500px;
}
.news-title{
    height:135px;
    background: url(../img/news-tit.png) no-repeat;
    width:240px;
    margin:0 auto;
}
.com{
    width: 600px;
    margin-top: 140px;
    float: left;
    /* width: 50%; */
    margin-left: -480px;
}
.com-bg{
    height:50px;
    width:580px;
    background: url(../img/com.png) no-repeat;
}
.com-ul{
    padding: 10px 0;
    margin:0;
}
.com-ul li{
    overflow: hidden;
    clear: both;
    line-height: 30px;
}
.com-ul li a{
    padding-left: 10px;
    color:#444;
    font-size: 14px;
}
.com-ul li a:hover{
    color:#0f60bc;
}
.com-ul span{
  
    color:#888;
    font-size:12px;
    float: right;
    margin-right: 20px;
}
.com-ul li span:hover{
    color:#0f60bc;
}
.com-btn{
    margin-left:10px;
    margin-top:15px;
    border:1px solid #444;
    width:168px;
    height:30px;
}
.com-btn:hover{
    width:170px;
    height:32px;
    background-color: #0f60bc;
}
.com-btn a{
    font-size:14px;
    height:30px;
    color:#333;
    line-height: 30px;
    text-align: center;
    display: block;
}
.com-btn a:hover{
    color:#fff;
}
.tec{
    float:right;
    width:50%;
    margin-top:140px;
    margin-right:-15px;
}
.tec-bg{
    height:50px;
    width:580px;
    background: url(../img/inline.png) no-repeat;
}
.tec-ul{
    width: 600px;
    padding: 10px 0;
    margin:0;
}
.tec-ul li{
    overflow: hidden;
    clear: both;
    line-height: 30px;
}
.tec-ul li a{
    padding-left: 10px;
    color:#444;
    font-size: 14px;
}
.tec-ul li a:hover{
    color:#0f60bc;
}
.tec-ul span{
   
    color:#888;
    font-size:12px;
    float:right;
    margin-right: 20px;
}
.tec-ul li span:hover{
    color:#0f60bc;
}
.tec-btn{
    margin-left: 10px;
    margin-top:15px;
    border:1px solid #444;
    width:168px;
    height:30px;
}
.tec-btn:hover{
    width:170px;
    height:32px;
    background-color: #0f60bc;
}
.tec-btn a{
    font-size:14px;
    height:30px;
    color:#333;
    line-height: 30px;
    text-align: center;
    display: block;
}
.tec-btn a:hover{
    color:#fff;
}
/*新闻样式结束*/


/* 工程业绩样式开始 */
.case{
    overflow:hidden;
    width:100%;
    height:640px;
    background-color: #f2f2f2;
}
.case-title{
    height:135px;
    background: url(../img/case-tit.png) no-repeat;
    width:240px;
    margin:0 auto;
}
.caseShow .Movie_Box li {
    height:380px;
    width:290px;
    background-color: #fff;
    float: left;
    margin: 0 5px;
}

.caseShow .Movie_Box img{
    border: 5px solid #fff;
    width:280px !important;
    height:245px !important;
}

.caseShow .Movie_Box {
    margin-top: 10px;
    height: 255px;
}
.caseShow .Movie_Box .ul-1 li a{
    color: #333;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    display: block;
    line-height: 30px;
}
.case-btn{
    margin:0 auto;
    margin-top:25px;
    height:35px;
    width:170px;
    border:1px solid #444;
}
.case-btn a{
    font-size:14px !important;
    font-weight: normal !important;
    color:#333;
    height:35px !important;
    line-height: 35px !important;
    display: block;
    text-align: center;
}
.case-btn a:hover{
    color:#0f60bc !important;
}
.ca-btn{
    margin:0 auto;
    margin-top:170px;
    border:1px solid #444;
    width:170px;
    height:35px;
}
.ca-btn:hover{
    margin:0 auto;
    margin-top:170px;
    background:#0f60bc;
    width:170px;
    height:35px;
}
.ca-btn a{
    font-size:14px;
    color:#333;
    height:35px;
    line-height: 35px;
    text-align: center;
    display:block;
}
.ca-btn a:hover{
    color:#fff;
}
/* 工程业绩样式结束 */


/* 友情链接样式开始 */

.friend-url{
    overflow:hidden;
    width:100%;
    height:60px;
}
.friend-url span{
    height:60px;
    line-height:60px;
    font-size:14px;
    color:#333;
    font-weight:700;
}
.friend-url a{
    height:60px;
    line-height:60px;
    font-size: 14px;
    color:#333;
    padding: 0 10px;
    margin-left:10px;
}
.friend-url a:hover{
    color:#0f60bc;
}
/* 友情链接样式结束 */


/* 底部样式开始 */
.foot1{
    height:180px;
    width:100%;
    background-color: #333;
}
.fPhone dd{
    margin:4px auto;
    text-align: center;
    font-size: 15px;
    color:#fff;
}


.fCode dd{
    width:95px;
    margin:2px auto;
    text-align: center;
    font-size: 15px;
    color:#fff;
}
.fNav{
    padding-left: 60px;
    margin-top: 60px;
    height: 90px;
    width: 720px;
    border-left: 1px solid #fff;
    float: left;
}
.fNav dd a{
    text-decoration: none;
    padding: 0 35px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.fNav dd a:hover{
    color:#fc0c4e;
}

.foot2{
    padding-top:25px;
    height:115px;
    width:100%;
    background-color: #333;
    color:#fff;
    font-size: 14px;
   text-align:center;
   line-height: 2;
}
.foot2 span a{
    color:#fff;
}
.foot2 span a:hover{
    color:#fc0c4e;
}
/* 底部样式结束 */

/*侧边栏样式开始*/


/*侧边栏样式结束*/



.parBd{
	
	width: 1200px;
    height: 333px;
    overflow: hidden;
}