﻿@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
body{font:12px/18px;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
ul,ol{ list-style:none;}
a img{ border:0;}
a {
	color: #666666;
	text-decoration: none;
	transition: all .6s;
}
a:hover {
	text-decoration: none;
	transition: all .6s;
	color: #faa651;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
/*top*/
.top{
height: 5px;
width: 100%;
min-width: 1200px;
position: relative;
margin: 0 auto;
background: #ab262b;
}
/**NAV**/
.Nav{
height: 145px;
width: 100%;
min-width: 1200px;
position: relative;
margin: 0 auto;
background:  url(../images/nav-bg.jpg) no-repeat 0 0 ;
}
.ss{
width:100%;
height: 30px;
line-height: 30px;
}
.sc a{
color: #ab262b;
}
.sc a:hover{
color: #faa651;
}
.sc, .search {
    width: 25%;
    height: 30px;
    line-height: 30px;
}
.navbar-form{ height:30px;}
.search .form-control {
	height: 24px;
    font-size: 12px;
	border: 1px #CCCCCC solid;
    line-height: 22px;
    background-color: #fff;
    -webkit-user-select: none;
	width: 80%;
	position: relative;
	float: left;
	margin: 3px 0;
}
.but-search{
display: block;
width: 24px;
height: 24px;
margin: 3px 0;
background: url(../images/ss.jpg) no-repeat 0 0; 
}
.logo{
width: 38%; 
height:105px;
}
.logo img{
width: 100%; 
height:105px;
}
.logo img{
width: 100%; 
}
.navbar{
	width:62%;
	height:105px;
}
/*导航下拉菜单*/
#header{width:100%; padding: 35px 0;}
.nav{
	position: relative;
	width: 100%;
	height: 45px;
}
.nav li{
	position: relative;
	float: left;
}
.nav .bg{ width:2px; height:45px; padding:0px; display:block;}
.nav li a{
	line-height: 45px;
	padding:0px 21px;
	float:left;
	height:45px;
	font-size:16px;
	font-weight: bold;
    letter-spacing: .1em;
}
.nav li a:hover {
    background: url(../images/navbg_a.gif) repeat-x; color:#fff;
}
.nav li .nav-w {
	width: 500px;
	z-index:21;
	position:absolute;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	top:45px;
	background: url(../images/nav-w-bg.png) no-repeat center 0 #ab262b;
	left:-300px;
}
.nav li:hover a{ background: url(../images/navbar-bg.png) no-repeat center 0; color:#666;}
.nav li .section-nav1{ padding:10px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:100%;
	overflow:hidden;
}
.nav li .section-nav1 ul li {
	position:static;
	padding:0px;
	margin-bottom:3px;
	width:20%;
	background:none;
	float:left;
}
.nav li .section-nav1 ul li a {
	text-align:center;
	padding:0px;
	line-height:24px;
	width:100%;
	padding-left:3px;
	display:block;
	background:none;
	float:left;
	height:auto;
	color:#fff;
	font-size:14px;
	overflow:hidden;
	cursor:pointer;
}
.nav li .section-nav1 ul li a:hover {
	background:none;
	color: #faa651;
}
/*导航下拉菜单*/


/**幻灯**/
.slides-box {
    width: 100%;
	min-width: 1200px;
    height: 400px;
    margin: auto;
    overflow: hidden;
}
.slides {
    position: relative;
    height: 400px;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 350px;
    left: 0;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	background-image: url(../images/prev.png) ;
}
.next {
    left: auto;
    right: 0;
    background-image: url(../images/next.png) ;
}
.pagination{
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 25px;
	background: url(../images/banner1_03.png) no-repeat 0 0;
}
.pagination .active{
    background: url(../images/banner1_04.png) no-repeat 0 0;
}
/**标题**/
.tit{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	line-height:60px;
}
.tit h2{
	margin-left: 10px;
	font-size: 24px;
	color: #000636;
	letter-spacing: .1em;
}
.tit h2:hover{
	color: #ab262b;
}
.tit h2 span{
	margin-left: 10px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	letter-spacing: .1em;
}
.tit .more{
	margin: 20px 0;
	height: 20px;
	width: 65px;
	background: url(../images/More.png) no-repeat 0 0;
}
.tit .more:hover{
background: url(../images/More-hover.png) no-repeat 0 0;
}
/***row***/
.row{
	width:50%;
	height: 335px;
}
.slider{
	width:95%;
	height: 100%;
	margin-right:5%;
	background: url(../images/slider-bg.jpg) no-repeat 0 0; 
}
.toutiao{
	height:80px;
	width: 100%;
}
.toutiao h2{
	height: 30px;
	line-height: 30px;
	color: #b71c22;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.toutiao h2:hover{
	color: #faa651;
}
.toutiao p{
text-indent: 2em;
    line-height: 18px;
    font-size: 14px;
}
.toutiao span:hover{
  color: #faa651;
  font-size: 14px;
}
/**集团视频**/
.video{ width:94%; margin: 2%;}
/* ---------------------- 百叶窗banner  -------------------------- */
#slider-wrap{width:94%; height:94%; position:relative; padding:2% 3%;}   /*可以修改宽高*/
#slider{position: relative; width:100%; height:100%; background:#FFF;} /*可以修改宽高*/
#slider img{position:absolute; top:0; left:0; display:none; width:100%; height: 100%;}/*可以修改宽高*/
.nivoSlider{position:relative;overflow: hidden;}
.nivoSlider img{position:absolute; top:0px; left:0px}
.nivoSlider p{position:absolute; bottom:0px; left:0px; color:#fff; z-index:999; background:url(../images/p-bg.png) no-repeat 0 0; display: block; width:100%; height:45px; padding:0 0 0 5px; font-size: 14px; line-height: 30px;}
.nivoSlider a.nivo-imageLink{position:absolute; top:0px;display:block;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;}/*可以修改宽高*/
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-caption{position:absolute; left:0; bottom:0; background:#000;width:530px; z-index:50; height: 40px; }/*可以修改宽高*/
.nivo-caption p{width:100%;height: 40px; text-indent: -9999px}/*可以修改宽高*/
.nivo-controlNav{position:absolute; left:75%; bottom:10px; z-index: 100;}/*可以修改左右上下间距*/
.nivo-controlNav a{position:relative; z-index:99; cursor:pointer;background:#666;}
.nivo-controlNav a.active{background:#ff6400;font-weight:bold}
.nivo-controlNav a{display:block; color: #fff; width:20px; height:20px; line-height: 20px; text-align: center; margin-right:3px; float:left; overflow: hidden;}/*可以修改宽高*/
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}   /*左右切换按钮，不能删除，如果不需要可以设背景，删除会引起图片错位*/
.nivo-directionNav a {display:block;width:30px;height:30px;text-indent:-9999px;border:0;}
a.nivo-nextNav {right:15px;}
a.nivo-prevNav {left:15px;}
/**tab**/
.tabs{ width:100%; height:255px;}
.tabs .tab{ width: 70%; margin: 0 15%;  overflow:hidden;}
.tabs .tab a{ display:block; float:left; text-decoration:none; color:#b71c22; width: 33%; text-align: center;}
.tabs .tab a:hover{ background:url(../images/tab-bg.png) no-repeat center 0 ; color:#fff; text-decoration:none;}
.tabs .tab a.active{ background:url(../images/tab-bg.png) no-repeat center 0 ; color:#fff; text-decoration:none;}
.tabs .content{ overflow:hidden; padding: 10px 10px 0 10px;}
.tabs .content .li{ display: none; line-height: 35px; font-size: 14px; }
.art-t1 h2{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
	padding: 0 10px;
}
.tabs .tab a.active h2{ color:#fff; text-decoration:none;}
.pub-list li{background: url(../images/li-bg.jpg) no-repeat 0 0 ;padding-left: 20px; border-bottom: 1px #d4d4d4 dashed;}
/*公共部分*/
.row2{width:60%;}
.row3{width:35%;}
.row4{width:5%; height:300px;}
.warp-pic-list li{float:left;display:inline;}
.warp-pic-list .img_wrap{display:block;font-size:0;overflow:hidden;}
.warp-pic-list .text-area{background-color:#f2f2f2;line-height:20px;}
/*全局板块*/
.hd{background:url(../images/hd-line_01.jpg) no-repeat 0 50px;height:55px;}
.hd h2{font:24px/40px "微软雅黑","Microsoft YaHei","黑体","SimHei";}
/*全局页签*/
.tab-T-3{width:99px;}
.tab-T-3 li{width:12px;height:12px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline;}
.tab-T-3 li.cur{background-color:#d81c1b;}
/*典型案例*/
.bd{ height:240px;}
.rowE .warp-pic-list{position:relative;width:100%;height:230px;overflow:hidden;}
#count1 .li{margin-right:20px;width:220px;height:208px; padding-top:20px;}
#count1 .img_wrap{width:100%;height:135px;}
#count1 .img_wrap img{width:100%;height:135px;}
#count1 li .text-area{padding:10px 0;}
#count1 li .text-area  p{line-height:20px;height:20px; text-align:center;font-size: 14px;}
#count1 li:hover .text-area,.rowE .count li.hover .text-area{background-color:#d81c1b;color:#fff;}
#count1 .p-num{font-family:"Tahoma";font-weight:bold;}
.rowE .btn{display:block;height:55px;position:absolute;top:78px;width:35px;z-index:200;cursor:pointer;}
/**企业之窗**/
.row5{width:70%;}
.row6{width:25%;}
.row7{width:5%; height:430px;}

.R_lx{width:100%; height:340px; margin-bottom:20px; padding-top:10px; overflow:hidden;}
.R_lx li{width:200px; height:162px; margin:0 10px 10px 0; float:left; overflow:hidden;}
.R_lx_img{width:200px; height:125px; margin-bottom:1px; overflow:hidden;}
.R_lx_img img{width:200px; height:125px;}
.R_lx_title{background:url(../images/lx_title.jpg) no-repeat; width:170px; height:33px; line-height:33px; color:#666; font-size:16px; padding:0 20px 0 13px; overflow:hidden;}
.R_lx_title a{color:#666; text-align:center; display:block;}
.R_lx_title a:hover{color:#f5a11b;}

/**关于交工**/
.R_lm{width:100%; overflow:hidden;}
.R_lm li{width:48%; height:115px; text-align:center; float:left; overflow:hidden;}
.R_lm .li{ background:url(../images/R_lm_li.jpg) no-repeat right center;}
.R_lm_img{width:90%; height:85px; margin:0 auto; overflow:hidden;}
.R_lm_img img{width:100%; height:85px;}
.R_lm_title{width:100%; height:30px; font-size:14px; text-align:center; line-height:30px; color:#333; overflow:hidden;}
.R_lm_title a{color:#333;}
.R_lm_title a:hover{color:#f5a11b;}

/****友情链接****/
.box{ width:100%; margin:20px auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:100%; height:55px; overflow:hidden; position:relative;}
.piclist{ height:55px;position:absolute; left:0px; top:0px}
.piclist li{ background:#eee; margin-right:20px; padding:5px; float:left;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:5px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}

/***底部***/
.foot{
	width: 100%;
	min-width: 1200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	background: #2c343d;
}
.txt{
	width:25%;
	height:160px;
	margin-bottom: 30px;
    margin-left: 3%;
    margin-top: 30px;
}
.txt p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
}
.tu{
	width:30%;
	height:160px;
	margin:20px 3%;
}
.tu img{
	display: block;
	width:28%;
	height:100px;
	float: left;
	padding: 2%;
}
.footer{
	width: 100%;
	min-width: 1200px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	background: #313131;
	color: #fff;
	padding: 12px 0;
}


