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

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

body {
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}

/*header*/
header {
    border-top: 2px solid #0a6460;
    height: 100px;
    background: url("../images/img-01.png") no-repeat;
    background-size: cover;
}
header .logo {
    margin-top: 23px;
}
header .logo img {
    display: block;
}

header .search {
    top:20px;
    right: 530px;
}
header .search .s-inp {
    background: url("../images/img-04.png") no-repeat;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding: 0 30px 0 10px;
}
header .search .s-btn {
    background: url("../images/img-02.png") no-repeat;
    width: 17px;
    height: 14px;
    border: none;
    cursor: pointer;
    margin-left: -28px;
    margin-top: 8px;
}
header .tel {
    background: url("../images/img-03.png") no-repeat left 3px;
    padding-left: 32px;
    font-size: 28px;
    color: #000000;
    top:20px;
    right: 230px;
    line-height: 1.2;
}
header .other {
    right: 0;
    line-height: 1.4;
    top:28px;
}
header .other span ,
header .other a {
    display: inline-block;
    float: left;
    color: #222222;
}
header .other span  {
    margin: 0 5px;
}
header .other a:hover,
header .other a.current{
    color: #0a6460;
}


/*nav*/
nav {
    top: 60px;
    right: 0;
    height: 36px; /*根据效果图自己定义*/
    line-height: 36px; /*根据效果图自己定义*/
}
nav ul li {
    float: left;
    display: inline;
    position: relative;
    z-index: 999;
    margin-left: 50px;
}
nav ul li a {
    display: inline-block;
    text-align: center;
    color: #222222;
    font-size: 16px;
}

nav ul li a:hover,nav ul li a.current {
    color: #0a6460;
}
nav ul li .nav-cont {
    position: absolute;
    padding-top: 2px;
    z-index: 999;
    display: none;
}
nav ul li .nav-cont a {
    margin-bottom: 1px;
    background: url("../images/img-19.png") repeat-x;
    color: #ffffff;
    width: 110px;
    margin-left: -25px;
    font-size: 14px;

}
nav ul li .nav-cont a:hover {
    background: url("../images/img-20.png") repeat-x;
}

/*footer*/
footer {
    background: url("../images/img-01.jpg") no-repeat top center;
    height: 150px;
    color: #ffffff;
    min-width: 1200px;
}
footer .f-l {
    width: 900px;
}
footer .f-l .top-s {
    height: 76px;
    line-height: 76px;
}
footer .f-l .top-s span,
footer .f-l .top-s a {
    font-size: 16px;
    color: #202020;
}
footer .f-l .top-s span {
    margin: 0 20px;
}
footer .f-l .btm-s {
    color: #ffffff;
    line-height: 22px;
    padding-top: 12px;
}
footer .f-r {
    width: 300px;
    padding-top: 20px;
}
footer .s-1 {
    color: #ffffff;
    line-height: 18px;
    display: inline-block;
    padding-top: 60px;
}
footer .s-1 em {
    color: #fba900;
}

/*banner*/
.slideBox{
    width:100%;
    height:500px; /*这个根据效果图定义*/
    overflow:hidden;
    position:relative;
}
.slideBox .hd{
    height:10px;
    overflow:hidden;
    position:absolute;
    left: 50%;
    bottom:30px;
    z-index:1;
    margin-left: -135px;
}
.slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li{
    float:left;
    margin:0 12px;
    width:66px;
    height:10px;
    line-height:10px;
    text-align:center;
    background: #ffffff;
    cursor:pointer;
}
.slideBox .hd ul li.on{
    background: #df8c00;
}
.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;   }
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}

.slideBox .bd a {
    display: block;
    height: 500px; /*这个根据效果图定义*/
    width: 100%;
}

.other-banner {
    height: 400px; /*根据效果图定义*/
}

/*width*/
.w255 {
    width: 255px;
}
.w925 {
    width: 925px;
}

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

/*sub-menu*/
.sub-menu h3 {
    height: 60px;
    line-height: 60px;
    background: #0a6460;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.sub-menu h3 span {
    color: #d2d2d2;
    text-transform: uppercase;
    font-size: 12px;
}

.sub-menu ul li {
    line-height: 50px;
    vertical-align: bottom;
    margin-bottom: 1px;
}
.sub-menu ul li a.a-tit {
    display: block;
    line-height: 48px;
    background: url("../images/img-05.png") no-repeat 68px 21px #dddddd;
    padding-left: 83px;
    font-size: 16px;
    color: #2c333d;
}
.sub-menu ul li a:hover,.sub-menu ul li a.current {
    background: url("../images/img-06.png") no-repeat 68px 21px #fa9d00;
    color: #ffffff;
}
.sub-menu ul li .menu-cont {
    display: none;
}
.sub-menu ul li .menu-cont a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 83px;
    font-size: 14px;
    color: #2c333d;
    background: url("../images/img-07.png") no-repeat 68px 16px;
}
.sub-menu ul li .menu-cont a:hover,.sub-menu ul li .menu-cont a.current {
    color: #0a6460;
}

/*bread-crumbs*/
.bread-crumbs {
    height: 50px;
    line-height: 50px;
    background: #dddddd;
}
.bread-crumbs .b-l {
    background: #0a6460;
    width: 140px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.bread-crumbs .b-r {
    background: url("../images/img-10.png") no-repeat left 19px;
    line-height: 50px;
    padding-right: 10px;
    padding-left: 20px;
}
.bread-crumbs .b-r,.bread-crumbs .b-r a {
    color: #0a6460;
}

/*module*/

.mod-01  {
    margin-left: -19px;
}
.mod-01 li {
    float: left;
    width: 217px;  /*宽度根据效果定义*/
    display: inline;
    margin-left: 19px;
    vertical-align: bottom;
    margin-bottom: 10px;
    overflow: hidden;
}
.mod-01 li .pic img{
    display: block;
    width: 215px;
    height: 223px;
    border: 1px solid #d3d3d3;
}
.mod-01 li p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}
.mod-01 li p a {
    color: #2c333d;
}

.mod-02  {
    margin-left: -20px;
}
.mod-02 li {
    float: left;
    width: 295px;  /*宽度根据效果定义*/
    display: inline;
    margin-left: 20px;
    vertical-align: bottom;
    margin-bottom: 10px;
    overflow: hidden;
}
.mod-02 li .pic img{
    display: block;
    width: 295px;
    height: 188px;
}
.mod-02 li p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.mod-02 li p a {
    color: #2c333d;
}

.mod-03 {
    color: #2c333d;
    line-height: 26px;
    font-size: 14px;
}

.mod-04 {
    color: #2c333d;
    line-height: 36px;
    font-size: 16px;
}

.mod-05 li {
    zoom: 1;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 20px;
}
.mod-05 li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.mod-05 li .l-s {
    width: 267px;
}
.mod-05 li .l-s img {
    display: block;
    width: 267px;
    height: 179px;
}
.mod-05 li .r-s { /*宽度根据效果定义*/
    line-height: 26px;
    color: #2c333d;
    width: 630px;
    font-size: 14px;
}
.mod-05 li .r-s h3 a{
    font-size: 18px;
    color: #2c333d;
    line-height: 44px;
    display: inline-block;
    text-shadow: 1px 1px 1px #b2b3b5;
}

.mod-06 {
    color: #2c333d;
    line-height: 34px;
    font-size: 14px;
}

/*index*/
.i-title {
    background: url("../images/img-11.png") no-repeat bottom center;
    padding-bottom: 30px;
    line-height: 1.4;
    font-size: 24px;
    color: #0a6460;
}
.i-title span {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
}

.i-title-02 {
    height: 50px;
    background: url("../images/img-10.jpg") repeat-x left bottom;
}
.i-title-02 .t-l {
    border-bottom: 2px solid #0a6460;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    color: #0a6460;
    font-size: 24px;
}
.i-title-02 .t-more {
    color: #a7a7a7;
    font-size: 14px;
    display: inline-block;
    line-height: 50px;
}

.business {
    padding: 45px 0 60px 0;
    background: #ffffff;
}
.business .i-title {
    margin-bottom: 65px;
}
.business ul li {
    padding: 0 20px;
    width: 360px;
    float: left;
    overflow: hidden;
    vertical-align: bottom;
    display: inline;
}
.business ul li a {
    display: block;
    height: 310px;
    text-align: center;
    color: #8c8c8c;
    line-height: 18px;
}

.business ul li a .icon {
    height: 135px;
    padding-top: 67px;
}
.business ul li a .title {
    color: #535353;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.rwjkzx {
    background: url("../images/img-rwjkzx.png") no-repeat top center ;
}
.rwjkzx:hover {
    background: url("../images/img-rwjkzx-s.png") no-repeat top center ;
}
.hrzkz {
    background: url("../images/img-hrzkz.png") no-repeat top center ;
}
.hrzkz:hover {
    background: url("../images/img-hrzkz-s.png") no-repeat top center ;
}
.rdbgjjfa {
    background: url("../images/img-rdbgjjfa.png") no-repeat top center ;
}
.rdbgjjfa:hover {
    background: url("../images/img-rdbgjjfa-s.png") no-repeat top center ;
}

.business2 ul li {
    padding: 0 19px;
    width: 202px;
    float: left;
    overflow: hidden;
    vertical-align: bottom;
    display: inline;
}
.business2 ul li a {
    display: block;
    background: url("../images/img-12-1.png") no-repeat top center ;
    height: 310px;
    text-align: center;
    color: #8c8c8c;
    line-height: 18px;
}
.business2 ul li a:hover {
    background: url("../images/img-13-1.png") no-repeat top center ;
}

.products {
    background: url("../images/img-11.jpg") no-repeat;
    background-size: cover;
    height: 460px;
}
.products .i-title {
    margin: 40px 0;
}

.picScroll-left{
    width:1200px;
    position:relative;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next{
    display:block;
    width:39px;
    height:59px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    top: 90px;
}
.picScroll-left .hd .prev {
    background: url("../images/prev.png") no-repeat;
    left: -39px;
}
.picScroll-left .hd .next{
    background: url("../images/next.png") no-repeat;
    right: -39px;
}

.picScroll-left .bd{
    width: 1200px;
    overflow: hidden;
}
.picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li{
    margin:0 15px;
    float:left;
    _display:inline;
    overflow:hidden;

}
.picScroll-left .bd ul li .pic img {
    width:268px;
    height:171px;
    display:block;
    border: 1px solid #fbfbfb;
}

.picScroll-left .bd ul li .title a{
    display: block;
    height: 50px;
    line-height: 50px;
    background: #686868;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.picScroll-left .bd ul li .title a:hover{
    background: #0a6460;
}

.about-us {
    width: 455px;
}
.about-us .l-s {
    width: 136px;
}
.about-us .l-s img {
    display: block;
    width: 136px;
    height: 235px;
}
.about-us .r-s {
    width: 300px;
    color: #595959;
    line-height: 24px;
    font-size: 14px;
}
.about-us .r-s h3 a {
    color: #333333;
    font-size: 20px;
    display: block;
    height: 52px;
    line-height: 52px;
}
.about-us .r-s .a-more {
    color: #0a6460;
    text-transform: uppercase;
}

.news {
    width: 715px;
}
.news .l-s {
    width: 296px;
    height: 235px;
    position: relative;
}
.news .l-s img {
    display: block;
    width: 296px;
    height: 235px;
}
.news .l-s .title {
    background: url("../images/img-18.png") repeat-x;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.news .l-s .title a {
    color: #ffffff;
    font-size: 14px;
}

.news .r-s {
    width: 400px;
}
.news .r-s li {
    height: 65px;
    overflow: hidden;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.news .r-s li .date {
    width: 65px;
    height: 65px;
    background: #e5e5e5;
    text-align: center;
    line-height: 1.4;
    color: #4d4d4d;
    font-size: 30px;
    display: block;
}
.news .r-s li .date em {
    display: block;
    font-style: normal;
    color: #838383;
    font-size: 12px;
}
.news .r-s li .info {
    color: #838383;
    line-height: 1.6;
    width: 325px;
}
.news .r-s li .info h5 a{
    color: #000000;
    font-size: 18px;
}
.news .r-s li.last {
    margin-bottom: 0;
}
.news .r-s li.hover-s .date {
    background: #0a6460;
    color: #ffffff;
}
.news .r-s li.hover-s .date em {
    color: #ffffff;
}
.newstitle{ font-size:18px; line-height:28px; text-align:center; border-bottom:1px solid #CCC;}
