﻿/*首页*/

/*top*/

.top {
    margin: 0 auto;
    width: 100%;
    height: 38px;
    background: #f5f5f5;
}

.top_nr {
    margin: 0 auto;
    width: 1100px;
    height: 38px;
    color: #8f8e8e;
    letter-spacing: 1px;
}

.top_nr_l {
    float: left;
    line-height: 38px;
    font-size: 14px;
}

.top_nr_l span {
    margin-right: 8px;
}

.top_nr_r {
    float: right;
    line-height: 38px;
}

.top_d {
    margin: 0 auto;
    width: 1100px;
    height: 136px;
}

.logo {
    float: left;
    width: 359px;
    height: 76px;
    margin-top: 30px;
}

.top_d_r {
    float: right;
    width: 405px;
    height: 44px;
    margin-top: 46px;
    /*background: url(../images/index_16.png) no-repeat;*/
    line-height: 44px;
    color: #ffffff;
    padding-left: 60px;
}

.top_d_r span {
    font-weight: bold;
    font-size: 22px;
}




/*nav*/

.nav {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background-color: #199ab3;
}

.nav_nr {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    overflow: hidden;
}

.nav_nr ul {
    float: left;
    width: 1200px;
}

.nav_nr ul li {
    float: left;
    font-family: "微软雅黑";
    font-size: 18px;
    height: 60px;
}

.nav_nr ul li a {
    color: #fff;
    padding: 22px 35px;
    line-height: 60px;
}

.nav_nr ul li a:hover {
    background: #007389;
    color: #fff;
}

.lx_bud {
    background: #007389;
}

.lx_nav_nr ul li.lx_bud a {
    color: #fff;
}





/*banner*/


#wrapper {
    background: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*padding-bottom: 50px;*/
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 608px !important;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
    width: 100% !important;
    max-height: 608px !important;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .bannercontainer {
        width: 768px;
        height: 309px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner, .bannercontainer {
        width: 480px;
        height: 193px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner, .bannercontainer {
        width: 320px;
        height: 129px;
    }
}

@media only screen and (max-width: 319px) {
    .banner, .bannercontainer {
        width: 240px;
        height: 97px;
    }
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #199ab3 !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #199ab3 !important;
}
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #aeeefa;
    width: 188px;
    height: 10px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
    */
}

.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*关于我们*/

.indexabout{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 647px;
    background: url(../images/index_02.jpg) no-repeat center;
}
.wd {
    margin: 0 auto;
    width: 1100px;
    padding-top: 60px;
}

.fixed {
}
user agent stylesheet
div {
    display: block;
}
.aboutBox {
    height: 531px;
    overflow: hidden;
    position: relative;
}

.aboutBoxImg {
    float: right;
    width: 680px;
    height: 531px;
    margin-right: 1px;
}

.aboutBoxImg img {
    width: 100%;
    height: 100%;
}

.aboutBoxText {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 482px;
    height: 434px;
    border: 1px solid #d8d7d7;
    background-color: #fff;
}

.aboutBoxDiv {
    padding: 0 67px;
}

.aboutBoxText .productTit {
    padding: 123px 0 9px;
    text-align: left;
    font-size: 18px;
}

.productTit {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.productTit a {
    display: inline-block;
}

.aboutBoxText .productTit a b {
    color: #555;
}

.productTit a b {
    font-weight: normal;
    color: #333;
    float: left;
    display: block;
    font-size: 25px;
    margin-top: 2px;
}

.mtbold {
    font-family: "mtbold" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.aboutBoxInfo {
    color: #666;
    line-height: 28px;
    font-size: 14px;
    font-family: 微软雅黑;
    letter-spacing: 1px;
}

.checkMore {
    display: block;
    position: absolute;
    left: 418px;
    bottom: 0;
    z-index: 10;
    width: 124px;
    height: 114px;
    line-height: 114px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #199ab3;
    font-family: 微软雅黑;
}


.productTit a span {
    color: #cbcbcb;
    float: left;
    display: block;
    font-size: 36px;
    padding-left: 0;
    text-transform: uppercase;
}

.mtbold {
    font-family: "mtbold" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*cpzs*/
.cpzs {
    background: url(../images/cp_bj.png) no-repeat;
    height: 566px;
}

.cpzs_t {
    padding-top: 70px;
    text-align: center;
}

.cpzs_t p {
    font-size: 30px;
    color: #030303;
    line-height: 70px;
    font-family: 微软雅黑;
}

.cpzs_t span {
    color: #7f7e7e;
    font-size: 14px;
    font-family: 微软雅黑;
}

.cpzs_t span a {
    color: #7f7e7e;
    font-size: 14px;
    padding: 0 6px;
}

.cpzs_t span a:hover {
    color: #199ab3;
}

.cpzs_nr {
    width: 1300px;
    margin: 0 auto;
}

.blk_18 {
    overflow: hidden;
    zoom: 1;
    font-size: 9pt;
    width: 1300px;
    margin-top: 30px;
}

.blk_18 .pcont {
    width: 1240px;
    float: left;
    overflow: hidden;
}

.blk_18 .ScrCont {
    width: 32766px;
    zoom: 1;
    margin-left: -5px;
}

.blk_18 #List1_1, .blk_18 #List2_1 {
    float: left;
}

.blk_18 .LeftBotton {
    width: 30px;
    height: 180px;
    float: left;
    background: url(../images/cp_lt.png) no-repeat 0px 100px;
}

.blk_18 .RightBotton {
    width: 30px;
    height: 180px;
    float: left;
    background: url(../images/cp_rt.png) no-repeat 0px 100px;
}

.blk_18 .pl img {
    display: block;
    cursor: pointer;
    border: none;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
}

.blk_18 .pl {
    width: 260px;
    float: left;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #515151;
    margin: 6px 26px;
    font-family: "微软雅黑";
    font-size: 14px;
    position: relative;
}

.blk_18 .pl p {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    width: 260px;
    height: 65px;
    background: url(../images/yd.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    line-height: 64px;
}



/*indexNews*/
.indexNews .back {
    background: #f7f7f7;
    margin-bottom: 60px;
}

.indexNews .back a {
    background: none;
    padding-left: 0;
}

.indexNews .back:hover {
    background: #199ab3;
}

.back {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #eee;
}

.back a {
    display: inline-block;
    padding-left: 37px;
    color: #777;
    font-size: 16px;
    background: url(../images/back.png) no-repeat left center;
}

.back:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #199ab3;
}

.back:hover a {
    color: #fff;
    background-image: url(../images/back1.png);
}

.indexBusiness {
    height: auto;
    overflow: hidden;
}

.indexMainTit {
    height: auto;
    overflow: hidden;
    padding: 67px 0 0;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.indexMainTit div {
    font-size: 24px;
}

.indexMainTit p {
    font-size: 36px;
    color: #cbcbcb;
    text-transform: uppercase;
}

.indexNews {
    height: auto;
    overflow: hidden;
    background-color: #fff;
    font-family: 微软雅黑;
}

.newsBanner {
    width: 100%;
    position: relative;
    height: 327px;
    background-color: #f7f7f7;
}

.newsBanner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.newsBanner .bd ul {
    width: 100% !important;
}

.newsBanner .bd li {
    width: 100% !important;
    height: 327px;
    overflow: hidden;
}

.indexNewsImg {
    float: left;
}

.indexNewsImg img {
    width: 488px;
    height: 327px;
    display: block;
}

.indexNewsImg img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.indexNewsText {
    margin-left: 488px;
    padding: 65px 70px 0;
}

.indexNewsText h3 {
    font-size: 22px;
}

.indexNewsText h3 a {
    color: #000;
}

.indexNewsText h3 a:hover {
    color: #fdac31;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.indexNewsText div {
    line-height: 30px;
    color: #777;
    margin-top: 10px;
}

.newsBanner .hd {
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 560px;
    height: 111px;
}

.newsBanner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background-color: #646464;
    overflow: hidden;
    line-height: 9999px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.newsBanner .hd ul .on {
    background-color: #199ab3;
}

.indexNewsList {
    height: auto;
    overflow: hidden;
    padding: 56px 0;
}

.indexNewsList li {
    width: 354px;
    height: 310px;
    float: left;
    position: relative;
    margin-left: 19px;
    background-color: #f7f7f7;
}

.indexNewsList li:first-child {
    margin-left: 0;
}

.indexNewsList li a {
    display: block;
    height: 310px;
    padding: 0 33px;
    color: #444;
}

.indexNewsList li a h3 {
    font-size: 16px;
    padding: 118px 0 14px;
}

.indexNewsList li a p {
    color: #777;
    line-height: 24px;
}

.indexNewsList li:hover a {
    color: #199ab3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.indexNewsList li:hover a .ntext {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #199ab3;
}

.indexNewsList li:hover a .ntext span {
    color: #fff;
}

.ntext {
    position: absolute;
    left: 33px;
    top: -26px;
    z-index: 5;
    height: 94px;
    background-color: #646464;
    width: 87px;
    padding-right: 9px;
    text-align: right;
    color: #fff;
}

.ntext b {
    font-weight: normal;
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding: 28px 0 1px;
}

.ntext span {
    display: block;
    font-size: 14px;
    color: #a4a4a4;
}

.indexNewsBg {
    position: absolute;
    left: 0;
    bottom: -21px;
    z-index: 5;
    height: 21px;
    width: 100%;
    background: url(../images/indexnewsbg.jpg) no-repeat 0 0;
}

.indexNews .back {
    background: #f7f7f7;
    margin-bottom: 60px;
}

.indexNews .back a {
    background: none;
    padding-left: 0;
}

.indexNews .back:hover {
    background: #199ab3;
}

/*footer*/

.footer{
    margin: 0;
    padding: 0;
    width: 100%;
    /*margin-top: 30px;*/
    background: #373737;
    text-align: center;

}

.footer p{
    margin: 0;
    padding: 0;
    width: 100%;
    color:#999999;
    line-height: 25px;
    font-family: 微软雅黑;
    font-size: 16px;
    padding: 20px 0;

}

.footer div{
    margin: 0;
    padding: 0;
    width: 100%;
    background: #262626;
    padding: 20px 0;
}
.footer span{

    width: 100%;
    color:#999999;
    line-height: 25px;
    font-family: 微软雅黑;
    font-size: 16px;


}