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

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

body {
    font-family: "Microsoft YaHei", sans-serif;
}

/*shortcut*/
.shortcut {
    height: 36px;
    line-height: 36px;
    background: #971000;
    border-bottom: 1px solid #0a0d13;
    color: #ffffff;
}
.shortcut .tel {
    background: url("../images/img-04.png") no-repeat left 10px;
    padding-left: 23px;
    margin-right: 100px;
}

/* select */
.select{
    position: absolute;
    margin-top: 6px;
    margin-left: -84px;
}
.select dt{
    height:22px;
    display:inline-block;
    border:1px solid #ececec;
    background: url(../images/img-05.png) no-repeat 67px center #971000;
    line-height:22px;
    font-weight:bold;
    padding-left:10px;
    cursor:pointer;
    width:62px;
    padding-right:12px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    position:relative;
    z-index:99;
}
/*.select dt:hover,.select dt.cur{border:1px solid #409DFE;box-shadow:0 0 3px #409DFE;}*/
.select dd{
    position:absolute;
    left:0;
    top:23px;
    border:1px solid #d2ccc4;
    background:#fff;
    display:none;
    z-index: 9999;
}
.select dd ul{
    padding:2px;
    width:80px;
    overflow:auto;
}
.select dd ul li a{line-height:28px;display:block; text-align: center; color: #971000}
.select dd ul li a:hover{background:#f5f5f5;}

/*header*/
header {
    background: url("../images/img-01.png") repeat;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;

}
header .logo {
    margin-top: 9px;
}
header .language {
    right: 0;

}

/*nav*/
nav {
    height: 100px;
    line-height: 100px;
}

nav ul li {
    float: left;
    display: inline;
    margin-right: 1px;
    background: url("../images/img-03.png") no-repeat right center;
    padding: 0 5px;

}
nav ul li a {
    width: 100px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
nav ul li a:hover,nav ul li.current a.a-tit {
    background: url("../images/img-02.png") no-repeat bottom center;
}
nav ul li .nav-cont {
    background: url("../images/img-10.png") repeat;
    position: absolute;
    display: none;
}
nav ul li .nav-cont a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
nav ul li .nav-cont a:hover {
    background: none;
}

.other-banner{ height: 420px;}


/*footer*/
footer {
    color: #ffffff;
}
footer .top-s {
    background: url("../images/img-09.png") repeat;
    padding: 35px 0;
}
footer .top-s ul li {
    padding-left: 40px;
    width: 85px;
    float: left;
    line-height: 26px;
}
footer .top-s ul li h3 {
    font-size: 14px;
}
footer .top-s ul li a {
    display: block;
    color: #c2b8b8;
}
footer .top-s .erwm p {
    line-height: 1.8;
}
footer .top-s .erwm p span {
    color: #9f152f;
    font-size: 20px;
}
.copy {
    height: 52px;
    line-height: 52px;
    background: #971000;
}
.jiathis_style {
    margin-top: 17px;
}

/*page*/
.page {
    text-align: center;
    padding: 15px 0;
    margin: 15px 0;
    background: #f0f0f0;
}
.page a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #acacac;
    padding: 0 10px;
    color: #6d6d6d;
    font-size: 14px;
    margin: 0 2px;
}
.page a:hover,.page a.current {
    color: #ffffff;
    background: #971000;
    border: 1px solid #971000;
}

/*width*/
.w235 {
    width: 235px;
}
.w738 {
    width: 738px;
}

/*banner*/
.banner{
    height:676px;
    overflow:hidden;
    position: relative;
}
.banner .d1{
    width:100%;
    height:676px;
    display:block;
    position:
    absolute;
    left:0;
    top:0;
}
.banner .d2{
    width:100%;
    height:10px;
    clear:both;
    position:absolute;
    z-index:100;
    left:0;
    bottom:25px;
}
.banner .d2 ul{
    float:left;
    position:absolute;
    left:50%;
    top:0;
    margin:0 0 0 -100px;
    display:inline;
}
.banner .d2 li{
    width:55px;
    height:8px;
    overflow:hidden;
    cursor:pointer;
    background:#ffffff;
    float:left;
    margin:0 3px;
    display:inline;
}
.banner .d2 li.nuw{
    background:#971000;
}


.banner-adve img{
    display: block;
}



/*sub-menu*/
.sub-menu h3 {
    height: 50px;
    line-height: 50px;
    color: #971000;
    font-size: 24px;
}
.sub-menu-cont {
    border: 1px solid #c70404;
}
.sub-menu-cont .adver img{
    display: block;
}

.sub-menu ul li {
    height:42px;
    line-height: 42px;
    vertical-align: bottom;
    border-bottom: 1px solid #ffdada;
}
.sub-menu ul li a {
    color: #1a1a1a;
    font-size: 16px;
    display: block;
    text-align: center;
}
.sub-menu ul li a:hover,.sub-menu ul li a.current {
    background: url("../images/img-13.png") no-repeat left top;
    color: #ffffff;
    margin-left: -4px;

}


/*bread-crumbs*/
.bread-crumbs {
    height: 36px;
    background: url("../images/img-11.png") repeat-x bottom left;
    line-height: 36px;
    padding-top: 14px;
}
.bread-crumbs .l-s {
    border-bottom: 2px solid #971000;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #971000;
    font-size: 16px;
}
.bread-crumbs .r-s {
    background: url("../images/img-12.png") no-repeat left 12px;
    padding-left: 18px;
}
.bread-crumbs .r-s,.bread-crumbs .r-s a {
    color: #adadad;
}



/*module*/
.f14 {
    font-size: 14px;
}
.col-971000 {
    color: #971000;
}

.mod-tel {
    background: url("../images/img-14.png") no-repeat;
    width: 236px;
    height: 135px;
    font-size: 16px;
    line-height: 1.2;
}
.mod-tel span {
    font-size: 22px;
}
.mod-tel .t-1,.mod-tel .t-2 {
    padding: 10px 0 10px 62px;
}
.mod-tel .t-1 {
    background: url("../images/img-15.png") no-repeat 10px 12px;

}
.mod-tel .t-2 {
    background: url("../images/img-16.png") no-repeat 10px 12px;
}

.mod-01 {
    color: #7f7f7f;
    line-height: 24px;
}
.mod-01 img{ display:block}
.mod-01 .title {
    color: #1a1a1a;
    font-size: 24px;
    padding: 10px 0;
}
.mod-02 {
    margin-left: -13px;
}
.mod-02 li {
    float: left;
    width: 237px;
    display: inline;
    margin-left: 13px;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.mod-02 li .pic img{
    display: block;
    width: 237px;
    height: 173px;
}
.mod-02 li p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.mod-02 li p a {
    color: #494949;
}

.mod-03 {
    font-size: 14px;
    line-height: 32px;
}

.message-board {
    line-height: 36px;
}
.message-board .l-s{
    padding-left: 5px;
    width: 65px;
    color: #4b4b4b;
    font-size: 14px;

}
.message-board .inp-01 {
    height: 34px;
    line-height: 34px;
    border: 1px solid #b2b2b2;
    width: 260px;
    padding: 0 3px;
}
.message-board .txt-01 {
    line-height: 24px;
    border: 1px solid #b2b2b2;
    width: 380px;
    height: 180px;
    padding: 3px;
}
.message-board .btn-01 {
    background: url("../images/img-17.png") no-repeat;
    width: 380px;
    height: 50px;
    line-height: 50px;
    border: none;
    color: #ffffff;
    font-size: 24px;
}


.mod-04 table tr td {
    border: 1px solid #e4e4e4;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #878787;
}
.mod-04 table tr.tit td {
    color: #2f2f2f;
    font-size: 14px;
}

.mod-05 li{
    color: #383838;
    line-height: 26px;
    margin-bottom: 20px;
    vertical-align: bottom;
}
.mod-05 li .pic img{
    display: block;
}
.mod-05 li h3 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #383838;
}
.mod-05 li h3 a {
    color: #971000;
}

.mod-06 {
    color: #333333;
    line-height: 30px;
    border: 1px solid #cfcfcf;
    padding: 20px 25px;
    border-top: 3px solid #971000;
}
.mod-06  span {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}
.mod-06 a {
    color: #333333;
	margin-right:10px;
}
.mod-06 a:hover {
    color: #971000;
}
.mod-07 .main img{
    width: 349px;
    height: 232px;
    display: block;
}
.mod-07 .main h3 {
    height: 50px;
    line-height: 50px;
    color: #383838;
    font-size: 16px;
}
.mod-07 .main h3 a {
    color: #971000;
}

.mod-08 li {
    zoom: 1;
    border-bottom: 1px dashed #bababa;
    padding-bottom: 20px;
    margin-bottom: 20px;
    vertical-align: bottom;
}
.mod-08 li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.mod-08 li .l-s {
    width: 195px;
}
.mod-08 li .l-s img {
    display: block;
    width: 195px;
    height: 136px;
}
.mod-08 li .r-s {
    width: 530px;
    line-height: 26px;
    color: #7f7f7f;
}
.mod-08 li .r-s h3 {
    line-height: 42px;
}
.mod-08 li .r-s h3 a {
    color: #1a1a1a;
    font-size: 16px;
}

/*index*/

.i-title {
    height: 140px;
    background: url("../images/img-18.png") no-repeat center 86px ;
    padding-top: 40px;
    color: #9b9b9b;
    line-height: 24px;
}
.i-title h3 {
    line-height: 44px;
    font-size: 26px;
    color: #3b3b3b;
}

/*选择我们*/
.choose-us {
    margin-bottom: 40px;
}
.choose-us ul {
    margin-left: -27px;
}
.choose-us ul li {
    border: 10px solid #e7e7e7;
    padding: 25px 30px;
    width: 235px;
    height: 266px;
    text-align: center;
    line-height: 18px;
    color: #808080;
    float: left;
    display: inline;
    margin-left: 27px;
}
.choose-us ul li .pic {
    display: block;

}
.choose-us ul li .pic img {
    display: block;
    margin: 0 auto;
}
.choose-us ul li h3 {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}
.choose-us ul li h3 a {
    color: #161616;
}
.choose-us ul li .a-more {
    background: url("../images/img-21.png") no-repeat right 1px;
    height: 20px;
    line-height: 20px;
    padding-right: 23px;
    color: #333333;
}
.choose-us ul li.hover-s {
    border: 10px solid #971000;
}
.choose-us ul li.hover-s h3 a {
    color: #971000;
}
.choose-us ul li.hover-s .a-more {
    background: url("../images/img-22.png") no-repeat right 1px;
    color: #971000;
}


/*新闻中心*/
.news {
    background: #f8f8f8;
}
.news img {
    display: block;
}
.news .a-more {
    display: block;
    margin: 37px auto;
    width: 150px;
}

.news .cont-01 {
    position: relative;
    width: 490px;
    height: 197px;
}
.news .cont-02 {
    position: relative;
    width: 320px;
    height: 197px;
}

.news .show-cont {
    background: url("../images/img-20.png") repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    line-height: 26px;
    color: #bdbdbd;
    position: absolute;
    display: none;
}
.news .show-cont h3 a{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}
.news .show-cont p a {
    color: #ffffff;
}

.news .a-more img {
    margin: 0 auto;
}

/*关于我们*/
.about-us {
    margin-bottom: 45px;
}
.about-us-l {
    width: 530px;
}
.about-us-l img {
    display: block;
}
.about-us-r {
    width: 440px;
    line-height: 26px;
    color: #666666;
	font-size:15px;
}
.about-us-r .title {
    border-bottom: 1px dashed #dddddd;
    font-size: 24px;
    color: #3b3b3b;
    line-height: 1.4;
    padding: 10px 0;
}
.about-us-r .title span {
    color: #971000;
    font-size: 18px;
}
.about-us-r .a-s {
    color: #69051c;
}












