@charset "utf-8";
/* CSS Document */

.container { /*根据效果图主体宽度定义*/
    width: 1200px;
    min-width: 1200px;
}

body {
    font-family: '黑体';
}

/*header*/
header .container{
    height: 140px;
}
header .logo {
    margin-top: 34px;
}

header .other {
    right: 0;
    top: 0;
}
header .other a {
    width: 80px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    background: #6f7478;
    color: #ffffff;
    float: left;
    margin-left: 5px;
}
header .other a:hover,
header .other a.current {
    background: #cf000d;
}
.search-btn ,
.search {
    right: 0;
    bottom: 14px;
}
.search-btn {
    width: 37px;
    height: 37px;
}
.search {
    display: none;
	z-index:99999;
}
.search .s-inp {
    background: url("../images/img-01.png") no-repeat;
    width: auto;
    height: 37px;
    padding: 0 35px 0 15px;
    border: none;
	line-height:37px;
    color: #ffffff;
}
.search .s-btn {
    background: url("../images/img-02.png") no-repeat;
    width: 19px;
    height: 19px;
    border: none;
    cursor: pointer;
    margin-left: -38px;
    margin-top: 9px;
}
/*nav*/
nav {
    right: 60px;
    bottom: 0;
    height: 66px;
}
nav ul li {
    float: left;
    display: inline;
    position: relative;
    z-index: 999;
    margin-left: 45px;
}

nav ul li a {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 64px;
}

nav ul li.current a{ /*这里是 导航滑过和选中的一个状态*/
    border-bottom: 2px solid #cf000d;
    color: #cf000d;
}
nav ul li .nav-cont {
    position: absolute;
    background: #a91b24;
    left: -15px;
    width: 100px;
    z-index: 999;
    display: none;
    padding: 15px 0;
}
nav ul li .nav-cont a {
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    border-bottom: none;
    font-size: 14px;
}
nav ul li .nav-cont a:hover {
    background: none;
    border-bottom: none;
    text-decoration: underline;
}

.other-service {
    background: #4c4c4c;
    height: 217px;
}
.other-service ul {
    margin-top: 45px;
}
.other-service ul li {
    float: left;
    width: 120px;
    border-right: 1px solid #636363;
    height: 135px;
    background: url("../images/img-06.png") no-repeat 27px 12px;
    padding-left: 50px;
}
.other-service ul li h3 {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}
.other-service ul li a {
    display: block;
    color: #999999;
    line-height: 24px;
}
.other-service ul li.first {
    padding-left: 20px;
    background: url("../images/img-06.png") no-repeat left 12px;
}
.other-service  .erwm {
    color: #ffffff;
    line-height: 1.4;
    padding-top: 70px;
}
/*footer*/
footer {
    background: #333333;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
}
footer .f-1 {
    display: block;
    background: url("../images/img-05.png") no-repeat left 13px;
    padding-left: 30px;
    color: #ffffff;
}
/*banner*/
.slideBox{
    width:100%;
    height:475px;
    overflow:hidden;
    position:relative;
   /* background: url("../images/img-04.png") no-repeat bottom center;*/

}
.slideBox .hd{
    height:5px;
    overflow:hidden;
    position:absolute;
    left: 50%;
    bottom:60px; /*这个根据效果图定义*/
    z-index:1;
    margin-left: -84px; /*这个根据效果图定义*/
}
.slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li{
    float:left;
    margin:0 8px;
    width:43px;
    height:5px;
    line-height:55px;
    text-align:center;
    background: #6f7478;
    cursor:pointer;
}
.slideBox .hd ul li.on{
    background: #b41114;
}
.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;   }
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
	z-index:98;
	position:relative;
}

.slideBox .bd a {
    display: block;
    height: 441px; /*这个根据效果图定义*/
    width: 100%;
}
.slideBox .container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    height: 0px;
	z-index:9;
}
.slideBox .prev,
.slideBox .next{ /*这个是banner 左右箭头 更具需要添加或者删除*/
    position:absolute;
    top:50%;
    margin-top:-43px;
    display:block;
    width:50px;
    height:86px;
    filter:alpha(opacity=50);opacity:0.5;
	z-index:99;
}
.slideBox .prev {
    background: url("../images/prev.png") no-repeat; /*这个根据效果图定义*/
    left: 0px;
	z-index:99;
}
.slideBox .next{
    left:auto;
    right:0px;
    background: url("../images/next.png") no-repeat; /*这个根据效果图定义*/
	z-index:99;

}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.other-banner {
    height: 330px;
}

/*width*/
.w290{
    width: 290px;
}
.w888 {
    width: 888px;
}

/*page*/
.page {
    text-align: center;
    padding: 30px;
}
.page a {
    display: inline-block;
    border: 1px solid #dadada;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    color: #868686;
}
.page a:hover,.page a.current {
    background: #909090;
    color: #ffffff;
}

/*sub-menu*/
.sub-menu h3 {
    background: #cf000d;
    height: 75px;
    font-size: 20px;
    color: #ffffff;
    line-height: 75px;
    padding-left: 40px;
}
.sub-menu h3 span {
    text-transform: uppercase;
    font-size: 16px;
}

.sub-menu ul li {
    line-height: 40px;
    vertical-align: bottom;
    margin-top: 2px;
}
.sub-menu ul li a.a-tit {
    display: block;
    line-height: 40px;
    background: url("../images/img-08.png") no-repeat 239px 17px #dedede;
    padding-left: 40px;
    font-size: 16px;
    color: #cf000d;
}
.sub-menu ul li a:hover,.sub-menu ul li a.current {
    background: url("../images/img-10.png") no-repeat 239px 17px #a91b24;
    color: #ffffff;
}
.sub-menu ul li a.selected {
    background: url("../images/img-09.png") no-repeat 239px 17px #a91b24;
    color: #ffffff;
}
.sub-menu ul li .menu-cont {
    display: none;
    background: #dedede;
    padding: 5px 0;
}
.sub-menu ul li .menu-cont a {
    display: block;
    background: no-repeat;
    height: 24px;
    line-height: 24px;
    padding-left: 48px;
    font-size: 14px;
    color: #616161;
}
.sub-menu ul li .menu-cont a:hover,.sub-menu ul li .menu-cont a.current {
    color: #a91b24;
    background: no-repeat;
}

.left-box h3 {
    height: 40px;
    line-height: 40px;
    background: #cf000d;
    color: #ffffff;
    font-size: 18px;
    padding: 0 15px;
}
.left-box .main {
    background: #dedede;
    padding: 20px 25px;
}

.product-search .s-inp {
    height: 34px;
    line-height: 34px;
    border: none;
    background: #ffffff;
    width: 100%;
    text-indent: 10px;
}
.product-search .s-btn {
    width: 127px;
    height: 28px;
    line-height: 28px;
    border: none;
    background: #cf000d;
    color: #ffffff;
	font-size:14px;
}

.contact-us {
    color: #616161;
    line-height: 22px;
}

/*bread-crumbs*/
.bread-crumbs {
    height: 26px;
    margin-top: -3px;
    border-bottom: 2px solid #dddddd;
}
.bread-crumbs .b-l {
    color: #252525;
    font-size: 18px;
    background: url("../images/img-11.png") no-repeat left 3px;
    height: 26px;
    padding-left: 18px;
    line-height: 1;
}
.bread-crumbs .b-r,.bread-crumbs .b-r a {
    color: #252525;
}
.bread-crumbs .b-r span {
    color: #a91b24;
}

/*page*/
.page {
    text-align: center;
    padding: 25px 0;
}
.page a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border: 1px solid #cccccc;
    color: #4e4e4e;
    padding: 0 10px;
    font-size: 14px;
    overflow:hidden;
}
.page a:hover,.page a.current {
    color: #ffffff;
    background: #333333;
    border: 1px solid #333333;
}
.page a.p-1,.page a.p-2 {
    width:16px;
    padding:0 4px;
}

.page strong {
    display: inline-block;
    height: 22px;
    line-height: 22px;

    color: #ffffff;
    background: #333333;
    border: 1px solid #333333;

    padding: 0 10px;
    font-size: 14px;
    overflow:hidden;
}

.page a.p-1 {
    background: url("../images/r-r.png") no-repeat center center;
}
.page a.p-1:hover {
    background: url("../images/r-r-h.png") no-repeat center center;
}
.page a.p-2 {
    background: url("../images/r-l.png") no-repeat center center;
}
.page a.p-2:hover {
    background: url("../images/r-l-h.png") no-repeat center center;
}

/*module*/
.mod-01 li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #cdcdcd;
    margin-bottom: 20px;
    zoom: 1;
    overflow: hidden;
    vertical-align: bottom;
}
.mod-01 li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.mod-01 li .l-s {
    width: 119px;
}
.mod-01 li .l-s img {
    display: block;
    width: 117px;
    height: 108px;
    border: 1px solid #e2e2e2;
}
.mod-01 li .r-s {
    line-height: 22px;
    color: #616161;
    width: 755px;
    font-size: 14px;
}
.mod-01 li .r-s h3 a{
    font-size: 18px;
    color: #000000;
    line-height: 48px;
}

.mod-02 {
    color: #616161;
    line-height: 2;
}
.mod-02 p {
    text-indent: 2em;
}
.mod-02 h1 {
    color: #252525;
    font-size: 20px;
}
.f14 {
    font-size: 14px;
}

.mod-03 li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dotted #c1c1c1;
    padding-left: 16px;
    overflow: hidden;
    vertical-align: bottom;
    background: url("../images/img-12.png") no-repeat left 17px;
}
.mod-03 li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.mod-03 li,
.mod-03 li a {
    color: #616161;
}

.mod-04 {
    margin-left: -30px;
}
.mod-04 li {
    width: 153px;
    float: left;
    margin-left: 30px;
    display: inline;
    overflow: hidden;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.mod-04 li p {
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
	margin-top:5px;
}
.mod-04 li p a {
     color: #000000;
 }

/*index*/
.i-mod-01 {
    padding: 0px;
}
.i-mod-01 ul {
    margin-left: -20px;
}
.i-mod-01 ul li {
    float: left;
    width: 224px;
    height: 208px;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    display: inline;
    margin-right: 20px;
}
.i-mod-01 .pic img {
    display: block;
    border: 1px solid #e0e0e0;
    width: 222px;
    height: 206px;
}

.i-mod-01 .info {
    background: url("../images/img-13.png") repeat;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 20px 0;
    color: #ffffff;
    line-height: 20px;
    display: none;
}

.i-mod-01 .prev,
.i-mod-01 .next{ /*这个是banner 左右箭头 更具需要添加或者删除*/
    position:absolute;
    top:50%;
    margin-top:-43px;
    display:block;
    width:50px;
    height:86px;
    z-index: 999;
}
.i-mod-01 .prev {
    background: url("../images/prev.png") no-repeat; /*这个根据效果图定义*/
    left: 0px;
}
.i-mod-01 .next{
    left:auto;
    right:0px;
    background: url("../images/next.png") no-repeat; /*这个根据效果图定义*/
}

.i-box {
    padding: 30px 0;
    background: #f2f2f2;
}
.i-title {
    background: url("../images/img-14.png") repeat-x left 31px;
    height: 32px;
}
.i-title .t-l {
    display: inline-block;
    border-bottom: 4px solid #cf000d;
    line-height: 28px;
    font-size: 16px;
    color: #000000;
}
.i-title .t-more {
    color: #000000;
    line-height: 32px;
}

.news {
    width: 537px;
}
.news .r-s {
    width: 255px;
}
.news .r-s ul {
    margin-top: -10px;
}
.news .r-s ul li {
    height: 35px;
    line-height: 35px;
    background: url("../images/img-15.png") no-repeat left 14px;
    padding-left: 18px;
    zoom:1;
    overflow: hidden;
    vertical-align: bottom;
    border-bottom: 1px dotted #d9d9d9;
}
.news .r-s ul li.last {
    border-bottom: none;
}
.news .r-s ul li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.news .r-s ul li,.news .r-s ul li a {
    color: #616161;
}

.picScroll-left{
    width:264px;
    overflow:hidden;
    position:relative;
}
.picScroll-left .hd{
    overflow:hidden;
    position: absolute;
    top: 155px;
    z-index: 999;
    left: 50%;
    margin-left: -40px;
}

.picScroll-left .hd ul{
    float:right;
    overflow:hidden;
    zoom:1;

}
.picScroll-left .hd ul li{
    float:left;
    width:19px;
    height:5px;
    overflow:hidden;
    margin-right:1px;
    text-indent:-999px;
    cursor:pointer;
    background:url("../images/img-16.png") no-repeat top center;
}
.picScroll-left .hd ul li.on{
    background:url("../images/img-17.png") no-repeat;
}
.picScroll-left .bd{
    padding: 0;
    width: 264px;
}
.picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li{
    margin-right:2px;
    float:left;
    _display:inline;
    overflow:hidden;
}

.picScroll-left .bd ul li .pic img{
    width:264px;
    height:142px;
    display:block;
}

.picScroll-left .bd ul li .title {
    margin-top: 25px;
    line-height: 18px;
    color: #616161;
}
.picScroll-left .bd ul li .title h5 a {
    font-size: 14px;
    color: #000000;
}

.service-project {
    width: 642px;
}
.service-project ul {
    margin-left: -12px;
}
.service-project ul li {
    float: left;
    width: 151px;
    height: 225px;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
    margin-left: 12px;
    display: inline;
}
.service-project ul li .pic img {
    display: block;
    width: 151px;
    height: 225px;
}
.service-project ul li .title {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    bottom: 15px;
    left: 0;
    right: 0;
    position: absolute;
}
.bwWrapper {
    /*position: relative;*/
    display: block;
}