/*首页banner*/
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow,
#bannerCircle {
    display: none;
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

/* notice_bg */
.notice_bg {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #f7f7f7;
}


.txtScroll-top {
    overflow: hidden;
    position: relative;
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}


.txtScroll-top .bd {
    padding: 0px;
}

.txtScroll-top .infoList li {
    height: 60px;
    line-height: 60px;
}

.txtScroll-top .infoList li .date {
    float: right;
    font-size: 14px;
    color: #444;
}
.txtScroll-top ul li a {
    float: left;
    background: url(../images/buttom1.png) no-repeat left center;
    display: block;
    padding-left: 40px;
    line-height: 60px;
    font-size: 14px;
    color: #444;
}

/*product*/

.product {
    width: 1200px;
    margin: 50px auto 0 auto;
    height: 890px;
}

.product .product_t {
    width: 1200px;
    margin: 0 auto;
}

.product .product_t h3 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: block;
    text-align: center;
    background: url(../images/title.png) no-repeat bottom center;
    padding-bottom: 10px;
}

.product .product_t span {
    color: #0854c6;
}

.product .product_t p {
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
}

.product .list {
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 50px;
}

.product .list .fl {
    width: 100px;
    height: 34px;
    float: left;
    background: #0854c6;
    border-radius: 7px;
    margin-right: 35px;
}

.product .list .fl h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.product .list ul {
    float: left;
    width: 985px;
}

.product .list ul li {
    float: left;
    margin: 0 15px 10px 15px;
    width: 120px;
    height: 34px;
    border-radius: 8px;
    background: #0854c6;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.product .list ul li a {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.product .list ul li:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);

}

.product .list .more {
    width: 21px;
    height: 21px;
    float: right;
    margin: 5px 15px 0 0;
}

.product .tab_box {
    margin: 30px auto 0 auto;
}

.product .tab_box ul li {
    width: 370px;
    height: 330px;
    float: left;
    margin: 0 15px 25px 15px;
    background: #f6f6f6;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}



.product .tab_box ul li img {
    width: 350px;
    height: 280px;
    overflow: hidden;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin: 10px 10px 0 10px;
}

.product .tab_box ul li p {
    width: 350px;
    height: 30px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.product .tab_box ul li p a {
    margin: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.product .tab_box ul li:hover {
    background: #0854c6;
}

.product .tab_box ul li:hover p a {
    color: #fff;
}

/* te */

.te_bg {
    width: 100%;
    margin: 50px auto 0 auto;
    height: 720px;
    background: #f2f2f2;

}

.te_bg .te {
    width: 1200px;
    margin: 0 auto;
    height: 680px;
    padding-top: 40px;

}


.te_bg .te .te_t {
    width: 1200px;
    margin: 0 auto;
}

.te_bg .te .te_t h3 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: block;
    text-align: center;
    background: url(../images/te_t.jpg) no-repeat bottom center;
    padding-bottom: 10px;
}

.te_bg .te .te_t p {
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
}

.te_bg .te .te_box {
    width: 1200px;
    margin: 30px auto 0 auto;
}


.te_bg .te .te_box ul li {
    width: 400px;
    margin: 0 auto;
    float: left;
    height: 420px;
    background: #fff;
}


.te_bg .te .te_box ul li h5 {
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 60px;
}

.te_bg .te .te_box ul li img {
    width: 400px;
    height: 200px;
    margin: 0 auto;
}

.te_bg .te .te_box ul li p {
    font-size: 14px;
    color: #555;
    text-align: center;
    line-height: 30px;
    padding: 20px 20px;
    text-align: center;
    margin-top: -5px;
}

.te_bg .te .te_box ul li.te2 h5 {
    background: #e7f2fc;
}


.te_bg .te .te_box ul li.te1 p,
.te_bg .te .te_box ul li.te3 p {
    background: #e7f2fc;
}

.te_bg .te .te_list ul li {
    width: 133px;
    margin: 0 auto;
    float: left;
    height: 106px;
    background: #fff;
    z-index: 999;
    line-height: 106px;
    position: relative;
    overflow: hidden;
}

.te_bg .te .te_list ul li p {
    font-size: 14px;
    color: #555;
    text-align: center;
}

.te_bg .te .te_list ul li.list2 {
    background: #e7f2fc;
}

.te_bg .te .te_list ul li span {
    position: absolute;
    width: 0;
    height: 106px;
    top: -160px;
    left: 0;
    z-index: -1;
    display: block;
}

.te_bg .te .te_list ul li:hover span {
    background: #e7f2fc;
    width: 100%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    top: 0;
}


.te_bg .te .te_list ul li.list2:hover span {
    background: #fff;
    width: 100%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    top: 0;
}

/*ph1_all*/
.ph1_all {
    width: 100%;
    height: 150px;
    background: #0854c6;
    margin: 0 auto;
}

.ph1 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.ph1_w1 {
    position: absolute;
    top: 55px;
    left: 130px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.ph1_w2 {
    position: absolute;
    top: 55px;
    left: 755px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.ph1_w3 {
    position: absolute;
    top: 60px;
    left: 960px;
    width: 100px;
    height: 32px;
    border-radius: 30px;
    text-align: center;
    line-height: 32px;
    background: #fff;
}

.ph1_w3 a {
    font-size: 15px;
    display: block;
    width: 100%;
    color: #0854c6;
}


/*ys_all*/
.ys_all {
    width: 100%;
    background: url(../images/ys_bg.jpg) no-repeat center;
    height: 700px;
}

.ys {
    width: 1200px;
    margin: auto;
    position: relative;
}

.ys .ys_title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.ys .ys_title h3 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: block;
    text-align: center;
}


.ys .ys_title i {
    font-size: 12px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
    display: block;
    background: url(../images/title1.png) no-repeat center;
}


.ys .ys_title p {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-top: 7px;
}



.ys_slideTxtBox {
    width: 1200px;
    margin-top: 30px;
}

.ys_slideTxtBox .hd {
    position: relative;
}

.ys_slideTxtBox .hd ul {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
}

.ys_slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 150px;
    margin-left: 130px;
}

.ys_qh_w1 {
    text-align: center;
    font-size: 20px;
    color: #555;
    font-weight: bold;
}

.ys_qh_w2 {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    background: #ddd;
    line-height: 42px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.ys_slideTxtBox .hd ul li.on .ys_qh_w1 {
    color: #0854c6;
}

.ys_slideTxtBox .hd ul li.on .ys_qh_w2 {
    background: #0854c6;
}

.ys_slideTxtBox .bd ul {
    padding-top: 150px;
    zoom: 1;
}

.ys_tw {
    overflow: hidden;
}

.ys_t {
    width: 535px;
    height: 310px;
    float: left;
    margin-top: 20px;
}

.ys_t img {
    width: 535px;
    height: 310px;
}

.ys_w {
    width: 550px;
    float: left;
    margin-left: 50px;
    margin-top: 40px;
}

.ys_w1 {
    font-size: 20px;
    color: #444;
    font-weight: bold;
}

.ys_w1 span {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    color: #bababf;
}

.ys_w2 {
    margin-top: 20px;
    line-height: 40px;
    font-size: 15px;
    color: #666;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.ys_slideTxtBox .arrow {
    height: 36px;
    width: 36px;
}

.ys_slideTxtBox .arrow .prev {
    background: url(../images/ys_l.png) no-repeat center;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 420px;
    left: 620px;
    cursor: pointer;
}

.ys_slideTxtBox .arrow .next {
    background: url(../images/ys_r.png) no-repeat center;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 420px;
    left: 680px;
    cursor: pointer;
}

/* case */

.case {
    width: 1200px;
    margin: 50px auto 0 auto;
    height: 530px;

}

.case .case_t {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.case .case_t h3 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: block;
    text-align: center;
}

.case .case_t span {
    color: #0854c6;
}

.case .case_t i {
    font-size: 12px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
    display: block;
    background: url(../images/title1.png) no-repeat center;
}


.case .case_t p {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-top: 7px;
}

.case .case_con {
    width: 1200px;
    margin: 30px auto 0 auto;
}

.case .case_con ul li {
    width: 370px;
    float: left;
    margin: 0 15px;
    position: relative;
}

.case .case_con ul li img {
    width: 370px;
    height: 290px;
}

.case .case_con ul li .case_text {
    margin: 10px 0;
    height: 50px;
}

.case .case_con ul li .case_text .text_l {
    float: left;
    width: 300px;
}

.case .case_con ul li .case_text .text_l h5 a {
    font-size: 15px;
    color: #444;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.case .case_con ul li .case_text .text_l p {
    font-size: 13px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-top: 5px;
}

.case .case_con ul li .case_text .more a {
    float: right;
    font-size: 18px;
    color: #777;
    display: block;
    margin-top: 5px;
}

.case .case_con ul li .line {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background: #ddd;
}

.case .case_con ul li:hover .line {
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_con ul li:hover .more a {
    color: #0854c6;
}


.case .case_con ul li:hover .text_l h5 a {
    color: #0854c6;
}


/* about */

.about_bg {
    width: 100%;
    height: 555px;
    margin: 50px auto 0 auto;
    background: #f8f8f8;
}

.about_bg .about {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.about .ab_t {
    margin: 15px auto 30px auto;
    height: 45px;
    background: url(../images/ab_xt.jpg) no-repeat bottom left;
}

.about .ab_t h3 {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    display: block;
}

.about .ab_img {
    width: 410px;
    height: 260px;
    float: right;
    background: #fff;
    margin-top: 50px;
}

.about .ab_img img {
    width: 400px;
    height: 250px;
    padding: 5px;
}

.about .ab_nr {
    width: 685px;
    float: left;
}

.about .ab_nr h5  {
    font-size: 18px;
    color: #444;
    font-weight: normal;
    display: block;
}

.about .ab_nr p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 36px;
    height: 140px;
    overflow: hidden;
}

.about .ab_nr .xq {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #c9c9c9;
    margin-top: 30px;
}

.about .ab_nr .xq a {
    font-size: 14px;
    color: #555;
    text-align: center;
    display: block;

}


/* ry */

.fc_bg {
    width: 1200px;
    height: 350px;
    margin: -100px auto 0 auto;
    position: relative;
}


.ry {
    width: 900px;
    height: 350px;
    margin: 0 auto;
    background: #0854c6;
    float: left;
}

.ry .ry_list {
    height: 40px;
    margin: 0 auto;
    padding-top: 30px;
}

.ry .ry_list ul {
    margin: 0 auto;
}

.ry .ry_list ul li {
    float: left;
    width: 80px;
    height: 40px;
    margin-left: 20px;
}

.ry .ry_list ul li h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
}

.ry .ry_list ul li.casehover,
.ry .ry_list ul li:hover {
    border-bottom: 1px solid #fff;
    display: block;
}

.ry .ry_show {
    width: 900px;
    margin: 30px auto 0 auto;
}

.ry .ry_nr ul li {
    width: 260px;
    height: 190px;
    margin: 0 20px;
    float: left;
}

.ry .ry_nr ul li a {
    width: 258px;
    height: 188px;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
}

.ry .ry_nr ul li img {
    width: 258px;
    height: 188px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    overflow: hidden;
}

.ry .ry_nr ul li p {
    width: 0px;
    height: 40px;
    border-bottom: 1px solid #0854c6;
    text-align: center;
}

.ry .ry_nr ul li p a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border: none;

}

.ry .ry_nr ul li:hover p {
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 100%;

}



/* honor */

.honor {
    width: 270px;
    height: 350px;
    background: #0854c6;
    float: right;
}

.honor .honor_t h3 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-top: 30px;
    width: 80px;
    margin: 0 auto;
}

.honor_nr {
    width: 270px;
    position: relative;
}

.honor_nr .bd {
    width: 158px;
    margin: 0 auto;
}

.honor_nr ul li {
    width: 158px;
    height: 270px;
    margin: 20px auto 0 auto;
}

.honor_nr ul li img {
    width: 158px;
    height: 224px;
    margin: 0 auto;
    display: block;
}

.honor .honor_nr .prev {
    display: block;
    width: 11px;
    height: 45px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.png) no-repeat;
    position: absolute;
    top: 110px;
    left: 5px;
    z-index: 99;
}

.honor .honor_nr .next {
    display: block;
    width: 11px;
    height: 45px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/right.png) no-repeat;
    position: absolute;
    top: 110px;
    right: 5px;
    z-index: 99;
}

.honor .honor_nr ul li p a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border: none;
}

/* news */

.news_bg {
    width: 100%;
    height: 600px;
    margin: 50px auto 0 auto;
    background: #f7f7f7;
}

.news_bg .news {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.news_bg .news .news_t {
    width: 1200px;
    margin: 0 auto;
    height: 26px;
    line-height: 26px;
}

.news_bg .news .news_t h5 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    float: left;
}

.news_bg .news .news_list {
    float: right;
    width: 180px;
}

.news_bg .news .news_list ul li {
    width: 70px;
    height: 26px;
    background: #444;
    float: left;
    margin-left: 20px;
}

.news_bg .news .news_list ul li.casehover {
    background: #0854c6;
}

.news_bg .news .news_list ul li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.news_bg .news .news_box {
    margin-top: 30px;
}

.news_bg .news .news_box .news_l {
    width: 540px;
    height: 400px;
    padding: 30px;
    background: #fff;
    float: left;
}

.news_bg .news .news_box .news_l .time span {
    font-size: 24px;
    color: #999;
    display: block;
}

.news_bg .news .news_box .news_l .time a {
    font-size: 18px;
    color: #444;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.news_bg .news .news_box .news_l .news_img {
    width: 520px;
    height: 310px;
    margin: 25px auto 0 auto;
}

.news_bg .news .news_box .news_l .news_img img {
    width: 520px;
    height: 310px;
}

.news_bg .news .news_box .news_r {
    width: 560px;
    float: right;
}

.news_bg .news .news_box .news_r ul li {
    width: 560px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
}

.news_bg .news .news_box .news_r ul li a {
    float: left;
    font-size: 14px;
    color: #666;
    width: 430px;
    background: url(../images/buttom.png) no-repeat left center;
    padding-left: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news_bg .news .news_box .news_r ul li span {
    float: right;
    font-size: 14px;
    color: #666;
}

.news_bg .news .news_box .news_l .time a:hover {
    color: #0854c6;
}

.news_bg .news .news_box .news_r ul li:hover a {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    color: #0854c6;
}



/* links */

.links {
    width: 1200px;
    margin: 30px auto 0 auto;
    height: 46px;
    line-height: 46px;
}

.links h3 {
    width: 120px;
    height: 46px;
    float: left;
    background: #0854c6;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;

}

.links .yq {
    float: right;
    width: 1050px;
    overflow: hidden;
}

.links .yq a {
    font-size: 14px;
    color: #555;
    margin: 0 15px;
}